<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {--default-font-family: 'Inter', sans-serif;--heading-font-family: 'Montserrat', sans-serif;--alt-font-family: 'Crimson Text', sans-serif;--default-font-size: 18px;--default-text-color: #4a4a4a;--light-tan-color: #f5f5f5;--tan-color: #f0f0f0;--dark-tan-color: #f0f0f0;--red-color: #ce1127;--blue-color: #225C98;--dark-blue-color: #0D2340;}body {color: var(--default-text-color);font-family: var(--default-font-family);font-size: 18px;font-weight: 400;}body.show-nav {overflow: hidden;}p, li {line-height: 177%;}.p2 {font-size: 21px;font-weight: 400;line-height: 171%;}a {color: var(--red-color);text-decoration: none;text-transform: none;transition: color 0.3s ease;}a:hover {color: var(--dark-blue-color);}.hr {border-color: #F0F0F0;}.page-index h1, .page-index .h1-style, .top-level-heading {font-family: var(--heading-font-family);font-size: 64px;font-weight: 700;letter-spacing: 0px;line-height: 100%;text-transform: uppercase;}h1, .h1-style,.page-index h2, .page-index .h2-style {font-family: var(--heading-font-family);font-size: 38px;font-weight: 700;letter-spacing: 0px;line-height: 110%;text-transform: uppercase;}h2, .h2-style,.page-index h3, .page-index .h3-style {font-family: var(--heading-font-family);font-size: 26px;font-weight: 500;letter-spacing: 0px;line-height: 138%;margin-bottom: 0px;text-transform: none;}h3, .h3-style,.page-index h4, .page-index .h4-style {font-family: var(--heading-font-family);font-size: 21px;font-weight: 700;letter-spacing: normal;line-height: 133%;text-transform: uppercase;}.h1-alt {font-family: var(--alt-font-family);font-size: 72px;letter-spacing: 0;line-height: 100%;text-transform: none;} .h2-alt {font-family: var(--alt-font-family);font-size: 38px;font-weight: 400;letter-spacing: 0px;line-height: 110%;text-transform: none;}.h4-alt {font-size: 21px;letter-spacing: 0;line-height: 114%;text-transform: none;}.red-text {color: var(--red-color);}.dark-blue-text {color: var(--dark-blue-color);}.red-heading-highlight {position: relative;}.red-heading-highlight:before {background-color: var(--red-color);bottom: 0;content: '';left: -40px;position: absolute;right: -40px;top: 50%;z-index: -1;}.image-dropshadow {box-shadow: 0px 20px 40px rgba(0,0,0,16%);}.button,.small-action-button {background-color: #fff;border: 1px solid var(--dark-blue-color);border-radius: 21px;color: var(--dark-blue-color);font-family: var(--heading-font-family);font-size: 12px;font-weight: 700;letter-spacing: 2.16px;overflow: hidden;padding: 13px 28px;position: relative;text-decoration: none;text-transform: uppercase;transition: background-color 0.2s ease, color 0.2s ease;}.button:hover, .small-action-button:hover {background-color: var(--dark-blue-color);color: #fff;}.small-action-button {padding: 10px 20px;}.white.button, .white.small-action-button {background-color: transparent;border-color: #fff;color: #fff;}.white.button:hover, .white.small-action-button:hover {background-color: #fff;color: var(--dark-blue-color);}.back-arrow-link {background-image: url("/images/icons/small-arrow-red-left.svg");background-position: 10px 50%;background-repeat: no-repeat;background-size: 4px;border-bottom: 1px solid rgb(240,240,240);border-top: 1px solid rgb(240,240,240);color: var(--red-color);display: block;font-family: var(--heading-font-family);font-size: 12px;font-weight: 700;letter-spacing: 2.16px;padding-bottom: 2px;padding-left: 25px;padding-top: 2px;text-decoration: none;text-transform: uppercase;transition: background-position 0.3s ease;}.back-arrow-link:hover {background-position: 5px 50%;}#mobile-check-element,#mini-mobile-check-element {display: none;}@media (max-width: 1200px) {#mobile-check-element {display: block;}}@media (max-width: 600px) {#mini-mobile-check-element {display: block;}}@media (max-width: 768px) {.page-index h1, .page-index .h1-style, .top-level-heading {font-size: 40px;}h1, .h1-style,.page-index h2, .page-index .h2-style, .h1-alt {font-size: 30px;}h2, .h2-style,.page-index h3, .page-index .h3-style, .h2-alt {font-size: 24px;}h3, .h3-style,.page-index h4, .page-index .h4-style, .h3-alt {font-size: 21px;}}.header {align-items: center;background-color: #fff;display: flex;height: 100%;max-height: 100px;position: fixed;width: 100%;z-index: 500;}body.loaded .header {box-shadow: 0px 10px 20px rgba(0,0,0,0.16);}.nav-toggle:before,.quick-links-main .ql-contains-dropdown:after {background-color: #e3e3e3;content: '';height: 100px;left: 0;position: absolute;top: 50%;transform: translateY(-50%);transition: height 0.3s ease;width: 1px;}.show-nav .nav-toggle:before,.show-nav .quick-links-main .ql-contains-dropdown:after {height: calc(100% - 60px);}.header .logo {display: block;height: 100%;margin: auto 80px;max-width: calc(100% - 150px);order: 1;position: relative;}body.loaded .header .logo {opacity: 1;transition: opacity 0.3s ease, transform 0.2s ease;}.header .logo svg, .header .logo img {display: block;height: 100% !important;width: 280px;}.header .logo:hover {transform: scale(1.05)}@media (max-width: 1300px) {.header .logo {margin-left: 60px;margin-right: auto;}}@media (max-width: 1200px) {.header .logo {opacity: 0;width: 280px}body.show-nav .header .logo {opacity: 0;pointer-events: none;}.header .logo svg, .header .logo img {width: 100%}}@media (max-width: 768px) {.header .logo {margin-left: 30px;}}.quick-links-main {background-color: #fff;display: block;height: 100%;margin-left:auto;opacity: 0;order: 2;z-index: 500;}body.loaded .quick-links-main {opacity: 1;transition: opacity 0.3s ease;}.quick-links-main &gt; ul {display: flex;height: 100%;list-style: none;margin: 0;}.quick-links-main &gt; ul &gt; li {align-items: center;display: flex;height: 100%;margin: auto 0;position: relative;z-index: 0;}.quick-links-main &gt; ul &gt; li &gt; a {color: var(--dark-blue-color);display: block;font-family: var(--default-font-family);font-size: 16px;font-weight: 700;margin: auto 16px;}.quick-links-main &gt; ul &gt; li &gt; a svg,.quick-links-main &gt; ul &gt; li &gt; a img {margin-right: 10px;}.quick-links-main &gt; ul &gt; li &gt; a:hover {color: var(--red-color);}.quick-links-main &gt; ul &gt; li &gt; a svg * {transition: fill 0.3s ease;}.quick-links-main &gt; ul &gt; li &gt; a:hover svg * {fill: var(--red-color);}@media (max-width: 1200px) {.quick-links-main {height: auto;margin: 30px 0;order: -1;width: 100%;}.quick-links-main &gt; ul {flex-direction: column;height: auto;margin: 0 30px;padding: 0;}.quick-links-main &gt; ul &gt; li:last-child {border: none;}.quick-links-main &gt; ul &gt; li &gt; a {margin: 10px 0;}.quick-links-main &gt; ul &gt; li:last-child &gt; a:after {display: none;}.quick-links-main &gt; ul &gt; li:last-child &gt; .expand-btn {background-image: url(/images/icons/dropdown-arrow-dark-blue.svg);background-position: 50%;background-repeat: no-repeat;background-size: 10px;display: block;height: 40px;margin: 0;position: absolute;right: 0;top: 0;width: 40px;}}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown:before {background-color: #fff;bottom: auto;content: '';height: 100px;left: 0;position: absolute;right: -300px;top: 0;z-index: -1;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; a:not(.expand-btn) {background-color: #fff;padding-right: 25px;position: relative;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; a:not(.expand-btn):after {background-image: url(/images/icons/dropdown-arrow-dark-blue.svg);background-position: 50%;background-repeat: no-repeat;background-size: 10px;content: '';height: 10px;position: absolute;right: 0;top: 10px;transition: transform 0.3s ease;width: 10px;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown.hovered &gt; a:not(.expand-btn):after {background-image: url(/images/icons/dropdown-arrow.svg?v=0.02);transform: rotate(180deg);}.quick-links-main &gt; ul &gt; li &gt; .expand-btn {display: none;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul {background-color: var(--tan-color);display: block;list-style: none;min-width: 310px;opacity: 0;padding: 10px 30px 15px;pointer-events: none;position: absolute;top: 100%;z-index: -500;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown:hover &gt; ul {opacity: 1;pointer-events: all;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul &gt; li:not(:last-child) {border-bottom: 1px solid #DED9D3;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul &gt; li &gt; a {color: var(--dark-blue-color);display: block;margin: 15px 0 15px;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul &gt; li &gt; a:hover {color: var(--red-color);}@media (max-width: 1200px) {.quick-links-main &gt; ul &gt; li.ql-contains-dropdown:before {display: none;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown {display: block;position: relative; }.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul &gt; li:not(:last-child) {border: none;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul {background-color: #fff;display: none;margin: 0;min-width: 0;opacity: 1;padding: 10px 0 0 22px !important;pointer-events: all;position: relative;top: 0;width: 100%;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown &gt; ul &gt; li &gt; a {margin: 0 0 15px;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown.selected &gt; a {color: var(--red-color);}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown.selected &gt; a &gt; svg * {fill: var(--red-color);}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown .expand-btn {transition: transform 0.3s ease;}.quick-links-main &gt; ul &gt; li.ql-contains-dropdown.selected .expand-btn {background-image: url(/images/icons/dropdown-arrow.svg?v=0.02);transform: rotate(180deg);}}.quick-links-search-wrap {border-top: 1px solid #E3E3E3;bottom: 0;display: flex;height: 80px;left: 0;position: absolute;right: 0;}.quick-links-search-wrap .quick-links-search-form {color: transparent;margin-bottom: auto;margin-top: auto;position: relative;}.quick-links-search-wrap .quick-links-search-text-input {background-color: var(--light-tan-color);border: none;border-radius: 20px;font-family: var(--default-font-family);font-size: 16px;font-weight: 400;margin-bottom: auto;margin-left: 100px;margin-top: auto;padding: 10px 20px;width: 400px;}.quick-links-search-wrap .quick-links-search-form .submit {background-color: transparent;background-image: url(/images/icons/search.svg?v=0.02);background-position: 50%;background-repeat: no-repeat;background-size: 12px;border: none;bottom: 0;color: transparent;cursor: pointer;position: absolute;right: 60px;top: 0;transition: transform 0.2s ease;}.quick-links-search-wrap .quick-links-search-form .submit:hover {transform: scale(1.1);}@media (max-width: 1200px) {.quick-links-search-wrap {border: none;position: absolute;top: 10px;}.quick-links-search-wrap .quick-links-search-form {margin: 0 auto 0 30px;width: calc(100% - 145px);}.quick-links-search-wrap .quick-links-search-text-input {bottom: 0;height: max-content;left: 0;margin: auto 0;position: absolute;right: 0;top: 0;width: 100%;}.quick-links-search-wrap .quick-links-search-form .submit {right: 0;}}.nav-toggle {display: block;height: 100%;opacity: 0;order: 3;position: relative;width: 95px;z-index: 1000;}body.loaded .nav-toggle {opacity: 1;transition: opacity 0.3s ease;}.nav-toggle .lines,.nav-toggle .lines:before,.nav-toggle .lines:after {background-color: var(--red-color);border-radius: 5px;content: '';display: block;height: 3px;left: 50%;position: absolute;top: 50%;transform: translateX(-50%);transition: background-color 0.3s ease, transform 0.3s ease;width: 30px;}.nav-toggle .lines:before {top: calc(50% - 6px);transform: translate(-50%,-50%);}.nav-toggle .lines:after {top: calc(50% + 6px);transform: translate(-50%,-50%);}.show-nav .nav-toggle .lines {background-color: transparent;}.show-nav .nav-toggle .lines:before {transform: rotate(45deg) translate(-8px, 12px);}.show-nav .nav-toggle .lines:after {transform: rotate(-45deg) translate(-4px, -17px);}.menu-engaged-wrap {background-color: #fff;box-shadow: -20px 0 40px rgba(0,0,0,16%);display: block;height: 100vh;max-height: 860px;max-width: 960px;opacity: 0;position: absolute;right: -960px;top: 0;transition: opacity 0.3s ease, right 0.3s ease;width: 100%;}.show-nav .menu-engaged-wrap {opacity: 1;right: 0;}.menu-engaged-wrap .primary-nav-wrap {align-items: center;border-top: 1px solid #E3E3E3;display: flex;height: calc(100% - 180px);margin-bottom: 0;margin-top: 100px}.menu-engaged-wrap .primary-nav-wrap &gt; ul {border-right: 1px solid #E6E6E6;left: calc(100% - 930px);list-style: none;margin: auto 0;max-height: 100%;min-width: 380px;overflow-x: hidden;overflow-y: scroll;padding: 0;position: relative;width: auto;}.menu-engaged-wrap .primary-nav-wrap &gt; ul::-webkit-scrollbar {background-color: transparent;width: 10px;}.menu-engaged-wrap .primary-nav-wrap &gt; ul::-webkit-scrollbar-thumb {background-color: #E6E6E6;}.menu-engaged-wrap .primary-nav-wrap li {position: relative;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li {display: block;height: max-content;margin-right: 60px;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li:not(:last-child) {border-bottom: 1px solid #e6e6e6;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li &gt; a {color: var(--dark-blue-color);display: block;font-family: var(--heading-font-family);font-size: 21px;font-weight: 700;letter-spacing: 2.52px;padding: 28px 0;text-transform: uppercase;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li.hovered &gt; a,.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li.selected &gt; a,.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li:hover &gt; a {color: var(--red-color);}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li &gt; a.expand-btn {display: none;}.menu-engaged-wrap .primary-nav-wrap li.sub.selected &gt; a {color: var(--red-color);}.menu-engaged-wrap .primary-nav-wrap li.sub &gt; .expand-btn {border: none;height: 52px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 40px;}.menu-engaged-wrap .primary-nav-wrap li.sub &gt; .expand-btn:before,.menu-engaged-wrap .primary-nav-wrap li.sub &gt; .expand-btn:after {background-color: var(--dark-blue-color);content: '';display: block;height: 12px;margin: auto;top: 50%;transform: translateY(25%);transition: opacity 0.3s ease;width: 1px;}.menu-engaged-wrap .primary-nav-wrap li.sub &gt; .expand-btn:after {margin: 0 auto;top: 0;transform: translateY(-75%) rotate(90deg);}.menu-engaged-wrap .primary-nav-wrap li.sub:hover &gt; .expand-btn:before, .menu-engaged-wrap .primary-nav-wrap li.sub:hover &gt; .expand-btn:after,.menu-engaged-wrap .primary-nav-wrap li.sub.selected &gt; .expand-btn:before, .menu-engaged-wrap .primary-nav-wrap li.sub.selected &gt; .expand-btn:after {background-color: var(--red-color);}@media (max-width: 1200px) {.menu-engaged-wrap {max-height: none;max-width: none;pointer-events: none;}.show-nav .menu-engaged-wrap {pointer-events: all;}.menu-engaged-wrap .primary-nav-wrap {align-items: flex-start;display: flex;flex-direction: column;height: CALC(100% - 100PX);margin-top: 100px;overflow-x: hidden;overflow-y: scroll;padding-bottom: 120px;transform: none;}.menu-engaged-wrap .primary-nav-wrap &gt; ul {border: none;left: 0;margin: 0 30px;max-height: none;min-width: 0;overflow: visible;right: 0;top: 0;width: calc(100% - 60px);}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li {margin: 0;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li &gt; a.expand-btn {display: block;}}@media (max-width: 768px) {.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li &gt; a {padding: 15px 0;}}.menu-engaged-wrap .primary-nav-wrap &gt; ul ul {display: block;left: auto;list-style: none;max-height: 600px;opacity: 0;overflow-x: hidden;overflow-y: scroll;padding: 0 60px;pointer-events: none;position: fixed;right: 0px;top: 140px;width: 480px;}.show-nav .menu-engaged-wrap .primary-nav-wrap &gt; ul ul {transition: opacity 0.3s ease;}.menu-engaged-wrap .primary-nav-wrap &gt; ul ul::-webkit-scrollbar {background-color: transparent;width: 10px;}.menu-engaged-wrap .primary-nav-wrap &gt; ul ul::-webkit-scrollbar-thumb {background-color: #e6e6e6}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li.hovered &gt; ul {opacity: 1;pointer-events: all;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li ul &gt; li &gt; a {border-bottom: 1px solid #E6E6E6;color: var(--dark-blue-color);display: block;font-family: var(--default-font-family);font-size: 16px;padding: 16px 0;}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li ul &gt; li &gt; a:hover,.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li ul &gt; li.selected &gt; a {color: var(--red-color);}.menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li.hovered ul &gt; li:last-child &gt; a {border-bottom: none;}.menu-engaged-wrap .primary-nav-wrap &gt; ul ul li.selected &gt; ul {display: block;}.menu-engaged-wrap .primary-nav-wrap &gt; ul ul ul {display: none;left: 0;margin-left: 10px;opacity: 1;padding: 0;position: relative;top: 0;transform: none;width: auto;}.show-nav .menu-engaged-wrap .primary-nav-wrap &gt; ul &gt; li.hovered ul li.sub.selected &gt; ul {pointer-events: all;}.menu-engaged-wrap .primary-nav-wrap li.sub &gt; .expand-btn {top: 32px;}.menu-engaged-wrap .primary-nav-wrap li.sub.selected &gt; .expand-btn:before {opacity: 0;}@media (max-width: 1200px) {.menu-engaged-wrap .primary-nav-wrap &gt; ul ul {bottom: 0;display: none;left: 0;margin-left: 10px;max-height: none;opacity: 1;overflow: visible;padding: 0;pointer-events: all;position: relative;top: 0;transform: none;width: auto;}.menu-engaged-wrap .primary-nav-wrap &gt; ul li.sub.selected &gt; ul {display: block;}}@media (min-width: 1200px) and (min-height: 860px) {.menu-engaged-wrap .primary-nav-wrap &gt; ul ul {top: 100px;}}@media (min-width: 1200px) and (max-height: 860px) {.menu-engaged-wrap .primary-nav-wrap &gt; ul ul {max-height: calc(100vh - 180px);}}.secondary-nav-wrap {display: block;height: 50px;position: fixed;top: 100px;width: 100%;z-index: 50;}.secondary-nav-wrap:before {background-color: #ce1127;bottom: 0;content: '';left: 0;position: absolute;right: 0;top: 0;z-index: -1;}.secondary-nav {background-image: url(/images/icons/secondary-nav-dots.svg);background-position: 16px 50%;background-repeat: no-repeat;background-size: auto;border-right: 1px solid #FFA2B5;height: 100%;margin-left: 60px;max-width: 392px;opacity: 0;position: relative;width: 100%;}body.loaded .secondary-nav {opacity: 1;transition: opacity 0.3s ease;}.secondary-nav .secondary-nav-toggle {color: #fff;display: block;font-family: var(--default-font-family);font-size: 16px;font-weight: 600;height: 100%;padding: 16px 48px;width: 100%;}.secondary-nav .secondary-nav-toggle:after {background-image: url(/images/icons/secondary-nav-arrow.svg);background-position: calc(100% - 10px) 50%;background-repeat: no-repeat;background-size: auto;content: '';height: 30px;position: absolute;right: 10px;top: 10px;transition: transform 0.3s ease;width: 30px;}.secondary-nav.hovered .secondary-nav-toggle:after {transform: rotate(180deg);}.secondary-nav &gt; ul {background-color: #ce1127;left: 0;list-style: none;margin: 0;opacity: 0;padding: 0 46px;pointer-events: none;position: absolute;right: 0;top: 0;transition: opacity 0.3s ease, top 0.3s ease;z-index: -2;}.secondary-nav.hovered &gt; ul {opacity: 1;pointer-events: all;top: 100%;}.secondary-nav &gt; ul &gt; li.active {display: none;}.secondary-nav-wrap li {position: relative;}.secondary-nav li &gt; a {border-top: 1px solid #FFA2B5;color: #fff;display: block;font-family: var(--default-font-family);font-size: 16px;font-weight: 600;padding: 15px 0;}.secondary-nav li &gt; a:hover,.secondary-nav li.selected &gt; a {color: #FFA2B5;}.secondary-nav &gt; ul ul {display: none;list-style: none;padding-left: 15px;}.secondary-nav &gt; ul li.selected &gt; ul {display: block;}.secondary-nav &gt; ul {max-height: calc(100vh - 200px);overflow-x: hidden;overflow-y: overlay;}.secondary-nav &gt; ul::-webkit-scrollbar {background-color: transparent;width: 10px;}.secondary-nav &gt; ul::-webkit-scrollbar-thumb {background-color: #faa2B5;}.secondary-nav .expand-btn {border: none;height: 20px;position: absolute;right: 0;top: 15px;width: 20px;}.secondary-nav .expand-btn:before {background-color: #fff;content: '';display: block;height: 1px;left: auto;position: absolute;right: 4px;width: 12px;}.secondary-nav .expand-btn:after {background-color: #fff;content: '';display: block;height: 12px;position: absolute;right: 9px;top: 50%;transform: translateY(-50%);transition: opacity 0.3s ease;width: 1px;}.secondary-nav li.sub.selected &gt; .expand-btn:after {opacity: 0;}@media (max-width: 768px) {.secondary-nav {border: none;margin: 0;max-width: none;}.secondary-nav .secondary-nav-toggle {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}}.floating-side-icons {display: block;position: fixed;right: 0;transform: translateY(-50%);z-index: 1}.floating-side-icons ul {list-style: none;}.floating-side-icons ul li {list-style: none;}.floating-side-icons ul li a {align-items: center;background-color: var(--dark-blue-color);color: #fff;display: flex;font-size: 16px;font-weight: 700;margin-bottom: 2px;padding: 20px;text-transform: none;transform: translateX(80px); transition: transform 0.3s ease;}.floating-side-icons ul li a:hover {transform: none;}.floating-side-icons ul li a svg {margin-right: 26px;}.page-index .floating-side-icons {display: none;}@media (max-width: 768px) {.floating-side-icons {right: -100%;}}.page-banner {display: none;}.custom-page-banner {background-image: url(/images/template/DSC_4840.jpg);background-position: 50%;background-repeat: no-repeat;background-size: cover;display: flex;min-height: 560px;opacity: 0;padding: 160px 60px 60px;position: relative;width: 100%;z-index: 0;}.custom-page-banner:before {background: transparent;bottom: 0;display: block;left: 0;position: absolute;right: 0;top: 0;z-index: -1}.custom-page-banner .heading-wrap {color: #fff;display: none;margin: auto;position: relative;text-align: center}.custom-page-banner .heading-wrap:before {background-color: var(--red-color);bottom: -10px;left: -30px;position: absolute;right: -30px;top: 36px;z-index: -1}.main-page-h1-wrap .ss-content-block {background-color: var(--dark-blue-color);color: #fff;margin: -35px 15px 60px;position: relative;text-align: center;width: 100%;z-index: 1;}.main-page-h1-wrap .ss-content-block h1 {margin: 13px 0;text-transform: none;}.ss-section-wrap-inner.has-ss-image-block.do-mobile-swap .ss-content-block.ss-image-block:last-child,.ss-section-wrap-inner.has-ss-image-block.do-mobile-swap .ss-content-block {order: 0;}.middle-area {opacity: 0;padding-bottom: 160px;}body.loaded .custom-page-banner,body.loaded .middle-area {opacity: 1;transition: opacity 0.3s ease;}img.floating-right-spacing, svg.floating-right-spacing {margin: 0px 0 20px 20px;}img.floating-left-spacing, svg.floating-left-spacing {margin: 0 20px 20px 0;}.ss-section-wrap-inner {margin: 0 auto;padding: 0 15px;max-width: 1110px;}.video-section {margin-top: 60px;padding: 120px 30px 200px;}.ss-section-wrap:last-child.video-section {margin-bottom: -160px;}.video-section .ss-section-wrap-inner {margin: 0 auto;max-width: 990px}.styled-content-section {background-position: 50% 60% !important;background-size: auto calc(100% - 120px) !important;}.styled-content-section .col-1 {padding: 30px 30px 100px;}.styled-content-section .col-1 h2 {margin-bottom: 20px;}.calendar-slider-section .ss-section-wrap-inner {max-width: 1310px;padding: 130px 0;}.calendar-slider-section .ss-embedded-full-calendar,.calendar-slider-section .calendar-slider .slide &gt; ul &gt; li h4 {display: none;}.calendar-slider-section .col-1 {flex: 1;margin: 0;}.calendar-slider-section .calendar-slider {display: flex;}.calendar-slider-section .calendar-slider .slick-list {flex: 100%;}.calendar-slider-section .calendar-slider .slick-track {width: min-content !important;}.calendar-slider-section .calendar-slider .slick-list .slick-slide {height: 100%;min-width: 280px;width: unset !important;}.calendar-slider-section .calendar-slider .slick-prev,.calendar-slider-section .calendar-slider .slick-next {background-color: transparent;background-image: url(/images/icons/gallery-arrow.svg);background-position: 50%;background-repeat: no-repeat;background-size: 15px;border: none;color: transparent;min-width: 96px;width: 96px;}.calendar-slider-section .calendar-slider .slick-prev {transform: rotate(180deg);}.calendar-slider-section .calendar-slider .slide &gt; h2 {background-color: var(--red-color);color: #fff;font-size: 15px;font-weight: 700;margin: 0 40px -22px;padding: 10px 10px;position: relative;text-align: center;text-transform: uppercase;}.calendar-slider-section .calendar-slider .slide &gt; ul {background-color: #fff;box-shadow: 0px 10px 20px rgba(0,0,0,16%);margin: 0 20px 30px;min-height: 280px;padding: 50px 20px 40px;}.calendar-slider-section .calendar-slider .slide &gt; ul &gt; li,.calendar-slider-section .calendar-slider .slide &gt; ul &gt; li h3 {font-family: var(--default-font-family);font-size: 12px;font-weight: 400;letter-spacing: 0;list-style: none;text-transform: none;}.calendar-slider-section .calendar-slider .slide &gt; ul &gt; li h3 {margin-bottom: 13px;}.calendar-slider-section .calendar-slider .slide &gt; ul &gt; li .button {display: none;}.footer-text .calendar-slider-section {margin-bottom: -160px;padding: 80px;}.tabbed-section .ss-content-block {background-color: var(--light-tan-color);padding: 15px;}.tabbed-section .ss-content-block h3 {border-bottom: 1px solid var(--dark-tan-color);color: var(--dark-blue-color);margin-bottom: 30px;padding: 20px 30px;letter-spacing: 0;text-transform: none;}.tabbed-section .col-1 .responsive-grid-layout-row.three-column {padding-bottom: 30px;}.tabbed-section .ss-content-block table {border: none;margin-top: -18px;padding: 0;-webkit-border-horizontal-spacing: 0px;width: 100%;}.tabbed-section .ss-content-block table .faux-th-label {display: none;}.tabbed-section .ss-content-block table tbody {position: relative;}.tabbed-section .ss-content-block table tbody:before {bottom: auto;border-top: 1px solid var(--dark-tan-color);content: '';left: 0;position: absolute;right: 0;top: 0;}.tabbed-section .ss-content-block table th,.tabbed-section .ss-content-block table td {border: none;}.tabbed-section .ss-content-block table tr:nth-child(2n) {background-color: var(--tan-color);}.tabbed-section .ss-content-block table th {font-family: var(--heading-font-family);font-size: 14px;font-weight: 700;letter-spacing: 0.56px;padding: 5px 30px;text-align: left;}.tabbed-section .ss-content-block table tr th:first-child {text-align: left;}.tabbed-section .ss-content-block table tr th:last-child {padding-right: 15px;}.tabbed-section .ss-content-block table tr td:first-child {text-align: center;}.tabbed-section .ss-content-block table td {font-family: var(--default-font-family);font-size: 16px;padding: 7px 0;}.tabbed-section .ss-content-block.has-calendar-feed {background-color: #fff;padding: 0;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .event-links-bar,.ss-embedded-full-calendar .event-links-bar {background-color: #fff;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar h3,.ss-embedded-full-calendar h3 {border: none;color: #3e3e3e;font-family: var(--default-font-family);font-size: 14px;font-weight: 700;margin: auto 0;padding: 0;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar h4,.ss-embedded-full-calendar h4 {color: #3e3e3e;font-family: var(--default-font-family);font-size: 14px;font-weight: 400;margin: 0;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .event-links-bar .button,.ss-embedded-full-calendar .event-links-bar .button {border: none;border-bottom: 1px solid transparent;padding: 5px 0;transition: border-bottom 0.3s ease;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .event-links-bar .button:hover,.ss-embedded-full-calendar .event-links-bar .button:hover {background-color: #fff;border-bottom: 1px solid var(--dark-blue-color);color: var(--dark-blue-color);}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .category-and-window,.ss-embedded-full-calendar .category-and-window {display: none;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li,.ss-embedded-full-calendar .list-items.event-items &gt; li {display: flex;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; h2.date,.ss-embedded-full-calendar .list-items.event-items &gt; li &gt; h2.date {align-items: center;background-color: var(--red-color);display: flex;margin: 0;min-width: 220px;padding: 15px;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul,.ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul {border: 1px solid var(--dark-tan-color);flex: 1;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li,.ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li {align-items: center;background-color: transparent;display: flex;margin: 0;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li h3.title:after,.ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li h3.title:after {background-color: var(--default-text-color);border-radius: 50%;content: '';display: inline-block;height: 4px;margin: 0 10px 3px;width: 4px;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li .button,.ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li .button {background-image: url(/images/icons/small-arrow-red.svg?v=0.01);background-position: calc(100% - 5px) 50%;background-repeat: no-repeat;background-size: 4px;border: none;border-radius: 0;color: var(--red-color);margin: auto 0 auto auto;order: 3;padding: 0 15px 0 0;transition: background-position 0.2s ease;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li .button:hover,.ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li .button:hover {background-color: transparent;background-position: 100% 50%;color: var(--red-color);}.callout-section {margin-bottom: 30px;}.callout-section .ss-section-wrap-inner {padding: 0 30px;}.callout-section .ss-content-block {flex: auto;margin: 0;}.callout-section .ss-image-block {background-position: 50%;background-repeat: no-repeat;background-size: cover;}.callout-section .ss-image-block img {opacity: 0;}.callout-section .ss-content-block.has-background-color:not(.ss-image-block) {display: flex;flex-direction: column;justify-content: center;}.ss-section-wrap.has-background-color:last-child {margin-bottom: -160px;padding-bottom: 160px;}.ss-section-wrap.newsfeed-4x-section .ss-section-wrap-inner {margin: 0px auto;max-width: 1480px;padding: 140px 0 180px}.newsfeed-4x-section .cb-intro h2 {margin-bottom: 80px;text-transform: none;}.newsfeed-4x-section .cb-footer .button:not(:hover) {background-color: transparent;}.newsfeed-4x-section .ss-content-block .content-box-list.blog {flex-direction: column;margin-bottom: 80px;padding: 0 0 0 45%;position: relative;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child {bottom: 0;left: 0;position: absolute;right: auto;top: 0;width: calc(45% - 10px);}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a {color: #fff;justify-content: flex-end;padding: 30px 40px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li {margin: 0 0 10px;overflow: hidden;position: relative;width: auto;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a {box-shadow: none;padding: 20px 0 20px 25%;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a .date {border-left: 10px solid var(--red-color);color: #fff;margin: 0 -40px;padding: 10px 50px 20px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a .cb:before {background-image: url(/images/icons/arrow-link-light-blue.svg);background-position: calc(100% - 5px) 50%;background-repeat: no-repeat;background-size: 15px;color: #BFDFFF;font: 700 12px 'Montserrat',sans-serif;letter-spacing: 0.18em;padding: 0 25px 0 0;width: max-content;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:not(:first-child) a .thumbnail {background-position: 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;margin: 0;position: absolute;right: auto;top: 0;width: 25%;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:not(:first-child) a {justify-content: center;background-color: rgb(0 45 91 / 10%);min-height: 200px;padding-bottom: 20px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .thumbnail img {opacity: 0;height: 100% !important;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a {position: relative;z-index: 0;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a .thumbnail {background-position: 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;margin: 0;position: absolute;right: 0;top: 0;transition: transform 0.3s ease;z-index: -1;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a:hover .thumbnail {transform: scale(1.1);}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a .thumbnail:before {background: linear-gradient(180deg, transparent 0%, #000 100%);bottom: 0;content: '';display: block;left: 0;position: absolute;right: 0;top: 50%;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a .title {border-left: 10px solid var(--red-color);color: #fff;font: 700 21px var(--heading-font-family);margin: 0 -40px;padding: 0 50px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .abstract {display: none;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .date {color: #0D2340;margin-bottom: 15px;font: 600 16px 'Montserrat',sans-serif;letter-spacing: 0.02em;padding: 0 20px;text-align: left;text-transform: none;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .title {color: #002D5B;color: var(--default-text-color);font: 700 18px var(--heading-font-family);margin-bottom: 20px;text-align: left;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:not(:first-child) a .title {display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .cb {font: 700 12px 'Montserrat',sans-serif;letter-spacing: 0.18em;margin-top: 0;padding: 0px 20px 20px;text-align: left;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a .cb {border-left: 10px solid var(--red-color);margin: 0 -40px -30px;padding: 20px 50px 50px !important;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .cb:before {background-image: url(/images/icons/arrow-link.svg?v=0.02);background-position: calc(100% - 5px) 50%;background-repeat: no-repeat;background-size: 12px;padding: 0 25px 0 0;transition: background-position 0.3s ease;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a:hover .cb {color: #ce1027;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .cb:hover:before {border: none;background-position: 100% 50%;}@media (max-width: 1024px) {.middle-area {padding-bottom: 0;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li {flex-direction: column;}.footer-text .calendar-slider-section {margin: 80px 0;padding: 30px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog {padding: 0;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child {position: relative;width: auto;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a {aspect-ratio: 16 / 9 !important;flex: none;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child .thumbnail:before {z-index: 1}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child .thumbnail img {height: auto !important;opacity: 1;position: relative;}}@media (max-width: 900px) {.calendar-slider-section .calendar-slider .slick-prev,.calendar-slider-section .calendar-slider .slick-next {min-width: 48px;width: 48px;}}@media (max-width: 800px) {.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li .button {margin: 10px auto 0;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar .list-items.event-items &gt; li &gt; ul &gt; li h3.title:after {display: none;}}@media (max-width: 768px) {.custom-page-banner {min-height: 360px;}.custom-page-banner .heading-wrap:before {bottom: -5px;top: 25px}.main-page-h1-wrap .ss-content-block {margin: -50px 0 30px;}.main-page-h1-wrap .ss-content-block h1 {padding: 15px;}body.loaded .middle-area { padding: 0 15px;}.video-section {padding: 30px 30px 0px;}.ss-section-wrap:last-child.video-section {margin: 0 -15px;padding: 30px 15px 0;}.styled-content-section {background-position: 50% 75% !important;background-size: 50% auto !important;}.tabbed-section .col-2 {padding-bottom: 1px;}.tabbed-section .ss-content-block.has-calendar-feed .ss-embedded-full-calendar h3 {text-align: center;}img.floating-right-spacing, svg.floating-right-spacing {float: none !important;margin: 0 0 20px;width: 100%;}img.floating-left-spacing, svg.floating-left-spacing {float: none !important;margin: 0 0 20px;width: 100%;}.callout-section .ss-section-wrap-inner {padding: 0 15px;}.callout-section p {font-size: 16px;}.ss-section-wrap.has-background-color:last-child {margin: 0 -15px -160px;padding: 0 15px 160px;}.newsfeed-4x-section .cb-intro h2 {margin-bottom: 30px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog {margin: 30px;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:first-child a {display: flex;flex-direction: column;justify-content: flex-end;min-height: 300px;padding: 30px 15px;width: 100%;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a {width: auto;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li a .cb {display: block;text-align: left;width: auto;}}@media (max-width: 600px) {.newsfeed-4x-section .ss-content-block .content-box-list.blog li a {padding: 0;}.newsfeed-4x-section .ss-content-block .content-box-list.blog li:not(:first-child) a .thumbnail {margin-bottom: 20px;max-height: 400px;position: relative;width: auto;}}@media (max-width: 500px) {.styled-content-section .col-1 {padding: 30px 0;}.calendar-slider-section .ss-section-wrap-inner {padding: 30px 0 60px}.tabbed-section .ss-content-block table {margin-top: -30px;}.tabbed-section .ss-content-block table tbody:before {display: none;}.tabbed-section .ss-content-block table th {display: none;}.tabbed-section .ss-content-block table .faux-th-label {display: block;font-weight: 700;padding: 0 0 0 30px;}.tabbed-section .ss-content-block table tr {display: flex;flex-direction: column;}.tabbed-section .ss-content-block table tr td {display: flex;}.tabbed-section .ss-content-block table tr td .faux-th-label,.tabbed-section .ss-content-block table tr td .mobile-table-value {text-align: left;width: 50%;}.tabbed-section .ss-content-block table tr td .mobile-table-value {padding-right: 30px;}.callout-section.ss-section-wrap .ss-section-wrap-inner .ss-image-block {order: -1 !important;}.callout-section .ss-content-block.has-background-color:not(.ss-image-block) {padding: 20px !important;}}@media (max-width: 400px) {.ss-section-wrap:last-child.video-section {padding: 30px 0 0;}.ss-section-wrap:last-child.video-section .ss-section-wrap-inner {padding: 0;}}.interactive-map-infobox-content,.interactive-map-infobox-content .slick-slide,.interactive-map-infobox-content .image .img-wrap {height: 100%;max-height: 100% !important;position: relative;}.interactive-map-infobox-content .image {height: max-content;width: 100%;}.interactive-map-infobox-content .image .img-wrap {aspect-ratio: 16 / 9;}.interactive-map-infobox-content .image .img-wrap img {display: none;}.ss-accordion-content-wrap:last-child {margin-bottom: -10px;}.ss-section-wrap .ss-content-block:last-child .ss-accordion-content-wrap {margin-bottom: 30px;}.ss-accordion-content-wrap .ss-accordion-toggle {background: var(--tan-color);color: var(--dark-blue-color);font-family: var(--default-font-family);font-size: 18px;font-weight: 700;letter-spacing: 0;padding: 15px 110px 15px 20px;text-transform: none;}.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon {align-items: center;color: var(--red-color);display: flex;font-family: var(--heading-font-family);font-size: 12px;font-weight: 700;height: auto;letter-spacing: 2.16px;text-transform: uppercase;width: min-content;}.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:after {background-color: transparent;background-image: url(/images/icons/accordion-expand.svg);background-position: 100% 50%;background-repeat: no-repeat;background-size: 12px;bottom: 0;height: 12px;display: block;left: 0;position: relative;right: 0;top: 0;transform: none;transition: transform 0.1s ease;width: 12px;}.ss-accordion-content-wrap.show .ss-accordion-toggle .ss-accordion-toggle-icon:after {background-image: url(/images/icons/accordion-collapse.svg);display: block;transform: rotate(90deg);}.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:before {background: none;content: 'Open';display: block;height: auto;margin-right: 10px;position: relative;top: 0;transform: none;width: auto;}.ss-accordion-content-wrap.show .ss-accordion-toggle .ss-accordion-toggle-icon:before {content: 'Close';}.ss-accordion-content-wrap .ss-accordion-toggle:hover, .ss-accordion-content-wrap.show .ss-accordion-toggle {background: var(--tan-color);}.ss-accordion-content-wrap .ss-accordion-content {background-color: var(--light-tan-color);}.upper-pager, .lower-pager {margin-left: auto;margin-top: 14px;width: max-content;}.lower-pager {margin-top: auto;}.page-count {display: none;}.pager {background-color: var(--tan-color);border-radius: 2px;color: var(--dark-blue-color);font-family: var(--default-font-family);font-size: 10px;font-weight: 700;margin-left: 10px;padding: 7px 10px;}.pager.on, .pager:hover {background-color: var(--red-color);}.member-directory-filter-wrap {flex: auto;order: -1;width: max-content;}select {background-color: var(--tan-color);background-image: url(/images/icons/dropdown-arrow.svg);background-position: calc(100% - 10px);background-size: 8px;border: none;border-radius: 2px;}form.category-and-window select,.chosen-container-multi .chosen-choices {background-color: var(--tan-color);background-image: url(/images/icons/dropdown-arrow.svg?v=0.02);background-position: calc(100% - 20px);background-size: 8px;border: none;border-radius: 3px;color: #4E4E4E;font-size: 16px;font-weight: 400;margin-right: 36px;min-width: 276px;padding: 10px 20px;}input[type=text], input[type=password], input[type=email], textarea {background-color: var(--tan-color);border: none;border-radius: 4px;color: #4E4E4E;font-size: 16px;padding: 10px 20px;}#filter-form .submit.small,.forum-page-wrap .actions-bar .forum-topic-search-form .small-action-button {height: 38px;margin: -1px;padding: 8px 20px;}.search-form input[type=text], .text-search-wrap input[type=text] {background-color: var(--tan-color);border: none;border-radius: 20px;color: #4E4E4E;font-size: 16px;height: 100%;padding-left: 20px}.forum-page-wrap .actions-bar .forum-topic-search-form {margin: 0;}.forum-page-wrap .actions-bar .forum-topic-search-form input {margin-right: 15px;padding: 10px 20px;width: auto}.search-form input[type=text]::placeholder, .text-search-wrap input[type=text]::placeholder { color: #4E4E4E;}form.category-and-window {justify-content: flex-start;}form.category-and-window .text-search-wrap .submit, .search-page-form-wrap .text-search-wrap .submit {background-color: transparent;background-image: url(/images/icons/search.svg?v=0.02);background-size: 12px;transition: background-size 0.3s ease;}form.category-and-window .text-search-wrap .submit:hover, .search-page-form-wrap .text-search-wrap .submit:hover {background-color: transparent;background-size: 16px;}.list-items.member-directory-items li .categories {display: none;}.list-items.member-directory-items {border-bottom: 1px solid var(--tan-color);flex: 100%;margin-top: 30px;}.list-items.member-directory-items li {font-family: var(--default-font-family);font-size: 16px;font-weight: 400;margin-bottom: 50px;margin-right: 40px;width: calc(25% - 30px);}.list-items.member-directory-items li:nth-child(5n) {margin-right: 40px;}.list-items.member-directory-items li:nth-child(4n) {margin-right: 0;}.list-items.member-directory-items li .info {display: flex;flex-direction: column;min-height: 78px;}.list-items.member-directory-items li .image {aspect-ratio: 3/4;background-position: 50%;background-repeat: no-repeat;background-size: cover;position: relative;width: 100%;}.list-items.member-directory-items li .image a {pointer-events: none;}.list-items.member-directory-items li .image a img {display: block;height: 100%;object-fit: cover;object-position: 50%;position: absolute;width: 100%;}.list-items.member-directory-items li h2.title {color: var(--dark-blue-color);font-size: 20px;letter-spacing: 1.68px;text-transform: uppercase;}.list-items.member-directory-items li .email {margin-top: auto;padding-top: 8px;}.list-items.member-directory-items li .email a {color: transparent;display: block;margin-top: 0px;}.list-items.member-directory-items li .email a:before {background-image: url(/images/icons/md-contact.svg?v=0.02);background-position: 0 50%;background-repeat: no-repeat;background-size: 12px;color: var(--red-color);content: 'Contact';font-family: var(--heading-font-family);font-size: 12px;font-weight: 700;letter-spacing: 2.16px;padding-left: 20px;text-transform: uppercase;}.list-items.member-directory-items li .email a:hover:before {background-image: url(/images/icons/apply.svg);color: var(--default-text-color);}.page-type-10 .fr.small-action-button.negmt {margin-bottom: 20px;}.list-items.blog-items h2.title,.blog-right-column h3 {font-family: var(--heading-font-family);font-size: 21px;font-weight: 700;letter-spacing: normal;line-height: 133%;text-transform: none;}.list-items.blog-items .date-html, .list-items.blog-items .blog-post-author {font-family: var(--default-font-family);font-size: 18px;font-weight: 400;letter-spacing: normal;text-transform: none;}.title.question, .list-item.resource-item .title {font-family: var(--heading-font-family);font-size: 21px;font-weight: 700;letter-spacing: normal;line-height: 133%;text-transform: uppercase;}.page-type-25 .main-content .grid-filters-wrap {display: none;}.image-grid-link-items {display: flex;flex-direction: column;height: auto !important;}.image-grid-link-items .element-item {height: auto;left: 0 !important;margin-bottom: 60px;margin-right: 60px;min-height: 220px;position: relative !important;top: 0 !important;transform: none !important;width: calc(100% / 3 - 40px);}.image-grid-link-items .element-item:nth-child(3n+1) {margin-right: 0;}.image-grid-link-items .category-wrap h2 {color: var(--dark-blue-color);margin-bottom: 40px;width: 100%;}.image-grid-link-items .category-wrap {display: flex;flex-wrap: wrap;height: max-content;margin-top: 100px;}.image-grid-link-items .list-item.image-link-grid-item {bottom: 0;display: block;left: 0;position: absolute;right: 0;top: 0;}.map-locations-search-wrap {padding: 15px 15px 15px 45px;}.map-locations-categories-heading-area, .map-locations-map-container-heading-area {background-color: var(--dark-blue-color);}.map-locations-now-viewing {background-color: var(--red-color);}.image-grid-link-items .list-item.image-link-grid-item .image-wrap {bottom: 0;left: 0;margin: 0;position: absolute;right: 0;top: 0;z-index: -1;}.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap .link.button,.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap .cb,.image-grid-link-items .list-item.image-link-grid-item .image-wrap img,.image-grid-link-items .list-item.image-link-grid-item .content-wrap {display: none;}.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap {backdrop-filter: blur(30px);background-color: rgba(0,45,91,0.7);bottom: 0;color: #fff;font-family: var(--heading-font-family);font-size: 18px;font-weight: 700;left: 0;padding: 20px 100px 20px 20px;position: absolute;right: 0;top: auto;}.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap:after {background-image: url(/images/icons/small-arrow-white-right.svg);background-position: calc(100% - 5px) 55%;background-repeat: no-repeat;background-size: 4px;content: 'Open';font-size: 12px;letter-spacing: 2.16px;padding-right: 15px;position: absolute;right: 20px;text-transform: uppercase;top: 50%;transform: translateY(-50%);transition: background-position 0.3s ease;}.image-grid-link-items .list-item.image-link-grid-item:hover .title-link-wrap:after {background-position: 100% 55%;}.page-type-25 .footer-text {margin-bottom: -80px;}.interactive-content-tabs {margin: 0px auto 0px;max-width: 1110px;padding: 0 30px;}.interactive-content-tabs ul {border-bottom: 1px solid var(--dark-blue-color);display: flex;list-style: none;margin: 0;padding: 0;}.interactive-content-tabs li {margin: 0 7px;}.interactive-content-tabs li:first-child {margin-left: 0;}.interactive-content-tabs li a {background-color: var(--tan-color);color: var(--default-text-color);display: block;font-family: var(--heading-font-family);font-size: 21px;font-weight: 700;height: 100%;padding: 15px 40px;}.interactive-content-tabs li.active a {background-color: var(--dark-blue-color);color: #fff;}.tabbed-section,.calendar a.event .description {display: none;}.tabbed-section.active {display: block;}.calendar a.event {color: var(--dark-blue-color);}@media (max-width: 900px) {.list-items.member-directory-items li {width: calc(50% - 20px)}.list-items.member-directory-items li:nth-child(3n) {margin-right: 40px;}.list-items.member-directory-items li:nth-child(2n) {margin-right: 0;}.image-grid-link-items .element-item {width: calc(50% - 30px)}.image-grid-link-items .element-item:nth-child(3n + 1) {margin-right: 60px;}.image-grid-link-items .element-item:nth-child(2n + 1) {margin-right: 0;}}@media (max-width: 768px) {.interactive-content-tabs {border-top: 5px solid var(--dark-tan-color);margin-bottom: 0;padding: 15px 15px 0;}.interactive-content-tabs ul {border-left: 1px solid var(--dark-blue-color);flex-direction: column;}.interactive-content-tabs li {margin: 0 0 5px;}.interactive-content-tabs a {margin: 0;}}@media (max-width: 600px) {.list-items.member-directory-items li,.image-grid-link-items .element-item {margin-right: 0;width: 100%;}.list-items.member-directory-items li:nth-child(2n),.list-items.member-directory-items li:nth-child(3n),.list-items.member-directory-items li:nth-child(5n),.image-grid-link-items .element-item:nth-child(2n + 1),.image-grid-link-items .element-item:nth-child(3n + 1) {margin-right: 0;}}@media (max-width: 530px) {.member-directory-filter-wrap {max-width: none;width: 100%;}form.category-and-window select, form.category-and-window .chosen-container {margin: 0 0 10px;}.page-type-10 form.category-and-window select {min-width: 0;}}@media (max-width: 500px) {.image-grid-link-items .category-wrap {margin-top: 60px;}.image-grid-link-items .category-wrap h2 {margin-bottom: 30px;}.image-grid-link-items .element-item {margin-bottom: 30px;}.image-grid-link-items .element-item:last-child {margin-bottom: 0px;}.phone-field-wrap {align-items: center;display: flex;flex-wrap: wrap;justify-content: space-between;}.phone-field-wrap label {flex: 100%;}.phone-field-wrap input {flex: calc(100% / 3 - 15px);}.phone-field-wrap input:not(:nth-child(2)) {margin-left: 5px;}#form-section-captcha {transform: translateX(-25px) scale(0.8);}}.video-block {align-self: stretch;aspect-ratio: 16 / 9;color: #fff;display: flex;flex-direction: column;height: 100%;justify-content: flex-end;margin-top: 0px;padding: 30px;position: relative;text-decoration: none;}.video-block .thumbnail:before {background-color: #041221;bottom: 0;content: '';left: 0;opacity: 51%;position: absolute;right: 0;top: 0;z-index: 0;}.video-block:after {background-color: #fff;clip-path: polygon(0% 0%, 100% 50%, 0% 100%);content: '';height: 60px;left: 50%;position: absolute;top: 50%;transform: translate(-50%,-50%);transition: height 0.2s ease, width 0.2s ease;width: 60px;}.video-block:hover:after {height: 70px;width: 70px;}.video-block .thumbnail {background-position: 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;position: absolute;right: 0;top: 0;}.video-block .thumbnail img {display: none;margin: auto;}.video-block .video-link {display: none;}.video-block.has-heading {margin-top: 30px;}.video-block.has-heading .thumbnail {background: none !important;z-index: -1;}.video-block.has-heading .thumbnail img {display: block;width: 100%;}.video-block.has-heading .video-heading {background-color: var(--default-text-color);color: #fff;font-family: var(--alt-font-family);font-size: 16px;font-weight: 700;letter-spacing: 2.56px;line-height: 150%;min-width: 520px;padding: 15px 60px;position: absolute;text-transform: uppercase;transform: translateY(-50%);}.video-block .label {position: relative;}.video-block .label {font-family: var(--default-font-family);font-size: 21px;font-weight: 400;line-height: 123%;}.video-block .testimonial-text {border-left: 2px solid var(--orange-color);font-family: var(--alt-font-family);font-size: 12px;font-weight: 700;letter-spacing: 2.16px;line-height: 167%;margin-top: 20px;padding-left: 10px;text-transform: uppercase;z-index: 10;}.quick-fact-box {color: #fff;height: 100%;padding: 110px 30px 75px;position: relative;text-align: center;}.quick-fact-box big {font-family: var(--heading-font-family);font-size: 90px;font-weight: 700.;}.tan.quick-fact-box { background-color: var(--tan-color); color: var(--dark-blue-color);}.red.quick-fact-box { background-color: var(--red-color); }.blue.quick-fact-box { background-color: var(--blue-color); }.dark-blue.quick-fact-box { background-color: var(--dark-blue-color); }.quick-fact-box .background-glyph {bottom: 15px;left: 15px;position: absolute;right: 15px;text-align: left;top: 15px;}.quick-fact-box .background-glyph svg * {clip-path: none;}.quick-fact-box .content {position: relative;}.stat-box {background-color: var(--light-tan-color);color: var(--dark-blue-color);margin-bottom: 40px;text-align: center;}.stat-box .label {border-bottom: 1px solid #ADA7A0;font-family: var(--heading-font-family);font-size: 18px;font-weight: 700;padding: 18px;}.stat-box .stat {font-family: var(--heading-font-family);font-size: 60px;font-weight: 700;padding: 15px;}.highlighted-content-block {background-color: var(--tan-color);border-left: 2px solid var(--red-color);margin-bottom: 20px;padding: 18px 30px;}table.gray-style-table {border: none;margin: 30px 0px;padding: 0;-webkit-border-horizontal-spacing: 0px;width: 100%;}table.gray-style-table tr td:first-child {padding: 0 30px;text-align: left;}table.gray-style-table .faux-th-label {display: none;}table.gray-style-table tbody {position: relative;}table.gray-style-table tbody:before {bottom: auto;border-top: 1px solid var(--dark-tan-color);content: '';left: 0;position: absolute;right: 0;top: 0;}table.gray-style-table th,table.gray-style-table td {border: none;}table.gray-style-table tr:nth-child(2n) {background-color: var(--tan-color);}table.gray-style-table th {font-family: var(--heading-font-family);font-size: 14px;font-weight: 700;letter-spacing: 0.56px;padding: 0 0 12px;text-align: left;}table.gray-style-table tr th:first-child {padding: 0 0 12px 30px;text-align: left;}table.gray-style-table tr th:last-child {padding-right: 15px;}table.gray-style-table td {font-family: var(--default-font-family);font-size: 16px;padding: 7px 0;}@media (max-width: 500px) {table.gray-style-table {margin-top: -30px;}table.gray-style-table tbody:before {display: none;}table.gray-style-table th {display: none;}table.gray-style-table .faux-th-label {display: block;font-weight: 700;padding: 0 0 0 30px;}table.gray-style-table tr {display: flex;flex-direction: column;}table.gray-style-table tr td {display: flex;}table.gray-style-table tr td:first-child {padding: 10px 0 0;}table.gray-style-table tr td .faux-th-label,table.gray-style-table tr td .mobile-table-value {text-align: left;width: 50%;}table.gray-style-table tr td .mobile-table-value {padding-right: 30px;}}.mini-staff-card {align-content: center;display: flex;flex-direction: column;flex-wrap: wrap;height: 150px;justify-content: center;max-height: 150px;position: relative;}.mini-staff-card .picture {align-self: stretch;height: 100%;margin: 0 15px;position: relative;width: max-content;}.mini-staff-card .picture img {height: 100% !important;width: auto !important;}.mini-staff-card .name {color: var(--dark-blue-color);font-family: var(--heading-font-family);font-size: 14px;letter-spacing: 1.68px;margin-bottom: 5px;text-transform: uppercase;}.mini-staff-card .job-title {color: #3e3e3e;font-size: 12px;margin-bottom: 10px;}.mini-staff-card .email a {background-image: url(/images/icons/md-contact.svg);background-position: 0 50%;background-repeat: no-repeat;background-size: auto;color: var(--red-color);font-family: var(--heading-font-family);font-size: 12px;font-weight: 700;letter-spacing: 2.16px;padding-left: 20px;text-transform: uppercase;}.tabbed-section .ss-content-block &gt; .mini-staff-card {align-items: center;flex-wrap: nowrap;height: auto;margin: 15px 0;max-height: none;}.tabbed-section .ss-content-block &gt; .mini-staff-card .picture {height: 400px;margin: 0 auto 15px;max-height: 400px;text-align: center;}@media (max-width: 768px) {.mini-staff-card {align-content: space-between;height: auto;max-height: none;padding-right: 15px;width: 100%;}.mini-staff-card .picture {height: 100%;width: calc(100% - 15px);}.mini-staff-card .picture img,.mini-staff-card .picture svg {height: auto;width: 100% !important;}.tabbed-section .ss-content-block &gt; .mini-staff-card {padding: 0;}.tabbed-section .ss-content-block &gt; .mini-staff-card .picture img {min-width: 0 !important;width: auto !important}.mini-staff-card &gt; * {margin: 0 15px;padding: 0;}}.image-link-box {display: block;min-height: 320px;overflow: hidden;position: relative;}.image-link-box .image {background-position: 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;display: block;left: 0;position: absolute;right: 0;top: 0;transition: transform 0.5s ease;z-index: -1}.image-link-box:hover .image {transform: scale(1.1);}.image-link-box img {display: none;margin: 0;}.image-link-box .label {align-items: center;backdrop-filter: blur(30px);background-color: #ce1127b3;bottom: 0;color: #fff;display: flex;font-family: var(--heading-font-family);left: 0;line-height: 114%;min-height: 60px;padding: 7px 85px 7px 20px;position: absolute;right: 0;top: auto;}.ss-content-block:nth-child(2n) .image-link-box .label {background-color: rgba(0,45,91,70%);}.image-link-box .label:after {background-image: url(/images/icons/small-arrow-white-right.svg);background-position: calc(100% - 5px) 50%;background-repeat: no-repeat;background-size: 3.5px;content: 'Open';font-size: 12px;font-weight: 700;letter-spacing: 2.16px;padding-right: 15px;position: absolute;right: 15px;text-transform: uppercase;transition: background-position 0.3s ease;}.image-link-box:hover .label:after {background-position: 100% 50%;}.large-image-link-box {display: flex;flex-direction: column;justify-content: flex-end;min-height: 320px;overflow: hidden;position: relative;}.large-image-link-box .image {background-position: 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;display: block;left: 0;position: absolute;right: 0;top: 0;transition: transform 0.5s ease;z-index: -1}.large-image-link-box:hover .image {transform: scale(1.1);}.large-image-link-box img {display: none;margin: 0;}.large-image-link-box .label,.large-image-link-box .sublabel {align-items: center;background-color: #ce1127b3;bottom: 0;color: #fff;display: block;font-family: var(--heading-font-family);left: 0;line-height: 114%;position: relative;right: 0;top: auto;}.large-image-link-box .label {padding: 20px 30px 6px;}.large-image-link-box .sublabel {font-size: 12px;font-weight: 700;letter-spacing: 2.16px;padding: 6px 30px 20px;text-transform: uppercase;}.large-image-link-box .sublabel:after {background-image: url(/images/icons/small-arrow-white-right.svg);background-position: 50%;background-repeat: no-repeat;background-size: 3.5px;content: '';display: inline-block;height: 8px;margin-left: 5px;position: relative;transition: margin 0.3s ease;width: 8px;}.ss-content-block:nth-child(2n) .large-image-link-box .label,.ss-content-block:nth-child(2n) .large-image-link-box .sublabel {background-color: rgba(0,45,91,70%);}.large-image-link-box:hover .sublabel:after {margin-left: 10px;}.image-content-box {margin: 0 30px 30px;padding: 60px;position: relative;}.image-content-box .image:before {background-color: rgba(0,0,0,50%);bottom: 0;content: '';left: 0;position: absolute;right: 0;top: 0;z-index: -1;}.image-content-box .image {background-position: 50%;background-repeat: no-repeat;background-size: cover;bottom: 0;left: 0;position: absolute;right: 0;top: 0;z-index: 0;}.image-content-box .image img {display: none;}.image-content-box .content {color: #fff;position: relative;}.image-content-box .content big {font-family: var(--heading-font-family);font-size: 42px;font-weight: 700;}@media (max-width: 768px) {.image-content-box {padding: 20px;}.image-content-box .content big {font-size: 26px;}}.tri-photo-collage {height: 100%;max-height: 512px;position: relative;z-index: 100;}.tri-photo-collage .photo-1,.tri-photo-collage .photo-2,.tri-photo-collage .photo-3 {background-position: 50%;background-repeat: no-repeat;background-size: cover;box-shadow: 0px 10px 20px rgba(0,0,0,16%);height: 400px;position: absolute;transform: translate(-50%,-50%);width: 460px;}.tri-photo-collage .photo-1 img,.tri-photo-collage .photo-2 img,.tri-photo-collage .photo-3 img {display: block;opacity: 0;}.tri-photo-collage .photo-1 {left: 30%;top: -15%;}.tri-photo-collage .photo-2 {left: 66%;top: 50%;}.tri-photo-collage .photo-3 {left: 40%;top: 100%;}@media (max-width: 1400px) {.tri-photo-collage .photo-1,.tri-photo-collage .photo-2,.tri-photo-collage .photo-3 {height: 300px;transform: translate(0%, 0%);width: 345px;}.tri-photo-collage .photo-1 {left: 10%;top: -15%;}.tri-photo-collage .photo-2 {left: 35%;top: 25%;}.tri-photo-collage .photo-3 {left: 20%;top: 75%;}}@media (max-width: 1100px) {.tri-photo-collage {height: auto;margin-bottom: -120px;max-height: none;width: auto;}.tri-photo-collage .photo-1,.tri-photo-collage .photo-2,.tri-photo-collage .photo-3 {position: relative;}.tri-photo-collage .photo-1 {left: 0%;margin: 0 auto;}.tri-photo-collage .photo-2,.tri-photo-collage .photo-3 {margin: -125px auto 0;}.tri-photo-collage .photo-2 {left: 15%;}.tri-photo-collage .photo-3 {left: -15%;}}@media (max-width: 768px) {.tri-photo-collage {margin-bottom: -270px;}}@media (max-width: 600px) {.tri-photo-collage .photo-1,.tri-photo-collage .photo-2,.tri-photo-collage .photo-3 {height: 200px;transform: translate(0%, 0%);width: 230px;}.tri-photo-collage .photo-2,.tri-photo-collage .photo-3 {margin-top: -80px;}}.sosimple-underlay {background-color: rgba(0,0,0,70%);backdrop-filter: blur(30px);}.sosimple-overlay {bottom: 20px;height: calc(100% - 40px) !important;left: 50%;margin: 0 !important;max-height: 600px;max-width: 1080px;padding: 20px;position: fixed;right: 0;top: 50% !important;transform: translate(-50%, -50%);width: calc(100% - 40px) !important;}.sosimple-overlay .sosimple-overlay-close {background-image: url(/images/icons/cross-icon-white.svg);display: block;height: 40px;right: -50px;top: 0;transition: background-color 0.3s ease;width: 40px;}.sosimple-overlay .sosimple-overlay-close:hover {background-color: var(--blue-color);}@media (max-width: 1250px) {.sosimple-overlay .sosimple-overlay-close {right: 20px;top: 20px;}}@media (max-width: 768px) {.sosimple-overlay {background-image: url(/images/icons/cross-icon-white.svg);bottom: 20px;left: 50% !important;max-height: none;top: 20px !important;transform: translateX(-50%);}}.sosimple-overlay.member-directory {align-items: center;display: flex !important;max-height: 480px;padding: 20px;}.sosimple-overlay.member-directory .image {align-self: stretch;background-position: 50%;background-repeat: no-repeat;background-size: cover;flex: calc(100% / 3);}.sosimple-overlay.member-directory .image img {display: none;}.sosimple-overlay.member-directory .content {flex: calc(100% / 3 * 2);height: max-content;margin: 0 30px;}@media (max-width: 768px) {.sosimple-overlay.member-directory {bottom: 0;flex-direction: column;height: calc(100% - 100px) !important;max-height: none;top: 80px !important;}.sosimple-overlay.member-directory .image,.sosimple-overlay.member-directory .content {flex: 50%;margin: 0;width: 100%;}.sosimple-overlay.member-directory .content {margin-top: 30px;}}.sosimple-overlay.has-video-or-iframe {aspect-ratio: 16 / 9 !important;background-color: #000;height: min-content !important;max-width: 1000px !important;padding: 0;width: min-content;}.sosimple-overlay.has-video-or-iframe iframe {width: 100%;}@media (max-width: 768px) {.sosimple-overlay.has-video-or-iframe {bottom: auto !important;left: 50% !important;right: 0 !important;top: 50% !important;transform: translate(-50%,-50%);width: 100% !important;}}@media (max-width: 1250px) {.sosimple-overlay .sosimple-overlay-close {right: 0;top: -50px;}}.page-type-2 .sosimple-overlay {padding: 30px;}#global-site-alert-popup {bottom: 20px !important;height: auto !important;left: 40px !important;margin: 0 auto !important;max-width: 900px !important;position: fixed;right: 40px;text-align: center;top: 50% !important;transform: translateY(-50%);width: auto !important;z-index: 1000;}#global-site-alert-popup .global-site-alert {height: auto;}#global-site-alert-popup:before {background: var(--red-color);bottom: -20px;box-shadow: 0 20px 40px rgba(0,0,0,32%);content: '';display: block;left: -20px;position: absolute;right: -20px;top: -20px;z-index: -1;}#global-site-alert-popup:after {background-color: white;bottom: 0px;box-shadow: 0 0 40px rgba(0,0,0,8%);content: '';display: block;left: 0px;position: absolute;right: 0px;top: 0px;z-index: -1;}#global-site-alert-popup .sosimple-overlay-close {background-image: url(/images/icons/cross-icon.svg?v=0.01);background-position: 50%;background-repeat: no-repeat;background-size: auto;right: 20px;top: 20px;}.global-site-alert .heading {background-color: transparent;padding-right: 30px;padding-top: 60px;}.global-site-alert .heading h3 {color: var(--dark-blue-color);font-family: var(--heading-font-family);font-size: 40px;font-weight: 700;letter-spacing: normal;line-height: 106%;text-transform: none;}.global-site-alert h3,.global-site-alert h4,.global-site-alert h5,#global-site-alert-popup .content-wrap .h5-style {color: var(--dark-blue-color);letter-spacing: normal;text-transform: none;}#global-site-alert-popup .content-wrap {color: #3E453E;font-family: var(--default-font-family);font-size: 18px;height: 100%;margin: 0 auto auto;overflow-y: scroll;padding-top: 5px;width: 100%;}#global-site-alert-popup .content-wrap::-webkit-scrollbar {background-color: transparent;width: 10px;}#global-site-alert-popup .content-wrap::-webkit-scrollbar-thumb {background-color: var(--dark-blue-color);border-radius: 10px;}#global-site-alert-popup .dismiss-wrap.tac {margin-bottom: 0;margin-top: auto;padding-top: 87px;}@media (max-width: 768px) {#global-site-alert-popup {height: min-content !important;transform: translateY(-50%);}}@media (max-width: 500px) {#global-site-alert-popup {left: 20px !important;margin: 0px !important;width: calc(100% - 40px) !important;z-index: 1000;}}@media (max-height: 931px) {#global-site-alert-popup {bottom: 20px !important;height: auto !important;top: 20px !important;transform: none;}#global-site-alert-popup .content-wrap {height: calc(100vh - 225px);margin: 0 auto;overflow-y: scroll;width: 100%;}}.page-type-31 .sosimple-overlay {height: max-content !important;max-height: none;}body:not(.page-type-0) .middle-area &gt; .wrapper {margin: 0 auto;max-width: 1140px;padding: 0 30px 30px;}body:not(.page-type-0) .main-page-h1-wrap .ss-content-block {margin: -45px 0 60px;}body:not(.page-type-0) .main-page-h1-wrap .ss-content-block h1 {padding: 0 15px;}body.page-type-10 .main-content {display: flex;flex-wrap: wrap;}body:not(.page-type-0) .ss-section-wrap:first-child .ss-section-wrap-inner {padding: 0;}body.page-type-25 .middle-area &gt; .wrapper {max-width: none;padding: 0;}body.page-type-25 .main-page-h1-wrap .ss-content-block,body.page-type-25 .image-grid-link-items {margin: -45px auto 0;max-width: 1080px;width: calc(100% - 60px);}@media (max-width: 768px) {body:not(.page-type-0) .main-page-h1-wrap .ss-content-block h1 {padding: 13px 15px;}} .page-index {opacity: 0;transition: opacity 0.5s ease;}.page-index.loaded {opacity: 1;}.page-index .main-page-h1-wrap .ss-content-block {display: none;}.page-index.at-top .header {background-color: transparent;box-shadow: none;}.page-index .header {transition: background-color 0.3s ease, box-shadow 0.3s ease;}.page-index .header:before {background: linear-gradient(180deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0));content: '';display: block;height: 360px;left: 0;opacity: 0;position: absolute;right: 0;transition: opacity 0.3s ease;z-index: -1;}.page-index.at-top .header:before {opacity: 1;}.page-index .header .logo {opacity: 0;}.page-index .header .logo #logo-text * {transition: fill 0.3s ease;}.page-index.at-top .header .logo #logo-text * {fill: #fff;}.page-index.at-top .header .quick-links-main li:last-child {margin-right: -1px;padding-right: 1px;}.page-index .header .quick-links-main,.page-index .header .quick-links-main li,.page-index .header .quick-links-main li.ql-contains-dropdown &gt; a {background-color: transparent;}.page-index .nav-toggle,.page-index .quick-links-main .ql-contains-dropdown {border: none;position: relative;}.page-index .nav-toggle .lines:before,.page-index .nav-toggle .lines,.page-index .nav-toggle .lines:after {transition: background-color 0.3s ease, transform 0.3s ease;}.page-index.at-top.hide-nav .nav-toggle .lines:before,.page-index.at-top.hide-nav .nav-toggle .lines,.page-index.at-top.hide-nav .nav-toggle .lines:after {background-color: #fff;}.page-index .quick-links-main &gt; ul &gt; li.ql-contains-dropdown:before {transition: opacity 0.5s ease;}.page-index.at-top.hide-nav .quick-links-main &gt; ul &gt; li.ql-contains-dropdown:before {opacity: 0;right: 0px;transition: opacity 0.2s ease;}.page-index.at-top .quick-links-main &gt; ul &gt; li.ql-contains-dropdown:hover:before {opacity: 0.4}.page-index.at-top .nav-toggle:before,.page-index.at-top .quick-links-main .ql-contains-dropdown:after {height: calc(100% - 60px);}.page-index.at-top.hide-nav .quick-links-main &gt; ul &gt; li &gt; a svg * {fill: #fff;}.page-index.at-top.hide-nav .quick-links-main &gt; ul &gt; li &gt; a {color: #fff;}.page-index.at-top.hide-nav .quick-links-main .ql-contains-dropdown:hover {background-color: #F0F0F0ee;backdrop-filter: blur(10px)}.page-index.at-top.hide-nav .quick-links-main .ql-contains-dropdown &gt; a:after {filter: brightness(10) contrast(10) grayscale(1);}.page-index.at-top.hide-nav .quick-links-main .ql-contains-dropdown:hover &gt; a:after {filter: grayscale(0);}.page-index.at-top .quick-links-main .ql-contains-dropdown:hover &gt; a {color: var(--red-color);}.page-index.at-top .quick-links-main .ql-contains-dropdown:hover &gt; a svg * {fill: var(--red-color);}.page-index .middle-area {padding: 0;}.page-index .ss-section-wrap-inner {max-width: none;padding: 0;}.page-index .homepage-gallery-banner .col-1 {flex: 1;margin: 0;}.page-index .homepage-gallery-banner .inline-gallery-wrap .stage {background-color: transparent;height: 100vh;}.page-index .homepage-gallery-banner .inline-gallery-wrap .stage .slide .image:before {background: rgba(0,0,0,0.5);bottom: 0;content: '';display: block;left: 0;position: absolute;right: 0;top: 0;}.page-index .homepage-gallery-banner .inline-gallery-wrap .stage .slide .caption {background-image: none;border: none;box-shadow: none;color: #fff;display: block !important;height: max-content !important;left: auto;margin: 0 !important;overflow: visible !important;padding: 0 !important;right: 100px;top: 50%;transform: translateY(-50%);}.page-index .homepage-gallery-banner .inline-gallery-wrap .stage .slide .caption h1 {font-weight: 400;line-height: inherit;margin: 0;text-align: right;}.page-index .homepage-gallery-banner .inline-gallery-wrap .prev-arrow {background-image: url(/images/icons/gallery-arrow-white.svg);opacity: 1;transform: rotate(180deg);transition: opacity 0.3s ease;}.page-index .homepage-gallery-banner .inline-gallery-wrap .next-arrow {background-image: url(/images/icons/gallery-arrow-white.svg);opacity: 1;transform: translateY(40%);transition: opacity 0.3s ease}.page-index .homepage-gallery-banner .inline-gallery-wrap .prev-arrow:hover,.page-index .homepage-gallery-banner .inline-gallery-wrap .next-arrow:hover {opacity: 0.5}.page-index .homepage-gallery-banner .hp-explore-button {align-items: center;bottom: 150px;color: #fff;display: flex;flex-direction: column;font-family: var(--heading-font-family);font-size: 12px;font-weight: 700;letter-spacing: 2.16px;padding-bottom: 15px;position: absolute;right: 100px;text-transform: uppercase;top: auto;z-index: 10;}.page-index .homepage-gallery-banner .hp-explore-button img,.page-index .homepage-gallery-banner .hp-explore-button svg {margin-top: 5px;transition: transform 0.2s ease;}.page-index .homepage-gallery-banner .hp-explore-button:hover img,.page-index .homepage-gallery-banner .hp-explore-button:hover svg {transform: translateY(5px);}.page-index .overlapping-image-section {position: relative;transform: none;}.page-index .overlapping-image-section .ss-section-wrap-inner {align-items: center;height: auto;margin-top: -100px;position: relative;}.page-index .overlapping-image-section .ss-content-block {margin: 0;}.page-index .overlapping-image-section .col-2-5.ss-image-block {margin-left: 100px;}.page-index .overlapping-image-section .col-2-5.ss-image-block img {box-shadow: 0px 10px 20px rgba(0,0,0,16%);}.page-index .overlapping-image-section .col-3-5 {flex: 1;margin-left: 68px;margin-right: 30px;margin-top: 80px;max-width: 630px;}.page-index .overlapping-image-section .col-3-5 h2 {text-transform: none;}.page-index .overlapping-image-section .col-3-5 .button {margin-top: 72px;}.tan-photo-section {margin-top: 360px;padding-bottom: 82px;position: relative;transform: none;z-index: 1;}.tan-photo-section .ss-content-block {flex: 1;margin: 0;}.tan-photo-section .col-2-5 h2 {background-color: var(--red-color);color: #fff;margin-bottom: 30px;margin-right: 100px;margin-top: -60px;padding-bottom: 40px;padding-top: 15px;}.tan-photo-section .col-2-5 &gt; * {padding-left: 280px;}.tan-photo-section .button:not(:hover) {background-color: transparent;}.featured-gallery-section:before {background-color: var(--dark-blue-color);bottom: 0;content: '';left: 0;opacity: 0.9;position: absolute;right: 0;top: 0;}.featured-gallery-section {color: #fff;padding: 240px 0;}.featured-gallery-section .ss-section-wrap-inner {align-items: center;}.featured-gallery-section .ss-content-block {flex: 1;margin: 0;z-index: 1;}.featured-gallery-section .ss-content-block:first-child {margin-right: 100px;max-width: 930px;}.featured-gallery-section .ss-content-block:last-child {margin-right: auto;padding-right: 30px;max-width: 590px;}.featured-gallery-section .ss-content-block:last-child h2 {margin-bottom: 30px;text-transform: none;}.featured-gallery-section .inline-gallery-wrap {position: relative;}.featured-gallery-section .embedded-gallery.static-page-inline-gallery .slide .image {background-size: cover;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper {bottom: -20px;height: auto;left: 80px;margin: 0;max-width: calc(100% / 3);padding: 0;position: absolute;right: auto;top: auto;transform: translateY(-50%);width: auto;z-index: 10;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul {display: flex;height: min-content;position: relative;width: min-content;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li {height: min-content;left: 0 !important;padding: 5px;position: relative;right: 0;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a {background-color: rgba(255,255,255,0.3);border-radius: 50%;height: 9px;transition: background-color 0.3s ease;width: 9px;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a:hover,.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li.activeSlide a {background-color: rgba(255,255,255,1);}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a:before {bottom: 0px;content: '';left: 0px;position: absolute;right: 0px;top: 0px;} .featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a img {display: none;}.featured-gallery-section .inline-gallery-wrap .stage .slide .caption {align-items: center;backdrop-filter: blur(30px);background-image: none;bottom: -40px !important;box-shadow: none;color: #fff;display: flex !important;font-family: var(--heading-font-family);font-size: 21px;font-weight: 700;height: auto !important;justify-content: flex-end;margin: 0 !important;padding: 0 150px 0 176px !important;right: 176px;top: calc(100% - 40px);width: auto;z-index: 0;}.featured-gallery-section .inline-gallery-wrap .stage .slide:before {background-color: var(--red-color);bottom: -40px;content: '';display: block;height: 80px;left: 0;opacity: 1;position: absolute;right: 170px;top: auto;z-index: 1;}.featured-gallery-section .inline-gallery-wrap .prev-arrow,.featured-gallery-section .inline-gallery-wrap .next-arrow {background-image: url(/images/icons/gallery-arrow-white.svg);background-position: 50%;bottom: -13px;height: 28px;left: auto;opacity: 1;right: 210px;top: auto;transition: opacity 0.3s ease;width: 28px;z-index: 10;}.featured-gallery-section .inline-gallery-wrap .prev-arrow {right: 265px;transform: rotate(180deg);}.featured-gallery-section .inline-gallery-wrap .prev-arrow:hover,.featured-gallery-section .inline-gallery-wrap .next-arrow:hover {opacity: 0.5;}.large-gallery-section .ss-content-block {flex: 1;margin: 0;}.large-gallery-section .inline-gallery-wrap .stage {max-height: 960px;min-height: calc(50vh - 100px);width: 100% !important;}.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper {bottom: 80px;height: auto;left: calc(100% - 160px);margin: 0;max-width: calc(100% / 3);padding: 0;position: absolute;right: auto;top: auto;transform: translateY(-50%);width: auto;z-index: 10;}.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul {display: flex;height: min-content;position: relative;width: min-content;}.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li {height: min-content;left: 0 !important;padding: 5px;position: relative;right: 0;}.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a {background-color: rgba(255,255,255,0.3);border-radius: 50%;height: 9px;transition: background-color 0.3s ease;width: 9px;}.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a:hover,.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li.activeSlide a {background-color: rgba(255,255,255,1);}.large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a:before {bottom: 0px;content: '';left: 0px;position: absolute;right: 0px;top: 0px;} .large-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper ul li a img {display: none;}.large-gallery-section .inline-gallery-wrap .prev-arrow,.large-gallery-section .inline-gallery-wrap .next-arrow {background-image: url(/images/icons/gallery-arrow-white.svg);background-position: 50%;bottom: 84px;height: 28px;left: auto;opacity: 1;right: 190px;top: auto;transition: opacity 0.3s ease;width: 28px;z-index: 10;}.large-gallery-section .inline-gallery-wrap .prev-arrow {right: 265px;transform: rotate(180deg);}.large-gallery-section .inline-gallery-wrap .prev-arrow:hover,.large-gallery-section .inline-gallery-wrap .next-arrow:hover {opacity: 0.5;}.large-gallery-section .inline-gallery-wrap .slide .caption {backdrop-filter: blur(30px);background-color: rgba(255,255,255,0.87);background-image: none;bottom: 138px;box-shadow: none;display: block !important;height: auto !important;margin: 0 0 0 auto !important;overflow: visible !important;padding: 80px 90px !important;top: auto;width: 50%;}.large-gallery-section .inline-gallery-wrap .slide .caption h2 {background-color: var(--red-color);color: #fff;left: 64px;padding: 8px 54px 17px;position: absolute;right: 0;text-transform: none;top: -60px;}.newsfeed-3x-section {margin: 0 auto;max-width: 1540px;padding: 136px 30px 160px;position: relative;}.newsfeed-3x-section h2 {text-transform: none;}.newsfeed-3x-section:before {background-color: var(--tan-color);bottom: 300px;content: '';left: 170px;position: absolute;right: 170px;top: 0;z-index: -1;}.newsfeed-3x-section .content-box-embed.social-stream .element-item:not(:first-child, :nth-child(2), :nth-child(3)),.newsfeed-3x-section .content-box-embed.social-stream .element-item .author-and-share .fa.fa-th,.newsfeed-3x-section .content-box-embed.social-stream .element-item .item-footer .social-link {display: none;}.newsfeed-3x-section .content-box-embed.social-stream {min-height: 740px;}.newsfeed-3x-section .content-box-embed.social-stream .element-item {background-color: #fff;border: 1px solid #bfbfbf;}.newsfeed-3x-section .content-box-embed.social-stream .element-item .photo {aspect-ratio: 1 / 1;margin: 0;max-height: 400px;overflow: hidden;order: 1;}.newsfeed-3x-section .content-box-embed.social-stream .element-item .photo a {border: none;}.newsfeed-3x-section .content-box-embed.social-stream .element-item .author-and-share {order: 2;padding: 30px 30px 0 30px;}.newsfeed-3x-section .content-box-embed.social-stream .element-item .author-and-share a {color: var(--dark-blue-color);font-size: 16px;font-style: normal;font-weight: 700;}.newsfeed-3x-section .content-box-embed.social-stream .element-item .item-content {color: #3E3E3E;display: -webkit-inline-box;line-height: 131%;order: 3;overflow: hidden;padding: 10px 30px 0;-webkit-box-orient: vertical;-webkit-line-clamp: 6;}.newsfeed-3x-section .content-box-embed.social-stream .element-item .item-footer {background-color: #fff;color: #989898;display: block;font-size: 12px;height: auto;margin-top: auto;order: 4;padding: 0 30px 30px;position: relative;text-align: left;text-transform: uppercase;}.scrolling-logos-section {margin-bottom: 150px;padding: 80px 0 80px;}.scrolling-logos-section .ss-content-block {flex: 1;margin: 0;}.scrolling-logos-section .cb-intro {padding: 0 30px;}.scrolling-logos-section h2 {text-transform: none;}.scrolling-logos-section ul {display: none;}.scrolling-logos-section .flickity-viewport {margin-top: 70px;margin-left: auto;margin-right: auto;max-width: 100%;}.scrolling-logos-section .logo-slide {width: calc(100% / 6);}.scrolling-logos-section .image {height: 100px;line-height: 100px;text-align: center;}.scrolling-logos-section .image svg,.scrolling-logos-section .image img {filter: grayscale(1);display: inline-block;opacity: 0.5;transition: filter 0.3s ease, opacity 0.3s ease;vertical-align: middle;max-width: 90%;}.scrolling-logos-section .image:hover svg,.scrolling-logos-section .image:hover img {filter: grayscale(0);opacity: 1;}.scrolling-logos-section .flickity-prev-next-button {display: none;}@media (max-width: 1400px) {.tan-photo-section {margin-top: 120px;}.tan-photo-section .col-2-5 &gt; * {padding-left: 140px;}}@media (max-width: 1350px) {.featured-gallery-section .inline-gallery-wrap .stage .slide .caption {padding-left: 30px !important;right: 0;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper {bottom: -20px;left: 30px;}.featured-gallery-section .inline-gallery-wrap .stage .slide:before {right: 80px;}.featured-gallery-section .inline-gallery-wrap .prev-arrow {right: 180px;}.featured-gallery-section .inline-gallery-wrap .next-arrow {right: 120px;}}@media (max-width: 1200px) {.page-index .overlapping-image-section .ss-section-wrap-inner {margin-top: -50px;}.large-gallery-section .inline-gallery-wrap {position: relative;}.large-gallery-section .inline-gallery-wrap .stage {background-color: transparent;height: auto;}.large-gallery-section .inline-gallery-wrap .slide {display: flex;flex-direction: column;height: min-content;position: absolute;}.large-gallery-section .inline-gallery-wrap .slide.current {position: relative !important;}.large-gallery-section .inline-gallery-wrap .slide .image {position: relative;}.large-gallery-section .inline-gallery-wrap .slide .caption {margin-left: 0px !important;padding: 0 30px 30px !important;position: relative;top: 0;width: auto;}.large-gallery-section .inline-gallery-wrap .slide .caption h2 {left: 0;margin-right: -30px;padding: 5px 30px 10px 15px;position: relative;top: -40px;}.scrolling-logos-section .logo-slide {width: 25%;}}@media (max-width: 1100px) {.tan-photo-section {padding-bottom: 0;position: relative;}.tan-photo-section .ss-section-wrap-inner {flex-direction: column;}.tan-photo-section .col-2-5, .tan-photo-section .col-3-5 {width: auto;}.tan-photo-section .col-2-5 &gt; * {padding-left: 30px;padding-right: 30px;}.tan-photo-section .col-2-5 h2 {margin-right: 30px;max-width: 550px;padding: 30px 30px 30px 30px;}.featured-gallery-section {margin-top: 0px;padding-top: 160px;position: relative;}}@media (max-width: 1024px) {.page-index .overlapping-image-section .ss-section-wrap-inner {margin: 0;}.page-index .overlapping-image-section .col-2-5.ss-image-block {margin: 30px;}.page-index .overlapping-image-section .col-3-5 {flex: 1;margin: 0 30px;max-width: none;text-align: center;}.page-index .overlapping-image-section .col-3-5 h2 .red-text {display: block;margin-top: 15px;}.page-index .overlapping-image-section .col-3-5 .button {margin-top: 30px;}.newsfeed-3x-section {padding-bottom: 0;}.scrolling-logos-section {margin-bottom: 30px;padding-bottom: 0;padding-top: 0;}}@media (max-width: 768px) {.page-index .homepage-gallery-banner .hp-explore-button {left: 50%;right: auto;transform: translateX(-50%);}.page-index .overlapping-image-section .ss-section-wrap-inner {margin: -100px 0 0;position: relative;z-index: 10}.tan-photo-section {margin-top: 0;padding-bottom: 160px;}.tan-photo-section .col-2-5 {margin-top: 90px;padding: 0 30px 30px;}.tan-photo-section .col-2-5 h2 {margin: 0 0 -30px;max-width: none;padding: 10px;position: relative;text-align: center;transform: translateY(-60px);}.tan-photo-section .col-2-5 &gt; * {padding: 0;}.featured-gallery-section {padding-bottom: 30px;padding-top: 140px;position: relative;transform: none;z-index: 0;}.featured-gallery-section .inline-gallery-wrap .stage .slide .caption {padding-left: 176px !important;right: 20px;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper {bottom: -20px;}.featured-gallery-section:before {z-index: -1;}.featured-gallery-section .ss-content-block:first-child {margin-right: 30px;}.featured-gallery-section .ss-content-block:last-child {color: #fff;margin: 60px 30px 0;}.newsfeed-3x-section {padding-top: 0px;}.newsfeed-3x-section:before {left: 60px;right: 60px;top: 18px;}.newsfeed-3x-section .col-1 {margin-bottom: 0;}.scrolling-logos-section .cb-intro {margin-bottom: -60px;}.scrolling-logos-section h2 {margin: 30px 0 15px;}.scrolling-logos-section .logo-slide {width: calc(100% / 3);}body.page-index .middle-area { padding: 0;}}@media (max-width: 600px) {.scrolling-logos-section .logo-slide {width: 50%;}.scrolling-logos-section .image svg,.scrolling-logos-section .image img {max-width: 80%;}}@media (max-width: 410px) {.featured-gallery-section .inline-gallery-wrap .stage .slide .caption {bottom: auto;padding: 15px 30px !important;top: auto;}.featured-gallery-section .inline-gallery-wrap .prev-arrow {left: 15px;right: auto;top: 50%;}.featured-gallery-section .inline-gallery-wrap .next-arrow {right: 30px;top: 50%;}.featured-gallery-section .inline-gallery-wrap .embedded-gallery-nav-wrapper {bottom: -20px;}}@media (max-width: 500px) {.page-index .homepage-gallery-banner .inline-gallery-wrap .stage .slide .caption {left: 60px;right: 60px;width: auto;}.page-index .homepage-gallery-banner .inline-gallery-wrap .stage .slide .caption h1 {text-align: center;}.page-index .homepage-gallery-banner .hp-explore-button {bottom: 100px;}}.footer {background-attachment: fixed;background-image: url(/images/template/DSC_-1.jpg);background-position: 50% 0%;background-repeat: no-repeat;background-size: cover;display: flex;flex-wrap: wrap;opacity: 0;position: relative;z-index: 0;}.footer:before {background-color: rgba(0,45,91,0.9);bottom: 0;content: '';left: 0;position: absolute;right: 0;top: 0;z-index: -1;}body.loaded .footer {opacity: 1;transition: opacity 0.3s ease;}.footer .footer-quick-links {background-color: var(--dark-blue-color);padding: 15px 30px;width: 100%;}.footer .footer-quick-links ul {display: flex;flex-wrap: wrap;justify-content: center;list-style: none;margin: 0;padding: 0;}.footer .footer-quick-links ul li a {color: #fff;display: block;font-family: var(--default-font-family);font-size: 16px;font-weight: 700;margin: 15px 30px;}.footer .footer-quick-links ul li a svg,.footer .footer-quick-links ul li a img {margin-right: 8px;}.footer .footer-quick-links ul li a svg * {fill: #fff;transition: fill 0.3s ease;}.footer .footer-quick-links ul li a:hover {color: var(--dark-tan-color)}.footer .footer-quick-links ul li a:hover svg * {fill: var(--dark-tan-color);}.footer .footer-logo-and-info {color: #fff;margin: 110px 30px;width: calc(100% - 60px);}.footer .footer-logo-and-info a {color: #fff;}.footer .footer-logo-and-info a:hover {color: var(--dark-tan-color);}.footer .copyright-info {color: #fff;margin: 0 auto 0 160px;}.footer .footer-social-links {bottom: 160px;left: 50%;position: absolute;top: auto;transform: translateX(-50%);}.footer .footer-social-links ul {display: flex;justify-content: center;list-style: none;margin: 0;padding: 0;}.footer .footer-social-links ul li a {margin: 0 10px;}.footer .powered-by-ss-logo {margin: 0 160px 0 auto}.footer .policy-wrapper {background-color: rgba(0,24,45,0.5);display: flex;margin-top: 60px;}.footer .policy-wrapper .logos-area {margin-right: 140px;}.footer .policy-wrapper .logos-area p {align-items: center;display: flex;flex-wrap: wrap;height: 100%;justify-content: center;}.footer .policy-wrapper .logos-area a {flex: 1;height: min-content;margin: 0 20px}.footer .policy-wrapper .logos-area a svg {height: auto !important;width: 100% !important;}.footer .policy-text {bottom: 0;color: #fff;flex: 1;font-size: 16px;padding: 25px 160px;top: auto;}.footer .policy-text p {line-height: 125%;}.footer a svg * {transition: fill 0.3s ease;}.footer a:hover svg * {fill: var(--dark-tan-color);}@media (max-width: 1500px) {.footer {padding-bottom: 0;}.footer .copyright-info {margin: 0 30px;}.footer .powered-by-ss-logo {margin: 0 30px 0 auto;}.footer .policy-text {padding: 20px 30px;}.footer .footer-social-links {bottom: 150px;}.footer .policy-wrapper .logos-area {margin-right: 10px;}}@media (max-width: 1200px) {.footer {align-items: center;flex-direction: column;padding-bottom: 0;}.footer .footer-logo-and-info {margin-bottom: 60px;order: 2;}.footer .footer-quick-links {order: 1;}.footer .footer-social-links {bottom: 0;left: 0;order: 3;position: relative;right: 0;top: 0;transform: none;width: 100%;}.footer .policy-wrapper {align-items: center;flex-direction: column;margin-top: 30px;order: 6;padding-bottom: 60px;padding-top: 30px;text-align: center;}.footer .copyright-info {margin-bottom: 30px;margin-top: 30px;order: 4;}.footer .powered-by-ss-logo {order: 5;text-align: center;width: calc(100% - 60px);}}@media (max-width: 900px) {.footer {align-items: center;flex-direction: column;padding-bottom: 0;}.footer .footer-quick-links {order: 1;padding: 15px 0;}.footer .footer-logo-and-info {margin-bottom: 30px;margin-top: 30px;order: 2;width: auto;}.footer .footer-logo-and-info svg,.footer .footer-logo-and-info img {height: auto !important;width: calc(100% - 30px) !important;}.footer .policy-text {align-self: flex-end;margin-bottom: 0;margin-top: 0;order: 6;position: relative;}.footer .footer-social-links {bottom: 0;left: 0;margin: 0 auto 30px;order: 3;position: relative;right: 0;top: 0;transform: none;}.footer .copyright-info {margin-bottom: 15px;order: 4;text-align: center;}.footer .powered-by-ss-logo {margin: 0 auto;order: 5;}}@media (max-width: 450px) {.footer .footer-quick-links ul li a {margin: 15px 15px;}}@media (max-width: 400px) {.footer .policy-wrapper .logos-area p {flex-direction: column;flex-wrap: nowrap;}}@media (max-width: 360px) {.footer .footer-quick-links ul {align-items: center;flex-direction: column;}}.ss-section-wrap.alumni-grid-section {margin-bottom: 60px;}.ss-section-wrap.alumni-grid-section .ss-section-wrap-inner {max-width: 100%;margin: 0;padding: 0;}.ss-section-wrap.alumni-grid-section .ss-content-block.col-1 {margin: 0;width: 100%;}.alumni-grid-wrap {display: flex;flex-wrap: wrap;}.alumni-grid-item {cursor: pointer;width: 20%;}.alumni-grid-item .image,.alumni-grid-item .image img {aspect-ratio: 384 / 500;display: block;object-fit: cover;overflow: hidden;position: relative;width: 100%;}.alumni-grid-item .image img {transition: filter 0.3s ease, transform 0.3s ease;}.alumni-grid-item .image:before {background: #002D5B;bottom: 0;content: '';left: 0;opacity: 0.3;pointer-events: none;position: absolute;right: 0;top: 0;transition: opacity 0.3s ease;z-index: 1;}.alumni-grid-item:hover .image:before {opacity: 0;}.alumni-grid-item:not(:hover) .image img {filter: grayscale(1);}.alumni-grid-item:hover .image img {transform: scale(1.1);}.alumni-grid-item .content {display: none;}.view-more-alumni-grid-items-wrap {margin: 30px 0;text-align: center;width: 100%;}body.alumni-grid-item-overlay-active .sosimple-underlay {backdrop-filter: blur(20px);background: rgba(0, 45, 91, 0.70);opacity: 1;}body.alumni-grid-item-overlay-active .sosimple-overlay {bottom: auto;height: auto !important;max-height: 100dvh;max-width: 1600px;overflow: auto;padding: 0;width: calc(100% - 100px) !important;}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close {background: none;border: 1px solid #CE1027;height: 32px;right: 40px;top: 40px;transition: background 0.3s ease;width: 32px;}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:hover {background: #CE1027;}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:before,body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:after {background: #CE1027;content: '';height: 9px;left: 50%;position: absolute;top: 50%;transform: translate(-50%,-50%) rotate(45deg);transition: transform 0.3s ease, height 0.3s ease, background 0.3s ease;width: 1px;}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:after {transform: translate(-50%,-50%) rotate(-45deg);}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:hover:before {background: #fff;height: 12px;transform: translate(-50%,-50%) rotate(135deg);}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:hover:after {background: #fff;height: 12px;transform: translate(-50%,-50%) rotate(45deg);}.alumni-grid-item-overlay-content {display: flex;}.alumni-grid-item-overlay-content .image {flex: 1;min-width: 50%;width: 50%;}.alumni-grid-item-overlay-content .image img {aspect-ratio: 800 / 680;display: block;object-fit: cover;width: 100%;}.alumni-grid-item-overlay-content .content {color: var(--dark-blue-color);display: flex;flex-direction: column;flex: 1;font-size: 24px;justify-content: center;padding: 80px;}.alumni-grid-item-overlay-content .content h2 {color: #CE1027;font-family: var(--alt-font-family);font-size: 50px;font-weight: 500;line-height: 100%;margin-bottom: 20px;}.alumni-grid-item-overlay-content .content h3 {color: var(--dark-blue-color);font-size: 24px;font-weight: 700;}@media (max-width: 1024px) {.alumni-grid-item-overlay-content .content {font-size: 18px;padding: 60px;}.alumni-grid-item-overlay-content .content h2 {font-size: 40px;margin-bottom: 15px;}.alumni-grid-item-overlay-content .content h3 {font-size: 20px;}}@media (max-width: 768px) {body.alumni-grid-item-overlay-active .sosimple-overlay {width: calc(100% - 40px) !important;}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close {right: 10px;top: 10px;}body.alumni-grid-item-overlay-active .sosimple-overlay .sosimple-overlay-close:not(:hover) {background: #fff;}.alumni-grid-item-overlay-content {flex-direction: column;}.alumni-grid-item-overlay-content .image {width: 100%;}.alumni-grid-item-overlay-content .content {font-size: 16px;padding: 30px;}}@media (max-width: 600px) {.alumni-grid-item {width: 50%;}.alumni-grid-item-overlay-content .image img {aspect-ratio: 4.5 / 5;}}</pre></body></html>