:root {
    --ink: #102b52;
    --navy: #0b2855;
    --blue: #216bb4;
    --blue-bright: #2e83d3;
    --blue-pale: #eaf3fb;
    --blue-mist: #f4f8fc;
    --yellow: #f4cc39;
    --yellow-deep: #e6b915;
    --muted: #61738b;
    --line: #dce6f0;
    --white: #fff;
    --shadow: 0 18px 50px rgba(16, 43, 82, .10);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--blue-mist);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

img {
    max-width: 100%;
}

a {
    color: var(--blue);
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

a:hover,
a:focus {
    color: var(--navy);
}

h1,
h2,
h3,
h4 {
    color: var(--ink);
    font-family: 'Manrope', 'DM Sans', sans-serif;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
}

p {
    color: var(--muted);
}

.container {
    max-width: 1220px;
}

#body-bg {
    overflow: hidden;
    background: var(--blue-mist);
}

#pre-header {
    min-height: 40px;
    background: var(--navy) !important;
    color: #dce9f8;
    font-size: 13px;
}

#pre-header .container {
    width: calc(100% - 48px);
    max-width: 1220px;
    padding: 0;
}

#pre-header .row {
    display: flex;
    align-items: center;
    margin: 0;
}

#pre-header .row > div {
    padding-top: 8px;
    padding-bottom: 8px;
}

#pre-header strong {
    color: var(--yellow);
}

#pre-header a {
    color: #fff;
}

#header {
    min-height: 112px;
    padding: 14px 0;
    background: #fff;
}

#header .container {
    width: calc(100% - 48px);
    max-width: 1220px;
    padding: 0;
}

#header .row {
    margin: 0;
}

#header .logo img {
    width: auto;
    max-width: 100%;
    max-height: 82px;
    margin: 0 !important;
    object-fit: contain;
}

#hornav {
    position: relative;
    z-index: 20;
    min-height: 68px;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 7px 20px rgba(16, 43, 82, .04);
}

#hornav .container {
    width: calc(100% - 48px);
    max-width: 1220px;
    padding: 0;
}

#hornavmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: none;
    width: 100%;
    height: auto;
    min-height: 66px;
    margin: 0;
    padding: 0;
    gap: 4px;
}

#hornavmenu > li {
    float: none;
}

#hornavmenu li a {
    display: block;
    padding: 14px 15px !important;
    border-radius: 4px;
    color: var(--ink) !important;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none !important;
}

#hornavmenu li a:hover,
#hornavmenu li a:focus,
#hornavmenu li a.active {
    background: var(--blue-pale);
    color: var(--blue) !important;
}

#hornavmenu li:last-child a {
    margin-left: 8px;
    padding: 13px 22px !important;
    background: var(--yellow) !important;
    color: var(--navy) !important;
}

#hornavmenu li:last-child a:hover,
#hornavmenu li:last-child a:focus {
    background: var(--yellow-deep) !important;
    color: var(--navy) !important;
}

.slicknav_menu {
    padding: 10px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.slicknav_btn {
    border-radius: 4px;
    background: var(--navy);
}

.slicknav_nav {
    margin-top: 10px;
    background: #fff;
}

.slicknav_nav a {
    padding: 11px 14px;
    border-radius: 4px;
    color: var(--ink) !important;
    font-weight: 700;
}

.slicknav_nav a:hover {
    background: var(--blue-pale);
    color: var(--blue) !important;
}

#heading {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    min-height: 205px;
    padding: 42px 0;
    overflow: hidden;
    background: var(--navy) !important;
    background-image: none !important;
}

#heading::before {
    position: absolute;
    top: 0;
    left: max(24px, calc((100vw - 1220px) / 2));
    width: 92px;
    height: 7px;
    background: var(--yellow);
    content: '';
}

#heading .container {
    position: relative;
    z-index: 1;
    width: calc(100% - 48px);
    max-width: 1220px;
}

#heading .col-md-8 {
    width: 100%;
    margin: 0;
    padding: 0;
}

#heading .heading-content {
    margin: 0;
    text-align: left;
}

#heading h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    text-transform: none;
}

#heading span,
#heading a {
    color: #dbe9f8;
    font-size: 14px;
    text-transform: none;
}

#heading a:hover {
    color: var(--yellow);
}

#content {
    padding: 48px 0 76px;
    background: var(--blue-mist);
}

#content > .container.background-white {
    width: calc(100% - 48px);
    max-width: 1220px;
    padding: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

#content .margin-vert-30,
#content .margin-vert-40 {
    margin-top: 0;
    margin-bottom: 0;
}

#content h1,
#content h2 {
    color: var(--ink);
}

#content h2 {
    margin-top: 0;
    font-size: 34px;
}

#content h3 {
    font-size: 22px;
}

#content p,
#content li {
    color: #526881;
    font-size: 16px;
    line-height: 1.8;
}

#content .tick {
    padding-left: 22px;
}

#content .tick li {
    padding: 3px 0;
}

#content hr {
    border-color: var(--line);
}

.panel-default {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: none;
}

.panel-default > .panel-heading {
    padding: 0;
    background: #fff;
}

.panel-default .panel-title a {
    display: block;
    padding: 18px 22px;
    color: var(--ink);
    font-weight: 700;
}

.panel-default .panel-title a:hover,
.panel-default .panel-title a:focus {
    background: var(--blue-pale);
    color: var(--blue);
    text-decoration: none;
}

.panel-default .panel-body {
    padding: 24px;
    border-top: 1px solid var(--line) !important;
}

.panel-body img {
    width: 100%;
    border-radius: 4px;
}

.person-details figure {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 43, 82, .07);
}

.person-details figure img {
    width: 100%;
}

.person-details figcaption {
    padding: 12px 18px;
}

.person-details figcaption h3 {
    margin: 0;
}

.progress {
    height: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--blue-pale);
    box-shadow: none;
}

.progress-bar-primary {
    background: var(--blue);
}

.slab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    height: auto !important;
    margin-top: 12px;
    padding: 18px !important;
    border: 1px solid var(--line);
    border-bottom: 3px solid var(--yellow);
    border-radius: 5px;
    background: #fff !important;
    color: var(--ink);
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease;
}

.slab:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.slab h3 {
    margin: 0;
    font-size: 16px;
}

.contact {
    margin: 0;
}

.contact .pad {
    height: auto !important;
    min-height: 160px;
    margin: 0 0 14px;
    padding: 24px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--yellow);
    border-radius: 5px;
    background: #fff !important;
    text-align: left;
}

.contact .pad h4 {
    color: var(--ink) !important;
}

.contact .pad .icon {
    color: var(--blue) !important;
}

.contact .pad a {
    color: var(--blue);
    font-size: 17px;
}

.contact .map iframe {
    min-height: 380px;
    border: 0;
    border-radius: 6px;
}

.contact .img-full {
    border-radius: 6px;
}

.apply,
#content .apply {
    display: inline-block;
    margin: 16px 0;
    padding: 15px 24px;
    border: 0;
    border-radius: 4px;
    background: var(--yellow) !important;
    color: var(--navy) !important;
    font-size: 14px !important;
    font-weight: 800;
    text-decoration: none;
}

.apply:hover,
#content .apply:hover {
    transform: translateY(-2px);
    background: var(--yellow-deep) !important;
    color: var(--navy) !important;
}

#base {
    padding: 54px 0 26px;
    background: var(--navy);
    color: #dce9f8;
}

#base .container {
    width: calc(100% - 48px);
    max-width: 1220px;
    padding: 0;
}

#base h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

#base p,
#base li {
    color: #c2d3e8;
    font-size: 14px;
}

#base a {
    color: #fff;
}

#base a:hover {
    color: var(--yellow);
}

#base .menu {
    padding-left: 0;
    list-style: none;
}

#base .menu li {
    margin-bottom: 7px;
}

#base .footerImg {
    display: block;
    position: relative;
    top: -130px;
    width: min(650px, 100%);
    height: auto;
    margin: 0 0 -94px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 5px;
}

#base .fa-lg {
    color: var(--yellow);
}

#footer {
    padding: 17px 0 6px;
    background: #071d3d;
}

#footer .container {
    width: calc(100% - 48px);
    max-width: 1220px;
    padding: 0;
}

#footer p,
#footer a {
    color: #b9c9dc;
    font-size: 13px;
}

#footer a {
    color: var(--yellow) !important;
}

#sfcgemau15rcsy3dfegjx2g7ny7medytbca {
    height: 0;
    line-height: 0;
}

#sfcgemau15rcsy3dfegjx2g7ny7medytbca > img {
    position: absolute;
    width: 1px;
    height: 1px;
}

.home-legacy-content {
    display: none;
}

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 39.4vw;
    min-height: 560px;
    max-height: 700px;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
}

.home-hero__slideshow,
.home-hero__photo,
.home-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__slideshow {
    overflow: hidden;
}

.home-hero__photo {
    object-fit: cover;
    object-position: center 45%;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.home-hero__photo.is-active {
    opacity: 1;
}

.home-hero__shade {
    background: rgba(8, 35, 76, .78);
}

.home-hero__inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 48px);
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 0;
}

.home-hero__copy {
    max-width: 900px;
    animation: home-rise .6s ease-out both;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 19px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-eyebrow::before {
    width: 34px;
    height: 2px;
    background: var(--yellow);
    content: '';
}

.home-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.12;
}

.home-hero__copy > p {
    max-width: 600px;
    margin: 22px 0 30px;
    color: #e0eaf5;
    font-size: 19px;
    line-height: 1.65;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.home-button--yellow {
    background: var(--yellow);
    color: var(--navy);
}

.home-button--yellow:hover,
.home-button--yellow:focus {
    transform: translateY(-2px);
    background: var(--yellow-deep);
    color: var(--navy);
}

.home-button--line {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

.home-button--line:hover,
.home-button--line:focus {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.home-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.home-hero__facts span {
    color: #e1ebf7;
    font-size: 13px;
    font-weight: 700;
}

.home-hero__facts span::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 9px 1px 0;
    border-radius: 50%;
    background: var(--yellow);
    content: '';
}

.home-highlights {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.home-highlights__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 48px);
    max-width: 1220px;
    margin: 0 auto;
}

.home-highlight {
    position: relative;
    padding: 27px 34px 28px 0;
}

.home-highlight + .home-highlight {
    padding-left: 34px;
    border-left: 1px solid var(--line);
}

.home-highlight strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ink);
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
}

.home-highlight span {
    color: var(--muted);
    font-size: 14px;
}

.home-benefits {
    padding: 72px 0 78px;
    background: var(--blue-pale);
}

.home-benefits__inner {
    width: calc(100% - 48px);
    max-width: 1220px;
    margin: 0 auto;
}

.home-benefits__heading {
    margin-bottom: 29px;
}

.home-benefits__heading h2 {
    margin: 8px 0 0;
    font-size: 34px;
}

.home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-benefit {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 250px;
    padding: 22px;
    border: 1px solid var(--line);
    border-top: 3px solid var(--yellow);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 43, 82, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-benefit:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.home-benefit__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.home-benefit__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: var(--blue-pale);
    color: var(--blue);
    font-size: 20px;
}

.home-benefit__number {
    color: #7e91a8;
    font-size: 12px;
    font-weight: 800;
}

.home-benefit h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.home-benefit p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.home-overview {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    width: calc(100% - 48px);
    max-width: 1120px;
    margin: 0 auto;
    padding: 88px 0;
}

.home-overview__eyebrow {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-overview h2 {
    max-width: 520px;
    margin: 12px 0 18px;
    font-size: 38px;
}

.home-overview p {
    margin-bottom: 22px;
    color: var(--muted);
    line-height: 1.8;
}

.home-overview__list {
    align-self: center;
    border-top: 1px solid var(--line);
}

.home-overview__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 17px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.home-overview__number {
    color: var(--blue);
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.home-overview__item h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.home-overview__item p {
    margin: 0;
    font-size: 14px;
}

.home-careers {
    padding: 74px 0 82px;
    background: var(--blue-pale);
}

.home-careers__inner {
    width: calc(100% - 48px);
    max-width: 1220px;
    margin: 0 auto;
}

.home-careers__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.home-careers__heading h2 {
    margin: 7px 0 0;
    font-size: 34px;
}

.home-careers__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-career-card {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    text-decoration: none;
}

.home-career-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.home-career-card::after {
    position: absolute;
    inset: 0;
    background: rgba(8, 35, 76, .64);
    content: '';
}

.home-career-card:hover img {
    transform: scale(1.04);
}

.home-career-card span {
    position: absolute;
    z-index: 1;
    right: 18px;
    bottom: 18px;
    left: 18px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 19px;
    font-weight: 800;
}

.registration-refresh {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 0 88px;
}

.registration-intro {
    max-width: 730px;
    margin-bottom: 34px;
}

.registration-intro .home-overview__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
}

.registration-intro h1 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 43px;
}

.registration-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.registration-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr);
    gap: 28px;
    align-items: start;
}

.registration-form {
    padding: 36px;
    border: 1px solid var(--line);
    border-top: 4px solid var(--yellow);
    border-radius: 6px;
    background: #fff;
    box-shadow: var(--shadow);
}

.registration-form__heading {
    margin-bottom: 26px;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--line);
}

.registration-form__heading h2 {
    margin: 0 0 5px;
    font-size: 23px;
}

.registration-form__heading p {
    margin: 0;
    font-size: 13px;
}

.registration-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.registration-field {
    display: block;
    margin-bottom: 19px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
}

.registration-field span {
    color: #c34030;
}

.registration-field input,
.registration-field textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    margin-top: 7px;
    padding: 11px 13px;
    border: 1px solid #cbd8e6;
    border-radius: 4px;
    outline: none;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 15px;
    font-weight: 400;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.registration-field textarea {
    min-height: 100px;
    resize: vertical;
}

.registration-field input:focus,
.registration-field textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(33, 107, 180, .13);
}

.registration-submit {
    display: flex;
    justify-content: flex-end;
    padding-top: 7px;
}

.registration-submit button {
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    background: var(--yellow);
    color: var(--navy);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease;
}

.registration-submit button:hover,
.registration-submit button:focus {
    transform: translateY(-2px);
    background: var(--yellow-deep);
}

.registration-aside {
    overflow: hidden;
    border-radius: 6px;
    background: var(--navy);
    color: #fff;
}

.registration-aside__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.registration-aside__content {
    padding: 25px;
}

.registration-aside__content h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 21px;
}

.registration-aside__content p,
.registration-aside__content li {
    color: #d6e3f1;
    font-size: 14px;
}

.registration-aside__content ul {
    margin: 16px 0 0;
    padding-left: 19px;
}

.registration-aside__content li + li {
    margin-top: 7px;
}

.registration-aside__content a {
    color: var(--yellow);
    font-weight: 700;
}

.site-header {
    position: relative;
    z-index: 30;
    background: #fff;
}

.site-contact-bar {
    background: var(--navy);
    color: #dce9f8;
    font-size: 12px;
}

.site-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 48px);
    max-width: 1220px;
    margin: 0 auto;
}

.site-contact-bar .site-header-container {
    min-height: 37px;
    gap: 18px;
}

.site-contact-bar .site-header-container > div {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.site-contact-bar a {
    color: #fff;
}

.site-contact-bar a:hover {
    color: var(--yellow);
}

.site-navigation-wrap {
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 20px rgba(16, 43, 82, .04);
}

.site-navigation-row {
    min-height: 91px;
    gap: 24px;
}

.site-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 13px;
    color: var(--ink);
    text-decoration: none;
}

.site-brand:hover,
.site-brand:focus {
    color: var(--ink);
    text-decoration: none;
}

.site-brand img {
    display: block;
    width: 86px;
    height: 66px;
    object-fit: contain;
}

.site-brand span {
    display: grid;
    gap: 2px;
}

.site-brand strong {
    color: var(--navy);
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.site-brand small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.3;
}

.site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    margin-left: auto;
}

.site-navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 11px;
    border-radius: 4px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-navigation a:hover,
.site-navigation a:focus,
.site-navigation a.is-current {
    background: var(--blue-pale);
    color: var(--blue);
}

.site-navigation a.site-navigation-apply {
    min-height: 44px;
    margin-left: 7px;
    padding: 0 20px;
    background: var(--yellow);
    color: var(--navy);
    font-weight: 800;
}

.site-navigation a.site-navigation-apply:hover,
.site-navigation a.site-navigation-apply:focus {
    background: var(--yellow-deep);
    color: var(--navy);
}

.site-menu-toggle {
    display: none;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
}

.site-menu-toggle i {
    color: var(--blue);
    font-size: 16px;
}

#body-bg #pre-header,
#body-bg #header,
#hornav-sticky-wrapper,
#body-bg #hornav,
.slicknav_menu {
    display: none !important;
}

@keyframes home-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1199px) {
    #base .footerImg {
        position: static;
        top: auto;
        margin: 0 0 25px;
    }

    #hornavmenu {
        display: none;
    }

    #hornav {
        min-height: 0;
        border: 0;
        box-shadow: none;
    }

    #hornav .container {
        width: 100%;
    }

    .site-navigation-row {
        min-height: 80px;
    }

    .site-navigation {
        gap: 0;
    }

    .site-navigation a {
        padding: 0 8px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #base .footerImg {
        position: static;
        top: auto;
        margin: 0 0 25px;
    }

    #pre-header .row {
        display: block;
    }

    #pre-header .row > div {
        text-align: center;
    }

    #header {
        min-height: 95px;
        padding: 11px 0;
    }

    #header .logo img {
        max-height: 72px;
    }

    .site-navigation-row {
        position: relative;
        min-height: 76px;
        flex-wrap: wrap;
        gap: 0;
        padding: 8px 0;
    }

    .site-brand img {
        width: 70px;
        height: 56px;
    }

    .site-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .site-navigation {
        display: none;
        flex: 0 0 100%;
        align-items: stretch;
        padding: 10px 0 4px;
        border-top: 1px solid var(--line);
    }

    .site-navigation.is-open {
        display: flex;
        flex-direction: column;
    }

    .site-navigation a {
        justify-content: flex-start;
        min-height: 43px;
        padding: 0 12px;
        font-size: 14px;
    }

    .site-navigation a.site-navigation-apply {
        justify-content: center;
        margin: 8px 0 2px;
    }

    .home-overview {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 64px 0;
    }

    .home-careers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .registration-layout {
        grid-template-columns: minmax(0, 1fr) minmax(250px, .75fr);
        gap: 18px;
    }

    .registration-form {
        padding: 26px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    #pre-header .container,
    #header .container,
    #heading .container,
    #content > .container.background-white,
    #base .container,
    #footer .container {
        width: calc(100% - 36px);
    }

    #pre-header .row > div {
        padding: 5px 0;
    }

    .site-header-container {
        width: calc(100% - 36px);
    }

    .site-contact-bar .site-header-container {
        display: block;
        padding: 6px 0;
        line-height: 1.7;
    }

    .site-contact-bar .site-header-container > div {
        gap: 4px 15px;
    }

    .site-brand {
        gap: 8px;
    }

    .site-brand img {
        width: 55px;
        height: 50px;
    }

    .site-brand strong {
        font-size: 14px;
    }

    .site-brand small {
        max-width: 175px;
        font-size: 10px;
    }

    #header .logo img {
        max-height: 60px;
    }

    .slicknav_menu {
        padding: 9px 18px;
    }

    #heading {
        min-height: 158px;
        padding: 34px 0;
    }

    #heading h2 {
        font-size: 32px;
    }

    #content {
        padding: 36px 0 50px;
    }

    #content h2 {
        font-size: 28px;
    }

    #base {
        padding-top: 40px;
    }

    #base .footerImg {
        margin: 0 0 25px;
    }

    #footer #copyright p,
    #footer #footermenu ul {
        float: none !important;
        text-align: left;
    }

    .home-hero {
        height: auto;
        min-height: 570px;
        max-height: none;
    }

    .home-hero__inner,
    .home-highlights__inner,
    .home-careers__inner,
    .registration-refresh {
        width: calc(100% - 36px);
    }

    .home-hero__inner {
        padding: 66px 0 76px;
    }

    .home-hero h1 {
        font-size: 43px;
    }

    .home-hero__copy > p {
        font-size: 17px;
    }

    .home-hero__facts {
        gap: 10px 20px;
        margin-top: 29px;
    }

    .home-highlights__inner {
        grid-template-columns: 1fr;
        padding: 7px 0;
    }

    .home-highlight,
    .home-highlight + .home-highlight {
        padding: 16px 0;
        border: 0;
        border-bottom: 1px solid var(--line);
    }

    .home-highlight:last-child {
        border-bottom: 0;
    }

    .home-overview {
        width: calc(100% - 36px);
        padding: 52px 0;
    }

    .home-benefits {
        padding: 48px 0 54px;
    }

    .home-benefits__inner {
        width: calc(100% - 36px);
    }

    .home-benefits__heading h2 {
        font-size: 29px;
    }

    .home-benefits__grid {
        grid-template-columns: 1fr;
    }

    .home-benefit {
        min-height: 0;
    }

    .home-overview h2 {
        font-size: 31px;
    }

    .home-careers {
        padding: 52px 0 58px;
    }

    .home-careers__heading {
        display: block;
    }

    .home-careers__heading h2 {
        font-size: 29px;
    }

    .home-careers__grid {
        gap: 10px;
    }

    .home-career-card {
        min-height: 180px;
    }

    .home-career-card span {
        right: 12px;
        bottom: 12px;
        left: 12px;
        font-size: 16px;
    }

    .registration-refresh {
        padding: 48px 0 58px;
    }

    .registration-intro h1 {
        font-size: 34px;
    }

    .registration-layout {
        grid-template-columns: 1fr;
    }

    .registration-form {
        padding: 22px 18px;
    }

    .registration-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .registration-aside__image {
        max-height: 240px;
        aspect-ratio: 16 / 9;
    }

    .contact .map iframe {
        min-height: 310px;
    }

    .panel-default .panel-body {
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}