:root {
    --base-desktop-padding-r: 17.375rem;
    --base-desktop-padding-l: 17.375rem
}

@media (min-width:1024px) {
     :root {
        --base-desktop-padding-r: 5rem
    }
}

@media (min-width:1200px) {
     :root {
        --base-desktop-padding-r: 10rem
    }
}

@media (min-width:1600px) {
     :root {
        --base-desktop-padding-r: 17.375rem
    }
}

@media (min-width:1024px) {
    .mobile {
        display: none
    }
}

.desktop {
    display: none
}

@media (min-width:1024px) {
    .desktop {
        display: block
    }
}

button {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    background: 0 0;
    position: relative;
    overflow: hidden
}

button::-moz-focus-inner {
    padding: 0;
    border: none
}

button:focus {
    outline: 0
}

button:-moz-focusring {
    outline: 1px dotted
}

a {
    text-decoration: none
}

a:focus {
    outline: 0
}

a:hover {
    text-decoration: none
}

::-ms-clear {
    display: none
}

::-moz-selection {
    background: #66edcc
}

::selection {
    background: #66edcc
}

* {
    outline-color: #53c0a5
}

.preload * {
    -webkit-transition: none!important;
    transition: none!important
}

strong {
    font-family: Campton-Bold;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 1
}

.body_text {
    font-family: Campton-Light;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400
}

@media (min-width:1024px) {
    .body_text {
        font-size: 1.125rem;
        line-height: 1.2
    }
}

@media (min-width:1024px) {
    .body_text p {
        margin-bottom: 1.5rem
    }
    .body_text p:last-child {
        margin-bottom: 0
    }
}

.body_text img {
    margin-bottom: 1.5rem;
    max-width: 100%
}

.body_text img.-align-left {
    margin-right: 1.5rem
}

.body_text img.-align-right {
    margin-left: 1.5rem
}

.body_text strong {
    font-weight: 400;
    font-family: Campton-Bold
}

.body_text h1,
.body_text h2,
.body_text h3,
.body_text h4,
.body_text h5,
.body_text h6 {
    margin-top: 1rem;
    display: inline-block;
    font-family: Campton-Bold;
    color: #16335a
}

.body_text h6 {
    font-size: .9rem
}

@media (min-width:1024px) {
    .body_text h6 {
        font-size: 1.1rem
    }
}

.body_text blockquote {
    font-family: Campton-Bold
}

.body_text blockquote cite {
    margin-top: .313rem;
    display: block;
    font-family: Campton-Light;
    color: #999;
    font-style: normal
}

.alert {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-family: Campton-Light;
    font-size: 1.1rem;
    position: fixed;
    z-index: 1300;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    padding: .3rem .5rem;
    border-radius: .3rem
}

.scroll_down_button {
    position: absolute;
    background: url(../images/scroll_down_icon_bold.svg) center center no-repeat;
    background-size: 100% 100%;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 120;
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .7));
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .7));
    width: 2rem;
    height: 2rem;
    right: auto;
    left: 1rem;
    bottom: 3.5rem
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }
    20% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem)
    }
    30% {
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }
    40% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem)
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }
    20% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem)
    }
    30% {
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }
    40% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem)
    }
}

@media (min-width:1024px) {
    .scroll_down_button {
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        left: auto;
        right: 4.125rem;
        bottom: 3.5rem
    }
}

.featured_image_widget_wrapper {
    margin-bottom: 2.25rem;
    position: relative
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 3rem
    }
}

@media (min-width:1600px) {
    .featured_image_widget_wrapper {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 3.625rem
    }
}

.featured_image_widget_wrapper .featured_image_widget_with_logo {
    margin-bottom: 12rem
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget_with_logo {
        margin-bottom: 0
    }
    .featured_image_widget_wrapper .featured_image_widget_with_logo:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(22, 51, 90, .5)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(22, 51, 90, .5) 0, rgba(255, 255, 255, 0))
    }
}

.featured_image_widget_wrapper .featured_image_widget_with_logo .featured_image_widget_icon {
    position: absolute;
    bottom: -10.375rem;
    left: 0;
    height: 8.5rem;
    width: 100%;
    background-position: left .75rem center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget_with_logo .featured_image_widget_icon {
        top: 3.125rem;
        left: 3.5rem;
        width: 100%;
        height: 11.125rem
    }
}

.featured_image_widget_wrapper .featured_image_widget {
    height: 22.063rem;
    background: no-repeat center center;
    background-size: cover;
    background-position-x: 15%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget {
        height: auto;
        padding-top: 48%;
        background-position-x: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.featured_image_widget_wrapper .featured_image_widget.featured_image_widget_with_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(22, 51, 90, .5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(22, 51, 90, .5));
    z-index: 0
}

.featured_image_widget_wrapper .featured_image_widget .scroll_down_button {
    bottom: 1.75rem
}

.featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content {
    display: block;
    color: #fff;
    width: 12.5rem;
    margin-right: 5%;
    margin-bottom: 9%;
    z-index: 1;
    position: relative
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content {
        width: 28.5rem;
        position: absolute;
        right: 4.375rem;
        top: 40%;
        margin-right: auto;
        margin-bottom: auto
    }
}

.featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content.featured_image_widget_content_quote:before {
    content: "";
    position: absolute;
    height: 1.875rem;
    width: 1.875rem;
    background: url(../images/quotes.svg) center center no-repeat;
    top: -2.188rem;
    margin-bottom: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content.featured_image_widget_content_quote:before {
        height: 1.875rem;
        width: 1.875rem;
        background-size: 1.875rem 1.875rem;
        top: -2.5rem;
        left: 0
    }
}

.featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content .featured_image_widget_content_text {
    line-height: 1.25;
    font-family: Campton-Bold;
    font-size: 1.125rem;
    margin-bottom: .8rem
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content .featured_image_widget_content_text {
        font-size: 1.75rem
    }
}

.featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content .featured_image_widget_content_name {
    line-height: 1.25;
    font-family: Campton-Light;
    font-size: .6875rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    position: relative;
    width: 80%
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content .featured_image_widget_content_name {
        font-size: .75rem;
        display: inline-block;
        width: auto
    }
}

.featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content .featured_image_widget_content_name:after {
    position: absolute;
    bottom: -.438rem;
    width: 100%;
    content: "";
    display: block;
    background-color: #fff;
    height: .188rem
}

@media (min-width:1024px) {
    .featured_image_widget_wrapper .featured_image_widget .featured_image_widget_content .featured_image_widget_content_name:after {
        bottom: -1.125rem;
        height: .375rem
    }
}

.secretary_general_image_wrapper {
    margin-bottom: 2.25rem;
    position: relative
}

@media (min-width:1024px) {
    .secretary_general_image_wrapper {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 3rem
    }
}

@media (min-width:1600px) {
    .secretary_general_image_wrapper {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 3.625rem
    }
}

.secretary_general_image_wrapper .secretary_general_image_widget {
    height: 22.063rem;
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:1024px) {
    .secretary_general_image_wrapper .secretary_general_image_widget {
        height: auto;
        padding-top: 48%;
        background-position-x: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.secretary_general_image_wrapper .secretary_general_image_widget.secretary_general_image_widget_with_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(22, 51, 90, .5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(22, 51, 90, .5));
    z-index: 0
}

.secretary_general_image_wrapper .secretary_general_image_widget .scroll_down_button {
    bottom: 1.75rem
}

.secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content {
    display: block;
    color: #fff;
    width: 12.5rem;
    margin-right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

@media (min-width:1024px) {
    .secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content {
        width: 28.5rem
    }
}

.secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_text {
    line-height: 1;
    font-family: Campton-Bold;
    font-size: 12px;
    color: #16335a;
    margin-bottom: .8rem;
    position: relative
}

@media (min-width:1024px) {
    .secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_text {
        line-height: 1.25;
        margin-bottom: 1.4rem;
        font-size: 1.375rem
    }
}

.secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_text:before {
    content: "";
    position: absolute;
    height: 1.875rem;
    width: 1.875rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.12 31.22"><g data-name="Layer 2"><path fill="none" stroke="%2316335a" stroke-miterlimit="10" d="M.5 14.71c.13.7.24 1.41.4 2.11 1.71 7.52 6.64 11.75 13.9 13.6l.57.12h.2l1.61-3.48a11.45 11.45 0 0 1-6.71-9.81h6.68V.5H.5zM40.62.5H24.06c-.07.12-.12.17-.12.21 0 4.68-.21 9.37.16 14 .58 7.54 4.84 12.45 11.86 15 .94.35 1.92.57 2.94.86l1.72-3.54v-.17a6.5 6.5 0 0 1-1-.37 11.05 11.05 0 0 1-5.52-7.69c-.1-.5-.12-1-.18-1.58h6.7z" data-name="6mFzpO"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    fill: #16335a;
    top: -2.188rem;
    margin-bottom: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width:1024px) {
    .secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_text:before {
        height: 1.875rem;
        width: 1.875rem;
        background-size: 1.875rem 1.875rem;
        top: -2.5rem;
        left: 0
    }
}

.secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_name {
    line-height: 1.5;
    font-family: Campton-Light;
    font-size: .6875rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    position: relative;
    width: 80%;
    color: #16335a;
    position: relative
}

@media (min-width:1024px) {
    .secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_name {
        font-size: .75rem;
        display: inline-block;
        width: auto
    }
}

.secretary_general_image_wrapper .secretary_general_image_widget .secretary_general_image_widget_content .secretary_general_image_widget_content_name p {
    display: inline-block;
    white-space: pre-wrap;
    padding-bottom: .65rem;
    border-bottom: .375rem solid #53c0a5
}

.what_we_achieved_widget {
    margin-bottom: 2.25rem
}

@media (min-width:1024px) {
    .what_we_achieved_widget {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 6rem
    }
}

.what_we_achieved_widget .what_we_achieved_widget_header {
    padding: 0 .75rem;
    margin-bottom: 1.5rem
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_header {
        padding: 0
    }
}

.what_we_achieved_widget .what_we_achieved_widget_header .what_we_achieved_widget_title {
    font-family: Campton-Bold;
    font-size: 1.125rem;
    color: #16335a
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_header .what_we_achieved_widget_title {
        font-size: 1.75rem;
        line-height: 1
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body {
    padding: 1.25rem 1.1875rem 1.25rem;
    background-color: #f7f7f7;
    min-height: 16.75rem;
    position: relative
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body {
        padding: 2.25rem 3.625rem 1.5rem;
        min-height: 19.625rem;
        height: auto;
        background-color: #e6e6e6
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .slick-track.align {
    margin-left: 0!important
}

.what_we_achieved_widget .what_we_achieved_widget_body.slick-initialized .what_we_achieved_widget_item {
    display: block
}

.what_we_achieved_widget .what_we_achieved_widget_body:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(247, 247, 247, 0)), to(#f7f7f7));
    background: linear-gradient(90deg, rgba(247, 247, 247, 0) 65%, #f7f7f7);
    z-index: 110;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    pointer-events: none;
    right: 0
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body:after {
        display: none
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .slick-slide {
    width: 14.0625rem;
    margin-right: 1.6875rem
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .slick-slide {
        margin-right: 0;
        width: auto
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .slick-slide:last-child {
    margin-right: 0
}

.what_we_achieved_widget .what_we_achieved_widget_body .slick-dots {
    display: none
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .slick-dots {
        position: absolute;
        top: -1.875rem;
        right: 0;
        width: 8.75rem;
        height: 1rem;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        list-style: none
    }
    .what_we_achieved_widget .what_we_achieved_widget_body .slick-dots li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 4.375rem;
        cursor: pointer
    }
    .what_we_achieved_widget .what_we_achieved_widget_body .slick-dots li a {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        background-color: #bfbfbf;
        height: 1px;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .what_we_achieved_widget .what_we_achieved_widget_body .slick-dots li.slick-active a {
        background-color: #53c0a5;
        height: 3px
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item {
    display: none;
    background-color: #e6e6e6;
    width: 14.0625rem;
    min-height: 12.875rem
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item {
        width: 66%;
        min-height: 16.875rem;
        height: auto
    }
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item:after {
        content: "";
        display: block;
        height: 3px;
        margin-top: 1rem;
        width: 4.25rem;
        background-color: #53c0a5
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content {
    padding: 2rem 1.75rem;
    overflow: hidden
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content {
        padding: 0;
        padding-right: 3.625rem
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content span {
    display: block
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_currency {
    font-size: .875rem;
    color: #16335a;
    font-family: Campton-Bold;
    text-transform: uppercase;
    height: 1.125rem;
    line-height: 1.125rem
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_currency {
        font-size: 1rem;
        height: 1.25rem;
        line-height: 1.25rem
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_number {
    font-size: 3.125rem;
    color: #16335a;
    font-family: Campton-Bold;
    height: 3.125rem;
    line-height: 3.125rem
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_number.big_number {
    font-size: 2.625rem;
    letter-spacing: -2px
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_number {
        font-size: 4.2rem;
        height: 4.2rem;
        line-height: 4.2rem;
        vertical-align: middle;
        margin-top: -.2rem;
        margin-bottom: -.8rem
    }
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_number.big_number {
        font-size: 3.57rem;
        letter-spacing: -2px
    }
}

@media (min-width:1920px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_number {
        font-size: 4.84rem;
        height: 4.84375rem;
        line-height: 4.84375rem
    }
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_number.big_number {
        font-size: 4.114rem;
        letter-spacing: -2px
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_unit {
    font-size: .875rem;
    color: #303030;
    font-family: Campton-Bold;
    height: 1.125rem;
    line-height: 1.125rem
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_unit {
        font-size: 1.125rem;
        height: 1.5rem;
        line-height: 1.5rem
    }
}

.what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_text {
    font-size: .875rem;
    color: #303030;
    font-family: Campton-Light;
    line-height: 1.1;
    margin-top: 0
}

@media (min-width:1024px) {
    .what_we_achieved_widget .what_we_achieved_widget_body .what_we_achieved_widget_item .what_we_achieved_widget_item_content .what_we_achieved_widget_item_text {
        margin-top: .5rem;
        font-size: 1.125rem;
        line-height: 1.2
    }
}

.strategic_partners_widget {
    margin-bottom: 2.25rem;
    background-color: #efefef;
    padding-top: 2rem;
    padding-bottom: .875rem
}

@media (min-width:1024px) {
    .strategic_partners_widget {
        padding: 2.5rem 0 .625rem 0;
        margin: 0 calc(var(--base-desktop-padding-r) - 2.5rem) 6rem calc(var(--base-desktop-padding-l) - 2.5rem)
    }
}

.strategic_partners_widget:last-child {
    margin-bottom: 0
}

.strategic_partners_widget .strategic_partners_widget_header {
    padding: 0 .75rem;
    margin-bottom: .5rem
}

@media (min-width:1024px) {
    .strategic_partners_widget .strategic_partners_widget_header {
        padding: 0 2.5rem;
        margin-bottom: 0
    }
}

.strategic_partners_widget .strategic_partners_widget_header .strategic_partners_widget_title {
    height: 1.75rem;
    line-height: 1.75rem;
    font-family: Campton-Bold;
    color: #16335a;
    margin: 0;
    padding: 0;
    font-size: 1.125rem
}

@media (min-width:1024px) {
    .strategic_partners_widget .strategic_partners_widget_header .strategic_partners_widget_title {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.75rem
    }
}

.strategic_partners_widget .strategic_partners_widget_body {
    padding: 0 .75rem
}

.strategic_partners_widget .strategic_partners_widget_body .strategic_partners_widget_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width:1024px) {
    .strategic_partners_widget .strategic_partners_widget_body .strategic_partners_widget_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 2.25rem
    }
}

.strategic_partners_widget .strategic_partners_widget_body .strategic_partners_widget_list .strategic_partners_widget_list_item {
    display: block;
    background-size: 75% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    padding-top: 50%
}

@media (min-width:1024px) {
    .strategic_partners_widget .strategic_partners_widget_body .strategic_partners_widget_list .strategic_partners_widget_list_item {
        width: 14%;
        background-size: contain;
        padding-top: 15%;
        margin: 0 3%
    }
}

.custom_content_widget {
    padding: 0 .75rem;
    margin-bottom: 2.25rem
}

.custom_content_widget:first-child {
    margin-top: 2.25rem
}

@media (min-width:1024px) {
    .custom_content_widget:first-child {
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .custom_content_widget {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 6rem
    }
}

.custom_content_widget .custom_content_widget_header h3 {
    color: #16335a;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    line-height: 1.1;
    margin-bottom: 1.1rem
}

@media (min-width:1024px) {
    .custom_content_widget .custom_content_widget_header h3 {
        font-size: 1.75rem;
        margin-bottom: 2.625rem;
        display: block;
        line-height: 1.2
    }
}

@media (min-width:1024px) {
    .custom_content_widget .custom_content_widget_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.custom_content_widget .custom_content_widget_body .custom_content_widget_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 .625rem 0
}

@media (min-width:1024px) {
    .custom_content_widget .custom_content_widget_body .custom_content_widget_image {
        width: 20%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-right: 1px solid #d5d5d6;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .custom_content_widget .custom_content_widget_body .custom_content_widget_image+.custom_content_widget_text {
        padding-left: 2.813rem
    }
}

.custom_content_widget .custom_content_widget_body .custom_content_widget_image img {
    max-height: 100%;
    max-width: 100%
}

.custom_content_widget .custom_content_widget_body .custom_content_widget_link {
    color: #53c0a5;
    font-family: Campton-Light;
    font-size: .75rem;
    letter-spacing: .1em;
    margin-top: 1rem;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 1.75rem;
    background: url(../images/arrow_right_green.svg) right .625rem center no-repeat;
    background-size: .5rem .625rem;
    cursor: pointer
}

.custom_content_with_two_headers_widget {
    padding: 0 .75rem;
    margin-bottom: 1.875rem
}

@media (min-width:1024px) {
    .custom_content_with_two_headers_widget {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 4.375rem;
        line-height: 1
    }
}

.custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_header {
    background-image: url(../images/arrow_up_gray.svg);
    background-repeat: no-repeat;
    background-position: bottom .75rem right;
    background-size: .625rem .5rem
}

@media (min-width:1024px) {
    .custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_header {
        background: 0 0
    }
}

.custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_header span {
    font-family: Campton-Light;
    font-size: .688rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #53c0a5;
    display: block;
    margin-bottom: .25rem
}

@media (min-width:1024px) {
    .custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_header span {
        font-size: .75rem;
        margin-bottom: 1rem
    }
}

.custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_header h2 {
    color: #16335a;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    line-height: 1.1;
    margin-bottom: 1.1rem
}

@media (min-width:1024px) {
    .custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_header h2 {
        font-size: 1.75rem;
        margin-bottom: 2.625rem;
        display: block;
        line-height: 1.2
    }
}

.custom_content_with_two_headers_widget .custom_content_with_two_headers_widget_body {
    overflow: hidden;
    max-height: 31.25rem;
    -webkit-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out
}

.custom_content_with_two_headers_widget.collapsed .custom_content_with_two_headers_widget_header {
    background-image: url(../images/arrow_down_green.svg);
    background-size: .625rem .5rem
}

@media (min-width:1024px) {
    .custom_content_with_two_headers_widget.collapsed .custom_content_with_two_headers_widget_header {
        background: 0 0
    }
}

.custom_content_with_two_headers_widget.collapsed .custom_content_with_two_headers_widget_body {
    max-height: 0
}

@media (min-width:1024px) {
    .custom_content_with_two_headers_widget.collapsed .custom_content_with_two_headers_widget_body {
        max-height: none
    }
}

.previous_next_page_navigation_widget {
    padding: 0 .75rem;
    margin-bottom: 2.25rem
}

@media (min-width:1024px) {
    .previous_next_page_navigation_widget {
        padding: 0 calc(var(--base-desktop-padding-r) - 2.5rem) 0 calc(var(--base-desktop-padding-l) - 2.5rem);
        margin-bottom: 6rem
    }
}

.previous_next_page_navigation_widget:last-child {
    margin-bottom: 0
}

.previous_next_page_navigation_widget a {
    color: #53c0a5;
    font-size: .6875rem;
    font-family: Campton-Light;
    display: block;
    background-repeat: no-repeat;
    background-size: .625rem .625rem;
    width: 50%;
    text-transform: uppercase;
    line-height: 1.3
}

@media (min-width:1024px) {
    .previous_next_page_navigation_widget a {
        font-size: .75rem;
        width: 12.5rem
    }
    .previous_next_page_navigation_widget a:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%)
    }
}

.previous_next_page_navigation_widget .previous_next_page_navigation_widget_previous_link {
    padding-left: 1.5rem;
    background-image: url(../images/arrow_left_green.svg);
    background-position: top .2rem left;
    float: left;
    text-align: left
}

@media (min-width:1024px) {
    .previous_next_page_navigation_widget .previous_next_page_navigation_widget_previous_link {
        padding-left: 1.625rem
    }
}

.previous_next_page_navigation_widget .previous_next_page_navigation_widget_next_link {
    padding-right: 1.5rem;
    background-image: url(../images/arrow_right_green.svg);
    background-position: top .2rem right;
    float: right;
    text-align: right
}

@media (min-width:1024px) {
    .previous_next_page_navigation_widget .previous_next_page_navigation_widget_next_link {
        padding-right: 1.625rem
    }
}

body,
html {
    height: 100%;
    text-align: left;
    font-size: 16px;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1024px) {
    body,
    html {
        font-size: 13px;
        max-width: 1920px;
        margin: 0 auto
    }
}

@media (min-width:1600px) {
    body,
    html {
        font-size: 16px
    }
}

body {
    font-family: sans-serif;
    color: #303030;
    width: 100%;
    background-color: #fff
}

body.modal-open {
    overflow: scroll;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    max-width: 100%
}

@media (min-width:1024px) {
    body.modal-open {
        overflow: inherit;
        position: inherit;
        -webkit-overflow-scrolling: inherit
    }
}

.search_overlay {
    position: fixed;
    z-index: 1200;
    background-color: #ededed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.search_overlay .search_overlay_content {
    width: 68%;
    margin: 25vh auto 0
}

.search_overlay .search_overlay_content .search_overlay_content_title {
    color: #53c0a5;
    font-family: Campton-Bold;
    font-size: .875rem;
    height: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 4.625rem
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper {
    height: 2.375rem;
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    margin-bottom: 8rem
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_input {
    height: 2.375rem;
    width: 100%;
    border: none;
    padding-left: .1875rem;
    padding-right: 2rem;
    background-color: transparent;
    color: #303030;
    font-size: .875rem;
    font-family: Campton-Light
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_input::-webkit-input-placeholder {
    color: #999
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_input::-moz-placeholder {
    color: #999
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_input:-ms-input-placeholder {
    color: #999
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_input::-ms-input-placeholder {
    color: #999
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_input::placeholder {
    color: #999
}

.search_overlay .search_overlay_content .search_overlay_content_input_wrapper .search_overlay_content_search_button {
    content: "";
    background: url(../images/search_icon.svg) no-repeat right .1875rem center;
    height: 2.375rem;
    width: 2rem;
    position: absolute;
    right: 0;
    top: 0
}

.search_overlay .search_overlay_content .search_overlay_content_cancel_button {
    height: 2.25rem;
    width: 6.375rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-family: Campton-Light;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 2.25rem;
    color: #53c0a5
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media (min-width:1024px) {
    .wrapper {
        height: 100%;
        margin: 0 auto
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .wrapper {
        height: auto
    }
}

.inner_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

header {
    background-color: #fff;
    padding: .313rem .75rem;
    height: 3.438rem;
    z-index: 1000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0rem .125rem .125rem 0rem rgba(0, 0, 0, .1);
    box-shadow: 0rem .125rem .125rem 0rem rgba(0, 0, 0, .1);
    direction: ltr
}

@media (min-width:1024px) {
    header {
        height: 6.063rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1.25rem 1.75rem 1.25rem 2.5rem;
        max-width: 1920px
    }
}

header .header_logo {
    text-align: left
}

header .header_logo:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

header .header_logo img {
    height: 100%;
    max-width: 90%;
    max-height: 100%
}

@media (min-width:1024px) {
    header .header_logo img {
        max-width: 100%
    }
}

header .header_controls {
    display: none
}

@media (min-width:1024px) {
    header .header_controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 1.2505rem;
        height: 2rem
    }
}

header .header_controls .header_controls_search {
    margin-right: 1.55rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

header .header_controls .header_controls_search .header_controls_search_input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Campton-Light;
    text-align: right;
    margin: 0;
    padding: 0 1.876rem;
    height: 2rem;
    text-overflow: ellipsis;
    line-height: 2rem;
    color: #303030;
    font-size: .9375rem;
    border-radius: .9375rem;
    border: 2px solid transparent;
    width: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

header .header_controls .header_controls_search .header_controls_search_input:valid {
    width: 100%
}

header .header_controls .header_controls_search .header_controls_search_input:focus {
    width: 100%;
    border: 2px solid #53c0a5;
    outline: 0
}

header .header_controls .header_controls_search .header_controls_search_button {
    position: absolute;
    right: .313rem;
    top: 0;
    height: 2rem;
    margin-left: .313rem;
    width: 1.375rem;
    background: url(../images/header_search_button.svg) center center no-repeat;
    background-size: 1.2rem 1.2rem
}

header .header_controls .header_controls_language_toggle {
    color: #303030;
    font-family: TheSansArabic-Plain;
    font-size: .938rem
}

header .header_navigation_toggle {
    width: 1.688rem;
    height: 1.688rem;
    margin-top: .563rem;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    cursor: pointer
}

@media (min-width:1024px) {
    header .header_navigation_toggle {
        display: none
    }
}

header .header_navigation_toggle span {
    display: block;
    position: absolute;
    height: .125rem;
    width: 1.563rem;
    margin: 0 1px;
    background: #303030;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

header .header_navigation_toggle span:nth-child(1) {
    top: .375rem
}

header .header_navigation_toggle span:nth-child(2) {
    top: .75rem
}

header .header_navigation_toggle span:nth-child(3) {
    top: .75rem
}

header .header_navigation_toggle span:nth-child(4) {
    top: 1.125rem
}

header .header_navigation_toggle.open span:nth-child(1) {
    top: .875rem;
    width: 0%;
    left: 50%
}

header .header_navigation_toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .header_navigation_toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .header_navigation_toggle.open span:nth-child(4) {
    top: .875rem;
    width: 0%;
    left: 50%
}

.middle {
    padding-top: 3.438rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 2.5rem
}

@media (min-width:1024px) {
    .middle {
        padding-top: 6.063rem;
        margin-bottom: 3.125rem
    }
}

.middle .main_navigation {
    direction: ltr;
    position: fixed;
    z-index: 1100;
    top: 3.438rem;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: visibility .2s ease-in, opacity .2s ease-in;
    transition: visibility .2s ease-in, opacity .2s ease-in;
    text-align: left
}

@media (min-width:1024px) {
    .middle .main_navigation {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        width: 14.75rem;
        height: 100%;
        -webkit-transition: none;
        transition: none;
        bottom: 0;
        pointer-events: none
    }
}

.middle .main_navigation.open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1
}

.middle .main_navigation.open .main_navigation_content {
    left: 0
}

.middle .main_navigation .main_navigation_background {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1050;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(153, 153, 153, .8)
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_background {
        display: none
    }
}

.middle .main_navigation .main_navigation_content {
    position: absolute;
    width: 18.125rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #ededed;
    border-top: 1px solid #dcdcdc;
    left: -100%;
    -webkit-transition: left .3s ease-in;
    transition: left .3s ease-in;
    z-index: 1110
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content {
        width: 100%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
        border-top: none;
        -webkit-transition: none;
        transition: none
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_toggle_button_wrapper {
    position: absolute
}

.middle .main_navigation .main_navigation_content .main_navigation_toggle_button_wrapper .main_navigation_toggle_button {
    display: none
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_toggle_button_wrapper .main_navigation_toggle_button {
        display: block;
        position: absolute;
        left: -2.25rem;
        pointer-events: all;
        height: 2.25rem;
        width: 2.25rem;
        background-color: #53c0a5;
        background-image: url(../images/desktop_menu_toggle.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80% 80%;
        cursor: pointer;
        -webkit-transition: left .2s ease-out 0s;
        transition: left .2s ease-out 0s
    }
    .middle .main_navigation .main_navigation_content .main_navigation_toggle_button_wrapper .main_navigation_toggle_button.visible {
        left: 0;
        -webkit-transition: left .2s ease-out .5s;
        transition: left .2s ease-out .5s
    }
    .middle .main_navigation .main_navigation_content .main_navigation_toggle_button_wrapper .main_navigation_toggle_button:hover {
        -webkit-filter: brightness(105%);
        filter: brightness(105%)
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_controls {
    height: 3.5rem;
    padding: 0 .75rem 0 0;
    background-color: #fff
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_controls {
        display: none
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_controls .main_navigation_controls_content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.middle .main_navigation .main_navigation_content .main_navigation_controls .main_navigation_controls_content .main_navigation_controls_content_search_button {
    font-family: Campton-Light;
    text-align: left;
    padding-right: 2.025rem;
    padding-left: .875rem;
    width: 5.625rem;
    background-image: url(../images/search_icon.svg);
    background-position: center right .875rem;
    font-size: .6875rem;
    background-size: 1.15rem 1.15rem;
    background-repeat: no-repeat
}

.middle .main_navigation .main_navigation_content .main_navigation_controls .main_navigation_controls_content .main_navigation_controls_content_language_switch_button {
    font-family: TheSansArabic-Plain
}

.middle .main_navigation .main_navigation_content .main_navigation_links {
    pointer-events: all;
    border-top: 1px solid #53c0a5;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    direction: ltr;
    text-align: left;
    position: relative
}

.middle .main_navigation .main_navigation_content .main_navigation_links .main_navigation_links_hide_menu_button {
    display: none
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links .main_navigation_links_hide_menu_button {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 2.25rem;
        width: 2.25rem;
        background-color: #f3f3f3;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233a3a3a' d='M6.5 7.7L1.5 4l5-3.7z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: .5rem .5rem;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    .middle .main_navigation .main_navigation_content .main_navigation_links .main_navigation_links_hide_menu_button:hover {
        -webkit-filter: brightness(95%);
        filter: brightness(95%)
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links a {
    position: relative
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links a:hover {
        color: #53c0a5
    }
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links {
        overflow-y: auto;
        background-color: #fff;
        border-top: none;
        padding: 2.875rem 1.875rem 1.875rem 2.625rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-bottom: 6.063rem;
        right: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .middle .main_navigation .main_navigation_content .main_navigation_links.visible {
        right: 0;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        opacity: 1
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li {
    display: block;
    border-bottom: 1px solid #dcdcdc
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li {
        border-bottom: none
    }
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li>a {
        background: 0 0;
        position: relative;
        white-space: nowrap
    }
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li>a:before {
        content: " ";
        position: absolute;
        left: -2.625rem;
        top: 1rem;
        width: 1.25rem;
        height: .313rem;
        background-color: #53c0a5;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.parent>a:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.9 14'%3E%3Cpath d='M17.9 0H0l8.9 14 9-14z' fill='%23bfbfbf'/%3E%3C/svg%3E");
    width: .625rem;
    height: .625rem;
    top: calc(50% - .3125rem);
    right: .875rem;
    background-size: .625rem .5rem;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .45s ease;
    transition: -webkit-transform .45s ease;
    transition: transform .45s ease;
    transition: transform .45s ease, -webkit-transform .45s ease;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.parent>a {
        display: inline-block
    }
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.parent>a:after {
        right: -.9rem;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: .5rem;
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.2 31.38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23303030;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Edownload%3C/title%3E%3Cpath class='cls-1' d='M52.11,0h-49A3.09,3.09,0,0,0,.88,5.24l24.51,25.2a3.08,3.08,0,0,0,4.36.06l.06-.06L54.32,5.24A3.09,3.09,0,0,0,52.11,0Z' transform='translate(0)'/%3E%3C/svg%3E");
        background-size: contain
    }
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.parent>a:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.2 31.38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2353c0a5;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Edownload%3C/title%3E%3Cpath class='cls-1' d='M52.11,0h-49A3.09,3.09,0,0,0,.88,5.24l24.51,25.2a3.08,3.08,0,0,0,4.36.06l.06-.06L54.32,5.24A3.09,3.09,0,0,0,52.11,0Z' transform='translate(0)'/%3E%3C/svg%3E")
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.active.parent>a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.9 14'%3E%3Cpath fill='%2355c0a6' d='M17.9 0H0l8.9 14z'/%3E%3C/svg%3E")
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.active.parent>a:after {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.2 31.38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2353c0a5;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Edownload%3C/title%3E%3Cpath class='cls-1' d='M52.11,0h-49A3.09,3.09,0,0,0,.88,5.24l24.51,25.2a3.08,3.08,0,0,0,4.36.06l.06-.06L54.32,5.24A3.09,3.09,0,0,0,52.11,0Z' transform='translate(0)'/%3E%3C/svg%3E")
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.active>a {
    color: #53c0a5;
    font-family: Campton-Bold
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.active>a:before {
        opacity: 1
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.open ul {
    display: block;
    max-height: 18.75rem;
    -webkit-transition: max-height .45s ease;
    transition: max-height .45s ease
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.open ul {
        margin: .313rem 0
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.open.parent>a:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.open.parent>a:after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li.open.parent>a {
        display: inline-block
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li a {
    display: block;
    font-family: Campton-Light;
    font-size: .875rem;
    padding: 0 .75rem;
    color: #303030;
    line-height: 3.438rem
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li a {
        font-family: Campton-Bold;
        font-size: .938rem;
        line-height: 2.125rem;
        padding: 0;
        border: none
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul {
    max-height: 0;
    -webkit-transition: max-height .45s ease;
    transition: max-height .45s ease;
    overflow: hidden;
    background-color: #fff
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul {
        background-color: transparent
    }
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul li {
        padding-left: 1.563rem
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul li a {
    color: #737373
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul li a {
        font-size: .75rem;
        line-height: .938rem;
        margin-bottom: .813rem
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul li.active a {
    color: #303030;
    font-family: Campton-Bold
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_links>ul>li ul li.active a {
        color: #53c0a5
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links {
    margin-top: auto;
    border-top: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 0
}

@media (min-width:1024px) {
    .middle .main_navigation .main_navigation_content .main_navigation_social_media_links {
        display: none
    }
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links a {
    width: 25%;
    height: 1.563rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links .main_navigation_social_media_links_facebook {
    background-image: url(../images/footer_facebook.svg)
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links .main_navigation_social_media_links_instagram {
    background-image: url(../images/footer_instagram.svg)
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links .main_navigation_social_media_links_linkedin {
    background-image: url(../images/footer_linkedin.svg)
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links .main_navigation_social_media_links_youtube {
    background-image: url(../images/footer_youtube.svg)
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links .main_navigation_social_media_links_x {
    background-image: url(../images/footer_x.svg)
}

.middle .main_navigation .main_navigation_content .main_navigation_social_media_links .main_navigation_social_media_links_tiktok {
    background-image: url(../images/footer_tiktok.svg)
}

.middle main {
    position: relative
}

.middle main .content_featured_image {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem
}

@media (min-width:1024px) {
    .middle main .content_featured_image {
        margin-bottom: 3.125rem
    }
}

.middle main .content_page_title {
    font-family: Campton-Bold;
    color: #16335a;
    margin-bottom: .625rem
}

@media (min-width:1024px) {
    .middle main .content_page_title {
        font-size: 1.75rem;
        margin-bottom: 1.25rem
    }
}

.middle main .content_text {
    padding: .75rem
}

footer {
    padding: 1.625rem .75rem .75rem .75rem;
    background-color: #ededed;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 900
}

footer a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

@media (min-width:1200px) {
    footer {
        margin-top: auto;
        background-color: #efefef;
        height: 16.188rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.5rem
}

@media (min-width:1200px) {
    footer .footer_navigation {
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1600px) {
    footer .footer_navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer_navigation a {
    display: block;
    height: 2.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-size: .75rem;
    font-family: Campton-Light;
    color: #53c0a5
}

@media (min-width:1200px) {
    footer .footer_navigation a {
        margin-bottom: .625rem;
        height: auto;
        line-height: unset;
        white-space: nowrap
    }
    footer .footer_navigation a:last-child {
        margin-bottom: 0
    }
}

@media (min-width:1600px) {
    footer .footer_navigation a {
        margin-right: 1.875rem;
        margin-bottom: 0
    }
    footer .footer_navigation a:last-child {
        margin-right: 0
    }
}

footer .footer_social_media_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.563rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 2.75rem
}

@media (min-width:768px) {
    footer .footer_social_media_links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    footer .footer_social_media_links {
        margin-bottom: 0
    }
}

footer .footer_social_media_links a {
    width: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin: 0
}

@media (min-width:768px) {
    footer .footer_social_media_links a {
        margin: 0 .938rem
    }
}

footer .footer_social_media_links .footer_social_media_links_facebook {
    background-image: url(../images/footer_facebook.svg)
}

footer .footer_social_media_links .footer_social_media_links_instagram {
    background-image: url(../images/footer_instagram.svg)
}

footer .footer_social_media_links .footer_social_media_links_linkedin {
    background-image: url(../images/footer_linkedin.svg)
}

footer .footer_social_media_links .footer_social_media_links_youtube {
    background-image: url(../images/footer_youtube.svg)
}

footer .footer_social_media_links .footer_social_media_links_x {
    background-image: url(../images/footer_x.svg)
}

footer .footer_social_media_links .footer_social_media_links_tiktok {
    background-image: url(../images/footer_tiktok.svg)
}

footer .footer_legal {
    text-align: center;
    color: #303030;
    margin-bottom: 1.625rem;
    font-size: .875rem;
    font-family: Campton-Light
}

@media (min-width:1200px) {
    footer .footer_legal {
        font-size: .938rem;
        margin-bottom: 0;
        white-space: nowrap
    }
}

main .homepage_slider {
    position: fixed;
    height: calc(100vh - 3.438rem - 6.375rem);
    height: calc(var(--vh, 1vh) * 100 - 3.438rem - 6.375rem);
    background-color: #fff;
    z-index: 0;
    top: 3.438rem;
    width: 100%;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    direction: ltr
}

main .homepage_slider+div {
    margin-top: calc(100vh - 3.438rem - 6.375rem);
    margin-top: calc(var(--vh, 1vh) * 100 - 3.438rem - 6.375rem)
}

@media (min-width:1024px) {
    main .homepage_slider+div {
        margin-top: 0;
        height: calc(100vh - 6.063rem - 6.063rem);
        max-height: 1080px
    }
}

@media (min-width:1024px) {
    main .homepage_slider {
        max-width: 1920px;
        max-height: 1080px;
        height: calc(100vh - 6.063rem - 6.063rem);
        top: 6.063rem
    }
}

main .homepage_slider .swiper-container {
    width: 100%;
    height: 100%;
    opacity: 0
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container {
        position: relative
    }
}

main .homepage_slider .swiper-container .scroll_down_button {
    bottom: 1.75rem
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .scroll_down_button {
        bottom: 7.5rem;
        right: 5.875rem;
        left: auto
    }
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide-active .homepage_slider_content,
main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide-duplicate-active .homepage_slider_content {
    opacity: 1!important;
    right: 1.125rem!important;
    -webkit-transition: opacity 1s ease-in-out, right .8s ease-in-out;
    transition: opacity 1s ease-in-out, right .8s ease-in-out
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide-active .homepage_slider_content,
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide-duplicate-active .homepage_slider_content {
        right: auto!important;
        margin-right: 5.875rem!important;
        -webkit-transition: opacity 1s ease-in-out, margin-right .8s ease-in-out;
        transition: opacity 1s ease-in-out, margin-right .8s ease-in-out
    }
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide {
    background-position-y: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position-y: center
    }
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide.slide-with-text:before {
    content: "";
    background-image: radial-gradient(circle at bottom left, #231f20, rgba(0, 0, 0, 0));
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide.slide-with-text:before {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(58%, rgba(255, 255, 255, 0)), to(#231f20));
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 58%, #231f20 100%)
    }
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content {
    opacity: 0;
    bottom: 5.1rem;
    -webkit-transition: opacity 1s ease-in-out, right .8s ease-in-out;
    transition: opacity 1s ease-in-out, right .8s ease-in-out;
    width: 80%;
    position: absolute;
    right: 0rem;
    z-index: 20;
    padding: 0 .25rem
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content.link_only {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content.quote:before {
    content: "";
    width: .6565rem;
    height: .5rem;
    position: absolute;
    top: 0;
    left: .375rem;
    background-image: url(../images/quotes_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .6565rem .5rem
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content.quote:before {
        height: 2rem;
        width: 2.625rem;
        background-size: 2.625rem 2rem
    }
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content {
        width: 25rem;
        position: relative;
        -webkit-transition: opacity 1s ease-in-out, margin-right .8s ease-in-out;
        transition: opacity 1s ease-in-out, margin-right .8s ease-in-out;
        margin-right: .625rem;
        right: auto;
        bottom: auto
    }
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content .homepage_slider_content_text {
    margin-top: .7rem;
    font-family: Campton-Bold;
    color: #fff;
    font-size: .75rem;
    display: inline-block;
    padding: 0 3%
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content .homepage_slider_content_text {
        margin-top: 3.375rem;
        font-size: 1.75rem;
        line-height: 2rem;
        display: inline-block;
        padding: 0;
        margin-bottom: 2.5rem
    }
}

main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content .homepage_slider_content_name {
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: .375rem;
    padding: 0 3%;
    font-family: Campton-Light;
    font-size: .45rem
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-wrapper .swiper-slide .homepage_slider_content .homepage_slider_content_name {
        border-bottom: .375rem solid #fff;
        padding-bottom: 1.063rem;
        width: 100%;
        display: inline;
        font-size: .75rem
    }
}

main .homepage_slider .swiper-container .swiper-pagination {
    bottom: 1.188rem;
    right: .875rem;
    height: .938rem;
    width: auto!important;
    left: auto!important
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-pagination {
        bottom: 2.125rem;
        right: 5.875rem;
        height: 2.5rem
    }
}

main .homepage_slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 1.407rem;
    opacity: 1!important;
    width: 1.96rem;
    position: relative;
    border-radius: 0;
    background: 0 0!important;
    margin: 0!important;
    margin-left: .375rem!important
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
        height: 2.5rem;
        width: 3.188rem;
        margin-left: .688rem!important
    }
}

main .homepage_slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #53c0a5
}

main .homepage_slider .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
    outline: 0
}

main .homepage_slider .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 1.96rem;
    top: .375rem;
    height: .188rem;
    display: block;
    background-color: #fff
}

@media (min-width:1024px) {
    main .homepage_slider .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
        width: 3.188rem;
        top: 1.375rem;
        height: .375rem
    }
}

main .homepage_pillars_widget {
    z-index: 100;
    position: relative;
    background-color: #fff
}

@media (min-width:1024px) {
    main .homepage_pillars_widget {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l)
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list {
    height: 6.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list {
        padding: 0;
        height: 6.063rem
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item {
    width: 20%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1);
    transition: all .3s cubic-bezier(.39, .575, .565, 1);
    border-bottom: .3125rem solid
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item:not(.active) {
    border-color: transparent!important
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item {
        position: relative;
        border-top: .5rem solid;
        border-bottom: none
    }
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item:not(.active) {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .7
    }
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item.active {
        border-bottom: none;
        height: 6.063rem
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item.active .homepage_pillars_widget_pillar_list_item_logo .homepage_pillars_widget_pillar_list_item_logo_inner_mobile {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item.active .homepage_pillars_widget_pillar_list_item_text {
    font-family: Campton-Bold;
    font-size: .5rem;
    color: #303030
}

@media (min-width:375px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item.active .homepage_pillars_widget_pillar_list_item_text {
        font-size: .6rem
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_logo {
    height: 2.9375rem
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_logo {
        height: 6.063rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_logo .homepage_pillars_widget_pillar_list_item_logo_inner_mobile {
    height: 80%;
    width: 80%;
    margin: 10%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_logo .homepage_pillars_widget_pillar_list_item_logo_inner_mobile {
        display: none
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_logo .homepage_pillars_widget_pillar_list_item_logo_inner_desktop {
    display: none
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_logo .homepage_pillars_widget_pillar_list_item_logo_inner_desktop {
        display: block;
        height: 6.063rem;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 85% auto
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_text {
    font-size: .4rem;
    font-family: Campton-Light;
    text-align: center;
    display: block;
    line-height: .9rem;
    height: 3.125rem;
    color: #999;
    letter-spacing: -.5px;
    padding: 0 5%
}

@media (min-width:375px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_text {
        font-size: .5rem
    }
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_pillar_list .homepage_pillars_widget_pillar_list_item .homepage_pillars_widget_pillar_list_item_text {
        display: none
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper {
    min-height: 100px;
    -webkit-transition: height .7s cubic-bezier(.445, .05, .55, .95);
    transition: height .7s cubic-bezier(.445, .05, .55, .95);
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    padding-top: 1.375rem;
    padding-bottom: 2.75rem
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper {
        border-top: 1px solid #dedede;
        padding: 3rem 0 5rem
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper .homepage_pillars_widget_entity_list {
    position: absolute;
    top: 1.375rem;
    width: calc(100% - 2.125rem);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: visibility 0s .1s, opacity .1s ease-in-out;
    transition: visibility 0s .1s, opacity .1s ease-in-out;
    padding: 0 1.0625rem
}

main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper .homepage_pillars_widget_entity_list.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity .3s ease-in-out;
    transition: visibility 0s, opacity .3s ease-in-out
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper .homepage_pillars_widget_entity_list {
        top: 3rem;
        width: 100%;
        padding: 0
    }
}

main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper .homepage_pillars_widget_entity_list .homepage_pillars_widget_entity_list_item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-origin: content-box;
    height: 5.125rem;
    -ms-flex-preferred-size: calc(50% - 2.875rem);
    flex-basis: calc(50% - 2.875rem);
    display: block;
    padding: .5625rem 1.4375rem
}

@media (min-width:1024px) {
    main .homepage_pillars_widget .homepage_pillars_widget_entity_list_wrapper .homepage_pillars_widget_entity_list .homepage_pillars_widget_entity_list_item {
        height: 8.375rem;
        -ms-flex-preferred-size: 16.66666666666667%;
        flex-basis: 16.66666666666667%;
        background-size: 64% auto;
        padding: 0
    }
}

main .homepage_stories_of_hope {
    z-index: 100;
    position: relative;
    background-color: #fff
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header {
    background-color: #dedede;
    padding: 1.75rem .75rem 1.125rem
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header {
        padding: 2.75rem var(--base-desktop-padding-r) 4.688rem var(--base-desktop-padding-l)
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_title {
    font-family: Campton-Bold;
    color: #16335a;
    font-size: 1.125rem;
    height: 1.563rem;
    line-height: 1.563rem;
    margin-bottom: 1.625rem;
    display: block
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_title {
        height: 2.875rem;
        line-height: 2.875rem;
        margin-bottom: 2rem;
        font-size: 1.75rem
    }
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_date {
    display: none;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #303030;
    letter-spacing: .2em;
    height: 1.688rem;
    line-height: 1.688rem
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_date {
        height: 2.188rem;
        line-height: 2.188rem;
        font-size: .75rem;
        width: 100%
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_image {
    background-size: cover;
    padding-top: 56.25%;
    display: block;
    background-position: center center
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_image {
        width: 75%;
        padding-top: 43.5%
    }
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info {
        display: block;
        width: calc(25% - 3.625rem);
        margin-left: 1.063rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info .homepage_stories_of_hope_featured_item_title {
    display: block;
    min-height: 4.188rem;
    line-height: 1.16;
    padding: .625rem 0;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    color: #16335a
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info .homepage_stories_of_hope_featured_item_title {
        line-height: 1.2;
        min-height: 0;
        padding: 0;
        font-size: 1.75rem;
        margin-bottom: .9rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info .homepage_stories_of_hope_featured_item_summary {
    display: none
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info .homepage_stories_of_hope_featured_item_summary {
        display: block;
        line-height: 1.2;
        font-size: 1.125rem;
        font-family: Campton-Light;
        font-weight: 400;
        color: #303030;
        margin-bottom: 1.125rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info .homepage_stories_of_hope_featured_item_link {
    text-transform: uppercase;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #53c0a5;
    padding-right: .938rem;
    height: 1.438rem;
    line-height: 1.438rem;
    background: url(../images/arrow_right_green.svg) no-repeat right center;
    background-size: .438rem .563rem;
    letter-spacing: .2em
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_header .homepage_stories_of_hope_featured_item .homepage_stories_of_hope_featured_item_info .homepage_stories_of_hope_featured_item_link {
        font-size: .75rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list {
    padding-top: .75rem;
    padding-bottom: 2.625rem;
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_list {
        padding-top: 2.75rem;
        padding-bottom: .5rem;
        padding-left: var(--base-desktop-padding-l);
        padding-right: var(--base-desktop-padding-r);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item {
    margin-bottom: 1.875rem
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item:nth-of-type(1n+3) {
    display: none
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item {
        margin-bottom: 4.125rem;
        width: calc(50% - .563rem)
    }
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item:nth-of-type(1n+3) {
        display: block
    }
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item:last-child {
        margin-bottom: 0
    }
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item:nth-child(odd) {
        margin-right: 1.125rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_date {
    display: none;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #303030;
    letter-spacing: .2em;
    height: 2.125rem;
    line-height: 2.125rem
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_date {
        height: 2.813rem;
        line-height: 2.813rem;
        font-size: .75rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_image {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_image:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border: .5rem solid #53c0a5
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_image:hover:after {
    opacity: 1
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_image:hover .homepage_stories_of_hope_list_item_image_inner {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_image .homepage_stories_of_hope_list_item_image_inner {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_title {
    display: block;
    line-height: 1.16;
    padding: .625rem 0;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    color: #16335a
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_title {
        min-height: 0;
        padding: 0;
        line-height: 1.2;
        padding-top: 2.2rem;
        padding-bottom: 1rem;
        font-size: 1.75rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_summary {
    display: none
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_summary {
        display: block;
        line-height: 1.2;
        font-family: Campton-Light;
        font-weight: 400;
        font-size: 1.125rem;
        padding-top: .75rem;
        padding-bottom: 1.4rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_link {
    text-transform: uppercase;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #53c0a5;
    padding-right: .938rem;
    letter-spacing: .2em;
    height: 1.438rem;
    line-height: 1.438rem;
    background: url(../images/arrow_right_green.svg) no-repeat right center;
    background-size: .438rem .563rem
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_list .homepage_stories_of_hope_list_item .homepage_stories_of_hope_list_item_link {
        font-size: .75rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_link {
    text-transform: uppercase;
    width: 100%;
    padding: 0 .75rem;
    display: inline-block;
    height: .938rem;
    margin-bottom: 1.875rem;
    text-align: center
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_link {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        height: 2.5rem
    }
}

main .homepage_stories_of_hope .homepage_stories_of_hope_link a {
    font-size: .688rem;
    font-family: Campton-Light;
    color: #53c0a5;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 16.125rem;
    color: #53c0a5;
    border: 1px solid #cbcbcb;
    text-transform: uppercase
}

@media (min-width:1024px) {
    main .homepage_stories_of_hope .homepage_stories_of_hope_link a {
        font-size: .75rem
    }
    main .homepage_stories_of_hope .homepage_stories_of_hope_link a:hover {
        background-color: #f7f7f7
    }
}

@media (min-width:1024px) {
    .stories_of_hope {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l)
    }
}

.stories_of_hope .stories_of_hope_header {
    background-color: #dedede;
    padding-bottom: 1.125rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header {
        padding: 2.688rem 2.688rem 2.5rem
    }
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_image {
    background-size: cover;
    background-position: center center;
    display: block;
    padding-top: 56.25%
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_image {
        width: 75%;
        padding-top: 43.5%
    }
}

.stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info {
    padding: 0 .75rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info {
        display: block;
        width: calc(25% - 3.625rem);
        margin-left: 1.063rem
    }
}

.stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info .stories_of_hope_featured_item_title {
    display: block;
    min-height: 4.188rem;
    line-height: 1.16;
    padding: .625rem 0;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    color: #16335a
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info .stories_of_hope_featured_item_title {
        line-height: 1.2;
        min-height: 0;
        padding: 0;
        font-size: 1.75rem;
        margin-bottom: .9rem
    }
}

.stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info .stories_of_hope_featured_item_summary {
    display: block;
    line-height: 1.2;
    font-size: .875rem;
    font-family: Campton-Light;
    font-weight: 400;
    color: #303030;
    margin-bottom: .625rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info .stories_of_hope_featured_item_summary {
        font-size: 1.125rem
    }
}

.stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info .stories_of_hope_featured_item_link {
    text-transform: uppercase;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #53c0a5;
    padding-right: .938rem;
    letter-spacing: .2em;
    height: 1.438rem;
    line-height: 1.438rem;
    background: url(../images/arrow_right_green.svg) no-repeat right center;
    background-size: .438rem .563rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_header .stories_of_hope_featured_item .stories_of_hope_featured_item_info .stories_of_hope_featured_item_link {
        font-size: .75rem
    }
}

.stories_of_hope .stories_of_hope_filter {
    height: 5.438rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_filter {
        padding: 0 2.688rem;
        height: 7.75rem
    }
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 2.625rem;
    width: 100%;
    border-bottom: 1px solid #d5d5d6;
    position: relative
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search {
        width: calc(50% - .75rem)
    }
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_input {
    font-family: Campton-Light;
    width: 100%;
    height: 2.563rem;
    border: none;
    padding-left: .375rem;
    font-size: .938rem;
    padding-right: 2.625rem
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_input::-webkit-input-placeholder {
    color: #303030
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_input::-moz-placeholder {
    color: #303030
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_input:-ms-input-placeholder {
    color: #303030
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_input::-ms-input-placeholder {
    color: #303030
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_input::placeholder {
    color: #303030
}

.stories_of_hope .stories_of_hope_filter .stories_of_hope_filter_search .stories_of_hope_filter_search_submit {
    height: 2.625rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 110;
    width: 2.625rem;
    background: url(../images/search_icon.svg) right .375rem center no-repeat;
    background-size: 1.25rem 1.25rem
}

.stories_of_hope .stories_of_hope_search_result {
    display: none;
    padding: 1rem 1.125rem 0 1.125rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_search_result {
        padding: .625rem 2.688rem 0 2.688rem
    }
}

.stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content {
    border-bottom: 1px solid #d5d5d6;
    font-family: Campton-Light;
    padding-bottom: 1.75rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content {
        padding-bottom: 1.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_title {
    color: #53c0a5;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: block;
    margin-bottom: .5rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_title {
        margin-bottom: .375rem;
        margin-right: 1.375rem
    }
}

.stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_summary {
    color: #303030;
    font-size: .875rem;
    display: block;
    margin-bottom: 1.3125rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_summary {
        margin-bottom: .375rem
    }
}

.stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_summary .stories_of_hope_search_result_summary_text {
    text-transform: lowercase
}

.stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_summary .stories_of_hope_search_result_summary_query {
    text-transform: capitalize
}

.stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_cancel_button {
    border: 1px solid #cbcbcb;
    width: 13.75rem;
    height: 2.5rem;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .05rem;
    color: #999
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_search_result .stories_of_hope_search_result_content .stories_of_hope_search_result_cancel_button {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: 5.5625rem
    }
}

.stories_of_hope .stories_of_hope_list {
    padding: .75rem .75rem 2.625rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_list {
        padding: 1rem 2.688rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item {
    margin-bottom: 1.875rem
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item {
        margin-bottom: 4.125rem;
        width: calc(50% - .563rem)
    }
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item:last-child {
        margin-bottom: 4.688rem
    }
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item:nth-child(odd) {
        margin-right: 1.125rem
    }
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item mark {
    color: #53c0a5;
    font-weight: 400;
    font-style: normal;
    font-family: Campton-Bold;
    background-color: unset
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_date {
    font-size: .688rem;
    font-family: Campton-Light;
    color: #303030;
    height: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: .2em
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_date {
        height: 2.813rem;
        line-height: 2.813rem;
        font-size: .75rem
    }
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_image {
    display: block;
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    overflow: hidden
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_image:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border: .5rem solid #53c0a5
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_image:hover:after {
    opacity: 1
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_image:hover .stories_of_hope_list_item_image_inner {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_image .stories_of_hope_list_item_image_inner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_title {
    display: block;
    line-height: 1.16;
    padding: .625rem 0;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    color: #16335a
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_title {
        min-height: 0;
        padding: 0;
        line-height: 1.2;
        padding-top: 2.2rem;
        padding-bottom: 1rem;
        font-size: 1.75rem
    }
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_summary {
    line-height: 1.2;
    font-size: .875rem;
    font-family: Campton-Light;
    font-weight: 400;
    color: #303030;
    margin-bottom: .625rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_summary {
        display: block;
        line-height: 1.2;
        font-size: 1.125rem;
        padding-top: .75rem;
        padding-bottom: 1.4rem
    }
}

.stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_link {
    text-transform: uppercase;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #53c0a5;
    padding-right: .938rem;
    letter-spacing: .2em;
    height: 1.438rem;
    line-height: 1.438rem;
    background: url(../images/arrow_right_green.svg) no-repeat right center;
    background-size: .438rem .563rem
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_list .stories_of_hope_list_item .stories_of_hope_list_item_link {
        font-size: .75rem
    }
}

.stories_of_hope .stories_of_hope_load_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stories_of_hope .stories_of_hope_load_more .stories_of_hope_load_more_button {
    width: 16.125rem;
    height: 2.5rem;
    font-size: .75rem;
    font-family: Campton-Light;
    color: #53c0a5;
    border: 1px solid #cbcbcb;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .stories_of_hope .stories_of_hope_load_more .stories_of_hope_load_more_button:hover {
        background-color: #f7f7f7
    }
}

.stories_of_hope .stories_of_hope_load_more .stories_of_hope_load_more_button .stories_of_hope_load_more_button_icon {
    margin-left: .625rem;
    background: url(../images/arrow_down_green.svg) center center no-repeat;
    background-size: .625rem .5rem;
    width: .625rem;
    height: .5rem;
    display: inline-block
}

.stories_of_hope .stories_of_hope_load_more .stories_of_hope_load_more_button.loading {
    color: transparent
}

.stories_of_hope .stories_of_hope_load_more .stories_of_hope_load_more_button.loading .stories_of_hope_load_more_button_icon {
    display: none
}

.stories_of_hope .stories_of_hope_load_more .stories_of_hope_load_more_button.loading:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #cbcbcb;
    border-top-color: #53c0a5;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width:1024px) {
    main .stories_of_hope_detail {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l)
    }
}

main .stories_of_hope_detail a:hover,
main .stories_of_hope_detail button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

main .stories_of_hope_detail button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

main .stories_of_hope_detail .scroll_down_button {
    display: none
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .scroll_down_button {
        display: block
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_media {
    position: relative;
    margin-bottom: -1rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_media {
        margin-bottom: -1rem
    }
}

@media (min-width:1600px) {
    main .stories_of_hope_detail .stories_of_hope_detail_media {
        margin-bottom: -.375rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_content {
    overflow: hidden
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_content.swiper-container {
    padding-top: 48%;
    width: 100%;
    position: relative
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_content.swiper-container .swiper-wrapper {
    position: absolute;
    top: 0
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_content .swiper-slide {
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: contain;
    background-color: #efefef;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%!important;
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_content_video_wrapper {
    position: relative;
    padding-bottom: 48%;
    height: 0;
    position: absolute;
    top: 0;
    width: 100%
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_content_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination {
    min-height: 1.25rem;
    text-align: right;
    padding: 0 .75rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination {
        padding: 0;
        height: 4rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination .swiper-pagination-bullet {
    height: 2.188rem;
    opacity: 1!important;
    width: 1.313rem;
    position: relative;
    border-radius: 0;
    background: 0 0!important;
    margin: 0!important;
    margin-left: .313rem!important
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination .swiper-pagination-bullet {
        height: 3.5rem;
        width: 3.188rem;
        margin-left: .688rem!important
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #53c0a5
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination .swiper-pagination-bullet:focus {
    outline: 0
}

main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 1.313rem;
    top: 1rem;
    height: .188rem;
    display: block;
    background-color: #bfbfbf
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_media .stories_of_hope_detail_media_pagination .swiper-pagination-bullet:before {
        width: 3.188rem;
        top: 1.563rem;
        height: .375rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_content {
    padding: 0 .75rem;
    margin-bottom: 2.563rem
}

main .stories_of_hope_detail .stories_of_hope_detail_content .stories_of_hope_detail_content_date {
    font-size: .688rem;
    font-family: Campton-Light;
    height: 1.875rem;
    line-height: 1.875rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_content .stories_of_hope_detail_content_date {
        font-size: .75rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_content .stories_of_hope_detail_content_title {
    color: #16335a;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    line-height: 1.1;
    margin-bottom: 1.1rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_content .stories_of_hope_detail_content_title {
        font-size: 1.75rem;
        margin-bottom: 2.625rem;
        display: block;
        line-height: 1.2
    }
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_content .stories_of_hope_detail_content_text {
        font-size: 1.25rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_links {
    margin-bottom: 4.563rem;
    position: relative
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 .75rem;
        margin-bottom: 5.813rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_links>a,
main .stories_of_hope_detail .stories_of_hope_detail_links>button {
    display: block;
    font-size: .75rem;
    text-transform: uppercase;
    height: 2.5rem;
    width: 16.125rem;
    border: 1px solid #cbcbcb;
    margin: 0 auto;
    text-align: center;
    font-family: Campton-Light;
    color: #53c0a5;
    line-height: 2.5rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_links>a,
    main .stories_of_hope_detail .stories_of_hope_detail_links>button {
        margin: 0
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_links_share_button {
    margin-top: 1.25rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_links_share_button {
        margin: 0;
        width: 8.25rem;
        margin-left: auto
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links {
    height: 2.5rem;
    position: absolute;
    top: 2.438rem;
    border: 1px solid #cbcbcb;
    width: 16.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    max-height: 0;
    overflow: hidden
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links {
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: .75rem;
        width: auto
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links.active {
    max-height: 2.5rem;
    opacity: 1;
    visibility: visible
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item {
    height: 2.5rem;
    width: 4.063rem;
    border-right: 1px solid #cbcbcb;
    display: block;
    background-position: center center;
    background-size: 1.563rem 1.563rem;
    background-repeat: no-repeat;
    width: 33.333%
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item {
        width: 4.063rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item.facebook {
    background-image: url(../images/icon_gray_facebook.svg)
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item.twitter {
    background-image: url(../images/icon_gray_twitter.svg)
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item.instagram {
    background-image: url(../images/icon_gray_instagram.svg)
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item.linkedin {
    background-image: url(../images/icon_gray_linkedin.svg)
}

main .stories_of_hope_detail .stories_of_hope_detail_links .stories_of_hope_detail_share_links .stories_of_hope_detail_share_link_item:last-child {
    border-right: none
}

main .stories_of_hope_detail .stories_of_hope_detail_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: .938rem;
    padding: 0 .75rem;
    margin-bottom: 3.125rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_navigation {
        height: 1.75rem;
        padding: 0 .75rem;
        margin-bottom: 2.5rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_navigation a {
    font-family: Campton-Light;
    font-size: .75rem;
    height: .938rem;
    line-height: .938rem;
    color: #53c0a5;
    text-transform: uppercase
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_navigation a {
        height: 1.75rem;
        line-height: 1.75rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_navigation a.stories_of_hope_detail_navigation_prev {
    visibility: hidden;
    padding-left: .938rem;
    background: url(../images/arrow_left_green.svg) left center no-repeat;
    background-size: .5rem .625rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_navigation a.stories_of_hope_detail_navigation_prev {
        background-position-y: .438rem
    }
}

main .stories_of_hope_detail .stories_of_hope_detail_navigation a.stories_of_hope_detail_navigation_next {
    visibility: hidden;
    padding-right: .938rem;
    background: url(../images/arrow_right_green.svg) right center no-repeat;
    background-size: .5rem .625rem
}

@media (min-width:1024px) {
    main .stories_of_hope_detail .stories_of_hope_detail_navigation a.stories_of_hope_detail_navigation_next {
        background-position-y: .5rem
    }
}

.who_we_are_pillars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 .75rem
}

@media (min-width:1024px) {
    .who_we_are_pillars {
        margin-bottom: 1.875rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%;
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.who_we_are_pillars img {
    display: block;
    width: calc(50% - .438rem);
    margin-bottom: 1.875rem
}

@media (min-width:1024px) {
    .who_we_are_pillars img {
        width: calc(20% - .625rem);
        margin-right: .625rem
    }
}

.who_we_are_pillars img:nth-child(odd) {
    margin-right: .875rem
}

@media (min-width:1024px) {
    .who_we_are_pillars img:nth-child(odd) {
        margin-right: .625rem
    }
}

.board_of_trustees {
    padding: .75rem
}

@media (min-width:1024px) {
    .board_of_trustees {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l)
    }
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content {
        margin-top: 7.188rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_header span {
    font-size: .688rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #53c0a5;
    font-family: Campton-Light
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_header span {
        font-size: .75rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_header h2 {
    color: #16335a;
    font-size: 1.125rem;
    font-family: Campton-Bold
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_header h2 {
        font-size: 1.75rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members {
        background-color: #f3f3f3;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1.688rem 2rem;
        margin-bottom: 4.688rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.563rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 14.625rem
    }
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item:last-child {
        margin-bottom: 0
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_image {
    width: 12.125rem;
    height: 12.125rem;
    position: relative;
    margin-bottom: .625rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_image {
        width: 14.625rem;
        height: 14.625rem;
        margin-bottom: 0;
        margin-right: 2.938rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_image .board_of_trustees_featured_members_item_image_inner {
    width: 10.875rem;
    height: 10.875rem;
    position: absolute;
    top: .625rem;
    left: .625rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, .3) .188rem .188rem .563rem;
    box-shadow: rgba(0, 0, 0, .3) .188rem .188rem .563rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_image .board_of_trustees_featured_members_item_image_inner {
        width: 13.375rem;
        height: 13.375rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_image .board_of_trustees_featured_members_item_image_inner img {
    width: 10.875rem;
    height: 10.875rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_image .board_of_trustees_featured_members_item_image_inner img {
        width: 13.375rem;
        height: 13.375rem
    }
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_text {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_text .board_of_trustees_featured_members_item_name {
    color: #303030;
    font-family: Campton-Bold;
    font-size: .875rem;
    width: 80%;
    margin: 0 auto
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_text .board_of_trustees_featured_members_item_name {
        font-size: 1.75rem;
        line-height: 1.2;
        margin: 0;
        margin-bottom: .625rem;
        width: 60%
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_text .board_of_trustees_featured_members_item_title {
    color: #16335a;
    font-family: Campton-Light;
    font-size: .875rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_featured_members .board_of_trustees_featured_members_item .board_of_trustees_featured_members_item_text .board_of_trustees_featured_members_item_title {
        font-size: 1.125rem;
        color: #303030
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members {
    margin-bottom: 1.563rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members {
        margin-bottom: 7.5rem
    }
}

@media (max-width:1023px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members.collapsed ul {
        max-height: 7.813rem
    }
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members.collapsed ul:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
    }
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members.collapsed .board_of_trustees_members_toggle_button {
        background: url(../images/arrow_down_green.svg) no-repeat right center;
        background-size: .625rem .5rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members ul {
    max-height: 62.5rem;
    overflow: hidden;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members ul li {
    font-family: Campton-Light;
    color: #303030;
    font-size: .875rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members ul li {
        font-size: 1.125rem
    }
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members ul li:before {
    color: #53c0a5;
    font-family: sans-serif;
    content: "\2022";
    font-size: 1.2em;
    padding-right: .5em;
    position: relative;
    top: 0
}

.board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members .board_of_trustees_members_toggle_button {
    float: right;
    color: #53c0a5;
    font-family: Campton-Light;
    font-size: .688rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: left;
    padding-right: 1.5rem;
    background: url(../images/arrow_up_gray.svg) no-repeat right center;
    background-size: .625rem .5rem
}

@media (min-width:1024px) {
    .board_of_trustees .board_of_trustees_content .board_of_trustees_body .board_of_trustees_members .board_of_trustees_members_toggle_button {
        display: none
    }
}

.what_we_do_timeview_wrapper {
    height: calc(100vh - 3.438rem);
    height: calc(var(--vh, 1vh) * 100 - 3.438rem);
    margin-bottom: 1.625rem;
    position: relative
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper {
        height: calc(100vh - 6.063rem);
        margin-bottom: 3rem
    }
}

@media (min-width:1600px) {
    .what_we_do_timeview_wrapper {
        margin-bottom: 3.625rem
    }
}

.what_we_do_timeview_wrapper .scroll_down_button {
    bottom: 6.5rem
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .scroll_down_button {
        bottom: 3.5rem;
        margin-bottom: 5rem
    }
}

.what_we_do_timeview_wrapper .timeview {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000
}

.what_we_do_timeview_wrapper .timeview .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 5rem;
    z-index: 999
}

.what_we_do_timeview_wrapper .timeview .bottom .bottom_controls {
    width: 6.25rem;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .bottom .bottom_controls {
        width: 13.75rem
    }
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .bottom .bottom_controls button:hover {
        background-color: rgba(0, 0, 0, .3)
    }
}

.what_we_do_timeview_wrapper .timeview .bottom .bottom_controls .timeline-pause {
    width: 50%;
    background: url(../images/pause_icon_white.svg) center center no-repeat;
    background-size: .8rem .8rem
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .bottom .bottom_controls .timeline-pause {
        background-size: .7rem .7rem
    }
}

.what_we_do_timeview_wrapper .timeview .bottom .bottom_controls .timeline-pause.active {
    background-image: url(../images/pause_icon_green.svg)
}

.what_we_do_timeview_wrapper .timeview .bottom .bottom_controls .timeline-play {
    width: 50%;
    background: url(../images/play_icon_white.svg) center center no-repeat;
    background-size: .8rem .8rem
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .bottom .bottom_controls .timeline-play {
        background-size: .7rem .7rem
    }
}

.what_we_do_timeview_wrapper .timeview .bottom .bottom_controls .timeline-play.active {
    background-image: url(../images/play_icon_green.svg)
}

.what_we_do_timeview_wrapper .timeview .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.what_we_do_timeview_wrapper .timeview .slide .image {
    width: 100%;
    height: 100%;
    overflow: hidden!important;
    position: relative
}

.what_we_do_timeview_wrapper .timeview .slide .image:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(22, 51, 90, .5)), to(rgba(22, 51, 90, 0)));
    background-image: linear-gradient(90deg, rgba(22, 51, 90, .5), rgba(22, 51, 90, 0));
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .slide .image:after {
        background-image: radial-gradient(circle, rgba(22, 51, 90, .1), #16335a)
    }
}

.what_we_do_timeview_wrapper .timeview .slide .image .inner_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    -webkit-backface-visibility: hidden
}

.what_we_do_timeview_wrapper .timeview .slide.active .image .inner_image {
    -webkit-animation-name: slide_active_img;
    animation-name: slide_active_img;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.what_we_do_timeview_wrapper .anim_pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.what_we_do_timeview_wrapper .anim_resume {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes slide_active_img {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@keyframes slide_active_img {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@-webkit-keyframes slide_active_text {
    10% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes slide_active_text {
    10% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

.what_we_do_timeview_wrapper .timeview .slide .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: .875rem;
    top: 1.625rem;
    height: calc(100% - 5rem);
    width: 28.125rem;
    max-width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .slide .text-container {
        left: auto;
        right: 17.375rem;
        width: 27.125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.what_we_do_timeview_wrapper .timeview .slide .text-container .text {
    color: #fff
}

.what_we_do_timeview_wrapper .timeview .slide .text-container .text .text-container-title {
    margin: 0;
    font-family: Campton-Light;
    letter-spacing: .1rem;
    font-size: .875rem;
    text-transform: uppercase;
    display: block;
    line-height: 1rem;
    margin-bottom: 1.125rem
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .slide .text-container .text .text-container-title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.75rem
    }
}

.what_we_do_timeview_wrapper .timeview .slide .text-container .text .text-container-text {
    font-family: Campton-Bold;
    font-size: 1.125rem;
    display: block;
    line-height: 1.2;
    margin-bottom: .6rem
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .slide .text-container .text .text-container-text {
        font-size: 1.75rem
    }
}

.what_we_do_timeview_wrapper .timeview .slide .text-container .text .text-container-link {
    font-family: Campton-Bold;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    padding-right: .938rem;
    background: url(../images/arrow_right_white.svg) no-repeat right center;
    background-size: .438rem .563rem;
    display: inline-block;
    letter-spacing: .075rem
}

.what_we_do_timeview_wrapper .timeview .slide.active .text-container .text {
    -webkit-animation-name: slide_active_text;
    animation-name: slide_active_text;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0
}

.what_we_do_timeview_wrapper .timeview .timeline {
    position: absolute;
    left: 9.375rem;
    bottom: 1.25rem;
    width: calc(100% - 15.625rem);
    height: 1.25rem
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .timeline {
        left: 15.625rem;
        bottom: 1.375rem
    }
    .what_we_do_timeview_wrapper .timeview .timeline .point {
        display: block!important
    }
    .what_we_do_timeview_wrapper .timeview .timeline .line {
        height: 1px;
        background: #fff;
        top: .25rem
    }
}

.what_we_do_timeview_wrapper .timeview .timeline .point {
    display: none;
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: .313rem;
    border: solid 1px #fff;
    cursor: pointer;
    -webkit-transition: border .5s ease-in-out, background-color .5s ease-in-out;
    transition: border .5s ease-in-out, background-color .5s ease-in-out
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .timeline .point {
        display: block
    }
    .what_we_do_timeview_wrapper .timeview .timeline .point:hover {
        background-color: #53c0a5;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }
    .what_we_do_timeview_wrapper .timeview .timeline .point:hover .title {
        opacity: 1!important;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
}

.what_we_do_timeview_wrapper .timeview .timeline .point.active {
    border: solid 1px #56c0a5;
    background: #56c0a5
}

.what_we_do_timeview_wrapper .timeview .timeline .point.current {
    background: #56c0a5
}

.what_we_do_timeview_wrapper .timeview .timeline .point.current:after {
    content: " ";
    position: absolute;
    left: -.375rem;
    top: -.375rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .875rem;
    border: solid 1px #56c0a5
}

.what_we_do_timeview_wrapper .timeview .timeline .point .title {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    font-size: .75rem;
    font-family: Campton-Light;
    letter-spacing: .05rem;
    left: 0;
    top: -1.875rem;
    left: -7.813rem;
    text-align: center;
    width: 15.625rem;
    color: #53c0a5;
    text-transform: uppercase;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

@media (min-width:768px) {
    .what_we_do_timeview_wrapper .timeview .timeline .point .title {
        font-size: .7rem;
        letter-spacing: 0rem;
        height: 2rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -2.3rem;
        left: -6rem;
        width: 12rem
    }
}

@media (min-width:1600px) {
    .what_we_do_timeview_wrapper .timeview .timeline .point .title {
        font-size: .75rem;
        top: -2.4rem;
        letter-spacing: .05rem;
        left: -7.813rem;
        width: 15.625rem
    }
}

.what_we_do_timeview_wrapper .timeview .timeline .point:first-child .title {
    left: -.5rem;
    text-align: left
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .timeline .point:first-child .title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.what_we_do_timeview_wrapper .timeview .timeline .line {
    position: absolute;
    height: .1875rem;
    background: #fff;
    padding: 0
}

.what_we_do_timeview_wrapper .timeview .timeline .line .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .1875rem;
    background: #53c0a5
}

@media (min-width:1024px) {
    .what_we_do_timeview_wrapper .timeview .timeline .line {
        height: 1px;
        top: .25rem;
        background: #fff
    }
    .what_we_do_timeview_wrapper .timeview .timeline .line .inner {
        height: 1px
    }
}

.pillars_and_entities_widget {
    padding: 0 .75rem 0;
    margin-bottom: 2.25rem
}

@media (min-width:1024px) {
    .pillars_and_entities_widget {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        margin-bottom: 6rem
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_header {
    line-height: 1.2;
    padding: .375rem 0
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_header {
        padding: 0
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_header h3 {
    margin: 0;
    padding: 0;
    color: #16335a;
    font-family: Campton-Bold;
    font-size: 1.125rem
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_header h3 {
        font-size: 1.75rem
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body {
    margin-top: 0
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body {
        margin-top: 2rem
    }
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper {
        width: 21.625rem;
        height: 21.625rem;
        border-radius: 50%;
        border: .25rem #eee dashed;
        position: relative;
        margin: 0 auto 6.25rem;
        border: .25rem dashed #bfbfbf;
        background: #f0f0f0 url(../images/content/pillars_center.svg) no-repeat center center;
        background-size: 15.625rem 15.625rem
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:1023px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu {
        -webkit-transform: none!important;
        transform: none!important
    }
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu {
        width: 21.625rem;
        height: 21.625rem;
        list-style: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: -webkit-transform .7s ease;
        transition: -webkit-transform .7s ease;
        transition: transform .7s ease;
        transition: transform .7s ease, -webkit-transform .7s ease
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item {
    height: 9.375rem;
    width: 20%;
    text-align: center;
    padding: 1.5rem .313rem 0
}

@media (max-width:1023px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item {
        -webkit-transform: none!important;
        transform: none!important
    }
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item {
        width: 7.5rem;
        height: 7.5rem;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 2;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all .7s ease, -webkit-filter 0s linear;
        transition: all .7s ease, -webkit-filter 0s linear;
        transition: all .7s ease, filter 0s linear;
        transition: all .7s ease, filter 0s linear, -webkit-filter 0s linear;
        cursor: pointer;
        display: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 2
    }
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item.animated {
        -webkit-animation: hover 2s infinite;
        animation: hover 2s infinite
    }
    @-webkit-keyframes hover {
        0% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0))
        }
        35% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, .8));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, .8))
        }
        80% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0))
        }
        100% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0))
        }
    }
    @keyframes hover {
        0% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0))
        }
        35% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, .8));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, .8))
        }
        80% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0))
        }
        100% {
            -webkit-filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 0))
        }
    }
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item:hover:after {
        content: "";
        position: absolute;
        width: 96%;
        height: 96%;
        top: 2%;
        left: 2%;
        border-radius: 100%;
        z-index: -1;
        background-color: #999;
        -webkit-transform: scale3d(.66, .66, 1);
        transform: scale3d(.66, .66, 1);
        -webkit-filter: drop-shadow(0rem 0rem .3rem rgba(0, 0, 0, .3));
        filter: drop-shadow(0rem 0rem .3rem rgba(0, 0, 0, .3))
    }
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item.active {
        padding-top: .5rem
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item .pillars_and_entities_widget_menu_item_logo {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    -webkit-transition: background-size .2s linear;
    transition: background-size .2s linear;
    margin-bottom: .375rem
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item .pillars_and_entities_widget_menu_item_logo {
        background-position: center center;
        background-size: 96%;
        margin: 0;
        width: 7.5rem;
        height: 7.5rem;
        -webkit-transform: scale3d(.66, .66, 1);
        transform: scale3d(.66, .66, 1);
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item .pillars_and_entities_widget_menu_item_title {
    font-size: .563rem;
    letter-spacing: -.05rem;
    font-family: Campton-Light;
    color: #999
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item .pillars_and_entities_widget_menu_item_title {
        display: none
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item.active {
    -webkit-animation: none;
    animation: none
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item.active .pillars_and_entities_widget_menu_item_title {
    font-family: Campton-Bold;
    color: #303030
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item.active .pillars_and_entities_widget_menu_item_logo {
    background-size: 3.5rem 3.5rem
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_menu_wrapper .pillars_and_entities_widget_menu .pillars_and_entities_widget_menu_item.active .pillars_and_entities_widget_menu_item_logo {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        background-size: 96%
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: center
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item.active {
    opacity: 1;
    visibility: visible
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item {
        width: 100%
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_header {
    display: none
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_header {
        display: block;
        font-family: Campton-Bold;
        font-size: 1.125rem
    }
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_header h3 {
        margin-bottom: 1rem
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_body {
    width: 100%
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_body .pillars_and_entities_widget_content_body_text {
    font-family: Campton-Light;
    font-size: .875rem;
    line-height: 1.1
}

@media (min-width:1024px) {
    .pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_body .pillars_and_entities_widget_content_body_text {
        width: 25rem;
        font-size: .938rem;
        margin: 0 auto 1rem
    }
}

.pillars_and_entities_widget .pillars_and_entities_widget_body .pillars_and_entities_widget_content .pillars_and_entities_widget_content_item .pillars_and_entities_widget_content_body .pillars_and_entities_widget_content_body_link {
    color: #53c0a5;
    font-family: Campton-Light;
    font-size: .75rem;
    letter-spacing: .1em;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 1.75rem;
    background: url(../images/arrow_right_green.svg) right .625rem center no-repeat;
    background-size: .5rem .625rem;
    cursor: pointer
}

main .affiliated_institutions {
    padding: 0 .75rem
}

@media (min-width:1024px) {
    main .affiliated_institutions {
        padding-left: var(--base-desktop-padding-l);
        padding-right: var(--base-desktop-padding-r);
        margin-bottom: 5.938rem
    }
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_header {
        margin-bottom: 3rem
    }
}

main .affiliated_institutions .affiliated_institutions_header .affiliated_institutions_title {
    font-family: Campton-Bold;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #16335a;
    margin-bottom: 0
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_header .affiliated_institutions_title {
        font-size: 1.75rem
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item {
    padding-bottom: 2.188rem;
    border-bottom: 1px solid #d5d5d6
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item:last-child {
    border-bottom: none
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0;
        border-bottom: none;
        width: 100%;
        margin-bottom: 2.188rem
    }
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item:last-child {
        margin-bottom: 0
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_image {
    height: 10.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 1.25rem 4rem;
    background-origin: content-box
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_image {
        height: auto;
        width: 20%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 2.875rem;
        padding: .625rem 2rem;
        background-origin: content-box;
        position: relative
    }
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_image:before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 1.25rem);
        top: .625rem;
        right: 0;
        background-color: #d5d5d6
    }
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info .affiliated_institutions_item_info_title {
    font-family: Campton-Light;
    color: #53c0a5;
    font-size: 1rem;
    padding: .875rem 1.875rem .875rem 0;
    min-height: 2.625rem;
    line-height: 1.2;
    background: url(../images/arrow_up_gray.svg) right .125rem center no-repeat;
    background-size: .875rem .875rem;
    display: block
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info .affiliated_institutions_item_info_title {
        background: 0 0;
        font-size: 1.125rem;
        font-family: Campton-Bold;
        min-height: 0
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info .affiliated_institutions_item_info_text {
    font-family: Campton-Light;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 400;
    max-height: 18.75rem;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    overflow: hidden;
    position: relative
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info .affiliated_institutions_item_info_text {
        max-height: none;
        font-size: 1.125rem;
        padding-bottom: .875rem
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info .affiliated_institutions_item_info_text:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 110;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item .affiliated_institutions_item_info .affiliated_institutions_item_info_text:after {
        display: none
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item.collapsed .affiliated_institutions_item_info .affiliated_institutions_item_info_title {
    background: url(../images/arrow_down_green.svg) right .125rem center no-repeat;
    background-size: .875rem .875rem
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item.collapsed .affiliated_institutions_item_info .affiliated_institutions_item_info_title {
        background: 0 0
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item.collapsed .affiliated_institutions_item_info .affiliated_institutions_item_info_text {
    max-height: 3.625rem
}

@media (min-width:1024px) {
    main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item.collapsed .affiliated_institutions_item_info .affiliated_institutions_item_info_text {
        max-height: none
    }
}

main .affiliated_institutions .affiliated_institutions_body .affiliated_institutions_item.collapsed .affiliated_institutions_item_info .affiliated_institutions_item_info_text:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    opacity: 1
}

main .years_in_review_timeview_wrapper {
    height: calc(100vh - 3.438rem);
    height: calc(var(--vh, 1vh) * 100 - 3.438rem);
    margin-bottom: 1.625rem;
    position: relative
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper {
        height: calc(100vh - 6.063rem);
        margin-bottom: 3rem
    }
}

@media (min-width:1600px) {
    main .years_in_review_timeview_wrapper {
        margin-bottom: 3.625rem
    }
}

main .years_in_review_timeview_wrapper .scroll_down_button {
    bottom: 9.125rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .scroll_down_button {
        bottom: 3.5rem;
        margin-bottom: 5rem
    }
}

main .years_in_review_timeview_wrapper .timeview {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000
}

main .years_in_review_timeview_wrapper .timeview .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

main .years_in_review_timeview_wrapper .timeview .slide.active .image .inner_image {
    -webkit-animation-name: slide_active_img;
    animation-name: slide_active_img;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

main .years_in_review_timeview_wrapper .timeview .slide.active .text-container .years_in_review_slide_text {
    -webkit-animation-name: slide_active_text;
    animation-name: slide_active_text;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0
}

main .years_in_review_timeview_wrapper .timeview .slide .image {
    width: 100%;
    height: 100%;
    overflow: hidden!important;
    position: relative
}

main .years_in_review_timeview_wrapper .timeview .slide .image:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(22, 51, 90, .5)), to(rgba(22, 51, 90, 0)));
    background-image: linear-gradient(90deg, rgba(22, 51, 90, .5), rgba(22, 51, 90, 0));
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .slide .image:after {
        background-image: radial-gradient(circle, rgba(22, 51, 90, .1), #16335a)
    }
}

main .years_in_review_timeview_wrapper .timeview .slide .image .inner_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .slide .image .inner_image {
        background-position-x: unset!important
    }
}

main .years_in_review_timeview_wrapper .timeview .slide .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: .875rem;
    top: 1.625rem;
    height: calc(100% - 5rem);
    width: 28.125rem;
    max-width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .slide .text-container {
        left: auto;
        right: 17.375rem;
        width: 27.125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text {
    color: #fff
}

main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_year {
    display: block;
    font-family: Campton-Bold;
    color: #53c0a5;
    font-size: .875rem;
    height: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: .05rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_year {
        font-size: 1.25rem;
        height: 1.5rem;
        line-height: 1.5rem
    }
}

main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_title {
    font-family: Campton-Light;
    letter-spacing: .1rem;
    font-size: .875rem;
    text-transform: uppercase;
    display: block;
    line-height: 1rem;
    margin-bottom: 1.125rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.75rem
    }
}

main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_body {
    font-family: Campton-Bold;
    font-size: 1.125rem;
    display: block;
    line-height: 1.2;
    margin-bottom: .6rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_body {
        font-size: 1.75rem
    }
}

main .years_in_review_timeview_wrapper .timeview .slide .text-container .years_in_review_slide_text .years_in_review_slide_text_body_link {
    font-family: Campton-Bold;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    padding-right: .938rem;
    background: url(../images/arrow_right_white.svg) no-repeat right center;
    background-size: .438rem .563rem;
    display: inline-block;
    letter-spacing: .075rem
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper {
    position: absolute;
    bottom: 5rem;
    height: 2.625rem;
    width: 100%;
    z-index: 105
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 11.125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation {
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation {
        background-color: transparent;
        bottom: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_header {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_header {
        height: 1.5rem;
        margin-bottom: .625rem
    }
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_header .year_navigation_title {
    font-family: Campton-Bold;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    text-align: right;
    font-size: .875rem;
    color: #fff;
    padding: 0 1rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_header .year_navigation_title {
        padding: 0;
        padding-right: 2.5rem;
        font-size: .9375rem
    }
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body .year_navigation_item {
    width: 100%;
    font-family: Campton-Bold;
    font-size: .9375rem;
    color: #fff
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body .year_navigation_item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: auto;
        font-size: .75rem;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 1.5625rem;
        line-height: 1.5625rem;
        text-align: right;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        padding-right: 2.5rem;
        margin: .2rem 0
    }
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body .year_navigation_item:after {
        content: "";
        width: 0;
        height: 3px;
        position: absolute;
        right: 0;
        top: calc(.78125rem - 3px);
        z-index: 105;
        background-color: #53c0a5;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body .year_navigation_item.active {
    color: #53c0a5
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body .year_navigation_item.active {
        font-size: 1.25rem
    }
    main .years_in_review_timeview_wrapper .timeview .year_navigation_wrapper .year_navigation .year_navigation_body .year_navigation_item.active:after {
        opacity: 1;
        width: 1.875rem
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 5rem;
    z-index: 105
}

main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls {
    width: 6.25rem;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls {
        width: 13.75rem
    }
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls button:hover {
        background-color: rgba(0, 0, 0, .3)
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls .timeline-pause {
    width: 50%;
    background: url(../images/pause_icon_white.svg) center center no-repeat;
    background-size: .8rem .8rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls .timeline-pause {
        background-size: .7rem .7rem
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls .timeline-pause.active {
    background-image: url(../images/pause_icon_green.svg)
}

main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls .timeline-play {
    width: 50%;
    background: url(../images/play_icon_white.svg) center center no-repeat;
    background-size: .8rem .8rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls .timeline-play {
        background-size: .7rem .7rem
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .bottom_controls .timeline-play.active {
    background-image: url(../images/play_icon_green.svg)
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline {
    position: absolute;
    left: 9.375rem;
    bottom: 1.25rem;
    width: calc(100% - 15.625rem);
    height: 1.25rem
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline {
        left: 15.625rem;
        bottom: 1.375rem
    }
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point {
        display: block!important
    }
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .line {
        height: 1px;
        background: #fff;
        top: 4px
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point {
    display: none;
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: .313rem;
    border: solid 1px #fff;
    -webkit-transition: border .5s;
    cursor: pointer;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point:hover {
        background-color: #53c0a5;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point:hover .title {
        opacity: 1!important;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point.active {
    border: solid 1px #53c0a5;
    background: #53c0a5
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point.current {
    background: #53c0a5
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point.current:after {
    content: " ";
    position: absolute;
    left: -.375rem;
    top: -.375rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .875rem;
    border: solid 1px #53c0a5
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point .title {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    font-size: .75rem;
    font-family: Campton-Light;
    letter-spacing: .05rem;
    left: 0;
    top: -1.875rem;
    text-align: center;
    left: -7.813rem;
    width: 15.625rem;
    color: #53c0a5;
    text-transform: uppercase;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

@media (min-width:768px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point .title {
        font-size: .7rem;
        letter-spacing: 0rem;
        height: 2rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -2.3rem;
        left: -6rem;
        width: 12rem
    }
}

@media (min-width:1600px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point .title {
        font-size: .75rem;
        top: -2.4rem;
        letter-spacing: .05rem;
        left: -7.813rem;
        width: 15.625rem
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point:first-child .title {
    left: -.5rem;
    text-align: left
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .point:first-child .title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .line {
    position: absolute;
    height: .1875rem;
    background: #fff;
    padding: 0
}

main .years_in_review_timeview_wrapper .timeview .bottom .timeline .line .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .1875rem;
    background: #53c0a5
}

@media (min-width:1024px) {
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .line {
        height: 1px;
        top: .25rem
    }
    main .years_in_review_timeview_wrapper .timeview .bottom .timeline .line .inner {
        height: 1px
    }
}

main .years_in_review_timeview_wrapper .anim_pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

main .years_in_review_timeview_wrapper .anim_resume {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@keyframes slide_active_img {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@keyframes slide_active_text {
    10% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    80% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

main .years_in_review_pdf_overlay {
    z-index: 950;
    position: fixed;
    background-color: rgba(24, 52, 89, .94);
    width: 100%;
    height: calc(100vh - 3.438rem);
    top: 3.438rem;
    left: 0;
    right: 0;
    display: none;
    -webkit-animation: showPDFOverlay .3s ease-in-out both;
    animation: showPDFOverlay .3s ease-in-out both;
    padding: .6875rem .75rem;
    overflow: visible
}

@media (min-width:1024px) {
    main .years_in_review_pdf_overlay {
        top: 6.063rem;
        height: calc(100% - 6.063rem);
        width: 100%;
        z-index: 1150;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }
}

main .years_in_review_pdf_overlay.open {
    display: block
}

@media (min-width:1024px) {
    main .years_in_review_pdf_overlay.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation {
    display: none
}

@media (min-width:1024px) {
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 12.5rem
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul li {
        margin-bottom: 1.25rem
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul li:last-child {
        margin-bottom: 0
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul li button {
        padding-left: 2.625rem;
        color: #fff;
        text-align: left;
        position: relative;
        line-height: 1rem;
        font-family: Campton-Bold;
        font-size: .9375rem
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul li button:hover {
        -webkit-filter: brightness(90%);
        filter: brightness(90%)
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul li button.active {
        color: #53c0a5
    }
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_navigation ul li button.active:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 1.875rem;
        left: 0;
        top: calc(50% - 1px);
        background-color: #53c0a5
    }
}

main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper {
    background-color: #fff;
    position: absolute;
    bottom: .6875rem;
    left: .6875rem;
    right: .6875rem;
    top: 4rem
}

@media (min-width:1024px) {
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper {
        position: relative;
        top: 2.9375rem;
        width: 40.25rem;
        height: calc(100% - 4.875rem);
        left: auto;
        right: auto;
        bottom: auto
    }
}

main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper .years_in_review_pdf_overlay_close_button {
    position: absolute;
    top: -3.125rem;
    right: 0;
    background: url(../images/close_icon.svg) no-repeat center center;
    width: 1.625rem;
    height: 1.625rem;
    background-size: .75rem;
    border: 1px solid #53c0a5
}

@media (min-width:1024px) {
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper .years_in_review_pdf_overlay_close_button {
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.15rem 1.15rem;
        right: -4.25rem
    }
}

main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper .years_in_review_pdf_overlay_download_pdf_link {
    position: absolute;
    left: 0;
    top: -3.1875rem;
    height: 2.25rem;
    line-height: 2.5rem;
    width: 12.875rem;
    background: url(../images/pdf_icon.svg) left center no-repeat;
    background-size: 1.875rem 2.25rem;
    margin: 0 auto;
    padding-left: 2.375rem;
    text-align: left;
    font-size: .625rem;
    font-family: Campton-Bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05rem
}

@media (min-width:1024px) {
    main .years_in_review_pdf_overlay .years_in_review_pdf_overlay_pdf_wrapper .years_in_review_pdf_overlay_download_pdf_link {
        padding-left: 2.6rem;
        height: 2.5rem;
        line-height: 3rem;
        bottom: 2px;
        right: -14.625rem;
        left: auto;
        top: auto;
        font-size: .75rem
    }
}

@-webkit-keyframes showPDFOverlay {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showPDFOverlay {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

main .years_in_review_pdf_list {
    padding: 0 .75rem
}

@media (min-width:1024px) {
    main .years_in_review_pdf_list {
        padding-left: var(--base-desktop-padding-l);
        padding-right: var(--base-desktop-padding-r)
    }
}

main .years_in_review_pdf_list .years_in_review_pdf_list_header {
    margin-bottom: 1.75rem;
    border-bottom: 1px solid #d5d5d6
}

main .years_in_review_pdf_list .years_in_review_pdf_list_header .years_in_review_pdf_list_header_title {
    font-family: Campton-Bold;
    font-size: 1.125rem;
    color: #16335a;
    margin-bottom: .5rem
}

@media (min-width:1024px) {
    main .years_in_review_pdf_list .years_in_review_pdf_list_header .years_in_review_pdf_list_header_title {
        font-size: 1.75rem;
        height: 3.25rem;
        line-height: 3.25rem;
        display: block
    }
}

@media (min-width:1024px) {
    main .years_in_review_pdf_list .years_in_review_pdf_list_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 2rem
    }
}

main .years_in_review_pdf_list .years_in_review_pdf_list_body .years_in_review_pdf_list_item {
    width: 100%;
    margin-bottom: 2.125rem
}

@media (min-width:1024px) {
    main .years_in_review_pdf_list .years_in_review_pdf_list_body .years_in_review_pdf_list_item {
        width: 12.875rem;
        margin-bottom: 3.875rem;
        margin-right: 4.125rem
    }
}

main .years_in_review_pdf_list .years_in_review_pdf_list_body .years_in_review_pdf_list_item .years_in_review_pdf_list_item_cover {
    width: 12.875rem;
    height: 16.75rem;
    margin: 1.25rem auto;
    background: no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: 3.5px 3.5px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 3.5px 3.5px 6px 0 rgba(0, 0, 0, .25);
    display: block
}

@media (min-width:1024px) {
    main .years_in_review_pdf_list .years_in_review_pdf_list_body .years_in_review_pdf_list_item .years_in_review_pdf_list_item_cover {
        width: 100%;
        height: auto;
        margin: 0;
        padding-top: 130%;
        margin-bottom: 2.25rem;
        cursor: pointer
    }
}

main .years_in_review_pdf_list .years_in_review_pdf_list_body .years_in_review_pdf_list_item .years_in_review_pdf_list_item_download_button {
    height: 3.75rem;
    width: 12.875rem;
    background: url(../images/pdf_icon.svg) left center no-repeat;
    background-size: 1.875rem 2.625rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: .75rem;
    font-family: Campton-Bold;
    color: #53c0a5;
    text-transform: uppercase;
    letter-spacing: .05rem;
    line-height: 3.75rem
}

main .contact_us_form {
    background-color: #ededed;
    padding: 1.75rem .75rem 2.875rem;
    margin-bottom: 2rem;
    font-family: Campton-Light;
    font-size: .875rem
}

@media (min-width:1024px) {
    main .contact_us_form {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l);
        background-clip: content-box;
        margin-top: 5.563rem;
        margin-bottom: 11.25rem
    }
}

@media (min-width:1024px) {
    main .contact_us_form form {
        width: 38.625rem;
        margin-left: 3.25rem;
        padding-top: 2.75rem;
        padding-bottom: 3.125rem
    }
}

main .contact_us_form form .contact_us_form_title {
    margin-bottom: .938rem
}

@media (min-width:1024px) {
    main .contact_us_form form .contact_us_form_title {
        margin-bottom: 2.75rem
    }
}

main .contact_us_form form .contact_us_form_title h1 {
    margin: 0;
    display: block;
    font-size: 1.125rem;
    font-family: Campton-Bold;
    color: #16335a;
    height: 2.25rem;
    line-height: 2.25rem
}

@media (min-width:1024px) {
    main .contact_us_form form .contact_us_form_title h1 {
        height: 1.875rem;
        font-size: 1.75rem;
        line-height: 1.875rem
    }
}

main .contact_us_form form .contact_us_form_title h1.contact_us_form_title_desktop {
    display: none
}

@media (min-width:1024px) {
    main .contact_us_form form .contact_us_form_title h1.contact_us_form_title_desktop {
        display: block
    }
}

@media (min-width:1024px) {
    main .contact_us_form form .contact_us_form_title h1.contact_us_form_title_mobile {
        display: none
    }
}

main .contact_us_form form .form-group,
main .contact_us_form form .sf-fieldWrp {
    width: 100%
}

main .contact_us_form form .form-group label,
main .contact_us_form form .sf-fieldWrp label {
    margin-top: .375rem;
    display: block;
    font-size: .688rem;
    font-family: Campton-Light;
    color: #53c0a5;
    height: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0
}

@media (min-width:1024px) {
    main .contact_us_form form .form-group label,
    main .contact_us_form form .sf-fieldWrp label {
        font-size: .75rem;
        height: 1.688rem;
        line-height: 1.688rem
    }
}

main .contact_us_form form .form-group input[type=email],
main .contact_us_form form .form-group input[type=text],
main .contact_us_form form .sf-fieldWrp input[type=email],
main .contact_us_form form .sf-fieldWrp input[type=text] {
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 0 .25rem;
    height: 1.875rem
}

main .contact_us_form form .form-group input[type=email]:focus,
main .contact_us_form form .form-group input[type=text]:focus,
main .contact_us_form form .sf-fieldWrp input[type=email]:focus,
main .contact_us_form form .sf-fieldWrp input[type=text]:focus {
    outline: 0
}

main .contact_us_form form .form-group textarea,
main .contact_us_form form .sf-fieldWrp textarea {
    width: 100%;
    border: none;
    border-top: 1px solid #b2b2b2;
    margin-top: 1px;
    height: 12.875rem;
    resize: none;
    padding: .25rem;
    background-color: #f9f9f9
}

main .contact_us_form form .form-group textarea:focus,
main .contact_us_form form .sf-fieldWrp textarea:focus {
    outline: 0
}

main .contact_us_form form .form-group[data-sf-role=text-field-container],
main .contact_us_form form .sf-fieldWrp[data-sf-role=text-field-container] {
    border-top: 1px solid #b2b2b2
}

main .contact_us_form form .form-group[data-sf-role=paragraph-text-field-container],
main .contact_us_form form .sf-fieldWrp[data-sf-role=paragraph-text-field-container] {
    border-top: 1px solid #b2b2b2
}

main .contact_us_form form .form-group[data-sf-role=paragraph-text-field-container] label,
main .contact_us_form form .sf-fieldWrp[data-sf-role=paragraph-text-field-container] label {
    margin-top: .75rem;
    height: 2.625rem;
    line-height: 2.625rem
}

main .contact_us_form form .form-group button,
main .contact_us_form form .sf-fieldWrp button {
    margin-top: 1.5rem;
    width: 100%;
    font-size: .75rem;
    height: 2.5rem;
    font-family: Campton-Light;
    color: #53c0a5;
    border: 1px solid #b2b2b2;
    line-height: 2.5rem;
    text-transform: uppercase;
    background-color: #fff
}

@media (min-width:1024px) {
    main .contact_us_form form .form-group button,
    main .contact_us_form form .sf-fieldWrp button {
        margin-top: 2.313rem;
        width: 16.125rem
    }
    main .contact_us_form form .form-group button:hover,
    main .contact_us_form form .sf-fieldWrp button:hover {
        background-color: #f7f7f7
    }
}

main .contact_us_form form .captcha-container,
main .contact_us_form form div[data-sf-role=field-captcha-container] {
    margin-top: 1.5rem;
    margin-bottom: -1.5rem
}

main .contact_us_form form .captcha-container .sf-Captcha-button,
main .contact_us_form form div[data-sf-role=field-captcha-container] .sf-Captcha-button {
    display: none
}

main .contact_us_form form .captcha-container>a,
main .contact_us_form form div[data-sf-role=field-captcha-container]>a {
    color: #999
}

main .contact_us_form form .captcha-container input[type=text],
main .contact_us_form form div[data-sf-role=field-captcha-container] input[type=text] {
    background-color: #fff;
    width: 180px
}

main .contact_us_form form .contact_us_form_success_message {
    display: none;
    height: 2.375rem;
    line-height: 1.2;
    margin-top: 2.25rem;
    font-size: .875rem
}

main .contact_us_form form .contact_us_form_success_message span:nth-child(2) {
    color: #53c0a5;
    display: block
}

@media (min-width:1024px) {
    main .contact_us_form form .contact_us_form_success_message {
        font-size: .9375rem
    }
}

.search_results .search_results_header {
    background-color: #ededed;
    padding: 2.25rem .75rem
}

@media (min-width:1024px) {
    .search_results .search_results_header {
        padding: 4.625rem var(--base-desktop-padding-r) 4.625rem var(--base-desktop-padding-l)
    }
}

.search_results .search_results_header .search_results_header_title {
    font-family: Campton-Light;
    font-size: .6875rem;
    color: #53c0a5;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    display: block
}

@media (min-width:1024px) {
    .search_results .search_results_header .search_results_header_title {
        margin-bottom: 1.125rem;
        font-size: .75rem;
        font-family: Campton-Light!important
    }
}

.search_results .search_results_header .search_results_header_count {
    display: block;
    font-family: Campton-Bold;
    font-size: 1.125rem;
    color: #303030
}

@media (min-width:1024px) {
    .search_results .search_results_header .search_results_header_count {
        font-size: 1.75rem
    }
}

.search_results .search_results_header .search_results_header_count em {
    font-style: normal;
    color: #53c0a5
}

.search_results .search_results_body {
    padding: 0 .75rem;
    color: #303030
}

.search_results .search_results_body a,
.search_results .search_results_body strong {
    color: #53c0a5;
    font-weight: 400;
    font-style: normal
}

@media (min-width:1024px) {
    .search_results .search_results_body {
        padding: 0 var(--base-desktop-padding-r) 0 var(--base-desktop-padding-l)
    }
}

.search_results .search_results_body .search_results_item {
    display: block;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #d5d5d6
}

@media (min-width:1024px) {
    .search_results .search_results_body .search_results_item:hover .search_results_item_title {
        color: #53c0a5
    }
    .search_results .search_results_body .search_results_item:hover .search_results_item_preview {
        color: #53c0a5
    }
}

.search_results .search_results_body .search_results_item:last-child {
    border-bottom: none
}

.search_results .search_results_body .search_results_item .search_results_item_title {
    font-family: Campton-Bold;
    font-size: 1.125rem;
    color: #303030;
    margin-bottom: .5rem;
    display: block
}

@media (min-width:1024px) {
    .search_results .search_results_body .search_results_item .search_results_item_title {
        font-size: 1.75rem;
        margin-bottom: 0rem
    }
}

.search_results .search_results_body .search_results_item .search_results_item_preview {
    display: block;
    font-family: Campton-Light;
    font-size: .875rem;
    color: #303030
}

@media (min-width:1024px) {
    .search_results .search_results_body .search_results_item .search_results_item_preview {
        font-size: 1.125rem
    }
}

.error_404_widget {
    height: calc(100vh - 3.438rem);
    height: calc(var(--vh, 1vh) * 100 - 3.438rem);
    background: url(../images/404_bg.jpg) center center no-repeat;
    background-position-x: 15%;
    background-size: auto 100%
}

@media (min-width:1024px) {
    .error_404_widget {
        height: calc(100vh - 6.063rem);
        background-size: cover
    }
}

.mediaQueryTest {
    position: absolute;
    z-index: 0
}

@media (min-width:1024px) {
    .mediaQueryTest {
        z-index: 1
    }
}