/*!
Theme Name: Divi-Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --body-font: 'Inter', sans-serif;
    
    --upper-header-height: 54px;
    --header-height: 130px;
}

/**
 * Divi resets
 */
 .et_pb_slide_description {
    text-shadow: none !important;
}

/**
 * Common
 */
.et_pb_row.center-vertically {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.screen-reader-text,
.visually-hidden,
.sr-only,
.slick-sr-only {
    border: 0; 
    clip: rect(1px, 1px, 1px, 1px); 
    clip-path: inset(50%); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute !important; 
    width: 1px; 
    word-wrap: normal !important;
}

a#skip,
a#skip:hover,
a#skip:visited {
	display: inline-block;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: -1000px;
	transition: none;
}

a#skip:active,
a#skip:focus {
    left: 10px;
    z-index: 99999999;
}

a,
button {
    transition: 0.25s ease;
}

#page-container,
#upper-header,
#upper-header > div,
#header,
#header > div,
#header .logo,
#header .logo img {
    transition: 0.35s ease;
}

.entry-content a:not(.btn) {
    font-weight: 500;
    text-decoration: underline;
}

.entry-content a:not(.btn):focus {
    outline: dashed 2px #005097;
    text-decoration: none;
}

.entry-content a:not(.btn):hover {
    color: #991d1b;
}

/**
 * Layout
 */
.section > div {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

#page-container {
    padding-top: 184px;
    overflow: hidden;
}

#upper-header {
    background: #005097;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#upper-header > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: var(--upper-header-height);
}

#upper-header a {
    color: #fff;
    text-decoration: none;
}

#upper-header a:focus,
#upper-header a:hover {
    text-decoration: underline;
}

#upper-header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
}

#upper-header nav li + li:before {
    content: "|";
    margin: 0 10px;
}

#upper-header .search {
    display: flex;
    align-items: center;
    background: #004581;
}

#upper-header .search input {
    padding: 5px 10px;
    width: 100%;
    background: none;
    color: #fff;
    border: solid 1px #004581;
    border-radius: 50px;
    background: #005097;
    margin-right: 15px;
}

#upper-header .search input:focus {
    border-color: #fff;
}

#upper-header .search input::placeholder {
    color: #fff;
}

#upper-header .inner {
    display: flex;
    align-items: center;
    width: 0px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s ease;
}

#upper-header .search .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: solid 1px #004581;
    background: #004581;
}

#upper-header .search .toggle:hover {
    background: #991D1B;
    border-color: #991D1B;
}

#upper-header .search .toggle:focus {
    border-color: #fff;
}

#upper-header .search .submit {
    font-size: 12px;
    line-height: 16px;
    border: solid 1px #fff;
    padding: 5px 10px;
    border-radius: 50px;
    color: #004581;
    background: #fff;
    margin-right: 15px;
}

#upper-header .search .submit:focus,
#upper-header .search .submit:hover {
    background: #991D1B;
    border-color: #991D1B;
    color: #fff;
}

#upper-header .search.expanded .inner {
    width: 300px;
    visibility: visible;
}

#header {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}

#header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
}

#header a {
    text-decoration: none;
}

#header a:focus,
#header a:hover {
    text-decoration: underline;
}

#header nav > ul {
    display: flex;
    align-items: center;
}

#header nav > ul > li {
    margin-left: 40px;
    display: flex;
    position: relative;
}

#header nav > ul > li > a {
    color: #122643;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

#header nav > ul > li > a:focus,
#header nav > ul > li > a:hover {
    text-decoration: underline;
}

#header nav > ul > li > button {
    background: none;
    border: solid 1px transparent;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header nav > ul > li > button:focus {
    border-color: #122643;
}

#header nav > ul > li > button[aria-expanded="true"] + ul {
    visibility: visible;
    opacity: 1;
}

#header nav > ul > li.cta + li.cta {
    margin-left: 15px;
}

#header nav > ul > li.cta > a {
    border: solid 1px #122643;
    border-radius: 100px;
    padding: 14px 30px;
    min-width: 160px;
    text-align: center;
}

#header nav > ul > li.cta > a:focus,
#header nav > ul > li.cta > a:hover {
    background: #122643;
    color: #fff;
}

#header nav > ul > li.cta.contact > a {
    background: #991D1B;
    border-color: #991D1B;
    color: #fff;
}

#header nav > ul > li.cta.contact > a:focus,
#header nav > ul > li.cta.contact > a:hover {
    background: #122643;
    border-color: #122643;
}

#header nav > ul > li > ul {
    position: absolute;
    top: 40px;
    left: -20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 17px;    
}

#header nav > ul > li > ul > li + li {
    margin-top: 10px;
}

#header nav > ul > li > ul > li > a {
    color: #122643;
    font-weight: 400;
}

#header .logo {
    width: 275px;
}

#header .logo:focus {
    outline: solid 1px #991d1b;
}

#header .logo img {
    display: block;
    width: 100%;
}

#header .toggle-menu {
    display: none;
    padding: 8px 5px;
    margin-right: -5px;
    border: solid 1px transparent;
}

#header .toggle-menu:hover path {
    stroke: #991d1b;
}

#header .toggle-menu:focus {
    border-color: #991d1b;
}

#header .toggle-menu:focus path {
    stroke: #991d1b;
}

#header .toggle-menu svg {
    display: block;
}

body.scrolled {
    --header-height: 80px;
}

body.scrolled #page-container {
    padding-top: var(--header-height);
}

body.scrolled #upper-header {
    top: calc(var(--upper-header-height) * -1);
}

body.scrolled #header {
    top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body.scrolled #header .logo {
    width: 180px;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:focus,
#footer a:hover {
    text-decoration: underline;
}

#footer a:focus img,
#footer a:hover img {
    outline: solid 1px #fff;
}

#footer h2 {
    padding: 0;
    margin: 0 0 20px 0;
}

#footer .quick-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    columns: 3;
    column-gap: 20px;
}

#footer .quick-links li {
    margin: 0 0 30px 0;
}

#footer .lower-footer p {
    display: inline;
}

#footer .footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex
}

#footer .footer-links li {
    margin-right: 80px;
}

#footer .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

#footer .social-links a {
    display: block;
    border-bottom: solid 1px transparent;
    padding-bottom: 5px;
}

#main-content .social-links a:focus,
#main-content .social-links a:hover,
#footer .social-links a:focus,
#footer .social-links a:hover {
    border-color: #fff;
    opacity: 1;
}

#footer .social-links svg {
    display: block;
    height: 26px;
    width: auto;
}

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    padding: 20px 40px;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    font-size: 15px;
    line-height: 20px;
}

#mobile-menu a {
    text-decoration: none;
    color: #122643;
}

#mobile-menu a:focus,
#mobile-menu a:hover {
    text-decoration: underline;
}

#mobile-menu nav > ul > li + li {
    margin-top: 10px;
}

#mobile-menu nav > ul > li > ul {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 13px;
}

#mobile-menu nav > ul > li > ul > li + li {
    margin-top: 5px;
}

#mobile-menu nav + nav {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
}

#mobile-menu .search {
    position: relative;
    border: solid 1px #ccc;
    border-radius: 100px;
    margin-top: 40px;
}

#mobile-menu .search input {
    width: 100%;
    padding: 10px 80px 10px 40px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 20px;
}

#mobile-menu .search .icon {
    position: absolute;
    top: 10px;
    left: 16px;
    width: 16px;
}

#mobile-menu .submit {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
}

#mobile-menu .logo img {
    display: block;
    max-width: 180px;
    margin: 0 0 20px 0;
}

#mobile-menu .logo:focus {
    outline: solid 1px #991d1b;
}

#mobile-menu .close {
    position: absolute;
    top: 20px;
    right: 40px;
    padding: 5px;
    border: solid 1px transparent;
}

#mobile-menu .close:focus {
    border-color: #991d1b;
}

#mobile-menu .close:focus path,
#mobile-menu .close:hover path {
    stroke: #991d1b;
}

#mobile-menu .close svg {
    display: block;
}

/**
 * Miscellaneous
 */
button {
    transition: 0.25s ease;
}

button.plain {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}

button,
input {
    font-family: var(--body-font);
}

.btn {
    border: solid 1px #991D1B;
    border-radius: 100px;
    background: #991D1B;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    gap: 0 10px;
    cursor: pointer;
}

.btn:focus,
.btn:hover {
    background: #fff;
    color: #991D1B;
}

.btn.lrg {
    font-weight: 600;
    font-size: 18px;
    padding: 20px 40px;
}

.btn.solid-white {
    background: #fff;
    color: #005097;
    border-color: #fff;
}

.btn.solid-white:focus,
.btn.solid-white:hover {
    background: #005097;
    color: #fff;
}

.btn.solid-white:focus path,
.btn.solid-white:hover path,
.btn.solid-white:focus rect,
.btn.solid-white:hover rect {
    stroke: #fff;
}

.btn.solid-blue {
    background: #004581;
    border-color: #004581;
    color: #fff;
}

.btn.solid-blue:focus,
.btn.solid-blue:hover {
    background: #fff;
    color: #004581;
}

.btn path,
.btn rect {
    transition: 0.25s ease;
}

.hero-cta .et_pb_column {
    display: flex;
    align-items: center;
    gap: 20px 70px;
}

.hero-cta .btn {
    white-space: nowrap;
}

.et_pb_image.ripple img {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.et_pb_image.ripple .et_pb_image_wrap:before,
.et_pb_image.ripple .et_pb_image_wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    background: #C9D9F2;
    border-radius: 50%;
    z-index: -1;
    filter: blur(5px);
}

.et_pb_image.ripple .et_pb_image_wrap:before {
    animation: ripple 4s linear infinite;
}

.et_pb_image.ripple .et_pb_image_wrap:after {
    animation: ripple 4s linear 1s infinite;
}

.et_pb_image.dark-blue-ripple .et_pb_image_wrap:before,
.et_pb_image.dark-blue-ripple .et_pb_image_wrap:after {
    background: #6f7c95;
}

.stat-tiles {
    gap: 20px;
    justify-content: center;
}

.stat-tiles strong {
    display: block;
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
}

.stat-tiles .et_pb_column {
    display: flex;
    flex-direction: column;
}

.stat-tiles .et_pb_image {
    min-height: 70px;
}

body:not(.et-fb) .quote-slider-section > div:not(:first-child) {
    display: none;
}

.slick-dots {
    --color: #fff;

    margin: 60px 0 0 0;
    padding: 0 !important;
    list-style-type: none !important;
    display: flex;
    gap: 0 10px;
    justify-content: center;
}

.slick-dots li {
    list-style-type: none;
}

.slick-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px var(--color);
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline-offset: 2px;
}

.slick-dots button:focus,
.slick-dots button:hover {
    outline: solid 1px var(--color);
}

.slick-dots .slick-active button {
    background: var(--color);
}

.quote-slider .et_pb_row {
    display: flex !important;
}

.quote-slider .author {
    font-weight: 800;
    color: #991D1B;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

.quote-slider .title {
    font-size: 21px;
    margin: 0;
    padding: 0;  
    line-height: 1.4em; 
}

.story-slider .slick-track,
.story-slider .slick-track > div,
.story-slider .slick-track > div > div {
    display: flex;
    height: auto;
}

.story-slider .slick-track {
    gap: 14px;
}

.story-slider .slick-dots {
    --color: #122643;
}

.story-slide {
    padding: 0 30px 30px 30px;
    background: #122643;
    border-radius: 20px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    color: #fff;
}

.story-slide h3 {
    font-weight: 600;
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 27px;
    line-height: 1.2em;
    color: #fff;
}

.story-slide .photo {
    margin: 0 -30px 20px -30px;
}

.story-slide .photo img {
    display: block;
    aspect-ratio: 409 / 264;
    width: 100%;
    object-fit: cover;
}

.story-slide .more {
    margin-top: auto;
}

.page-intro:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    content: '';
    background: linear-gradient(to right,  rgba(18,38,67,1) 0%,rgba(18,38,67,0) 100%);
    z-index: 1;
}

ul.checkmarks {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}

ul.checkmarks li {
    background: url(images/icon-checkmark-circle.svg) no-repeat left 4px;
    padding-left: 34px;
}

ul.checkmarks li + li {
    margin-top: 10px;
}

ul.checkmarks strong {
    color: #005097;
    font-weight: 500;
}

.half-bleed-photo > .et_pb_row {
    display: flex;
}

.half-bleed-photo > .et_pb_row > .et_pb_column:first-child > .et_pb_image,
.half-bleed-photo > .et_pb_row > .et_pb_column:first-child > .et_pb_image > .et_pb_image_wrap {
    height: 100%;
}

.half-bleed-photo > .et_pb_row > .et_pb_column:first-child img {
    height: 100%;
    object-fit: cover;
}

@keyframes ripple {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

@keyframes large-ripple {
    0% { transform: scale(1); }
    50% { transform: scale(2); opacity: 0.5; }
    100% { transform: scale(3); opacity: 0; }
}

.scroll-tabs-container {
    position: relative;
}

.scroll-tabs-container .scroll-nav {
    position: absolute;
    top: 0;
    left: -19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.scroll-tabs-container .scroll-nav.hidden {
    visibility: hidden;
    opacity: 0;
}

.scroll-tabs-container .scroll-nav.forward {
    left: auto;
    right: -19px;
}

.scroll-tabs-container .scroll-nav.back svg {
    transform: rotate(180deg);
}

.scroll-tabs {
    margin: 0;
    padding: 0 0 10px 0 !important;
    list-style-type: none;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-tabs::-webkit-scrollbar {
    display: none;
}

.scroll-tabs li {
    list-style-type: none;
}

.scroll-tabs button {
    --color: #005097;

    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    background: var(--color);
    border: solid 1px var(--color);
    border-radius: 5px;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    line-height: 16px;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    position: relative;
}

.scroll-tabs button:focus,
.scroll-tabs button:hover {
    text-decoration: underline;
}

.scroll-tabs button[aria-selected="true"]:before {
    content: "";
    display: block;
    border: solid 10px transparent;
    border-top-color: var(--color);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
}

.scroll-tabs button.dark-blue {
    --color: #122643;
}

.scroll-tabs button.maroon {
    --color: #991D1B;
}

.btn-align-row > .et_pb_column {
    display: flex;
    flex-direction: column;
}

.btn-align-row .et_pb_module:last-child {
    margin-top: auto !important;
}

/**
 * Partners
 */
#partners-map {
    position: relative;
    border: solid 1px #ECECEC;
    border-radius: 20px;
    overflow: hidden;
}

#partners-map svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#partners-map img {
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
}

#partners-map path {
    transition: 0.25s ease;
}

#partners-map path.active,
#partners-map path.highlight {
    fill: #11B09A;
}

.accordion-toggle h3 {
    margin: 0;
    padding: 0;
}

.accordion-toggle button {
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.accordion-toggle button:focus,
.accordion-toggle button:hover {
    text-decoration: underline;
}

.accordion-toggle button[aria-expanded="true"] .icon {
    transform: rotate(-180deg);
}

.accordion-toggle + .et_pb_text {
    border-bottom: solid 1px #C6C6C6;
}

.accordion-toggle + .et_pb_text .et_pb_text_inner {
    padding: 0 0 20px 0;
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease;
}

.dialog.hidden {
    opacity: 0;
    visibility: hidden;
}

.dialog > div {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    max-width: 800px;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.dialog .close {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: solid 1px transparent;
    font-family: inherit;
    font-size: 30px;
    font-weight: inherit;
    line-height: normal;
    color: inherit;
    text-align: inherit;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog .close:focus,
.dialog .close:hover {
    border-color: #991d1b;
}

#partners-map-dialog > div {
    max-width: 600px;
}

#partners-map-dialog .content {
    max-height: calc(100vh - 80px);
    overflow: scroll;
}

/**
 * Calendars
 */
.calendar-toggle {
    display: inline-flex;
    padding: 4px;
    border-radius: 50px;
    background: #E8EEFC;
    margin-bottom: 30px;
    position: relative;
}

.calendar-toggle:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 120px;
    bottom: 4px;
    border-radius: 50px;
    background: #005097;
    transition: 0.25s ease-out;
}

.calendar-toggle button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: 35px;
    color: inherit;
    text-align: center;
    width: 120px;
    position: relative;
}

.calendar-toggle button:focus,
.calendar-toggle button:hover {
    text-decoration: underline;
}

.calendar-toggle.grid:before {
    left: 124px;
}

.calendar-toggle button.active {
    color: #fff;
}

#calendar {
    padding: 50px;
    background: #E8EEFC;
    border-radius: 15px;
}

#calendar .grid {
    display: none;
}

#calendar .cbResultSetData .description,
#calendar .cbResultSetData .datetime,
#calendar .cbResultSetData .location,
#calendar .cbResultSetCalendarField,
#calendar .cbResultSetCalendarHeaderCell,
#calendar .cbResultSetCalendarFieldInactiveDate {
    font-family: var(--body-font);
}

#calendar .cbResultSetCalendarHeader {
    background: none !important;
}

#calendar .cbResultSetCalendarHeaderCell {
    text-align: left;
    background: none !important;
    color: #122643 !important;
    font-weight: normal !important;
}

#calendar .cbResultSetCalendar td {
    border: solid 1px #EFEFEF !important;
    height: 170px;
}

#calendar table {
    border: none;
    margin: 0;
    background: none !important;
}

#calendar .cbResultSetCalendar tr:not(.cbResultSetCalendarHeader) td {
    background: #fff;
}

#calendar .cbResultSetCalendar tr:nth-child(2) td:first-child {
    border-top-left-radius: 15px;
}

#calendar .cbResultSetCalendar tr:nth-child(2) td:last-child {
    border-top-right-radius: 15px;
}

#calendar .cbResultSetCalendar tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

#calendar .cbResultSetCalendar tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

#calendar .cbResultSetNavigationMessages {
    display: flex;
    padding: 0;
    border: none;
    justify-content: flex-start;
}

#calendar .cbResultSetCalendarNavigationLinks:before {
    content: "";
    width: 11px;
    height: 22px;
    background: url('data:image/svg+xml,<svg width="14" height="25" viewBox="0 0 14 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 23.5L1.5 12.5L12.5 1.5" stroke="%23005097" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-size: 100%;
    display: block;
}

#calendar .cbResultSetCalendarNavigationLinks[data-cb-name="JumpToNext"]:before {
    transform: rotate(180deg);
    margin-left: 20px;
}

#calendar .cbResultSetCalendarNavigationLinks img {
    width: 0px !important;
    height: 0px !important;
}

#calendar .cbResultSetCalendarCaption {
    font-family: var(--body-font);
    color: #005097;
    font-weight: 700;
    font-size: 38px;
    order: -1;
    margin-right: 20px;
}

#calendar .cbResultSetData .description {
    font-weight: bold;
}

#calendar .cbResultSetData .description a {
    color: #122643;
    text-decoration: none;
}

#calendar .cbResultSetData .datetime,
#calendar .cbResultSetData .location {
    color: #666;
}

#calendar .cbResultSetData .description a:focus,
#calendar .cbResultSetData .description a:hover {
    text-decoration: underline;
}

#calendar .custom-card {
    box-shadow: none;
    border-radius: 5px;
    border: solid 1px #EFEFEF;
    overflow: hidden;
}

#calendar .cbResultSetCalendarField {
    text-align: left;
    color: #666;
}

#calendar .cbResultSetCalendarFieldInactiveDate {
    text-align: left;
}

.calendar [data-cb-name="JumpToFirst"],
.calendar [data-cb-name="JumpToLast"] {
    display: none;
}

/* Grid View */
.calendar .grid .custom-card-body .title {
    font-family: var(--body-font);
}

.calendar .grid .cbFormTextField,
.calendar .grid .cbFormSelect {
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 17px;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: normal;
    color: #666;
}

.calendar .grid .cbFormFieldCell {
    padding: 0;
}

.calendar .grid section[data-cb-name="cbTable"] {
    row-gap: 20px;
    column-gap: 20px;
    margin: 0 0 40px 0;
}

/*
.calendar .grid .cbFormFieldCell .cbFormCalendar {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/icon-calendar-alt.svg) no-repeat center center;
}
*/

.calendar .grid .custom-card {
    border-radius: 10px;
    overflow: hidden;
}

.calendar .grid .custom-card-icon {
    display: none;
}

.calendar .grid .custom-card-header .description {
    font-size: 14px;
    line-height: 1.2em;
}

.calendar .grid .custom-card-body .title {
    color: #020202;
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none;
    border-bottom: solid 1px #E4E4E4;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    min-height: 105px;
}

.calendar .grid .custom-card-body .title:focus,
.calendar .grid .custom-card-body .title:hover {
    color: #020202 !important;
    text-decoration: underline !important;
}

.calendar .grid .custom-card-body .datetime {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7em;
}

.calendar .grid .custom-card-body .datetime .lp {
    /* order: -1; */
    padding: 0 0 0 30px;
}

.calendar .grid .custom-card-body .datetime .date {
    background: url(images/icon-calendar-alt.svg) no-repeat left center;
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
}

.calendar .grid .custom-card-body .datetime .time {
    background: url(images/icon-clock.svg) no-repeat left center;
    padding: 0 0 0 30px;
}

.calendar .grid .custom-card-body .location {
    position: static;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: normal;
    background: url(images/icon-location-marker.svg) no-repeat left center;
    padding: 0 0 0 30px;    
    margin: 5px 0 0 0;
    color: #666;
}

.calendar #caspioform div[data-cb-name="data-row"] {
    padding: 0;
    background: none;
}

.calendar #caspioform div[data-cb-name="data-row"] > div > dl {
    padding: 0;
}

.calendar dd > .custom-card > .custom-card-body > .datetime {
    color: #122643;
}

.calendar [type="text"],
.calendar select {
    color: #122643 !important;
}

.calendar .month .cbResultSetCalendarFieldInactiveDate {
    color: #666;
}

#od-cal .search-form {
    margin: -7px -14px;
}

#od-cal .search-form [type="text"] {
    border: none;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

#od-cal .custom-card {
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    border-top: solid 14px #F64247;
    padding: 20px 16px;
    background: #fff;
}

#od-cal .custom-card,
#od-cal .custom-card-body .title,
#od-cal .custom-card-body .description,
#od-cal .custom-card-body .date,
#od-cal .custom-card-body .location {
    font-family: var(--body-font);
}

#od-cal .custom-card-icon {
    display: none;
}

#od-cal .custom-card-header {
    padding: 0;
    background: none !important;
    margin: 0 0 5px 0;
}

#od-cal .custom-card-header .description {
    font-size: 16px;
    line-height: 1.2em;
    color: #F64247;
    padding: 0;
    font-weight: normal;
}

#od-cal .custom-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
}

#od-cal .custom-card-body .title {
    order: 10;
}

#od-cal .custom-card-body .title a {
    font-size: 32px;
    line-height: 1.2em;
    color: #000;
    text-decoration: none;
}

#od-cal .custom-card-body .title a:focus,
#od-cal .custom-card-body .title a:hover {
    text-decoration: underline;
}

#od-cal .custom-card-body .description {
    margin: 20px 0 0 0;
    order: 40;
}

#od-cal .custom-card-body .date {
    order: 20;
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 0;
}

#od-cal .custom-card-body .location {
    order: 30;
    font-size: 14px;
    color: #666;
    font-style: italic;
    font-weight: normal;
}

button.et_pb_video_play {
    padding: 0;
}

@media screen and (max-width: 1280px) {
    
    .stat-tiles {
        flex-wrap: wrap;
    }

    .stat-tiles .et_pb_column {
        width: calc(33% - 20px) !important;
    }

}

@media screen and (max-width: 1200px) {
    
    #header nav > ul > li {
        margin-left: 20px;
    }

    #footer .footer-links li {
        margin-right: 40px;
    }

    #footer .social-links {
        justify-content: flex-start;
    }

    .hero-cta .et_pb_column {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1080px) {
    
    #header nav > ul > li.cta > a {
        padding: 14px 15px;
        min-width: 1px;
    }
    
}

@media screen and (max-width: 1024px) {

    .calendar .grid .custom-card-body .title {
        min-height: 1px;
    }

    .calendar .grid section[data-cb-name="cbTable"] {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 980px) {
    
    #page-container,
    .et_non_fixed_nav #page-container {
        padding-top: 134px;
    }
        
    #header nav {
        display: none;
    }

    #header .toggle-menu {
        display: block;
    }

    #header > div {
        height: 80px;
    }

    #header .logo {
        width: 180px;
    }

    body.show-mobile-menu {
        overflow: hidden;
    }

    body.show-mobile-menu #mobile-menu {
        opacity: 1;
        visibility: visible;
    }

    .stat-tiles .et_pb_column {
        width: calc(50% - 20px) !important;
    }

    .quote-slider .et_pb_row {
        flex-wrap: nowrap;
    }

    .quote-slider .et_pb_row > .et_pb_column:first-child {
        width: 30%;
        padding-right: 20px;
    }

    .quote-slider .et_pb_row > .et_pb_column:last-child {
        width: 70%;
    }

    .quote-slider .title {
        font-size: 15px;
    }

    .half-bleed-photo > .et_pb_row {
        display: block;
    }

    .half-bleed-photo > .et_pb_row > .et_pb_column {
        float: none;
    }

    .half-bleed-photo > .et_pb_row > .et_pb_column:last-child {
        width: 80%;
        margin: 0 auto !important;
    }

}

@media screen and (max-width: 767px) {

    #footer .footer-links {
        display: flex;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 15px;
        padding: 14px 30px;
    }

    .btn.lrg {
        font-size: 15px;
        padding: 14px 30px;
    }

    .btn.icon svg {
        width: 26px;
    }

    .stat-tiles .et_pb_column {
        width: 100% !important;
    }

    .quote-slider {
        max-width: 400px;
        margin: 0 auto;
    }

    .quote-slider .et_pb_row {
        flex-wrap: wrap;
    }

    .quote-slider .et_pb_row > .et_pb_column:first-child {
        width: 100%;
        padding-right: 0;
    }

    .quote-slider .et_pb_row > .et_pb_column:last-child {
        width: 100%;
    }

    .quote-slider .et_pb_image {
        max-width: 200px;
        margin: 0 auto;
    }

    .page-intro:before {
        width: 100%;
        background: #122643;
        opacity: 0.6;
    }

    .scroll-tabs-container .scroll-nav {
        display: none;
    }

    .scroll-tabs {
        flex-wrap: wrap;
    }

    .scroll-tabs button {
        white-space: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    #upper-header > div {
        padding-left: 0;
        padding-right: 0;
    }

    #upper-header .search input {
        margin-right: 5px;
    }

    #upper-header .search.expanded .inner {
        width: calc(100vw - 54px);
    }

    #footer .quick-links {
        columns: 2;
    }

    #footer .footer-links li {
        margin-right: 20px;
    }

}