*, :after, :before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@font-face {
    font-family: 'icons';
    src:  url('fonts/icons/icons.eot?ver=6hton5');
    src:  url('fonts/icons/icons.eot?ver=6hton5#iefix') format('embedded-opentype'),
      url('fonts/icons/icons.ttf?ver=6hton5') format('truetype'),
      url('fonts/icons/icons.woff?ver=6hton5') format('woff'),
      url('fonts/icons/icons.svg?ver=6hton5#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
body {
    background-color: #f3f7f8;
    color: #000;
    font-family: 'nexaregular', sans-serif;
    margin: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.4;
    font-size: calc(14.67052px + .23121vw);
}
.section_heading h2 {
    font-size: calc(14.7052px + 2.31214vw);
    line-height: calc(20.36994px + 2.19653vw);
    letter-spacing: calc(-.0578vw + .33237px);
}
@media screen and (max-width:575px){
    .section_heading h2 {
        letter-spacing: 0;
        line-height: 33px;
        font-size: 28px;
    }
}
/* UC Header */

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

#masthead {
    padding: 1em 0;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    z-index: 2;
}

#masthead .logo {
    width: 100%;
    max-width: 320px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#masthead .logo span {
    background: url(../assets/logo.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 22%;
    display: block;
}

header nav {
    display: block;
    width: 100%;
}

#masthead nav {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav a {
    font-size: 1.125em;
    padding: 0;
    margin-left: 2em;
}

header nav a:first-child {
    margin-left: 0;
}

header nav a.highlight {
    border: 2px solid #a80000;
    background: #a80000;
    color: #fff;
    padding: 0.5em 1em;
}

nav.main-navigation a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #4a4a4a;
    /*text-transform: capitalize;*/
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#masthead nav.main-navigation a:hover {
    color: #4a4a4a;
}
#masthead nav a.highlight:hover {
    background: transparent;
    color: #a80000;
}
#masthead nav.main-navigation a:after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-bottom: 2px solid #4a4a4a;
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#masthead nav.main-navigation a.highlight:after {
    display: none;
}

#masthead nav.main-navigation a:hover:after {
    width: 100%;
    left: 0;
}

.navigation-button {
    padding: 0 0 0 1em;
}

#masthead .menu {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
}

#masthead .menu:before {
    font-size: 1.5em;
    content: "\e916";
    display: inline-block;
    padding: 0.25em 0;
}

#masthead .menu-open .menu:before {
    content: '\e5cd';
}

#menu-view nav.main-navigation a {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.navigation-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#masthead .menu {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    padding: 0 1em;
    font-size: 0.825rem;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: -0.5em;
}

#masthead .menu:before {
    font-family: 'icons';
    font-size: 2em;
    content: "\e916";
    display: block;
    padding: 0 0 0.25em 0;
}

.navigation-open #masthead .menu:before {
    content: "\ea2a";
}

#menu-view nav.main-navigation a {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

#mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background-color: #f2f2f2;
    color: #4a4a4a;
    visibility: hidden;
    -webkit-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all .75s 0s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.navigation-open #mobile-navigation {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

#mobile-navigation nav.main-navigation a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125rem;
}

#mobile-navigation nav.main-navigation a:after {
    font-family: 'icons';
    content: "\e910";
    float: right;
    width: 3em;
    display: block;
    text-align: center;
}

#mobile-navigation nav.main-navigation a:hover {
    color: #fff;
    background-color: #646469;
}
/* UC Footer */
footer {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #002047;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 70px;
}
footer .footer_top.column_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
}
footer .column.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
footer .logo {
    max-width: unset;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}
footer .logo figcaption {
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 10px;
    text-align: right;
    font-family: 'nexaheavy';
    padding-left: 20%;
}
.circle-text {
    position: relative;
    white-space: nowrap;
}
.circle-text .circle-svg {
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
}
.circle-text .circle-svg img, .circle-text .circle-svg svg {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.circle-text .circle-path {
    stroke-width: 5;
}
footer .block-block-groupfooter-contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-left: 20%;
}
footer .address {
    font-size: 18px;
    margin: 0;
}
footer .address .organization {
    color: #80c2ff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'nexaheavy';
}
footer .address .country {
    display: none;
}
.footer-inner a {
    color: #fff;
}
.social-media-links--platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 2rem;
}
.social-media-links--platforms li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 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;
}
.social-media-links--platforms a {
    text-decoration: none;
}
.fab:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook:before {
    content: "\e906";
    font-size: 2.25rem;
}
.fa-tiktok:before {
    content: "\e907";
}
.fa-x-twitter:before {
    content: "\e900";
}
.fa-youtube:before {
    content: "\eaaa";
    font-size: 1.5rem;
}
.fa-instagram:before {
    content: "\ea52";
}
.fa-linkedin:before {
    content: "\ea8d";
}
.footer-top__second .footer-container {
    background: -o-linear-gradient(315deg, #003b70, #002652);
    background: linear-gradient(135deg, #003b70, #002652);
    border-radius: 12px;
    padding: 60px 110px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-top__second .footer-container {
    padding-left: 130px;
    padding-right: calc(-23.17919px + 9.24855vw);
}
.footer-inner h2 {
    line-height: calc(22.68208px + .92486vw);
    font-size: calc(13.3526px + 1.15607vw);
    text-transform: uppercase;
    font-family: 'nexaregular';
}
.footer-inner h2 strong, .footer-inner h3 strong {
    font-family: 'nexaheavy';
}
a.arrow-link,
.footer-inner a.arrow-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    font-family: 'nexaheavy';
    padding-right: 10px;
    text-decoration: none;
}
a.arrow-link:after, 
.footer-inner a.arrow-link:after {
    font-family: 'icons' !important;
    content: "\e909";
    content: "\e92b";
    font-style: normal;
    font-size: 1rem;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0;
    margin-left: 8px;
    -webkit-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}
a.arrow-link:hover:after,
.footer-inner a.arrow-link:hover:after {
    left: 10px;
}
.footer-top__second .menu {
    border-top: 1px solid #80c2ff;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: calc(18.3526px + 1.15607vw);
    padding-top: calc(8.3815px + 2.89017vw);
}
.footer-top__second .menu li {
    font-size: calc(10.01156px + .69364vw);
}
.footer-top__second .menu li a {
    font-family: 'nexaheavy';
    color: #fff;
    text-decoration: none;
}
.footer-top__second .menu li a:hover,
.footer-top__second .menu li a:focus {
    text-decoration: underline;
}
.footer_bottom {
    padding-top: 60px;
}
.region-site-bottom {
    width: 100%;
}
.footer_bottom .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer_bottom .menu li {
    font-size: 14px;
}
.footer_bottom .menu li a {
    color: #fff;
    text-decoration: none;
}
.footer_bottom .menu li a:hover,
.footer_bottom .menu li a:focus {
    text-decoration: underline;
}
#block-copyrightinformation {
    color: #80c2ff;
    font-size: 14px;
}

.u-isVisuallyHidden,
.visually-hidden,
.visually_hidden,
noscript img {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
@media screen and (max-width:767px){
    .footer-inner {
        background-image: url(../assets/bg-stars-wide.png);
        background-position: center 150px;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    footer .footer_top.column_group {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-top__second .footer-container {
        padding: 30px;
    }
    footer .column.vertical {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .footer_bottom {
        padding-top: 0;
    }
    .footer_bottom .menu {
        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-align: normal;
                    -ms-flex-align: normal;
                        align-items: normal;
                gap: 15px;
    }
    .footer_bottom .region-site-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 25px;
        padding: 30px;
    }
    .footer-top__second .menu {
        margin-top: calc(18.3526px + 1.15607vw);
        grid-template-columns: 1fr;
    }
    footer .block-block-groupfooter-contact-group {
        padding-left: 0;
    }
    footer .logo {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer .block-block-groupfooter-contact-group {
        padding-left: 30px;
    }
    footer .footer_top.column_group {
        gap: 25px;
    }
}
@media screen and (max-width: 575px) {
    footer .logo figcaption {
        font-size: 14px;
    }
}

.half-spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-bottom: 140px;
    position: relative;
}
.half-spotlight:after {
    content: url(..assets/bg-stars.svg);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-15%, -57%);
        -ms-transform: translate(-15%, -57%);
            transform: translate(-15%, -57%);
    z-index: -1;
}
.half-spotlight.half-spotlight--image-right:after {
    -webkit-transform: translate(-85%, -57%) scaleX(-1);
        -ms-transform: translate(-85%, -57%) scaleX(-1);
            transform: translate(-85%, -57%) scaleX(-1);
}
.half-spotlight--image-right .half-spotlight--content {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    margin-right: -60px;
    translate: 0 140px;
    padding-bottom: calc(10.0578px + 3.46821vw);
    padding-top: calc(10.0578px + 3.46821vw);
}
.half-spotlight--image-right .half-spotlight--media {
    grid-row: 1;
}
.half-spotlight--content {
    background: -o-linear-gradient(315deg, #003b70, #001f48);
    background: linear-gradient(135deg, #003b70, #001f48);
    background: #fff;
    border-radius: 12px;
    color: #fff;
    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;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.half-spotlight--media figure {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
}
.half-spotlight--media figure img, .half-spotlight--media figure video {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.half-spotlight:after {
    content: url(../assets/bg-stars.svg);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-15%, -57%);
        -ms-transform: translate(-15%, -57%);
            transform: translate(-15%, -57%);
    z-index: -1;
}
@media screen and (max-width:767px){
    .half-spotlight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .half-spotlight--image-right .half-spotlight--content {
        margin: 0 auto -80px auto;
        translate: 0 -80px;
    }
}
.link-list-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    grid-gap: 0 35px !important;
}
.link-list-item {
    display: block;
    position: relative;
}
.link-list-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e0e5e9;
    color: #b21e27;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    padding: 20px 70px 20px 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    font-size: calc(14.67052px + .23121vw);
    text-align: left;
}
.link-list-link span {
    position: relative;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    z-index: 1;
}
.link-list-link .icon {
    color: #b21e27;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    translate: 0 -50%;
    z-index: 1;
}
.link-list-link .icon:after {
    content: "\e92b";
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b21e27;
    font-size: 18px;
}
.link-list-link:hover,
.link-list-link:focus {
    border-bottom-color: #b21e27;
}
.link-list-link:hover .icon,
.link-list-link:focus .icon {
    right: 0;
}
.full-spotlight {
    position: relative;
    /*#00345e
    background-color: #f3f7f8;
    background-image: url(../assets/bg-stars-callout.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    */
}
.full-spotlight:after {
    content: '';
    position: absolute;
    background-color: #f3f7f8;
    background-image: url(../assets/bg-stars-callout.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.75;
    background-image: url(../assets/bg-stars-wide-2.png);
    background-position: center;
    opacity: 0.5;
}