@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
@import url(https://use.typekit.net/vii2pvj.css);
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px){
    .container {
        max-width: 540px
    }
}

@media (min-width:768px){
    .container {
        max-width: 720px
    }
}

@media (min-width:992px){
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px){
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@-webkit-keyframes move-the-object {
    0% {
        width: 0
    }
}

@-moz-keyframes move-the-object {
    0% {
        width: 0
    }
}

@-o-keyframes move-the-object {
    0% {
        width: 0
    }
}

@keyframes move-the-object {
    0% {
        width: 0
    }
}

@-webkit-keyframes prompt-arrow-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        bottom: 2rem
    }
    40% {
        bottom: 4rem
    }
    60% {
        bottom: 3rem
    }
}

@-moz-keyframes prompt-arrow-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        bottom: 2rem
    }
    40% {
        bottom: 4rem
    }
    60% {
        bottom: 3rem
    }
}

@-o-keyframes prompt-arrow-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        bottom: 2rem
    }
    40% {
        bottom: 4rem
    }
    60% {
        bottom: 3rem
    }
}

@keyframes prompt-arrow-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        bottom: 2rem
    }
    40% {
        bottom: 4rem
    }
    60% {
        bottom: 3rem
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

img {
    border-style: none
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

body,
button {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

p + ul {
    margin-top: -1.5em
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #fff
}

ul {
    list-style: disc
}

li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

img {
    height: auto;
    max-width: 100%
}

button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus {
    border-color: #aaa #bbb #bbb
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.page {
    margin: 0
}

.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.text-center {
    text-align: left
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@-moz-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@-o-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(-5px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(-5px)
    }
}

.h1,
.h2,
h1,
h2 {
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #004e9b;
    transition: all .2s ease-in-out;
    line-height: 1;
    padding: 0;
    margin: 0
}

footer .h1,
footer .h2,
footer h1,
footer h2,
header .h1,
header .h2,
header h1,
header h2 {
    color: #fff
}

.h3,
.h4,
h3,
h4 {
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #004e9b;
    transition: all .2s ease-in-out;
    line-height: 1;
    padding: 0;
    margin: 0
}

footer .h3,
footer .h4,
footer h3,
footer h4,
header .h3,
header .h4,
header h3,
header h4 {
    color: #fff
}

.h1.site-title,
.h2.site-title,
.h3.site-title,
.h4.site-title,
.h5.site-title,
h1.site-title,
h2.site-title,
h3.site-title,
h4.site-title,
h5.site-title,
p.site-title {
    font-size: 1.4rem;
    line-height: 1;
    margin: 0;
    padding: 0
}

.h1,
h1 {
    font-size: calc(28px + 30 * ((100vw - 420px)/ 1180));
    margin-bottom: calc(15px + 5 * ((100vw - 420px)/ 1180))
}

@media screen and (max-width:420px){
    .h1,
    h1 {
        font-size: 28px
    }
}

@media screen and (min-width:1600px){
    .h1,
    h1 {
        font-size: 58px
    }
}

@media screen and (max-width:420px){
    .h1,
    h1 {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1600px){
    .h1,
    h1 {
        margin-bottom: 20px
    }
}

.h2,
h2 {
    font-size: calc(24px + 16 * ((100vw - 420px)/ 1180));
    line-height: calc(28px + 14 * ((100vw - 420px)/ 1180));
    margin-bottom: calc(10px + 5 * ((100vw - 420px)/ 1180))
}

@media screen and (max-width:420px){
    .h2,
    h2 {
        font-size: 24px
    }
}

@media screen and (min-width:1600px){
    .h2,
    h2 {
        font-size: 40px
    }
}

@media screen and (max-width:420px){
    .h2,
    h2 {
        line-height: 28px
    }
}

@media screen and (min-width:1600px){
    .h2,
    h2 {
        line-height: 42px
    }
}

@media screen and (max-width:420px){
    .h2,
    h2 {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1600px){
    .h2,
    h2 {
        margin-bottom: 15px
    }
}

.h3,
h3 {
    font-size: calc(26px + 4 * ((100vw - 420px)/ 1180));
    margin-bottom: calc(10px + 5 * ((100vw - 420px)/ 1180))
}

@media screen and (max-width:420px){
    .h3,
    h3 {
        font-size: 26px
    }
}

@media screen and (min-width:1600px){
    .h3,
    h3 {
        font-size: 30px
    }
}

@media screen and (max-width:420px){
    .h3,
    h3 {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1600px){
    .h3,
    h3 {
        margin-bottom: 15px
    }
}

.h4,
h4 {
    font-size: calc(16px + 8 * ((100vw - 420px)/ 1180));
    margin-bottom: calc(10px + 2 * ((100vw - 420px)/ 1180))
}

@media screen and (max-width:420px){
    .h4,
    h4 {
        font-size: 16px
    }
}

@media screen and (min-width:1600px){
    .h4,
    h4 {
        font-size: 24px
    }
}

@media screen and (max-width:420px){
    .h4,
    h4 {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1600px){
    .h4,
    h4 {
        margin-bottom: 12px
    }
}

p {
    margin: 0 0 25px;
    font-size: 1.8rem;
    line-height: 3rem
}

footer p {
    margin-bottom: 0
}

.site-search {
    transition: all .5s ease-in-out;
    display: none;
    background: rgba(0, 0, 0, .95);
    position: fixed;
    opacity: 0;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px;
    animation: fadein .5s
}

header {
    background: 0 0;
    color: #fff;
    padding: 0;
    width: 100%;
    position: fixed;
    flex-shrink: 0;
    z-index: 200
}

header .site-branding {
    z-index: 2;
    position: relative;
    background: #004e9b;
    transition: all .2s ease-in-out
}

@media (max-width:991px){
    header .site-branding {
        height: 55px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}

@media (min-width:992px){
    header .site-branding {
        padding: 20px 0;
    }
    header .site-branding:active,
    header .site-branding:focus,
    header .site-branding:hover {
        background: #004e9b
    }
}

header .site-branding .col {
    display: flex;
    align-items: center;
    flex-direction: row
}

@media (max-width:991px){
    header .site-branding .col {
        justify-content: center
    }
}

header .site-branding .site-title img {
    transition: all .2s ease-in-out;
    width: 95px;
    display: block
}

@media (min-width:992px){
    header .site-branding .site-title img {
        width: 130px
    }
}

@media (min-width:1200px){
    header .site-branding .site-title img {
        width: 200px
    }
}

footer {
    background: #36bcee;
    color: #fff;
    flex-shrink: 0
}

footer [class^=menu-] ul {
    position: relative
}

@media (min-width:768px){
    footer [class^=menu-] ul {
        padding-top: 45px;
        margin-top: 17px
    }
}

@media (min-width:768px){
    footer [class^=menu-] ul li:first-of-type a {
        position: absolute;
        top: 0;
        margin-bottom: 10px;
        font-family: sofia-pro, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        text-decoration: none
    }
}

footer ul {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none
}

footer ul li a {
    text-decoration: none
}

footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover,
footer ul li a[aria-current] {
    color: #fff;
    text-decoration: none
}

@media (max-width:991px){
    footer ul li a[href*="/auth"] {
        margin: 2.2rem 0;
        display: inline-block
    }
}

footer .links-row {
    padding: 4rem 0
}

footer .links-row+.row {
    margin-top: -4rem;
    padding-bottom: 4rem
}

footer .site-info h2 a {
    margin-bottom: 10px;
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none
}

footer .site-info .address {
    text-align: right
}

footer .copyright {
    background: #484d52
}

@media (max-width:767px){
    footer .copyright .center {
        text-align: center;
        margin-bottom: 1rem
    }
}

footer .copyright .container {
    padding: 2.5rem 5rem 1.3rem 5rem
}

footer .copyright p {
    line-height: 30px
}

footer .copyright .logo {
    width: 122px
}

footer .footer-address p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: right
}

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

footer .footer-address p a:active,
footer .footer-address p a:focus,
footer .footer-address p a:hover {
    text-decoration: underline
}

footer .footer-address h2 {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

main a {
    color: #004e9b;
    text-decoration: underline;
    display: inline-block
}

main a:active,
main a:focus,
main a:hover {
    text-decoration: none
}

main a.text-link {
    margin: 0 10px 10px 0
}

main a[href*=".csv"],
main a[href*=".doc"],
main a[href*=".docx"],
main a[href*=".pdf"],
main a[href*=".xls"],
main a[href*=".xlsx"] {
    position: relative;
    margin: 0 10px 10px 0
}

main a[href*=".csv"]:after,
main a[href*=".doc"]:after,
main a[href*=".docx"]:after,
main a[href*=".pdf"]:after,
main a[href*=".xls"]:after,
main a[href*=".xlsx"]:after {
    content: "⇤";
    font-family: sans-serif;
    display: inline-block;
    font-size: 1.3em;
    transform: rotate(-90deg)
}

footer a {
    color: #fff
}

.button {
    transition: all .2s ease-in-out;
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    background: #36bcee;
    border: 2px solid #36bcee;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 16px 36px;
    margin: 0 5px 10px 5px;
    font-size: 2rem;
    text-align: center
}

.button:active,
.button:focus,
.button:hover {
    background: #fff;
    color: #36bcee;
    text-decoration: none
}

.basic-page header {
    background: #004e9b
}

.content-basic-page {
    margin-top: 11%
}

.content-basic-page h1 {
    font-size: 50px
}

@media (max-width:767px){
    .content-basic-page {
        margin-top: 18%
    }
    .content-basic-page h1 {
        font-size: 35px
    }
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    background: #fff;
    color: #484d52;
    font-size: 14px;
    line-height: 22px;
    overflow-y: scroll;
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    padding: 0;
    margin: 0
}

img {
    max-width: 100%
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.container {
    max-width: 1600px!important;
    padding: 0 20px
}

main {
    padding: 0;
    flex: 1 0 auto
}

/* Redirect Overlay Component */
#redirect-overlay.redirect-overlay { display:none; }
#redirect-overlay.redirect-overlay.visible { display:flex; }
.redirect-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.88); z-index:10000; align-items:center; justify-content:center; padding:2rem; box-sizing:border-box; }
.redirect-overlay__panel { background:rgba(20,30,40,0.85); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border:1px solid rgba(255,255,255,0.15); border-radius:12px; padding:2.4rem 2.2rem 2.2rem; width:100%; max-width:480px; color:#fff; font-family: sofia-pro, Arial, sans-serif; box-shadow:0 8px 32px rgba(0,0,0,0.4); animation: ro-fade-in .25s ease-out; }
.redirect-overlay__title { margin:0 0 1.2rem; font-size:2.4rem; line-height:1.1; color: #fff;}
.redirect-overlay__body { margin:0 0 1.2rem; font-size:1.6rem; line-height:2.2rem; }
.redirect-overlay__help { margin:0 0 1.6rem; font-size:1.3rem; line-height:1.9rem; opacity:.85; }
.redirect-overlay__actions { display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; margin:0 0 1.6rem; }
.redirect-overlay__button { background:#004e9b; text-decoration:none; display:inline-block; padding:.9rem 1.3rem; font-size:1.4rem; line-height:1.4rem; border-radius:6px; font-weight:600; color:#fff; transition:background .2s ease, transform .2s ease; }
.redirect-overlay__button:focus, .redirect-overlay__button:hover { text-decoration:none; transform:translateY(-2px); }
.redirect-overlay__button:active { transform:translateY(0); }
.redirect-overlay__cancel { background:transparent; border:1px solid rgba(255,255,255,0.5); color:#fff; padding:.6rem 1.1rem; font-size:1.3rem; line-height:1.3rem; border-radius:4px; cursor:pointer; transition:background .2s ease, color .2s ease; }
.redirect-overlay__cancel:hover, .redirect-overlay__cancel:focus { background:rgba(255,255,255,0.12); }
@media (max-width:480px){ .redirect-overlay__panel { padding:2rem 1.6rem 1.8rem; } .redirect-overlay__title { font-size:2.1rem; } .redirect-overlay__body { font-size:1.5rem; } }
@keyframes ro-fade-in { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
