/* ---------- Color Module Styles ----------- */

:root {
  --primary-color: #037b90;  
  --secondary-color: #Ff7f50;  
  --title-color: coral;  
  --text-color: coral;  
}

.hero.homepage.alert {
    background: #431170;
}
.hero.homepage.alert :focus-visible {
    outline-color: #fff;
}
.hero.homepage.alert .ouk-content-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
}
.hero.homepage.alert .ouk-content-container .caption {
    width: 60%;
    margin: auto;
}
.hero.homepage.alert .ouk-content-container .caption span.fonta {
    display: block;
    text-align: center;
    margin-bottom: -15px;
    color: #fff;
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 32px;
    line-height: 2;
}
@media (max-width: 62rem) {
    .hero.homepage.alert .ouk-content-container .caption span.fonta {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 32px;
        line-height: 2;
    }
}
@media (max-width: 48rem) {
    .hero.homepage.alert .ouk-content-container .caption span.fonta {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 42px;
        line-height: 2.625;
    }
}
.hero.homepage.alert .ouk-content-container .caption h2 {
    margin: 0;
    text-align: center;
}

.mega-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu .icon {
    font-size: 0.8rem;
    margin: 0 0 0 0.2rem;
    position: relative;
    top: -0.1rem;
}

.mega-menu a {
    color: #037b90;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.mega-menu a:focus,
.mega-menu a:hover {
    color: #ff7f50;
    border-bottom: 3px solid #ff7f50;
    text-decoration: none;
}

.mega-menu__dropdown {
    display: none;
    box-sizing: border-box;
}

.mega-menu__dropdown__desc:not(.line-clamp-7),
.mega-menu__dropdown__image {
    display: none;
}

.mega-menu__dropdown__desc.line-clamp-7 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 7 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.5;
    max-height: calc(1.5em * 7);
    font-size: 1rem;
    font-weight: 500;
    color: black;
}

.mega-menu__dropdown__image img {
    width: 100%;
    height: auto;
}

.mega-menu__dropdown .sub-menu {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0;
    margin: 1em 0 0 2em;
    list-style: none;
}

.mega-menu__dropdown .sub-menu li {
    margin: 0 0 0.8em;
    color: #ff7f50;
}

.mega-menu > li > a {
    display: block;
    padding: 0.2em 0.3em;
    border-bottom: 1px solid #ddd;
}

.mega-menu > li.dropdown--expanded .mega-menu__dropdown {
    display: block;
}

@media (min-width: 48rem) {
    .mega-menu {
        display: flex;
        justify-content: flex-end;
    }

    .mega-menu > li {
        margin-left: 2.5rem;
    }

    .mega-menu > li:first-child {
        margin-left: 0;
    }

    .mega-menu > li > a {
        font-size: 0.875rem;
        color: inherit;
        line-height: 1.625;
        font-weight: 500;
        transition: all 0.5s;
        text-decoration-thickness: 2px;
        text-underline-offset: 0.3em;
        padding: 0;
        border: none;
    }

    .mega-menu > li.dropdown--expanded .mega-menu__dropdown {
        display: flex;
    }

    .mega-menu__dropdown {
        position: absolute;
        left: 0;
        top: calc(100% + 0.95em);
        background: #fff;
        width: 100%;
        padding: 1em;
        gap: 2rem;
        z-index: 1;
    }

    .mega-menu__dropdown .sub-menu {
        column-count: 2;
        margin: 0;
    }

    .mega-menu__dropdown__desc,
    .mega-menu__dropdown__image {
        display: block;
        flex: 0 0 25%;
        margin: 0;
    }

    .mega-menu__dropdown__desc + .sub-menu,
    .mega-menu__dropdown__image + .sub-menu {
        flex: 1;
        padding-left: 2rem;
        border-left: 1px solid #ddd;
    }
}

@media (min-width: 62rem) {
    .mega-menu > li {
        margin-left: 3rem;
    }

    .mega-menu > li > a {
        font-size: 1.1875rem;
    }
}



#skyline {
    display: none;
    background: #037b90;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 0.2rem 0;
    font-size: 12px;
    font-size: 0.75rem;
}
#skyline .ouk-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#skyline .left-toolbar,
#skyline .right-toolbar {
    margin: 0;
}
#skyline .left-toolbar > li a,
#skyline .right-toolbar > li a {
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#skyline .left-toolbar > li a:focus,
#skyline .left-toolbar > li a:hover,
#skyline .right-toolbar > li a:focus,
#skyline .right-toolbar > li a:hover {
    color: #Ff7f50;
}
@media (min-width: 62rem) {
    #skyline .left-toolbar > li a,
    #skyline .right-toolbar > li a {
        padding: 0.5rem 0.9rem;
    }
}
#skyline .left-toolbar > li:first-child a {
    padding-left: 0;
}
#skyline .right-toolbar {
    margin-left: auto;
}
#skyline .navbar-form {
    margin: 0 0 0 0.5rem;
    width: 150px;
    width: 9.375rem;
}
@media (min-width: 48rem) {
    #skyline {
        display: block;
    }
    #skyline :focus-visible {
        outline-color: #fff;
    }
}
@media (min-width: 62rem) {
    #skyline .navbar-form {
        width: 210px;
        width: 13.125rem;
    }
}
header {
    color: #037b90;
    width: 100%;
    margin: 0;
}
header :focus-visible {
    outline-color: #037b90;
    outline-style: solid;
    outline-offset: 1px;
}
header .logo {
    display: block;
}
header .navbar-form {
    justify-self: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375;
}
header .navbar-form,
header .navbar-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
header .navbar-form .form-group,
header .navbar-form .form-group input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
header .navbar-form .form-group input {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0.6em 3em 0.6em 1em;
    border-radius: 2em;
    font-size: 14px;
    font-size: 0.875rem;
}
header .navbar-form .form-group input:focus,
header .navbar-form .form-group input:focus-visible {
    outline-color: #fdb515 !important;
}
@media (min-width: 48rem) {
    header .navbar-form input {
        border: none;
    }
}
header .left-toolbar,
header .right-toolbar {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header .left-toolbar > li > a,
header .right-toolbar > li > a {
    color: #037b90;
    text-decoration: none;
    display: block;
}
@media (min-width: 48rem) {
    header .left-toolbar > li > a,
    header .right-toolbar > li > a {
        color: #fff;
        font-size: inherit;
    }
}
@media (min-width: 48rem) {
    header .left-toolbar,
    header .right-toolbar {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
header .left-toolbar-title {
    margin-top: 0.2rem;
    color: #037b90;
    padding: 0.9375rem 0.8125rem 0.9375rem 0.375rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
}
@media (min-width: 48rem) {
    header .left-toolbar-title {
        margin-top: 0;
    }
    header .left-toolbar-title:before {
        display: none;
    }
}
header .left-toolbar > li {
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
}
header .left-toolbar > li > a {
    text-align: left;
    padding: 0.2em 0.3em;
    width: 100%;
}
@media (min-width: 48rem) {
    header .left-toolbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }
    header .left-toolbar > li {
        border-bottom: none;
        padding: 0;
    }
}
header .right-toolbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    color: #fff;
    margin-top: 0.2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .right-toolbar,
header .right-toolbar > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .right-toolbar > li {
    padding: 0;
    width: calc(50% - 0.5rem);
    text-align: center;
    margin: 0.25rem 0;
}
header .right-toolbar > li > a {
    color: #fff;
    width: 100%;
    font-size: 1.25rem;
    background-color: #037b90;
    padding: 0.8125rem 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.25rem;
}
@media (min-width: 48rem) {
    header .right-toolbar {
        margin-top: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    header .right-toolbar > li {
        width: auto;
        text-align: left;
        margin: 0;
    }
    header .right-toolbar > li > a {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        margin: 0;
        display: block;
        border-radius: 0;
        font-size: inherit;
    }
}
header.Band {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 48rem) {
    header.Band {
        grid-template-rows: repeat(5, 45px);
    }
}
@media (max-width: 48rem) {
    header.on {
        display: block;
    }
    header.on > .ouk-content-container {
        display: block;
        height: auto;
    }
    header.on > .ouk-content-container .mobile-header {
        grid-row: 1;
    }
    header.on > .ouk-content-container .navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header.on > .ouk-content-container .navigation > * {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    header.on > .ouk-content-container .navigation form#navbar-search.navbar-form {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin: 0;
    }
    header.on > .ouk-content-container .navigation #main-nav.menu {
        -webkit-align-self: initial;
        -ms-flex-item-align: initial;
        align-self: auto;
    }
    header.Band.on {
        grid-template-rows: repeat(82, 10px);
    }
    header.Band.on > .page-header-band.page {
        grid-row: 75/82;
    }
}
@media (max-width: 48rem) {
    header {
        border-top: 4px solid #037b90;
    }
}
header .mobile-header {
    padding: 0.5rem 0;
}
header .mobile-header .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header .mobile-header .navbar-header .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .mobile-header .navbar-header .title h1 {
    margin: 0;
}
header .mobile-header .navbar-header .title img {
    display: block;
    max-height: 2.2rem;
    width: auto;
}
header .mobile-header .navbar-header .menu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    width: 45px;
    width: 2.8125rem;
    z-index: 99;
    padding: 0;
    border-radius: 5px;
}
header .mobile-header .navbar-header .menu:active {
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}
header .mobile-header .navbar-header .menu .icon-bar {
    background: #037b90;
    display: block;
    width: 30px;
    width: 1.875rem;
    height: 2px;
    height: 0.125rem;
    border-radius: 3px;
    margin: 0.1875rem 0;
}
@media (min-width: 48rem) {
    header .mobile-header {
        display: none;
    }
}
header .navigation {
    background: #fff;
}
header .navigation .ouk-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
header .navigation .title {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    max-width: 9rem;
    padding: 0;
}
header .navigation .title h1 {
    margin: 0;
}
header .navigation .title img {
    display: block;
    width: 100%;
}
@media (min-width: 48rem) {
    header .navigation .title {
        display: block;
    }
}
header .navigation #main-nav.menu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
@media (min-width: 48rem) {
    header .navigation #main-nav.menu .mobile-content {
        display: none;
    }
}
@media (max-width: 48rem) {
    header .navigation #main-nav.menu {
        width: 100%;
    }
    header .navigation #main-nav.menu ul#mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid #f2f2f2;
    }
    header .navigation #main-nav.menu ul#mega-menu-main > li.mega-menu-item:last-child > a.mega-menu-link {
        border-bottom: none;
    }
}
@media (min-width: 48rem) {
    header .navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.1rem 0;
    }
    header .navigation .mega-menu > li > a {
        background: #fff;
    }
}
@media (min-width: 62rem) {
    header .navigation .title {
        max-width: 13rem;
    }
}
@media (min-width: 75rem) {
    header .navigation .title {
        max-width: 15rem;
    }
}
header .hero.homepage {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
header .hero.homepage.center {
    background-position: 50% 50%;
}
header .hero.homepage.left {
    background-position: 0 50%;
}
header .hero.homepage.right {
    background-position: 100% 50%;
}
header .hero.homepage.top {
    background-position: 50% 0;
}
header .hero.homepage.bottom {
    background-position: 50% 100%;
}
header .hero.homepage .hero-link {
    text-decoration: none;
}
header .hero.homepage .hero-link:focus-visible {
    outline: none;
}
header .hero.homepage .hero-link:focus-visible .caption {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
header .hero.homepage .ouk-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20rem;
}
@media (min-width: 48rem) {
    header .hero.homepage .ouk-content-container {
        min-height: 22rem;
    }
    body.home header .hero.homepage .ouk-content-container {
        min-height: 34rem;
    }
}
header .hero.homepage .ouk-content-container .caption {
    width: 60%;
}
@media (max-width: 48rem) {
    header .hero.homepage .ouk-content-container .caption {
        width: 75%;
    }
}
header .hero.homepage .ouk-content-container .caption .hero__title {
    display: inline;
    margin: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0.7rem 1rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
}
header .hero.homepage .ouk-content-container .caption .hero__title + .caption-body {
    margin-top: 1em;
}
@media (max-width: 62rem) {
    header .hero.homepage .ouk-content-container .caption .hero__title {
        font-size: 44px;
        font-size: 2.75rem;
    }
}
@media (max-width: 48rem) {
    header .hero.homepage .ouk-content-container .caption .hero__title {
        display: inline;
        position: relative;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.5;
        left: 14px;
        left: 0.875rem;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #fff;
    }
}
header .hero.homepage .ouk-content-container .caption p {
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
}
@media (max-width: 48rem) {
    header .hero.homepage .ouk-content-container .caption p {
        font-size: 14px;
        font-size: 0.875rem;
        display: inline;
        position: relative;
        left: 14px;
        left: 0.875rem;
    }
}
header .hero.homepage .ouk-content-container .caption p > span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0.1875rem 0.625rem;
}
header .hero.homepage .credit {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0.3125rem;
    font-style: italic;
    color: #000;
    background-color: hsla(0, 0%, 100%, 0.76);
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.3125rem;
}
header .page-header-hero.page {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media (max-width: 48rem) {
    header .page-header-hero.page .ouk-content-container {
        display: inline;
    }
}
header .page-header-hero.page .ouk-content-container .caption {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 48rem) {
    header .page-header-hero.page .ouk-content-container .caption {
        width: 75%;
        height: 90%;
    }
}
header .page-header-hero.page .ouk-content-container .caption > h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.625rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 78px;
    line-height: 4.875;
    margin: 0 0 0.125rem;
    color: #fff;
}
@media (max-width: 48rem) {
    header .page-header-hero.page .ouk-content-container .caption > h1 {
        margin-bottom: 0.125rem;
        display: inline;
        position: relative;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 42px;
        line-height: 2.625;
        left: 14px;
        left: 0.875rem;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #fff;
    }
}
header .page-header-band.page {
    padding: 0.6rem 0;
}
@media (max-width: 48rem) {
    header .page-header-band.page {
        padding: 1rem 0;
    }
}
header .page-header-band.page .ouk-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .page-header-band.page .ouk-content-container > h1 {
    margin: 0;
    line-height: 1.5;
    color: #fff;
}
@media (max-width: 48rem) {
    header .page-header-band.page .ouk-content-container > h1 {
        display: inline;
        position: relative;
        font-size: 36px;
        font-size: 2.25rem;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #fff;
        line-height: 1;
    }
}

#main-nav-wrap {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: #fff;
}



.ouk-content-container {
    width: 95%;
    max-width: 1170px;
    max-width: 73.125rem;
    margin: auto;
}
@media (max-width: 48rem) {
    .ouk-content-container .ouk-content-container {
        max-width: auto;
    }
}
@media (min-width: 48rem) {
    .ouk-content-container .ouk-content-container {
        max-width: 48rem;
    }
}
@media (min-width: 62rem) {
    .ouk-content-container .ouk-content-container {
        max-width: 60.625rem;
    }
}
@media (min-width: 75rem) {
    .ouk-content-container .ouk-content-container {
        max-width: 73.125rem;
    }
}
.ouk-content-container .content {
    padding: 2rem 0;
}
.ouk-content-container .content .basic-content ul {
    list-style: none;
    padding: 0;
}
.ouk-content-container .content .basic-content ul li {
    padding: 0.625rem 0 0;
    line-height: 21px;
    line-height: 1.3125;
}
.ouk-content-container .content .basic-content ul li:before {
    background: #fdb515;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    left: 0;
    margin-right: 0.5rem;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 16px;
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
    border-radius: 30px;
    border-radius: 1.875rem;
}
.ouk-content-container .content table.table-bordered tbody,
.ouk-content-container .content table.table-bordered td,
.ouk-content-container .content table.table-bordered thead,
.ouk-content-container .content table.table-bordered tr {
    border: 1px solid grey;
}



a.skip-link {
    height: 1px;
    height: 0.0625rem;
    width: 1px;
    width: 0.0625rem;
    margin: -0.0625rem;
    position: absolute;
    overflow: hidden;
    color: #fff;
    display: block;
    background-color: #037b90;
}
a.skip-link:focus,
a.skip-link:focus-within {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    display: block;
    background-color: #037b90;
    height: 1rem;
    width: auto;
    outline: 1px solid #fff;
}




.wrap-link {
    text-decoration: none;
}
.bg-image-wrap {
    overflow: hidden;
}
.bg-image-wrap,
.bg-image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-image-wrap img {
    object-fit: cover;
    max-width: none;
}
.bg-image-wrap.has-overlay:after {
    content: "";
    background: rgba(0, 33, 69, 0.76);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.iframe--responsive {
    display: block;
    width: 100%;
    height: auto;
}
.columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
}
.columns .column__image {
    position: relative;
    aspect-ratio: 6/4;
    margin: 0 0 1rem;
}
.columns .column__title {
    margin-top: 0;
}
@media (min-width: 62rem) {
    .columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 75rem) {
    .columns--3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .columns--4 {
        grid-template-columns: repeat(4, 1fr);
    }
}
.cards {
    grid-template-rows: auto !important;
}
.content--restricted-text {
    max-width: 68rem;
}


.notice {
    background-color: #f2f2f2;
    border: 1px solid grey;
    border-radius: 3px;
    margin: 5% 5% 0 0;
    padding: 0 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.notice__icon {
    color: #431170;
    margin: 0 1em 0 0;
}
body {
    --transition-speed: 0.125s;
    --transition-easing: ease-in-out;
    --transition: all var(--transition-speed) var(--transition-easing);
}
:focus-visible {
    outline-color: #037b90;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


form.wpcf7-form {
    display: grid;
    grid-template-columns: 100%;
    padding-right: 2em;
}
form.wpcf7-form p {
    display: grid;
    grid-template-columns: 25% 1% 70%;
    font-family: Inter, sans-serif;
}
form.wpcf7-form p label {
    grid-column: 1;
    text-align: end;
}
form.wpcf7-form p span {
    grid-column: 3;
    display: grid;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
}
form.wpcf7-form p span input,
form.wpcf7-form p span textarea {
    line-height: 2rem;
    width: 100%;
}
form.wpcf7-form p span.checkbox-status {
    grid-column: 3;
}
form.wpcf7-form p span.checkbox-status .wpcf7-checkbox {
    grid-column: 1;
    grid-template-columns: 30% 30%;
}
form.wpcf7-form p span.checkbox-status .wpcf7-checkbox .wpcf7-list-item.first {
    grid-column: 1;
}
form.wpcf7-form p span.checkbox-status .wpcf7-checkbox .wpcf7-list-item.last {
    grid-column: 2;
}
form.wpcf7-form p span.checkbox-status .wpcf7-checkbox .wpcf7-list-item label {
    display: grid;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
}
form.wpcf7-form p span.checkbox-status .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    text-align: start;
}
form.wpcf7-form .wpcf7-submit {
    text-align: center;
    background: #037b90;
    border-radius: 6px;
    border-color: rgba(0, 0, 0, 0);
    height: 45px;
    height: 2.8125rem;
    margin-bottom: 0.5rem;
    padding: 0.3125rem;
    color: #fff;
    font: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
form.wpcf7-form .wpcf7-submit:hover {
    background: #000;
}
form.wpcf7-form .wpcf7-submit a,
form.wpcf7-form .wpcf7-submit a:hover {
    color: #fff;
    text-decoration: none;
}


.label,
label {
    font-family: Inter, sans-serif;
}
fieldset {
    border: none;
}
input,
select,
textarea {
    background: #fff;
    border: 1px solid #262626;
    color: #262626;
    padding: 0.9em 1em;
    border-radius: 2em;
    font-family: Inter, sans-serif;
    font-size: 1em;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #081521;
    opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #081521;
    opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #081521;
    opacity: 1;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #081521;
    opacity: 1;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #081521;
    opacity: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: calc(100% - 1em) 50%;
}
.inset-field-button {
    position: relative;
}
.inset-field-button .field {
    width: 100%;
    padding: 0.6em 3em 0.6em 1em;
}
.inset-field-button .button--submit {
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: auto;
    height: calc(100% - 8px);
    font-size: 1rem;
    background: none;
    color: #000;
    padding: 0;
}
.inset-field-button .button--submit:focus,
.inset-field-button .button--submit:focus-visible,
.inset-field-button .button--submit:hover {
    background: #037b90;
    color: #fff;
    outline: none;
}


body.page-template-default main .content .basic-content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375;
}
/* Base nav */
.navigation {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  transition: min-height 0.3s ease;
}

/* Container structure */
.ouk-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

/* Logo overlay card */
.logo-overlay-card {
  position: absolute;
  top: 10px;
  left: 1rem;
  background: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 10;
  transition: top 0.5s ease;
}

/* Shrink on click class */
.logo-overlay-card.logo-shrink {
  top: -30px;
}

.logo-overlay-card h1 {
  margin: 0;
}

.logo-overlay-card img {
  height: 80px;
  width: auto;
  display: block;
}

/* Right toolbar/menu */
.menu {
  margin-left: auto;
}

.right-toolbar {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.right-toolbar li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .logo-overlay-card {
    position: static;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  

  .logo-overlay-card img {
    height: 60px;
  }

  .ouk-content-container {
    flex-direction: column;
    align-items: stretch;
  }

  .right-toolbar {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .menu {
    margin-left: 0;
  }
}

















