:root{--techer-primary: #ff6c0c;--techer-deep-teal: #003b4c;--techer-deep-green: #005851;--techer-deep-purple: #644b78;--techer-deep-maroon: #7a303f;--techer-deep-red: #cf0a2c;--techer-bright-blue: #00a1df;--techer-bright-green: #1e988a;--techer-bright-lime: #73a950;--techer-bright-yellow: #f9be00;--techer-bright-chartreuse: #e2cc00;--techer-bright-pink: #f54d80;--techer-cool-gray-8: #747678;--techer-cool-gray-5c: #c5c6c8;--techer-cool-gray-3c: #cacbcd;--techer-gray-414: #a6a8af;--techer-gray-407c: #949598;--techer-gray-7486c: #adae88;--techer-gray-401c: #c7b764;--techer-gray-1205c: #f1e0b3;--techer-neutral-cool-gray: #76777b;--techer-neutral-warm-gray: #aaa99f;--techer-neutral-blue: #849895;--techer-neutral-green: #9dae88;--techer-neutral-brown: #c7b784;--techer-neutral-yellow: #f1d384;--techer-brown: #311c13;--techer-black: #2c2e35;--techer-white: #fff;--techer-cream: #f4f0e7;--techer-font-heading: Futura EF, sans-serif;--techer-font-body: Century Old Style, serif}*{box-sizing:border-box}body.techer{margin:0;background-color:#fff !important;font-family:"Century Old Style",serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-0.391px}.techer a{color:#ff6c0c;text-decoration:none;transition:color .3s ease}.techer a:hover{color:rgb(216,85.3333333333,0)}.techer .container{width:min(700px,100%);margin:0 auto;padding:0 20px}@media(max-width: 768px){.techer .container{padding:0 16px}}.techer .has-primary-color{color:#ff6c0c !important}.techer .has-primary-background-color{background-color:#ff6c0c !important}.techer .has-deep-teal-color{color:#003b4c !important}.techer .has-deep-teal-background-color{background-color:#003b4c !important}.techer .has-deep-green-color{color:#005851 !important}.techer .has-deep-green-background-color{background-color:#005851 !important}.techer .has-deep-purple-color{color:#644b78 !important}.techer .has-deep-purple-background-color{background-color:#644b78 !important}.techer .has-deep-maroon-color{color:#7a303f !important}.techer .has-deep-maroon-background-color{background-color:#7a303f !important}.techer .has-deep-red-color{color:#cf0a2c !important}.techer .has-deep-red-background-color{background-color:#cf0a2c !important}.techer .has-bright-blue-color{color:#00a1df !important}.techer .has-bright-blue-background-color{background-color:#00a1df !important}.techer .has-bright-green-color{color:#1e988a !important}.techer .has-bright-green-background-color{background-color:#1e988a !important}.techer .has-bright-lime-color{color:#73a950 !important}.techer .has-bright-lime-background-color{background-color:#73a950 !important}.techer .has-bright-yellow-color{color:#f9be00 !important}.techer .has-bright-yellow-background-color{background-color:#f9be00 !important}.techer .has-bright-chartreuse-color{color:#e2cc00 !important}.techer .has-bright-chartreuse-background-color{background-color:#e2cc00 !important}.techer .has-bright-pink-color{color:#f54d80 !important}.techer .has-bright-pink-background-color{background-color:#f54d80 !important}.techer .screen-reader-text{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.teacher-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.teacher-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.teacher-card:focus-within{outline:2px solid #ff6c0c;outline-offset:2px}.teacher-card__image{position:relative;height:200px;overflow:hidden}.teacher-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.teacher-card:hover .teacher-card__image img{transform:scale(1.05)}.teacher-card__content{padding:24px}.teacher-card__category{display:inline-block;background:#ff6c0c;color:#fff;padding:4px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;border-radius:4px}.teacher-card__title{margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.3}.teacher-card__title a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.teacher-card__title a:hover,.teacher-card__title a:focus{color:#ff6c0c;outline:none}.teacher-card__meta{font-size:14px;color:#666;margin-bottom:12px}.teacher-card__excerpt{font-size:16px;line-height:1.5;color:#4a4a4a;margin:0}.author-bio__container{width:min(800px,100%);margin:0 auto;padding:0 20px}@media(max-width: 768px){.author-bio__container{padding:0 16px}}.author-bio__container{padding:40px 0}.author-bio__title{font-family:"Futura Condensed",sans-serif;text-transform:uppercase;font-weight:800;margin-top:0;font-size:24px;margin:0 0 24px}.author-bio__content{display:flex;gap:24px;align-items:flex-start}@media(max-width: 768px){.author-bio__content{flex-direction:column;text-align:center}}.author-bio__avatar{border-radius:50%;flex-shrink:0;transition:transform .3s ease}.author-bio__avatar:hover{transform:scale(1.05)}.author-bio__info{flex:1}.author-bio__name{font-family:"Futura Condensed",sans-serif;text-transform:uppercase;font-weight:800;margin-top:0;font-size:20px;margin:0 0 8px}.author-bio__description{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}.grid{display:grid;gap:18px}.grid--cards{grid-template-columns:repeat(auto-fit, minmax(425px, 1fr))}@media(max-width: 768px){.grid--cards{grid-template-columns:1fr;gap:24px}}.grid--2-cols{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.grid--2-cols{grid-template-columns:1fr}}.grid--3-cols{grid-template-columns:repeat(3, 1fr)}@media(max-width: 1024px){.grid--3-cols{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.grid--3-cols{grid-template-columns:1fr}}.wp-block-teacher-card-list{padding:40px 0}.wp-block-teacher-card-list__title{font-family:"Futura Condensed",sans-serif;text-transform:uppercase;font-weight:800;margin-top:0;font-size:36px;margin-bottom:30px;text-align:center}@media(max-width: 768px){.wp-block-teacher-card-list__title{font-size:28px}}.wp-block-teacher-card-list__grid{display:grid;column-gap:20px;row-gap:60px}.wp-block-teacher-card-list__grid{grid-template-columns:1fr}@media(min-width: 1024px){.wp-block-teacher-card-list__grid{grid-template-columns:repeat(auto-fit, minmax(425px, 1fr))}}@media(min-width: 1200px){.wp-block-teacher-card-list__grid{grid-template-columns:repeat(2, minmax(425px, 1fr))}}@media(min-width: 1400px){.wp-block-teacher-card-list__grid{grid-template-columns:repeat(3, minmax(425px, 1fr))}}.wp-block-teacher-card-list__grid{margin-bottom:40px}.wp-block-teacher-card-list__load-more{text-align:center}.wp-block-teacher-card-list__load-more-button{display:inline-block;background:#ff6c0c;color:#fff;font-family:"Futura EF",sans-serif;font-size:16px;font-weight:500;padding:12px 30px;border:none;cursor:pointer;text-decoration:none;transition:background-color .3s ease;position:relative;overflow:hidden}.wp-block-teacher-card-list__load-more-button:hover{background:rgb(216,85.3333333333,0);color:#fff}.wp-block-teacher-card-list__load-more-button--loading{pointer-events:none}.wp-block-teacher-card-list__load-more-button--loading::after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(0,0,0,0);border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}
