:root {--primary-color: #0C662F;--secondary-color: #133028;--default-text-color: #133028;}html,body {height: 100%;}body {margin: 0;color: var(--default-text-color);display: flex;flex-direction: column;font-family: 'EB Garamond', serif;font-size: 18px;font-weight: 400;padding: 100px 0 0 0;}body.has-secondary-nav {padding-top: 150px;}a {color: var(--primary-color);text-decoration: none;}a:hover, a:focus {color: var(--secondary-color);text-decoration: underline; }.hr {border-color: var(--secondary-color);}h1, h2, h3, h4, h5, h6 {font-family: 'Libre Franklin', sans-serif;font-weight: 800;margin: 0 0 30px 0;padding: 0;line-height: 115%;}h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {margin-bottom: 0;}h1 {border-bottom: 1px solid var(--secondary-color);font-size: 42px;line-height: 100%;margin: 0;padding-bottom: 20px;}h2 {font-size: 36px;}h3,h2.title {font-size: 24px;}h2.title {margin-bottom: 15px;}h4 {font-size: 21px;letter-spacing: 0.5px;}h5 {font-family: 'Inter', sans-serif;font-weight: 700;font-size: 13px;text-transform: uppercase;}h6 {font-size: 13px;}p {line-height: 177%;margin: 0 0 20px 0; }.ss-content-block ul,.ss-content-block ol {line-height: 177%;}p.p2 {font-size: 21px;}p.p3 {font-family: 'Libre Franklin', sans-serif;font-size: 24px;font-weight: 800;}.green-text { color: #0C662F; }#mobile-check-element,#tablet-check-element {display: none;}@media (max-width: 1024px) {body {display: block;}#tablet-check-element {display: block;opacity: 0;pointer-events: none;position: fixed;visibility: hidden;z-index: -1;}}@media (max-width: 768px) {body,body.has-secondary-nav {padding-top: 70px;}h1, h2, h3, h4, h5, h6 {margin-bottom: 20px;}h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {margin-bottom: 0;}h1 {font-size: 30px;padding-bottom: 10px;}h2 {font-size: 26px;}h3 {font-size: 21px;}p.p3 {font-size: 20px;}}@media (max-width: 600px) {p.p2 {font-size: 19px;}#mobile-check-element {display: block;opacity: 0;pointer-events: none;position: fixed;visibility: hidden;z-index: -1;}}.header {align-items: center;background: #fff;display: flex;height: 100px;justify-content: space-between;left: 0;padding: 0 10px 0 50px;position: fixed;right: 0;top: 0;z-index: 100;}.header {transition: box-shadow 0.2s ease;}body.scrolled .header {box-shadow: 0 0 5px rgba(0,0,0,0.16);}.header .logo {display: block;left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);transition: width 0.2s ease;width: 487px;}.header .logo img,.header .logo svg {display: block;transition: transform 0.15s ease;width: 100%;}.header .logo:hover img,.header .logo:hover svg {transform: scale(1.02);}.header ul {list-style: none;margin: 0;padding: 0;}.header-quick-links { }.header-quick-links.right {margin-left: auto;}.header-quick-links ul {display: flex;}.header-quick-links ul li:not(:last-child) {margin-right: 15px;padding-right: 15px;position: relative;}.header-quick-links ul li:not(:last-child):after {background: var(--primary-color);content: '';height: 30px;opacity: 0.5;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;}.header-quick-links a {align-items: center;color: var(--default-text-color);display: inline-flex;font-family: 'Outfit', sans-serif;font-size: 12px;font-weight: 700;letter-spacing: 1.25px;text-decoration: none;text-transform: uppercase;transition: color 0.15s ease;}.header-quick-links a img,.header-quick-links a svg {margin-right: 4px;}@media (min-width: 1024.5px) {.header-quick-links a:hover {color: var(--primary-color);}.header-quick-links a svg * {transition: fill 0.15s ease;}.header-quick-links a:hover svg * {fill: var(--primary-color);}}@media (max-width: 1280px) {.header {padding-left: 20px;}.header .logo {width: 317px;}.header-quick-links ul li:not(:last-child) {margin-right: 10px;padding-right: 10px;}}@media (max-width: 1024px) {.header .logo {left: 30px;transform: translateY(-50%);}.header > .header-quick-links {display: none;}.header-quick-links a {color: #fff;}.header-quick-links a svg * {fill: #fff;}}@media (max-width: 768px) {.header {height: 70px;}.header .logo {left: 15px;width: 250px;}}@media (max-width: 600px) { .header-quick-links.right {margin-top: 6px;}}.nav-toggle {background: var(--primary-color);cursor: pointer;display: block;height: 80px;margin-left: 40px;position: relative;transition: background 0.2s ease;width: 80px;}.nav-toggle:hover {background: var(--secondary-color);}.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after {background: #fff;color: transparent;content: '';font-size: 0;height: 2px;left: calc(50% - 12px);position: absolute;text-indent: -9999px;top: 33px;transition: transform 0.15s linear, top 0.15s linear;width: 24px;}.nav-toggle span:before { transition: opacity 0.05s linear;top: 6px;}.nav-toggle span:after {top: 12px;}body.show-nav .nav-toggle span:before {opacity: 0;}body.show-nav .nav-toggle span {top: 40px;transform: rotate(-45deg);}body.show-nav .nav-toggle span:after {top: 0;transform: rotate(90deg);}@media (max-width: 1200px) {.nav-toggle {margin-left: 10px;}}@media (max-width: 1024px) {.nav-toggle {margin-left: auto;}}@media (max-width: 768px) {.nav-toggle {height: 50px;width: 50px;}.nav-toggle span {top: 18px;}body.show-nav .nav-toggle span {top: 24px;}}.primary-nav-wrap {background: var(--primary-color);font-family: 'Inter', sans-serif;overflow: hidden;pointer-events: none;max-height: calc(100vh - 100px);overflow: auto;position: absolute;right: -738px;top: 100%;transition: right 0.35s ease, box-shadow 0.15s ease;width: 738px;}body.show-nav .primary-nav-wrap {box-shadow: 0 2px 6px rgba(0,0,0,0.16);pointer-events: inherit;right: 0;}.primary-nav-wrap > ul {background: #fff;box-shadow: 5px 0 35px rgba(0,0,0,0.36);padding: 38px;width: 50%;}.primary-nav-wrap > ul > li:not(:last-child) {border-bottom: 1px solid #CBCBCB;}.primary-nav-wrap > ul > li > a {color: var(--default-text-color);display: block;font-size: 21px;font-weight: 700;padding: 19px 14px;text-decoration: none;transition: color 0.2s ease, padding 0.2s ease;}.primary-nav-wrap > ul > li:hover > a,.primary-nav-wrap > ul > li.hovered > a,.primary-nav-wrap > ul > li.selected > a {color: var(--primary-color);}@media (min-width: 600.5px) {.primary-nav-wrap > ul > li:hover > a,.primary-nav-wrap > ul > li.selected > a {padding-left: 22px;}}@media (min-width: 600.5px) {.primary-nav-wrap > ul > li > ul {bottom: 60px;left: 50%;opacity: 0;overflow: auto;padding: 57px 38px;pointer-events: none;position: absolute;top: 0;transition: opacity 0.2s linear, visibility 0.2s linear;visibility: hidden;width: 50%;}.primary-nav-wrap > ul > li.selected > ul,.primary-nav-wrap > ul > li.hovered > ul {opacity: 1;pointer-events: initial;visibility: visible;}}.primary-nav-wrap > ul > li > ul li:not(:last-child) {margin-bottom: 20px;}.primary-nav-wrap > ul > li > ul a {color: #fff;display: block;font-size: 16px;font-weight: 500;text-decoration: none;transition: color 0.2s ease;}.primary-nav-wrap > ul > li > ul li.selected > a,.primary-nav-wrap > ul > li > ul li > a.clicked-once,.primary-nav-wrap > ul > li > ul li:hover > a {color: #EBFFD8;}.primary-nav-wrap > ul > li > ul li.sub,.secondary-nav-wrap ul li.sub {position: relative;}.primary-nav-wrap > ul > li > ul li.sub > a,.secondary-nav-wrap ul li.sub > a {padding-right: 18px;}.primary-nav-wrap > ul > li > ul li.sub > .toggle,.secondary-nav-wrap ul li.sub > .toggle {cursor: pointer;height: 11px;position: absolute;right: 10px;top: 4px;width: 11px;}.primary-nav-wrap > ul > li > ul li.sub > .toggle:before,.secondary-nav-wrap ul li.sub > .toggle:before {background: #fff;content: '';height: 100%;left: 50%;position: absolute;top: 0;transform: translateX(-50%);width: 2px;}.primary-nav-wrap > ul > li > ul li.sub > .toggle:after,.secondary-nav-wrap ul li.sub > .toggle:after {background: #fff;content: '';height: 2px;left: 0;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}.primary-nav-wrap > ul > li > ul li.sub.selected > .toggle:before,.secondary-nav-wrap ul li.sub.selected > .toggle:before {display: none;}.primary-nav-wrap > ul > li > ul ul,.secondary-nav-wrap ul ul {background: rgba(0,0,0,0.1);display: none;margin: 10px 0;padding: 10px 0 10px 20px;}.primary-nav-wrap > ul > li > ul li.sub.selected > ul,.secondary-nav-wrap ul li.sub.selected > ul {display: block;}.tablet-and-mobile-quick-links-container {display: none;}@media (max-width: 1024px) {.header-quick-links {background: var(--secondary-color);display: flex;flex-wrap: wrap;padding: 10px 30px;}.header-quick-links.right {border-bottom: 1px solid rgba(255,255,255,0.5);}.primary-nav-wrap > ul > li > ul {top: 42px;}}@media (max-width: 768px) {.primary-nav-wrap {max-height: calc(100vh - 70px);right: -100%;width: 100%;}body.show-nav .primary-nav-wrap {right: 0;}}@media (max-width: 600px) { .tablet-and-mobile-quick-links-container {display: block;}.primary-nav-wrap > ul {background: none;box-shadow: none;padding: 30px;width: 100%;}.primary-nav-wrap > ul > li > a,.primary-nav-wrap > ul > li:hover > a,.primary-nav-wrap > ul > li > a:active {color: #fff;padding: 15px 0;}.primary-nav-wrap > ul > li.selected > a {color: #EBFFD8;}.primary-nav-wrap > ul > li.sub {position: relative;}.primary-nav-wrap > ul > li.sub > a {padding-right: 18px;}.primary-nav-wrap > ul > li.sub > .toggle {cursor: pointer;height: 11px;position: absolute;right: 10px;top: 23px;width: 11px;}.primary-nav-wrap > ul > li.sub > .toggle:before {background: #fff;content: '';height: 100%;left: 50%;position: absolute;top: 0;transform: translateX(-50%);width: 2px;}.primary-nav-wrap > ul > li.sub > .toggle:after {background: #fff;content: '';height: 2px;left: 0;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}.primary-nav-wrap > ul > li.sub.selected > .toggle:before {display: none;}.primary-nav-wrap > ul > li > ul {padding: 5px 10px 20px 10px;top: auto;}.primary-nav-wrap > ul > li:not(.selected) > ul {display: none;}.primary-nav-wrap > ul > li > ul a {font-size: 18px;}}.header-search-form {background: var(--secondary-color);display: flex;height: 60px;margin: 0;padding: 15px 38px;}.header-search-form label {}.header-search-form .header-search-text-input {background: transparent;border: 0;border-radius: 0;border-left: 1px solid rgba(255,255,255,0.3);color: #fff;flex: 1;height: 30px;padding: 5px 10px;}.header-search-form .submit {background: url(/images/icons/white-search-icon.svg) 50% 50% no-repeat;border: 0;cursor: pointer;display: block;flex: 1;height: 30px;max-width: 30px;order: -1;padding: 0;text-indent: -9999px;transition: opacity 0.15s linear;width: 30px;}.header-search-form .submit:hover {opacity: 0.7;}@media (max-width: 600px) {.header-search-form {height: auto;padding: 15px 30px 100px 15px;}}.secondary-nav-wrap {align-items: center;background: var(--secondary-color);display: flex;height: 50px;justify-content: center;left: 0;position: fixed;right: 0;text-align: center;top: 100px;z-index: 99;}.secondary-nav-wrap a {color: #fff;font-family: 'Inter', sans-serif;font-size: 16px;font-weight: 500;}.secondary-nav-wrap .secondary-nav {align-items: center;border-left: 1px solid rgba(255,255,255,0.5);border-right: 1px solid rgba(255,255,255,0.5);display: flex;height: 50px;position: relative;text-align: left;width: 298px;}.secondary-nav-toggle {background: url(/images/icons/white-dropdown-arrow.svg) calc(100% - 20px) 50% no-repeat;color: #fff;display: block;padding: 0 60px 0 28px;text-decoration: none;width: 100%;}.secondary-nav-toggle:hover {text-decoration: none;}.secondary-nav-wrap ul {list-style: none;margin: 0;padding: 0;}.secondary-nav-wrap .secondary-nav > ul {background: var(--secondary-color);opacity: 0;max-height: calc(90vh - 130px);overflow: auto;pointer-events: none;padding-bottom: 10px;position: absolute;top: 100%;transform: translateY(-10px);transition: opacity 0.15s linear, visibility 0.15s linear, transform 0.15s ease;visibility: hidden;width: 100%;}.secondary-nav-wrap .secondary-nav:hover > ul {opacity: 1;pointer-events: initial;transform: translateY(0);visibility: visible;}.secondary-nav-wrap .secondary-nav > ul li a {display: block;padding: 10px 28px;transition: background 0.2s ease;text-decoration: none;}.secondary-nav-wrap .secondary-nav > ul li.selected > a,.secondary-nav-wrap .secondary-nav > ul li:hover > a {background: #10221D;color: #EBFFD8;text-decoration: none;}.secondary-nav-wrap ul li.sub > .toggle {right: 14px;top: 11px;}.secondary-nav-wrap ul ul {margin: 0;padding: 5px 0 5px 15px;}@media (max-width: 1024px) {.secondary-nav-wrap {display: none;}}.page-banner {display: none;}.custom-page-banner {align-items: center;background-color: var(--secondary-color);color: #fff;display: flex;height: 410px;justify-content: center;min-height: 410px;padding: 50px 30px;position: relative;}.custom-page-banner .section-heading {font-family: 'Libre Franklin', sans-serif;font-size: 100px;font-weight: 800;position: relative;text-align: center;z-index: 1;}.custom-page-banner .image {background-image: url(/images/template/default-page-banner.jpg);background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;opacity: 0.5;position: absolute;right: 0;top: 0;}body.top-level-15408 .custom-page-banner .section-heading:before {background: url(/images/icons/athletics-heading-crest.svg) 50% 50% no-repeat;background-size: contain;content: '';display: block;height: 180px;margin: 0 auto 8px;width: 160px;}.back-to-teams-link-wrap {align-items: center;background: url(/images/icons/small-green-chevron-left.svg) 0 50% no-repeat;border: 0;color: #004934;display: flex;float: right;font-family: 'Outfit', sans-serif;font-size: 12px;letter-spacing: 0.5px;margin: 10px 0 0 20px;padding-left: 18px;text-decoration: none;text-transform: uppercase;transition: opacity 0.2s linear;}.back-to-teams-link-wrap:hover {border: 0;opacity: 0.7;text-decoration: none;}@media (max-width: 1200px) {.custom-page-banner {height: 375px;min-height: 375px;}.custom-page-banner .section-heading {font-size: 75px;}}@media (max-width: 1024px) {.custom-page-banner {height: 325px;min-height: 325px;}.custom-page-banner .section-heading {font-size: 60px;}}@media (max-width: 768px) {.custom-page-banner {height: 275px;min-height: 275px;}.custom-page-banner .section-heading {font-size: 50px;}}@media (max-width: 600px) {.back-to-teams-link-wrap {margin-top: 0;}.custom-page-banner {height: auto;min-height: 1px;}body:not(.top-level-15408) .custom-page-banner {justify-content: flex-start;}.custom-page-banner .section-heading {font-size: 42px;}body:not(.top-level-15408) .section-heading {text-align: left;}body.top-level-15408 .custom-page-banner .section-heading:before {height: 90px;width: 80px;}}.interior-page-right-side-quick-links {opacity: 0;position: fixed;right: 0;top: 30vh;transition: opacity 0.2s linear;visibility: hidden;z-index: 49;}body.loaded .interior-page-right-side-quick-links {opacity: 1;visibility: visible;}.interior-page-right-side-quick-links ul {list-style: none;margin: 0;padding: 0;}.interior-page-right-side-quick-links ul li:not(:last-child) {height: 46px;margin-bottom: 10px;min-width: 46px;position: relative;}.interior-page-right-side-quick-links ul li a {align-items: center;background: var(--primary-color);color: #fff;display: flex;font-family: 'Outfit', sans-serif;font-size: 12px;font-weight: 500;height: 46px;letter-spacing: 2px;position: absolute;right: -114px;text-decoration: none;text-transform: uppercase;transition: right 0.2s ease;width: 160px;}.interior-page-right-side-quick-links ul li a .image-wrap {align-items: center;display: flex;height: 46px;justify-content: center;min-width: 46px;width: 46px;}.interior-page-right-side-quick-links ul li a .image-wrap img,.interior-page-right-side-quick-links ul li a .image-wrap svg {display: block;}.interior-page-right-side-quick-links ul li a:hover {right: 0;}@media (max-width: 1024px) {.interior-page-right-side-quick-links {display: none;}}.ss-section-wrap-inner {max-width: 1230px;margin: 0 auto;}.wrapper {max-width: 1200px;margin: 0 auto;}.middle-area {opacity: 0;padding: 60px 0;transition: opacity 0.3s linear;}body.loaded .middle-area {opacity: 1;}body.page-type-0 .middle-area {background: url(/images/template/bg-shape-left-top-75-opacity.png) 0 0 no-repeat;background-size: 40% auto;}body.page-type-0.top-level-15408 .middle-area {background: url(/images/icons/athletics-bg-crest.svg) 0 0 no-repeat;background-size: 40% auto;}@media (min-width: 768px) {.ss-section-wrap:not(:last-child), .ss-content-block:not(:last-child) {margin-bottom: 30px;}body:not(.page-type-0) .main-page-h1-wrap .ss-content-block {margin-bottom: 25px;}}.cb-intro {margin-bottom: 30px;}@media (max-width: 1320px) {.ss-section-wrap-inner,.wrapper {margin: 0 45px;}}@media (max-width: 768px) {.ss-section-wrap-inner,.wrapper {margin: 0 30px;}.responsive-grid-layout-row .col,.responsive-grid-layout-row .col .course-list {margin-bottom: 6px;}}@media (max-width: 600px) {.middle-area {padding: 30px 0;}}.footer {background: #F2F5F4 url(/images/template/footer-bg-image.jpg) 50% 50% no-repeat;background-size: cover;font-family: 'Libre Franklin', sans-serif;margin-top: auto;padding: 70px 30px 40px;position: relative;z-index: 1;}.footer > div {margin: 0 auto;max-width: 1670px;}.footer .upper {align-items: flex-end;display: flex;justify-content: space-between;margin-bottom: 50px;}.footer .lower {display: flex;justify-content: space-between;}.footer > div > .col.first p:not(:last-child) {margin-bottom: 5px;}.footer > div > .col.first p:nth-child(2) {padding-left: 94px;}.footer > div > .col.last {text-align: right;}.footer .col.last a {align-items: center;color: #004934;display: flex;font-family: 'Outfit', sans-serif;font-size: 12px;letter-spacing: 0.5px;text-decoration: none;text-transform: uppercase;transition: color 0.2s ease;}.footer .col.last a:hover {color: var(--primary-color);text-decoration: none;}.footer .col.last a img,.footer .col.last a svg {display: inline-block;margin-right: 4px;}.footer > div > .col > .row:not(:last-child) {margin-bottom: 35px;}.footer > div > .col > .row ul {align-items: center;display: flex;flex-wrap: wrap;justify-content: flex-end;list-style: none;margin: 0;padding: 0;}.footer > div > .col > .row ul li:not(:last-child) {margin-right: 15px;padding-right: 15px;position: relative;}.footer > div > .col > .row ul li.img-only:not(:last-child) {padding-right: 0;}.footer > div > .col > .row ul li:not(:last-child,.img-only):after {background: var(--secondary-color);content: '';height: 30px;opacity: 0.5;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;}.footer > div > .col > .row ul li.img-only a {transition: opacity 0.2s linear;}.footer > div > .col > .row ul li.img-only a:hover {opacity: 0.7;}.footer > div > .col > .row:nth-child(2) ul li:not(:last-child):after {height: 16px;opacity: 1;}.footer .copyright {font-size: 16px;}@media (max-width: 1200px) {.footer {font-size: 16px;}.footer .upper .col.first img,.footer .upper .col.first svg {width: 250px !important;}.footer > div > .col.first p:nth-child(2) {padding-left: 67px;}}@media (max-width: 1024px) {.footer {padding: 30px;}.footer .upper {display: block;margin-bottom: 20px;}.footer > div > .col.first p:nth-child(2) {padding: 0;}.footer > div > .col.last {display: flex;flex-wrap: wrap;margin-top: 30px;text-align: left;}.footer > div > .col > .row:not(:last-child) {margin-bottom: 0;width: 50%;}.footer > div > .col > .row:last-child {width: 100%;}.footer > div > .col > .row ul {justify-content: flex-start;}.footer > div > .col > .row ul li:not(.img-only) {margin: 0 0 20px 0;padding: 0;width: 100%;}.footer > div > .col > .row ul li.img-only {margin: 0 5px 0 0;padding: 0;}.footer > div > .col > .row ul li {margin-bottom: 20px;}.footer .copyright.col.last {display: block;margin-top: 0;}.footer > div > .col > .row ul li:not(:last-child,.img-only):after,.footer > div > .col > .row:nth-child(2) ul li:not(:last-child):after {display: none;}}@media (max-width: 600px) {.footer .lower {display: block;}.footer .copyright.col.last {margin-top: 20px;}}.button,.small-action-button,.content-box-list.blog li a .cb:before {background-color: var(--primary-color);border: 0;border-radius: 6px;color: #fff;display: inline-block;font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 700;letter-spacing: 1px;overflow: hidden;padding: 14px 50px;position: relative;text-align: center;text-decoration: none;text-transform: uppercase;transition: background-color 0.2s ease, color 0.2s ease;}.small-action-button {font-size: 12px;letter-spacing: 0.5px;padding: 10px 35px;}.button:hover,.small-action-button:hover,.content-box-list.blog li a:hover .cb:hover:before {background-color: var(--secondary-color);color: #fff;}.content-box-list.blog li a:hover .cb:hover:before {border: 0;padding: 14px 50px;}.page-count {font-family: 'Libre Franklin', sans-serif;font-size: 10px;font-weight: 700;}.pager,.pager-prev,.pager-next {background: #CBCBCB;border-radius: 2px;color: #707070;font-family: 'Libre Franklin', sans-serif;font-size: 10px;font-weight: 700;padding: 9px 11px;}.pager:hover, .pager-prev:hover, .pager-next:hover, .pager.on {background-color: var(--primary-color);color: #fff;}form.category-and-window .text-search-wrap .submit, .search-page-form-wrap .text-search-wrap .submit {background-color: var(--primary-color);border-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}form.category-and-window .text-search-wrap .submit:hover,.search-page-form-wrap .text-search-wrap .submit:hover {background-color: var(--secondary-color);background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='search-icon-white' d='M13.72,12.434h-.678L12.8,12.2a5.583,5.583,0,1,0-.6.6l.232.24v.678L16.722,18,18,16.722Zm-5.146,0a3.859,3.859,0,1,1,3.859-3.859A3.854,3.854,0,0,1,8.575,12.434Z' transform='translate(-3 -3)' fill='%23e9eef2'/%3E%3C/svg%3E");}input[type=text], input[type=password], input[type=email], select, textarea {font-family: 'Libre Franklin', sans-serif;font-size: 16px;}input[type=text].monetary-only.usd-field {background-color: #fff;}.chosen-container {max-width: calc(100vw - 110px);}.submission-form-wrap {width: 100%;}.content-box-list.blog .thumbnail img {aspect-ratio: 1;object-fit: cover;object-position: 50% 50%;}.content-box-list.blog .date {display: none;}.content-box-list.blog li a .title {font-family: 'Libre Franklin', sans-serif;}.content-box-list.blog li a .cb:before {}form.category-and-window ul.display-options li a, form.category-and-window ul.time-window-options li a {font-family: 'Outfit', sans-serif;font-size: 12px;font-weight: 700;letter-spacing: 0.25px;text-transform: uppercase;}.event-items > li > h2.date {background: var(--primary-color);}.event-items > li .view-event-button {background: url(/images/icons/small-green-chevron-right.svg) 100% 50% no-repeat;color: var(--primary-color);padding: 0 10px 0 0;}.event-items > li .view-event-button:hover {color: var(--secondary-color);}@media (min-width: 768px) {.event-items > li > ul > li {position: relative;padding-right: 150px;}.event-items > li .view-event-button {margin: 0;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}}@media (max-width: 768px) {.event-items > li .view-event-button {display: inline-block;max-width: 105px;}}.list-items.accordion-mode-faqs > li {margin-bottom: 25px;}.ss-accordion-content-wrap:last-child {margin-bottom: 0;}.ss-accordion-content-wrap .ss-accordion-toggle,.ss-accordion-content-wrap .ss-accordion-toggle:hover, .ss-accordion-content-wrap.show .ss-accordion-toggle,.list-items.accordion-mode-faqs > li h2.title.question,.list-items.accordion-mode-faqs > li h2.title.question:hover {background: rgb(19,48,40);background: linear-gradient(270deg, rgba(19,48,40,1) 0%, rgba(22,91,46,1) 100%);border-radius: 4px;color: #fff;font-family: 'Libre Franklin', sans-serif;font-size: 21px;font-weight: 800;letter-spacing: 0;opacity: 1;padding: 10px 50px 10px 20px;position: relative;text-transform: none;}.list-items.accordion-mode-faqs > li .list-item > .hr { display: none; }.list-items.accordion-mode-faqs > li h2.title.question .ss-accordion-toggle-icon,.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon {height: 8px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);width: 8px;}.list-items.accordion-mode-faqs > li h2.title.question .ss-accordion-toggle-icon:before,.list-items.accordion-mode-faqs > li h2.title.question .ss-accordion-toggle-icon:after,.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:before,.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:after {background: #EBFFD8;border-radius: 1px;content: '';left: 0;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}.list-items.accordion-mode-faqs > li h2.title.question .ss-accordion-toggle-icon:before,.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:before {height: 2px;}.list-items.accordion-mode-faqs > li h2.title.question .ss-accordion-toggle-icon:after,.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:after {height: 100%;left: 50%;transform: translate(-50%,-50%);width: 2px;}.list-items.accordion-mode-faqs > li h2.title.question:after,.list-items.accordion-mode-faqs > li h2.title.question.selected:after,.list-items.accordion-mode-faqs > li h2.title.question:hover:after,.ss-accordion-content-wrap .ss-accordion-toggle:after {border: 0;color: #EBFFD8;content: 'OPEN';font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 700;height: auto;margin: 0;opacity: 1;position: absolute;right: 37px;text-align: right;text-transform: uppercase;top: 50%;transform: translateY(-50%);width: auto;}.list-items.accordion-mode-faqs > li h2.title.question.selected .ss-accordion-toggle-icon:after {display: none;}.list-items.accordion-mode-faqs > li h2.title.question.selected:after,.ss-accordion-content-wrap.show .ss-accordion-toggle:after {content: 'CLOSE';}@media (max-width: 768px) {.ss-accordion-content-wrap .ss-accordion-toggle,.ss-accordion-content-wrap .ss-accordion-toggle:hover, .ss-accordion-content-wrap.show .ss-accordion-toggle {font-size: 18px;}}@media (max-width: 600px) {.ss-accordion-content-wrap .ss-accordion-toggle,.ss-accordion-content-wrap .ss-accordion-toggle:hover, .ss-accordion-content-wrap.show .ss-accordion-toggle {font-size: 15px;}.ss-accordion-content-wrap .ss-accordion-toggle:after { display: none;}}.content-box-embed.social-stream .element-item .item-content {display: flex;flex-direction: column;font-family: sans-serif;font-size: 16px;padding: 30px;}.content-box-embed.social-stream .element-item .item-content a {color: #1F59A8;}.content-box-embed.social-stream .element-item .item-content .profile-link {font-weight: bold;}.content-box-embed.social-stream .element-item .item-content .profile-link .handle {font-weight: normal;}.content-box-embed.social-stream .element-item .item-content > img {margin: -30px -30px 25px -30px;max-width: calc(100% + 60px) !important;order: -99;width: calc(100% + 60px);}.social-stream .element-item .author-and-share {margin-top: auto;}.gallery-intro {margin-bottom: 20px;}form.category-and-window {justify-content: flex-start;}form.category-and-window select, form.category-and-window .chosen-container,.job-board-filter-wrap .filter-wrap select,.grid-filters-wrap select {background: #ECF5F3 url(/images/icons/green-dropdown-arrow.svg) calc(100% - 15px) 50% no-repeat;border: 0;border-radius: 3px;font-family: 'Libre Franklin', sans-serif;font-size: 16px;font-weight: 400;margin-right: 20px;}.job-board-filter-wrap .filter-wrap select,.grid-filters-wrap select {margin-right: 0;}.grid-filters-wrap select {width: auto;}.search-form input[type=text], .text-search-wrap input[type=text] {background-color: #ECF5F3;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border: 0;}.list-items.member-directory-items {border-bottom: 1px solid #CBCBCB;border-top: 1px solid #CBCBCB;padding-bottom: 25px;padding-top: 25px;}.list-items.member-directory-items li {font-family: 'Libre Franklin', sans-serif;font-size: 14px;}@media (min-width: 900.5px) {.list-items.member-directory-items {gap: 55px 75px;}.list-items.member-directory-items li {margin: 0;width: calc(25% - ((75px / 4) * 3));}}.list-items.member-directory-items li h2.title {font-size: 16px;}.list-items.member-directory-items li .categories {display: none;}.list-items.member-directory-items li .image a {position: relative;}.list-items.member-directory-items li .image a:before {background: rgb(19,48,40);background: linear-gradient(0deg, rgba(19,48,40,1) 0%, rgba(19,48,40,0) 100%);bottom: 0;content: '';left: 0;opacity: 0;position: absolute;right: 0;top: 30%;transition: opacity 0.2s linear;z-index: 0;}.list-items.member-directory-items li .image a:after {background-color: #fff;border-radius: 6px;bottom: 30px;color: var(--secondary-color);content: 'View Bio';cursor: pointer;font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 700;left: 50%;letter-spacing: 0.5px;opacity: 0;padding: 14px 40px;position: absolute;text-transform: uppercase;transform: translateX(-50%);transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s linear;white-space: nowrap;z-index: 1;}.list-items.member-directory-items li .image img {aspect-ratio: 1 / 1.05;object-fit: cover;object-position: 50% 50%;}.list-items.member-directory-items li .image a:hover:before,.list-items.member-directory-items li .image a:hover:after {opacity: 1;}.list-items.member-directory-items li .email {margin-top: 8px;}.tr-job-title th { font-size: 0; }.tr-job-title th:before {content: 'Title(s):';font-size: 18px;}.sosimple-overlay.member-overlay .info-table tr {display: flex;justify-content: flex-start;}.sosimple-overlay.member-overlay .info-table tr.tr-departments,.sosimple-overlay.member-overlay .info-table tr.tr-job-title,.sosimple-overlay.member-overlay .info-table tr.tr-email,.sosimple-overlay.member-overlay .other-information-table tr:first-child {display: none;}.sosimple-overlay.member-overlay .info-table tr th {width: auto;}.list-items.member-directory-items li .email a,.sosimple-overlay.member-overlay .info-column .button,.staff-info-card .email a {background: url(/images/icons/green-email-icon.svg) 0 50% no-repeat;background-size: contain;border-radius: 0;border: 0;color: var(--primary-color);font-family: 'Inter', sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.5px;padding: 0 0 0 20px;text-transform: uppercase;}.list-items.member-directory-items li .view-profile-link {display: none;}.sosimple-overlay.member-overlay {padding: 0;}.sosimple-overlay .sosimple-overlay-close {background: url(/images/icons/green-close-x.svg) 50% 50% no-repeat;}.sosimple-overlay.member-overlay > h1,.sosimple-overlay.member-overlay .small-action-button,.sosimple-overlay.member-overlay .image-column .button,.sosimple-overlay.member-overlay .detail-page.member-directory .info-column > h3 {display: none;}.sosimple-overlay.member-overlay .image-column {background-position: 50% 25%;background-repeat: no-repeat;background-size: cover;margin: 0;}.sosimple-overlay.member-overlay .image-column img {opacity: 0;}.sosimple-overlay.member-overlay .detail-page.member-directory .info-column {padding: 40px;}.sosimple-overlay.member-overlay h2.title {font-size: 24px;}.sosimple-overlay.member-overlay .info-table {font-family: 'Libre Franklin', sans-serif;font-size: 18px;}.sosimple-overlay.member-overlay .info-table th {color: inherit;}.sosimple-overlay.member-overlay .info-column .email-button-wrap {border-top: 1px solid var(--secondary-color);margin-top: auto;padding-top: 30px;}.sosimple-overlay.member-overlay .info-column .button {}@media (max-width: 768px) {.list-items.member-directory-items li .image a:before {opacity: 0.5;}.list-items.member-directory-items li .image a:after {opacity: 1;}.sosimple-overlay.member-overlay .detail-page.member-directory .info-column {padding: 25px;}.sosimple-overlay.member-overlay .detail-page.member-directory a {word-break: break-all;}.sosimple-overlay.member-overlay .info-table {font-size: 15px;}}@media (max-width: 500px) {.job-board-detail-page .back-link.fr {display: block;float: none;margin-bottom: 15px;width: 100%;}}.map-locations-categories-heading-area, .map-locations-map-container-heading-area {background: var(--primary-color);}.ss-section-wrap.hero-banner {position: relative;}.ss-section-wrap.hero-banner .ss-section-wrap-inner {margin: 0;}.ss-section-wrap.hero-banner:first-child {left: 0;position: fixed;right: 0;top: 0;}.ss-section-wrap.hero-banner:first-child .embedded-gallery.static-page-inline-gallery .slide .image {background-position: calc(50% - 50px) 50%;transition: background-position 1.5s ease-out;}body.loaded .ss-section-wrap.hero-banner:first-child .embedded-gallery.static-page-inline-gallery .slide .image {background-position: 50% 50%;}.ss-section-wrap.hero-banner:before {background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);content: '';height: 40%;left: 0;opacity: 0.80;pointer-events: none;position: absolute;right: 0;top: 0;z-index: 50;}.ss-section-wrap.hero-banner:after {background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);bottom: 0;content: '';height: 40%;left: 0;opacity: 0.80;pointer-events: none;position: absolute;right: 0;z-index: 50;}.ss-section-wrap.hero-banner .ss-content-block {margin: 0;width: 100%;}.ss-section-wrap.hero-banner .embedded-gallery .stage {min-width: 100%;}.ss-section-wrap.hero-banner,.ss-section-wrap.hero-banner .slide {height: 100vh;}.ss-section-wrap.hero-banner .gallery-footer {bottom: 120px;color: #fff;left: 150px;position: absolute;right: 150px;transition: opacity 0.5s linear;z-index: 51;}@media (min-width: 1100px) and (max-height: 650px) {.ss-section-wrap.hero-banner .gallery-footer {bottom: 50px;}}body.scrolled-down:not(.at-tip-top) .ss-section-wrap.hero-banner:first-child .gallery-footer {opacity: 0;}.ss-section-wrap.hero-banner .gallery-footer h1,.ss-section-wrap.hero-banner .gallery-footer h2 {border: 0;font-size: 100px;opacity: 0;transform: translateY(-10px);transition: opacity 0.75s linear, transform 0.75s ease-out;transition-delay: 1s;}body.loaded .ss-section-wrap.hero-banner .gallery-footer h1,body.loaded .ss-section-wrap.hero-banner .gallery-footer h2 {opacity: 1;transform: translateY(0);}.ss-section-wrap.hero-banner .gallery-footer ul {display: flex;gap: 10px;list-style: none;margin: 0;opacity: 0;padding: 0;transform: translateY(-10px);transition: opacity 0.75s linear, transform 0.75s ease-out;transition-delay: 1.5s;}body.loaded .ss-section-wrap.hero-banner .gallery-footer ul {opacity: 1;transform: translateY(0);}.ss-section-wrap.hero-banner .gallery-footer ul .button {align-items: center;border-radius: 0;display: flex;flex-direction: column;justify-items: center;padding: 25px;width: 160px;}.ss-section-wrap.hero-banner .gallery-footer ul .button img,.ss-section-wrap.hero-banner .gallery-footer ul .button svg {display: block;margin-bottom: 20px;transition: transform 0.2s ease;}.ss-section-wrap.hero-banner .gallery-footer ul .button:hover img,.ss-section-wrap.hero-banner .gallery-footer ul .button:hover svg {transform: scale(1.1);}.ss-section-wrap.hero-banner .gallery-footer ul .button br {display: none;}.ss-section-wrap.hero-banner .embedded-gallery .prev-arrow, .ss-section-wrap.hero-banner .embedded-gallery .next-arrow {display: none;}.ss-section-wrap.hero-banner .embedded-gallery-nav-wrapper,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav-wrapper {height: auto;margin: 0;overflow: visible;padding: 0;width: 100%;}.ss-section-wrap.hero-banner .embedded-gallery-nav-wrapper {opacity: 0;transition: opacity 0.75s linear, transform 0.75s ease-out;transition-delay: 2s;}body.loaded .ss-section-wrap.hero-banner .embedded-gallery-nav-wrapper {opacity: 1;}.ss-section-wrap.hero-banner .embedded-gallery-nav-wrapper {position: absolute;bottom: 50px;left: 50%;transform: translateX(-50%);z-index: 52;}.ss-section-wrap.hero-banner .embedded-gallery-nav,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav,.slick-dots {align-items: center;display: flex;gap: 9px;height: auto;justify-content: center;position: static;}.ss-section-wrap.hero-banner .embedded-gallery-nav li,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav li,.slick-dots > li {float: none;padding: 0;position: static;}.ss-section-wrap.hero-banner .embedded-gallery-nav li a,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav li a,.slick-dots li button {background: #fff;border-radius: 100%;border: 0;cursor: pointer;float: none;height: 12px;opacity: 0.4;padding: 0;text-indent: -9999px;transition: opacity 0.2s linear;width: 12px;}.ss-section-wrap.hero-banner .embedded-gallery-nav li.activeSlide a,.ss-section-wrap.hero-banner .embedded-gallery-nav li a:hover,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav li.activeSlide a,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav li a:hover,.slick-dots li button:hover,.slick-dots li.slick-active button {opacity: 1;}.ss-section-wrap.hero-banner .embedded-gallery-nav li a img,.ss-section-wrap.student-voices-carousel .embedded-gallery-nav li a img {display: none;}.hero-banner-scroll-down-link {animation: arrowbump 1.5s infinite ease-in-out;background: url(/images/icons/white-arrow-down.svg) 100% 90% no-repeat;bottom: 50px;color: #fff;display: block;font-family: 'Outfit', sans-serif;font-size: 12px;font-weight: 700;line-height: 18px;min-height: 34px;padding: 20px 20px 0 0;position: absolute;right: 100px;text-decoration: none;text-transform: uppercase;transition: opacity 0.2s linear;z-index: 53;}.hero-banner-scroll-down-link:focus,.hero-banner-scroll-down-link:active {color: #fff;}.hero-banner-scroll-down-link:hover {color: #fff;opacity: 0.7;text-decoration: none;}@keyframes arrowbump {0% { padding-top: 20px; }50% { padding-top: 80px; }0% { padding-top: 20px; }}@media (max-width: 1500px) {.ss-section-wrap.hero-banner .gallery-footer {bottom: 110px;left: 75px;right: 75px;}.ss-section-wrap.hero-banner .gallery-footer h1, .ss-section-wrap.hero-banner .gallery-footer h2 {font-size: 80px;}.ss-section-wrap.hero-banner .embedded-gallery-nav-wrapper {left: 75px;transform: none;}.ss-section-wrap.hero-banner .embedded-gallery-nav {justify-content: flex-start;}}@media (max-width: 768px) {.ss-section-wrap.hero-banner .gallery-footer {bottom: 110px;left: 30px;right: 30px;}.ss-section-wrap.hero-banner .gallery-footer h1, .ss-section-wrap.hero-banner .gallery-footer h2 {font-size: 45px;line-height: 120%;}.ss-section-wrap.hero-banner .gallery-footer ul {gap: 6px;}.ss-section-wrap.hero-banner .gallery-footer ul li {flex: 1;}.ss-section-wrap.hero-banner .gallery-footer ul .button {width: auto;font-size: 11px;letter-spacing: 0.5px;padding: 20px 10px;}.ss-section-wrap.hero-banner .gallery-footer ul .button img, .ss-section-wrap.hero-banner .gallery-footer ul .button svg {margin-bottom: 14px;}.ss-section-wrap.hero-banner .embedded-gallery-nav-wrapper {left: 30px;}.hero-banner-scroll-down-link {bottom: 37px;right: 30px;}}.ss-section-wrap.homepage-intro-text {padding: 50px 0;}.ss-section-wrap.homepage-intro-text .ss-section-wrap-inner {}.ss-section-wrap.homepage-intro-text .ss-content-block {font-size: 21px;text-align: left;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3:last-child h2 {margin-bottom: 15px;}@media (min-width: 768px) {.ss-section-wrap.homepage-intro-text {padding: 80px 20px;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-3 {padding-top: 80px;text-align: left;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3 {padding-left: 50px;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3:last-child {margin-top: 140px;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3:last-child p {font-size: 30px;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3:last-child p:not(:last-child) {margin-bottom: 40px;}}@media (min-width: 1400.5px) {.ss-section-wrap.homepage-intro-text {padding: 120px 90px;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-3 {max-width: 22%;text-align: left;}.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3:last-child * {max-width: 760px;}}@media (max-width: 1024px) {.ss-section-wrap.homepage-intro-text .ss-content-block.col-3,.ss-section-wrap.homepage-intro-text .ss-content-block.col-2-3 {margin: 0 0 30px 0;padding: 0;width: 100%;}}.ss-section-wrap.logo-scroller,body.has-first-section-hero .ss-section-wrap:not(:first-child).logo-scroller {margin-bottom: 150px;margin-top: 100px;padding: 150px 0 150px;position: relative;}.ss-section-wrap.logo-scroller .ss-section-wrap-inner {margin: 0;max-width: 100%;}.ss-section-wrap.logo-scroller .ss-content-block {margin-left: 0;margin-right: 0;width: 100%;}body.page-index .ss-section-wrap.logo-scroller:before {background: url(/images/template/logo-scroller-bg.png) 50% 50% no-repeat;background-size: 100%;content: '';height: 47vw;left: 0;position: absolute;right: 0;top: 50%;transform: translateY(-70%);z-index: -1;}.ss-section-wrap.logo-scroller ul {display: none;}.ss-section-wrap.logo-scroller .flickity-viewport {margin-top: 70px;margin-left: auto;margin-right: auto;max-width: 100%;}.ss-section-wrap.logo-scroller .logo-slide {width: calc(100% / 6);}.ss-section-wrap.logo-scroller .image {height: 100px;line-height: 100px;text-align: center;}.ss-section-wrap.logo-scroller .image svg,.ss-section-wrap.logo-scroller .image img {display: inline-block;vertical-align: middle;max-width: 90%;}.ss-section-wrap.logo-scroller .flickity-prev-next-button {display: none;}@media (max-width: 1400px) { body.page-index .ss-section-wrap.logo-scroller:before {transform: translateY(-50%);}}@media (max-width: 1200px) { .ss-section-wrap.logo-scroller .logo-slide {width: 25%;}}@media (max-width: 768px) {.ss-section-wrap.logo-scroller,body.has-first-section-hero .ss-section-wrap:not(:first-child).logo-scroller {margin-top: 80px;padding: 75px 0;}.ss-section-wrap.logo-scroller h2 {margin: 50px 0 0;}.ss-section-wrap.logo-scroller .logo-slide {width: calc(100% / 3);}}@media (max-width: 600px) {.ss-section-wrap.logo-scroller,body.has-first-section-hero .ss-section-wrap:not(:first-child).logo-scroller {padding: 0;}body.page-index .ss-section-wrap.logo-scroller:before {transform: translateY(-20%);}.ss-section-wrap.logo-scroller .logo-slide {width: 50%;}.ss-section-wrap.logo-scroller .image svg,.ss-section-wrap.logo-scroller .image img {max-width: 80%;}}.ss-section-wrap.fast-facts {margin-bottom: 120px;}.ss-section-wrap.fast-facts .ss-section-wrap-inner {margin: 0 auto;max-width: 1600px;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) {padding: 50px 50px 50px 20px;position: relative;text-align: center;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) big {color: var(--primary-color);display: inline-block;font-family: 'Libre Franklin', sans-serif;font-size: 80px;margin-top: 20px;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) big strong {font-weight: 700;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) big em {font-style: normal;}.ss-section-wrap.fast-facts .ss-content-block.col-1 {margin-bottom: 60px;}@media (min-width: 768px) {.ss-section-wrap.fast-facts .ss-content-block:not(:last-child,.col-1):after {background: var(--primary-color);content: '';height: 100%;position: absolute;right: 0;top: 0;width: 1px;}}@media (max-width: 1375px) {.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) {padding: 40px 40px 40px 10px;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) big {font-size: 60px;}}@media (max-width: 1024px) {.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) {padding: 30px 30px 30px 0;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) big {font-size: 42px;}}@media (max-width: 768px) {.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) {padding: 30px;}.ss-section-wrap.fast-facts .ss-content-block:not(.col-1) {border-top: 1px solid var(--primary-color);}}.ss-section-wrap.calendar-carousel {padding-bottom: 100px;}.ss-section-wrap.calendar-carousel .ss-section-wrap-inner {max-width: 1300px;}.ss-section-wrap.calendar-carousel .cb-intro {margin-bottom: 0;}.ss-section-wrap.calendar-carousel .content-box-list {padding: 0;}.ss-section-wrap.calendar-carousel .slick-track {display: flex;padding: 30px 0 30px 0;}.ss-section-wrap.calendar-carousel .slick-track li {flex: 1;height: auto;margin: 0 20px;}.ss-section-wrap.calendar-carousel .slick-track li a {display: block;flex: 1;font-family: 'Libre Franklin', sans-serif;padding: 0 0 30px;text-align: left;}.ss-section-wrap.calendar-carousel .content-box-list.events li a .date {background: var(--primary-color);color: #fff;font-family: 'Libre Franklin', sans-serif;font-size: 16px;font-weight: 700;padding: 10px 30px;}.ss-section-wrap.calendar-carousel .content-box-list.events li a .date strong {display: inline-block;color: #fff;font-size: 16px;}.ss-section-wrap.calendar-carousel .content-box-list.events li a .date strong:before {content: ' ';}.ss-section-wrap.calendar-carousel .content-box-list.events li a .title {color: var(--default-text-color);padding: 0 30px;}.ss-section-wrap.calendar-carousel .content-box-list.events li a .see-details {color: var(--primary-color);font-family: 'Outfit', sans-serif;font-size: 12px;font-weight: 700;letter-spacing: 1.25px;background: url(/images/icons/green-arrow-right.svg) 100% 50% no-repeat;padding: 0 20px 0 0;display: inline-block;margin-left: 30px;transition: padding 0.2s ease;}.ss-section-wrap.calendar-carousel .content-box-list li a .see-details:hover {border: 0;color: var(--primary-color);padding-right: 24px;}.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);}.ss-content-block .content-box-list .slick-dots {list-style: none;margin: 0;padding: 0;width: 100%;}.ss-content-block .content-box-list .slick-dots li {margin: 0;width: auto;}.ss-section-wrap.student-voices-carousel .gallery-intro {margin-bottom: 30px;}.ss-section-wrap.student-voices-carousel .embedded-gallery.static-page-inline-gallery .slide .image {right: auto;min-height: 400px;width: 50%;}.ss-section-wrap.student-voices-carousel .embedded-gallery.static-page-inline-gallery .slide .image h3 {bottom: 20px;color: #fff;font-size: 42px;position: absolute;right: 15px;z-index: 1;}.ss-section-wrap.student-voices-carousel .embedded-gallery.static-page-inline-gallery .slide .image img {width: 100%;}.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption {align-items: center;background: rgb(19,48,40);background: linear-gradient(270deg, rgba(19,48,40,1) 0%, rgba(22,91,46,1) 100%);color: #ECF5F3;display: flex !important;flex-direction: column;font-size: 30px;font-weight: 500;height: 100% !important;justify-content: center;left: auto;overflow: auto;padding: 40px 20px;text-align: center;width: 50%;}.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption .caption-inner {margin: auto;max-height: 100%;max-width: 378px;position: relative;text-align: left;width: 100%;}.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption .caption-inner:before,.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption .caption-inner:after {background: url(/images/icons/left-quote.svg) 50% 50% no-repeat;background-size: contain;content: '';height: 71px;left: -60px;position: absolute;top: -40px;width: 94px;}.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption .caption-inner:after {background-image: url(/images/icons/right-quote.svg);bottom: -40px;left: auto;right: -40px;top: auto;}.ss-section-wrap.student-voices-carousel .embedded-gallery-nav-wrapper {margin: 15px 0 0 0;position: static;}.ss-section-wrap.student-voices-carousel .embedded-gallery-nav li a,.slick-dots li button {background: var(--primary-color);}.ss-section-wrap.student-voices-carousel .embedded-gallery .prev-arrow, .ss-section-wrap.student-voices-carousel .embedded-gallery .next-arrow,.slick-arrow {background-color: transparent;background-image: url(/images/icons/chevron-left.svg);background-repeat: no-repeat;background-size: contain;border: 0;cursor: pointer;height: 34px;left: -50px;opacity: 1;text-indent: -9999px;transition: opacity 0.2s linear;width: 18px;}.ss-section-wrap.student-voices-carousel .embedded-gallery .next-arrow,.slick-arrow.slick-next {background-image: url(/images/icons/chevron-right.svg);left: auto;right: -50px;}.ss-section-wrap.student-voices-carousel .embedded-gallery .prev-arrow:hover, .ss-section-wrap.student-voices-carousel .embedded-gallery .next-arrow:hover,.slick-arrow:hover {opacity: 0.7;}@media (max-width: 1320px) {.ss-section-wrap.student-voices-carousel .embedded-gallery .prev-arrow,.slick-arrow.slick-prev {left: -40px;}.ss-section-wrap.student-voices-carousel .embedded-gallery .next-arrow,.slick-arrow.slick-next {right: -40px;}}@media (min-width: 768.5px) and (max-width: 1024px) {.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption .caption-inner:before,.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption .caption-inner:after {display: none;}}@media (max-width: 768px) {.ss-section-wrap.student-voices-carousel .gallery-intro {margin-bottom: 20px;}.ss-section-wrap.student-v.ss-section-wrap-inner.has-ss-image-block.do-mobile-swap .ss-content-block.ss-image-block:last-childices-carousel .embedded-gallery.static-page-inline-gallery .slide {background: rgb(22,91,46);height: 70vh;}.ss-section-wrap.student-voices-carousel .embedded-gallery.static-page-inline-gallery .slide .image {height: 40%;min-height: 0;width: 100%;}.ss-section-wrap.student-voices-carousel .embedded-gallery.static-page-inline-gallery .slide .image h3 {font-size: 26px;}.ss-section-wrap.student-voices-carousel .embedded-gallery .slide .caption {background: rgba(19,48,40,0.5);background: linear-gradient(270deg, rgba(19,48,40,1) 0%, rgba(22,91,46,0.65) 100%);font-size: 20px;height: 60% !important;padding: 30px 45px;top: 40%;width: 100%;}.ss-section-wrap.student-voices-carousel .embedded-gallery .prev-arrow,.ss-section-wrap.student-voices-carousel .embedded-gallery .next-arrow,.slick-arrow {background-color: #ECF5F3;background-size: auto 50%;background-position: 50% 50%;width: 28px;}.ss-section-wrap.student-voices-carousel .embedded-gallery .prev-arrow {left: 0;}.ss-section-wrap.student-voices-carousel .embedded-gallery .next-arrow {right: 0;}.slick-arrow.slick-prev {left: -20px;}.slick-arrow.slick-next {right: -20px;}}.ss-content-block.season-record-block {background: var(--primary-color);color: #fff;font-family: 'Libre Franklin', sans-serif;font-size: 64px;font-weight: 800;text-align: center;}.ss-content-block.season-record-block strong {font-weight: 800;}.ss-content-block.season-record-block h2 {background: var(--secondary-color);color: #fff;margin: 0;padding: 15px 20px;text-align: center;}.ss-content-block.season-record-block p {margin: 0;padding: 40px 20px;}.ss-content-block.state-championships-block {background: rgb(19,48,40);background: linear-gradient(90deg, rgba(19,48,40,1) 0%, rgba(22,91,46,1) 100%);color: #fff;display: flex;flex-direction: column;justify-content: center;padding: 30px;position: relative;}.ss-content-block.state-championships-block:after {background: url(/images/icons/state-championships-crest.svg) 0 20px no-repeat;background-size: contain;bottom: 0;content: '';pointer-events: none;position: absolute;right: 0;top: 0;width: 40%;}.ss-content-block.state-championships-block h2 {position: relative;z-index: 1;}.ss-content-block.state-championships-block ul {font-family: 'Libre Franklin', sans-serif;font-size: 18px;list-style: none;margin: 0;padding: 0;position: relative;z-index: 1;}.ss-content-block.state-championships-block ul li {display: flex;margin-bottom: 8px;}.ss-content-block.state-championships-block ul li strong {margin-right: 10px;}.ss-content-block.state-championships-block ul li:before {background: url(/images/icons/state-champion-banner.svg) 50% 50% no-repeat;background-size: contain;content: '';display: inline-block;height: 27px;margin-right: 10px;width: 20px;}.ss-section-wrap.green-callout-block,.ss-content-block.green-callout-block {background: #ECF5F3;border-bottom: 1px solid #004934;border-top: 1px solid #004934;padding: 35px 30px;}.ss-section-wrap.green-callout-block,.ss-content-block.green-callout-block p {line-height: 140%;}.ss-content-block.green-callout-block {display: flex;flex-direction: column;justify-content: center;}@media (max-width: 1024px) {.ss-section-wrap.green-callout-block .button,.ss-content-block.green-callout-block .button {padding: 14px 25px;}}@media (max-width: 768px) {.ss-section-wrap.green-callout-block,.ss-content-block.green-callout-block {padding: 30px;}}.ss-section-wrap.dark-green-callout-block .ss-section-wrap-inner,.ss-content-block.dark-green-callout-block {background: rgb(19,48,40);background: linear-gradient(90deg, rgba(19,48,40,1) 0%, rgba(22,91,46,1) 100%);color: #fff;padding: 35px 50px;}.ss-section-wrap.dark-green-callout-block .ss-section-wrap-inner {padding: 60px 30px 0;}.ss-section-wrap.dark-green-callout-block a,.ss-content-block.dark-green-callout-block a {color: #fff;}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-1:first-child:not(:last-child) {margin-bottom: 30px;}@media (min-width: 1024.5px) {.ss-section-wrap.dark-green-callout-block .ss-content-block {margin-left: 30px;margin-right: 30px;}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-1 {width: calc(100% - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-2 {width: calc(50% - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-3 {width: calc(100% * 1/3 - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-2-3 {width: calc(100% * 2/3 - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-4 {width: calc(25% - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-2-5 {width: calc(40% - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-3-5 {width: calc(60% - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-4-5 {width: calc(80% - 60px);}.ss-section-wrap.dark-green-callout-block .ss-content-block.col-5 {width: calc(20% - 60px);}}@media (max-width: 768px) {.ss-section-wrap.dark-green-callout-block {margin-bottom: 30px;}.ss-section-wrap.dark-green-callout-block .ss-section-wrap-inner,.ss-content-block.dark-green-callout-block {padding: 25px 30px;}.ss-section-wrap.dark-green-callout-block .ss-section-wrap-inner {padding: 30px 30px 0;}}.simple-image-link {display: block;height: 0;overflow: hidden;padding-top: 132%;position: relative;z-index: 1;}.simple-image-link .image {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;position: absolute;right: 0;top: 0;transition: transform 0.5s ease;z-index: 0;}.simple-image-link:hover .image {transform: scale(1.3);transition: transform 5s linear;}.simple-image-link .image img {display: none;}.simple-image-link .caption {background: rgba(12,102,47,0.72);bottom: 0;color: #fff;font-family: 'Libre Franklin', sans-serif;font-size: 42px;font-weight: 800;left: 0;letter-spacing: 1px;padding: 30px;position: absolute;right: 0;text-align: center;transition: padding 0.2s ease;z-index: 1;}.simple-image-link:hover .caption {padding: 40px 30px;}.simple-image-link .caption:after {background: url(/images/icons/white-arrow-right.svg) 100% 50% no-repeat;content: 'Learn More';display: block;font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 700;letter-spacing: 2px;margin: 15px auto 0;padding-right: 9px;text-align: left;text-transform: uppercase;transition: padding 0.2s ease;width: 114px;}.simple-image-link .caption:hover:after {padding-right: 13px;}.simple-image-link.dark-green-caption .caption {background: rgba(19,48,40,0.72);}@media (max-width: 1450px) {.simple-image-link .caption {font-size: 28px;}}@media (max-width: 1250px) {.simple-image-link .caption {font-size: 22px;padding: 20px;}.simple-image-link .caption:after {margin-top: 3px;}}@media (max-width: 1024px) {.simple-image-link .caption {font-size: 18px;padding: 18px;}.simple-image-link .caption:after {margin-top: 0;font-size: 10px;width: 96px;}}.small-image-link {display: block;height: 0;padding-top: 81%;position: relative;}.small-image-link .image {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;position: absolute;right: 0;top: 0;z-index: 0;}.small-image-link .image img {display: none;}.small-image-link .caption {align-items: center;background: rgba(19,48,40,0.70);bottom: 0;color: #fff;display: flex;flex-direction: column;font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 700;justify-content: center;left: 0;letter-spacing: 2px;line-height: 140%;min-height: 0;padding: 15px;position: absolute;right: 0;text-align: center;text-transform: uppercase;transition: background 0.2s ease, min-height 0.2s ease;z-index: 1;}.small-image-link:hover .caption {background: rgba(19,48,40,0.81);min-height: 100%;}.small-image-link br {display: none;}.small-image-link .caption img,.small-image-link .caption svg {display: block;opacity: 0;margin: 0 auto;max-height: 0;transition: max-height 0.2s ease, margin 0.2s ease; }.small-image-link:hover .caption img,.small-image-link:hover .caption svg {margin-bottom: 15px;max-height: 32px;opacity: 1;}.small-image-link .caption svg * {opacity: 0;transition: opacity 0.2s linear;}.small-image-link:hover .caption svg * {opacity: 1;transition-delay: 0.15s;}@media (min-width: 768px) and (max-width: 1024px) {.ss-section-wrap.five-column-small-image-link-section .ss-content-block.col-5 {width: calc(100% * 1/3 - 30px);}}@media (max-width: 768px) {.small-image-link .caption img,.small-image-link .caption svg {margin-bottom: 15px;max-height: 32px;opacity: 1;}.small-image-link .caption svg * {opacity: 1;transition-delay: 0.15s;}}ul.course-list {font-family: 'Libre Franklin', sans-serif;font-weight: 500;list-style: none;margin: 0 0 20px 0;padding: 0 0 0 12px;}ul.course-list li:not(:last-child) {margin-bottom: 4px;}@media (max-width: 600px) {ul.course-list {font-size: 16px;}}.staff-info-card .image {margin-bottom: 16px;}.staff-info-card .image img {display: block;width: 100%;}.staff-info-card .name {font-family: 'Libre Franklin', sans-serif;font-size: 16px;font-weight: 700;margin-bottom: 5px;}.staff-info-card .title {font-family: 'Libre Franklin', sans-serif;font-size: 14px;}.staff-info-card .email {margin-top: 12px;}.dark-green-callout-block .staff-info-card .email a {background-image: url(/images/icons/light-green-email-icon.svg);color: #D2FFA5;}.community-card-image-link {height: 260px;display: block;max-width: 650px;overflow: hidden;position: relative;}.community-card-image-link .image {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;position: absolute;right: 0;top: 0;transition: transform 0.5s ease;}.community-card-image-link:hover .image {transform: scale(1.3);transition: transform 5s linear;}.community-card-image-link .image img {display: none;}.community-card-image-link .caption {align-items: center;background: rgba(12,102,47,0.81);bottom: 20px;color: #fff;display: flex;flex-direction: column;font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 700;justify-content: center;left: 20px;letter-spacing: 2px;line-height: 138%;padding: 20px;position: absolute;text-align: center;text-transform: uppercase;top: 20px;transition: background 0.2s ease;width: 220px;z-index: 1;}.community-card-image-link:hover .caption {background: rgba(19,48,40,0.91);}@media (max-width: 600px) {.community-card-image-link,.community-card-image-link .image {aspect-ratio: 1;height: auto;}.community-card-image-link .caption {right: 20px;width: auto;}}.image-with-hidden-caption {position: relative;}.image-with-hidden-caption .image {}.image-with-hidden-caption .image img {display: block;width: 100%;}.image-with-hidden-caption .caption-wrap {background: rgba(12,102,47,0.72);bottom: 0;color: #fff;flex-direction: column;left: 0;max-height: 100%;padding: 15px 25px;position: absolute;right: 0;}.image-with-hidden-caption.clicked .caption-wrap {background: rgba(12,102,47,0.86);overflow: auto;}.image-with-hidden-caption .caption-wrap .caption-toggle {background: url(/images/icons/read-more-arrow-up.svg) 100% 50% no-repeat;color: #fff;font-family: 'Inter', sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.5px;margin-top: auto;padding-right: 20px;text-transform: uppercase;text-decoration: none;}.image-with-hidden-caption.clicked .caption-wrap .caption-toggle {background-image: url(/images/icons/read-more-arrow-down.svg);}.image-with-hidden-caption .short-caption {font-family: 'Libre Franklin', sans-serif;font-size: 24px;font-weight: 800;margin-bottom: 15px;}.image-with-hidden-caption .long-caption {display: none;font-size: 16px;padding-bottom: 20px;}@media (max-width: 600px) {.image-with-hidden-caption .short-caption {font-size: 18px;}}#unsubscribe_form .button {margin-right: 5px;}@media (max-width: 450px) {#unsubscribe_form .button {display: block;margin: 0 0 5px 0;width: 100%;}}body.has-first-section-hero {padding-top: 0;}.lower-page-sections {background: url(/images/template/nw-cath-bg-crest.svg) -5vw -5vw no-repeat, url(/images/template/bg-shape-left-top.png) left top no-repeat, url(/images/template/bg-shape-right-bottom.png) right 30vw no-repeat;background-color: #fff;background-size: 45% auto, 50% auto, 50% auto;position: relative;z-index: 1;}@media (min-width: 768.5px) {body.has-first-section-hero .ss-section-wrap:not(:first-child) {padding-left: 15px;padding-right: 15px;}}body.has-first-section-hero:not(.scrolled,.show-nav) .header {background: transparent;}body.has-first-section-hero.scrolled-up .header,body.has-first-section-hero.scrolled .header,body.has-first-section-hero.show-nav .header {transition: background 0.5s ease, box-shadow 0.5s ease;}body.has-first-section-hero:not(.scrolled,.show-nav) .header .logo svg *,body.has-first-section-hero:not(.scrolled,.show-nav) .header-quick-links a svg * {fill: #fff;}body.has-first-section-hero .header .logo img,body.has-first-section-hero .header-quick-links a img {display: none;}body.has-first-section-hero.scrolled .header .logo svg *,body.has-first-section-hero.show-nav .header .logo svg *,body.has-first-section-hero.scrolled-up .header .logo svg *,body.has-first-section-hero.scrolled .header-quick-links a svg *,body.has-first-section-hero.show-nav .header-quick-links a svg *,body.has-first-section-hero.scrolled-up .header-quick-links a svg * {transition: fill 0.5s ease;}body.has-first-section-hero:not(.scrolled,.show-nav) .header-quick-links ul li:not(:last-child):after {background: #fff;}body.has-first-section-hero:not(.scrolled,.show-nav) .header-quick-links a {color: #fff;}body.has-first-section-hero.scrolled-up .header-quick-links a,body.has-first-section-hero.scrolled .header-quick-links a,body.has-first-section-hero.show-nav .header-quick-links a {transition: color 0.5s ease;}body.has-first-section-hero .middle-area {padding: 0;}body.has-first-section-hero .ss-section-wrap-inner {max-width: none;}@media (min-width: 768px) and (max-width: 1024px) {body.has-first-section-hero .ss-section-wrap-inner {margin: 0 15px;}}.global-site-alert .heading {background: var(--primary-color);}.global-site-alert .content-wrap {margin: 0 auto;max-width: 800px; padding: 30px;width: 100%;}