﻿
/*!
 * Common colors and constants
 * ===========================
 *
 * Baseline grid: $line  (24px equivalent)
 *
 * Text sizing
 * -----------
 * Tiny: 14px
 * Small: 16px
 * Body copy: 20px
 * H6: 20px
 * H5: 23px
 * H4: 28px
 * H3: 35px
 * H2: 45px
 * H1: 60px
 *
 * Text colors
 * -----------
 * Primary: #211261
 * Secondary: #444444
 * Tertiary: #9e9e9e
 *
 * Theme colors
 * ------------
 * Primary (Dark Blue): #211261
 *   Lighter: #D3D0DF  #B5B0CA  #9088B0  #6B6196
 *   Darker:  #1C0F51  #160C41  #110931  #0B0620
 * Accent (Sky Blue): #54C8E8
 *   Lighter: #F1FBFD  #C6EDF7  #A9E3F3  #8DDAF0
 *   Darker:  #46A7C1  #38859B  #2A6474  #1C434D
 * Action (Orange): #FFA400
 *   Lighter: #FFEDCC  #FFE1AA  #FFD180  #FFC255
 *   Darker:  #D48900  #AA6D00  #805200  #553700
 *
 * Grays
 * -----
 * #F7F9FA
 * #E9EEF2
 * #C8D1DA
 * #A7B3BD
 * #8C97A0
 * #6B7883
 * #4D5A65
 * #2C3842
 * #081622
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Warnings: #c0392b
 *
 * Measurements
 * ------------
 * Maximum page width: 1280px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1376px
 */


/*! ---------- =reset ---------- */
.infoBox {
    background: #F1FBFD;
    border-bottom: 3px solid #211261;
    color: #444444;
    color: rgba(68, 68, 68, 0.8);
    display: block;
    font: 16px/24px "Urbanist", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 9px 12px;
    transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
    width: 100%;

}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

ul {
    list-style: disc;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

img {
    -ms-interpolation-mode: bicubic;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}
.alert-text {
   
    font-family: "Urbanist", "Urbanist", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #c0392b;
    
    
}
a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 24px 0;
    border-bottom: 1px solid #C8D1DA;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 24px 2px;
    padding: 0.35rem 0.625rem 18px;
}

legend {
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
    font: 20px/28px "Urbanist", Helvetica, Arial, sans-serif;
    color: #444444;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 24px;
}

    p:last-child,
    ol:last-child,
    ul:last-child,
    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    .h1:last-child,
    .h2:last-child,
    .h3:last-child,
    .h4:last-child,
    .h5:last-child,
    .h6:last-child {
        margin-bottom: 0;
    }

p,
ol,
ul {
    orphans: 2;
    widows: 2;
}

ol,
ul {
    margin-left: 2em;
}

    ol li,
    ul li {
        margin-top: 6px;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Urbanist", "Urbanist", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #211261;
}

    h1 img,
    h2 img,
    h3 img,
    h4 img,
    h5 img,
    h6 img,
    .h1 img,
    .h2 img,
    .h3 img,
    .h4 img,
    .h5 img,
    .h6 img {
        display: inline-block;
        vertical-align: middle;
    }

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        display: block;
    }

h1,
.h1 {
    font-size: 60px;
    line-height: 60px;
}

@media (max-width: 767.97px) {

    h1,
    .h1 {
        font-size: 45px;
        line-height: 48px;
    }
}

@media (max-width: 479.97px) {

    h1,
    .h1 {
        font-size: 35px;
        line-height: 36px;
    }
}

h2,
.h2 {
    font-size: 45px;
    line-height: 48px;
}

@media (max-width: 767.97px) {

    h2,
    .h2 {
        font-size: 35px;
        line-height: 36px;
    }
}

h3,
.h3 {
    font-size: 35px;
    line-height: 36px;
}

@media (max-width: 767.97px) {

    h3,
    .h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

h4,
.h4 {
    font-size: 28px;
    line-height: 36px;
}

h5,
.h5 {
    font-size: 23px;
    line-height: 24px;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 24px;
}

.text-size {
    font-size: 18px;
    line-height: 24px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767.97px) {
    .align-left-m {
        text-align: left;
    }

    .align-center-m {
        text-align: center;
    }

    .align-right-m {
        text-align: right;
    }
}

.note {
    font-size: 16px;
    font-family: "Urbanist", "Urbanist", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #9e9e9e;
    line-height: 20px;
}

pre + .note,
input + .note,
textarea + .note {
    margin-top: -12px;
}

.highlight {
    color: #54C8E8;
}

.highlight--sky {
    color: #54C8E8;
}

.highlight--orange {
    color: #FFA400;
}

.highlight--red {
    color: #FF595A;
}

.warn {
    color: #c0392b;
}

abbr {
    font-size: 0.87em;
    letter-spacing: 0.04em;
}

.type-family-sample {
    font-size: 35px;
    line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
    color: #D48900;
    font-weight: 700;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #FF595A;
    }

a,
button {
    transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}

.anchor {
    scroll-margin-top: 48px;
}

.more {
    display: inline-block;
    font-weight: 700;
}

    .more .fa-solid,
    .more .fa-arrow-right {
        margin-left: 0.3em;
        transition: transform 0.15s ease-out;
    }

    .more:hover .fa-solid,
    .more:hover .fa-arrow-right,
    .more:focus .fa-solid,
    .more:focus .fa-arrow-right {
        transform: translateX(0.2em);
    }

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.fa-styled {
    background: #54C8E8;
    border-radius: 50%;
    color: #fff;
    line-height: inherit !important;
    padding: 16px 15px;
    text-align: center;
    transition: all 0.15s ease-out;
}

    .fa-styled:hover,
    .fa-styled:focus {
        background: #211261;
    }

#toggle-next-element .fa-solid {
    transition: all 0.15s ease-out;
}

#toggle-next-element.is-active .fa-solid {
    transform: rotate(90deg);
}

.anchor-styled {
    color: #211261;
    border: 1px solid #211261;
    padding: 12px 18px;
    border-radius: 50%;
    transition: all 0.15s ease-out;
}

    .anchor-styled:hover,
    .anchor-styled:focus {
        color: #fff;
        background: #180d46;
    }

.img-left,
.img-right {
    display: block;
    max-width: 40%;
    margin: 0 0 24px;
}

    .img-left img,
    .img-right img {
        display: block;
        height: 100%;
        width: 100%;
    }

.img-left {
    float: left;
    margin-right: 24px;
}

.img-right {
    float: right;
    margin-left: 24px;
}

.align-left {
    margin-left: 0;
}

.category-name,
.pill {
    background: #f6f5f8;
    border: 1px solid #f6f5f8;
    border-radius: 36px;
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 12px;
    margin-bottom: 6px;
    padding: 0.125rem 18px;
}

.display-inline {
    display: inline-block;
}

.large {
    font-size: 120%;
}

figure {
    display: block;
    margin-bottom: 24px;
    border: 1px solid #F1FBFD;
    padding: 12px;
}

figcaption {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 19px;
    opacity: 0.8;
}

dl:not(:last-child) {
    margin-bottom: 24px;
}

dt {
    float: left;
    clear: left;
    margin-right: 18px;
    font-weight: 700;
}

    dt ~ dt {
        margin-top: 12px;
    }

dd {
    display: block;
    overflow: hidden;
}

    dd ~ dd {
        margin-top: 12px;
    }

.to-screen-edges,
.site-alert,
.tiled-list--accordion,
.content > .page-bounds > .interstitial,
.content > .page-bounds > .hero {
    width: auto !important;
    margin-left: -24px;
    margin-right: -24px;
}

.to-screen-edges__content {
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 768px) {
    .to-screen-edges,
    .site-alert,
    .tiled-list--accordion,
    .content > .page-bounds > .interstitial,
    .content > .page-bounds > .hero {
        margin-left: -48px;
        margin-right: -48px;
    }

    .to-screen-edges__content {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (min-width: 1376px) {

    .to-screen-edges,
    .site-alert,
    .tiled-list--accordion,
    .content > .page-bounds > .interstitial,
    .content > .page-bounds > .hero {
        margin-left: calc(-50vw + 640px);
        margin-right: calc(-50vw + 640px);
    }

    .to-screen-edges__content {
        padding-left: calc(50vw - 640px);
        padding-right: calc(50vw - 640px);
    }
}


.page-scroll-waypoint {
    position: relative;
    top: -72px;
}

.pull-quote {
    background: #F1FBFD;
    color: #444444;
    font-size: 20px;
    line-height: 31.2px;
    margin: 24px 0;
    padding: 24px 36px 24px;
    position: relative;
}

    .pull-quote::before {
        background: #211261;
        color: #ffffff;
        content: "\f10d";
        display: inline-block;
        font: var(--fa-font-solid);
        left: -12px;
        padding: 6px;
        position: absolute;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.pull-quote__attribution {
    color: #211261;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

p + .pull-quote__attribution {
    margin-top: -18px;
}

cite.pull-quote__attribution.small {
    font-size: 15px;
    line-height: 18px;
}

.pull-quote__attribution img {
    float: left;
    margin-right: 24px;
    vertical-align: middle;
    max-width: 90px;
}

.interior-layout__aside .pull-quote {
    margin: 24px;
}

@media (min-width: 480px) {

    .pull-quote--left,
    .pull-quote--right {
        max-width: 40%;
        margin-top: 0;
    }

    .pull-quote--left {
        float: left;
        margin-right: 24px;
    }

    .pull-quote--right {
        float: right;
        margin-left: 24px;
    }
}


.truncator-expand {
    display: block;
    width: 100%;
    padding-top: 6px;
    margin-top: 12px;
    border-top: 1px dashed #C8D1DA;
    text-align: left;
    color: #54C8E8;
    font-weight: 700;
    font-size: 16px;
}

.margin + .truncator-expand {
    margin-top: -12px;
}

    .margin + .truncator-expand:not(:last-child) {
        margin-bottom: 24px;
    }

.item-list + .truncator-expand,
.margin-large + .truncator-expand {
    margin-top: -36px;
}

    .item-list + .truncator-expand:not(:last-child),
    .margin-large + .truncator-expand:not(:last-child) {
        margin-bottom: 48px;
    }

.color-spec {
    overflow: hidden;
    border: 1px solid #C8D1DA;
}

.color-spec__swatch {
    height: 0;
    padding-bottom: 100%;
}

.color-spec__text {
    padding: 24px 18px;
    font-size: 16px;
}

.color-spec__title {
    font-size: 20px;
    margin-bottom: 12px;
}

.color-spec__text p:not(:last-child) {
    margin-bottom: 12px;
}

.color-spec__role {
    font-style: italic;
    opacity: 0.65;
}

.color-spec--compact .color-spec__text {
    padding: 12px;
}

    .color-spec--compact .color-spec__text p:not(:last-child) {
        margin-bottom: 6px;
    }

.js .toggle-target:not(.is-active) {
    display: none;
}

.screenreaders-only {
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.group::after,
.interior-layout::after,
.page-header::after,
.item-list__item::after,
.horizontal-scroll__wrapper::after,
dl::after {
    content: "";
    display: table;
    clear: both;
}

.responsive-video {
    /* include this extra container when using responsive videos. It makes sizing easier */
}

.responsive-video__aspect {
    position: relative;
    padding-bottom: 56.25%;
}

    .responsive-video__aspect iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
    }

.video-left {
    float: left;
    margin-bottom: 24px;
    margin-right: 24px;
    min-width: 50%;
    max-width: 50%;
}

/*! common spacing classes */
.spacer {
    height: 24px;
}

.spacer--tiny {
    height: 6px;
}

.spacer--small {
    height: 12px;
}

.spacer--large {
    height: 48px;
}

.spacer--huge {
    height: 72px;
}

@media (max-width: 767px) {
    .spacer--large {
        height: 36px;
    }

    .spacer--huge {
        height: 48px;
    }
}

.space-t-000,
.space-t-0 {
    margin-top: 0 !important;
}

.space-t-025 {
    margin-top: 6px !important;
}

.space-t-050 {
    margin-top: 12px !important;
}

.space-t-075 {
    margin-top: 18px !important;
}

.space-t-100 {
    margin-top: 24px !important;
}

.space-t-150 {
    margin-top: 36px !important;
}

.space-t-200 {
    margin-top: 48px !important;
}

.space-t-250 {
    margin-top: 60px !important;
}

.space-t-300 {
    margin-top: 72px !important;
}

.space-t-350 {
    margin-top: 84px !important;
}

.space-t-400 {
    margin-top: 96px !important;
}

.space-r-000,
.space-r-0 {
    margin-right: 0 !important;
}

.space-r-025 {
    margin-right: 6px !important;
}

.space-r-050 {
    margin-right: 12px !important;
}

.space-r-075 {
    margin-right: 18px !important;
}

.space-r-100 {
    margin-right: 24px !important;
}

.space-r-150 {
    margin-right: 36px !important;
}

.space-r-200 {
    margin-right: 48px !important;
}

.space-r-250 {
    margin-right: 60px !important;
}

.space-r-300 {
    margin-right: 72px !important;
}

.space-r-350 {
    margin-right: 84px !important;
}

.space-r-400 {
    margin-right: 96px !important;
}

.space-b-000,
.space-b-0 {
    margin-bottom: 0 !important;
}

.space-b-025 {
    margin-bottom: 6px !important;
}

.space-b-050 {
    margin-bottom: 12px !important;
}

.space-b-075 {
    margin-bottom: 18px !important;
}

.space-b-100 {
    margin-bottom: 24px !important;
}

.space-b-150 {
    margin-bottom: 36px !important;
}

.space-b-200 {
    margin-bottom: 48px !important;
}

.space-b-250 {
    margin-bottom: 60px !important;
}

.space-b-300 {
    margin-bottom: 72px !important;
}

.space-b-350 {
    margin-bottom: 84px !important;
}

.space-b-400 {
    margin-bottom: 96px !important;
}

.space-l-000,
.space-l-0 {
    margin-left: 0 !important;
}

.space-l-025 {
    margin-left: 6px !important;
}

.space-l-050 {
    margin-left: 12px !important;
}

.space-l-075 {
    margin-left: 18px !important;
}

.space-l-100 {
    margin-left: 24px !important;
}

.space-l-150 {
    margin-left: 36px !important;
}

.space-l-200 {
    margin-left: 48px !important;
}

.space-l-250 {
    margin-left: 60px !important;
}

.space-l-300 {
    margin-left: 72px !important;
}

.space-l-350 {
    margin-left: 84px !important;
}

.space-l-400 {
    margin-left: 96px !important;
}


@media (min-width: 768px) {

    .space-t-000-m,
    .space-t-0 {
        margin-top: 0 !important;
    }

    .space-t-025-m {
        margin-top: 6px !important;
    }

    .space-t-050-m {
        margin-top: 12px !important;
    }

    .space-t-075-m {
        margin-top: 18px !important;
    }

    .space-t-100-m {
        margin-top: 24px !important;
    }

    .space-t-150-m {
        margin-top: 36px !important;
    }

    .space-t-200-m {
        margin-top: 48px !important;
    }

    .space-t-250-m {
        margin-top: 60px !important;
    }

    .space-t-300-m {
        margin-top: 72px !important;
    }

    .space-t-350-m {
        margin-top: 84px !important;
    }

    .space-t-400-m {
        margin-top: 96px !important;
    }

    .space-r-000-m,
    .space-r-0-m {
        margin-right: 0 !important;
    }

    .space-r-025-m {
        margin-right: 6px !important;
    }

    .space-r-050-m {
        margin-right: 12px !important;
    }

    .space-r-075-m {
        margin-right: 18px !important;
    }

    .space-r-100-m {
        margin-right: 24px !important;
    }

    .space-r-150-m {
        margin-right: 36px !important;
    }

    .space-r-200-m {
        margin-right: 48px !important;
    }

    .space-r-250-m {
        margin-right: 60px !important;
    }

    .space-r-300-m {
        margin-right: 72px !important;
    }

    .space-r-350-m {
        margin-right: 84px !important;
    }

    .space-r-400-m {
        margin-right: 96px !important;
    }

    .space-b-000-m,
    .space-b-0-m {
        margin-bottom: 0 !important;
    }

    .space-b-025-m {
        margin-bottom: 6px !important;
    }

    .space-b-050-m {
        margin-bottom: 12px !important;
    }

    .space-b-075-m {
        margin-bottom: 18px !important;
    }

    .space-b-100-m {
        margin-bottom: 24px !important;
    }

    .space-b-150-m {
        margin-bottom: 36px !important;
    }

    .space-b-200-m {
        margin-bottom: 48px !important;
    }

    .space-b-250-m {
        margin-bottom: 60px !important;
    }

    .space-b-300-m {
        margin-bottom: 72px !important;
    }

    .space-b-350-m {
        margin-bottom: 84px !important;
    }

    .space-b-400-m {
        margin-bottom: 96px !important;
    }

    .space-l-000-m,
    .space-l-0-m {
        margin-left: 0 !important;
    }

    .space-l-025-m {
        margin-left: 6px !important;
    }

    .space-l-050-m {
        margin-left: 12px !important;
    }

    .space-l-075-m {
        margin-left: 18px !important;
    }

    .space-l-100-m {
        margin-left: 24px !important;
    }

    .space-l-150-m {
        margin-left: 36px !important;
    }

    .space-l-200-m {
        margin-left: 48px !important;
    }

    .space-l-250-m {
        margin-left: 60px !important;
    }

    .space-l-300-m {
        margin-left: 72px !important;
    }

    .space-l-350-m {
        margin-left: 84px !important;
    }

    .space-l-400-m {
        margin-left: 96px !important;
    }
}

.pad-b-0,
.pad-b-000 {
    padding-bottom: 0 !important;
}

.pad-t-0,
.pad-t-000 {
    padding-top: 0 !important;
}

.pad-l-0,
.pad-l-000 {
    padding-left: 0 !important;
}

.pad-r-0,
.pad-r-000 {
    padding-right: 0 !important;
}


/*! ---------- =buttons ---------- */

.button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.button--disclose::after {
    content: "\f330";
    display: inline-block;
    font: var(--fa-font-solid);
    margin-left: 12px;
    position: relative;
    text-rendering: auto;
    top: -2px;
    transition: transform 0.15s ease-out;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.button--disclose:hover::after,
.button--disclose:focus::after,
.button--disclose:active::after {
    transform: translateX(2px);
}

.button--primary.button--disclose::after {
    font-weight: 400;
}

.button--small {
    font-size: 16px;
}

.button--tiny {
    font-size: 14px;
}

.button--fill {
    display: block;
    width: auto;
    max-width: 100%;
}

    .button--fill + .button--fill {
        margin-left: 0;
        margin-top: 12px;
    }

/*! rounded button style */
.button {
    background: #211261;
    border-radius: 48px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 36px;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

    .button:hover,
    .button:focus {
        background: #6B6196;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
        color: #ffffff;
        transform: translateY(-2px);
    }
    /*.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}*/
    .button:active {
        box-shadow: none;
        transform: translateY(0);
        transition: none;
    }

.button--disclose {
    padding-right: 24px;
}

.button--secondary {
    background: #ffffff;
    border: 2px solid #211261;
    color: #211261;
    padding: 10px 34px;
}

.button--tertiary {
    background: #D3D0DF;
    border: 1px solid #B5B0CA;
    color: #211261;
    font-weight: 400;
}

    .button--secondary:hover,
    .button--secondary:focus,
    .button--tertiary:hover,
    .button--tertiary:focus {
        background: #6B6196;
        border-color: #6B6196;
        color: #ffffff;
    }

.button--sky,
.button--highlight {
    background: #54C8E8;
}

    .button--sky.button--secondary,
    .button--highlight.button--secondary {
        background: #ffffff;
        border-color: #54C8E8;
        color: #54C8E8;
    }

    .button--sky.button--tertiary,
    .button--highlight.button--tertiary {
        background: #F1FBFD;
        border-color: #C6EDF7;
        color: #54C8E8;
    }

        .button--sky:hover,
        .button--sky:focus,
        .button--highlight:hover,
        .button--highlight:focus,
        .button--sky.button--secondary:hover,
        .button--sky.button--secondary:focus,
        .button--highlight.button--secondary:hover,
        .button--highlight.button--secondary:focus,
        .button--sky.button--tertiary:hover,
        .button--sky.button--tertiary:focus,
        .button--highlight.button--tertiary:hover,
        .button--highlight.button--tertiary:focus {
            background: #8DDAF0;
            border-color: #8DDAF0;
            color: #ffffff;
        }

.button--action,
.button--orange {
    background: #FFA400;
}

    .button--action.button--secondary,
    .button--orange.button--secondary {
        background: #ffffff;
        border-color: #FFA400;
        color: #FFA400;
    }

    .button--action.button--tertiary,
    .button--orange.button--tertiary {
        background: #FFEDCC;
        border-color: #FFE1AA;
        color: #FFA400;
    }

        .button--action:hover,
        .button--action:focus,
        .button--orange:hover,
        .button--orange:focus,
        .button--action.button--secondary:hover,
        .button--action.button--secondary:focus,
        .button--orange.button--secondary:hover,
        .button--orange.button--secondary:focus,
        .button--action.button--tertiary:hover,
        .button--action.button--tertiary:focus,
        .button--orange.button--tertiary:hover,
        .button--orange.button--tertiary:focus {
            background: #FFC255;
            border-color: #FFC255;
            color: #ffffff;
        }

.button--red {
    background: #FF595A;
}

    .button--red.button--secondary {
        background: #ffffff;
        border-color: #FF595A;
        color: #FF595A;
    }

    .button--red.button--tertiary {
        background: #FFDEDE;
        border-color: #FFC8C8;
        color: #FF595A;
    }

        .button--red:hover,
        .button--red:focus,
        .button--red.button--secondary:hover,
        .button--red.button--secondary:focus,
        .button--red.button--tertiary:hover,
        .button--red.button--tertiary:focus {
            background: #FF9091;
            border-color: #FF9091;
            color: #ffffff;
        }

.button--warn {
    background: #c0392b;
}

    .button--warn.button--secondary {
        background: #ffffff;
        border-color: #c0392b;
        color: #c0392b;
    }

    .button--warn.button--tertiary {
        background: #fcf5f4;
        border-color: #f2d7d5;
        color: #c0392b;
    }

        .button--warn:hover,
        .button--warn:focus,
        .button--warn.button--secondary:hover,
        .button--warn.button--secondary:focus,
        .button--warn.button--tertiary:hover,
        .button--warn.button--tertiary:focus {
            background: #d14233;
            border-color: #d14233;
            color: #ffffff;
        }

.button--cancel {
    background: #F7F9FA;
    border: 1px solid #C8D1DA;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
}

    .button--cancel:hover,
    .button--cancel:focus {
        background: #ffffff;
        border-color: #211261;
        color: #211261;
    }

.button--large {
    padding: 18px 60px;
}

    .button--large.button--secondary {
        padding: 16px 58px;
    }

    .button--large.button--disclose {
        padding-right: 48px;
    }

.button--small {
    padding: 6px 24px;
}

    .button--small.button--secondary {
        padding: 4px 22px;
    }

    .button--small.button--disclose {
        padding-right: 18px;
    }

.button--tiny {
    padding: 3px 12px;
}

    .button--tiny.button--secondary {
        padding: 1px 10px;
    }

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -12px;
    margin-right: -6px;
    margin-left: -6px;
}

    .button-group > .button {
        flex: 1 0 auto;
        margin: 12px 6px 0;
    }


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
    font-family: "Inconsolata", monospace;
    font-size: 16px;
    line-height: 24px;
}

pre {
    display: block;
    padding: 24px 12px;
    border: 1px solid #eaf0f2;
    color: #222;
    background: white;
    overflow-y: auto;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

    pre:not(:last-child) {
        margin-bottom: 24px;
    }

    pre::before {
        content: attr(rel);
        font-family: "Urbanist", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #aca8c4;
        position: absolute;
        top: 2px;
        right: 12px;
    }

p > code,
li > code {
    background: white;
    font-style: normal;
}

    p > code::before,
    p > code::after,
    li > code::before,
    li > code::after {
        content: "";
        display: inline-block;
        width: 0.5em;
    }

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*=language-] {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #999;
}

.namespace {
    opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #a67f59;
    background: hsla(0deg, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}

.token.function {
    color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
    color: #e90;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}


/*! ---------- =forms ---------- */

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea,
select {
    background: #F1FBFD;
    border-bottom: 3px solid #211261;
    color: #444444;
    color: rgba(68, 68, 68, 0.8);
    display: block;
    font: 16px/24px "Urbanist", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 9px 12px;
    transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
    width: 100%;
}

    input[type=text]:not(:last-child),
    input[type=email]:not(:last-child),
    input[type=password]:not(:last-child),
    input[type=number]:not(:last-child),
    input[type=tel]:not(:last-child),
    textarea:not(:last-child),
    select,
    select:not(:last-child) {
        margin-bottom: 24px;
    }

        input[type=text].input-validation-error,
        input[type=email].input-validation-error,
        input[type=password].input-validation-error,
        input[type=number].input-validation-error,
        input[type=tel].input-validation-error,
        textarea.input-validation-error,
        select.input-validation-error {
            border-color: #c0392b;
            color: #c0392b;
        }

span.input-validation-error {
    font-size: 18px;
    font-style: italic;
    color: #c0392b;
    position: relative;
    top: -12px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    border-color: #54C8E8;
    box-shadow: none;
    color: #444444;
}

.flatpickr-input[readonly] {
    margin-bottom: 24px;
}

input[type=file] {
    background: #f2fbfd;
    margin-bottom: 24px;
    padding: 24px;
}

textarea {
    min-height: 96px;
    padding: 12px;
}

    textarea.textarea-large {
        min-height: 240px;
    }

input[type=radio],
input[type=checkbox] {
    background: #ffffff;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    height: 32px;
    width: 32px;
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
}

label + input[type=radio],
label + input[type=checkbox] {
    margin-left: 24px;
}

input[type=radio]:not(:checked) + label,
input[type=checkbox]:not(:checked) + label {
    display: inline-block;
    height: 24px;
    position: relative;
    top: -0.2rem;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
    display: inline-block;
}

input[type=radio]:not(:checked)::before,
input[type=radio]:checked::before,
input[type=radio].is-selected::before,
input[type=checkbox]:not(:checked)::before,
input[type=checkbox]:checked::before,
input[type=checkbox].is-selected::before {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    border: 2px solid #211261;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    position: relative;
    top: 0;
    width: 25px;
}

/*input[type=radio]:checked::after,
input[type=radio].is-selected::after,
input[type=checkbox]:checked::after,
input[type=checkbox].is-selected::after {
  position: absolute;
  top: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  align-items: center;
  color: #54C8E8;
  content: "\f00c";
  display: flex;
  font: var(--fa-font-solid);
  height: 100%;
  justify-content: center;
  text-rendering: auto;
  transform-origin: center center;
  -webkit-font-smoothing: antialiased;
  width: 24px;
}*/
/*input[type=radio]:not(:checked)::after,
input[type=checkbox]:not(:checked)::after {
  transform: scale(0);
}*/
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
    background-color: #211261;
    border-color: #211261;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
/*input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  transform: scale(1);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}*/
input[type=radio]:not(:checked)::before,
input[type=radio]:checked::before,
input[type=radio].is-selected::before,
input[type=radio]:checked::after,
input[type=radio].is-selected::after {
    border-radius: 100%;
}

input[type=radio]:checked::before,
input[type=radio].is-selected::before {
    color: #54C8E8;
    content: "\f111";
    font: var(--fa-font-solid);
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    top: -0.2rem;
    width: 25px;
}

input[type=checkbox]:checked::before,
input[type=checkbox].is-selected::before {
    color: #54C8E8;
    content: "\f00c";
    font: var(--fa-font-solid);
    /*font-size: 12px;*/
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 0;
    width: 25px;
}

label {
    color: #211261;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
    transition: all 0.15s ease-out;
}

    label[for=CampusSetting]::after,
    label[for=InstitutionType]::after,
    label[for=InstitutionStatus]::after,
    label[for=Location1Type]::after,
    label[for=Location2Type]::after,
    label[for=Location3Type]::after,
    label[for=Location4Type]::after,
    label[for=Location1CampusSetting]::after,
    label[for=Location2CampusSetting]::after,
    label[for=Location3CampusSetting]::after,
    label[for=Location4CampusSetting]::after,
    label[for=CovidInterviewType]::after,
    label[for=CovidInterviewPhysician]::after,
    label[for=CovidInterviewShadowing]::after,
    label[for=CovidInterviewCoursework]::after,
    label[for=CovidInterviewGrades]::after,
    label[for=CovidInterviewMcat]::after,
    label[for=CovidInterviewLab]::after,
    label[for=AdmissionsApplicationService]::after,
    label[for=InternationalStudents]::after,
    label[for=AdmissionsSupplementalStudents]::after,
    label[for=AdmissionsSupplementalInterview]::after,
    label[for=AdmissionsAcceptancesEpdAvailable]::after,
    label[for=AdmissionsAcceptancesSubmission]::after,
    label.required::after {
        color: #FF595A;
        content: "*";
        font-weight: 700;
    }

    label.input-validation-error {
        color: #c0392b;
    }

    label.is-selected {
        color: #211261;
    }

    label.is-focused {
        color: #211261;
    }

p[data-sf-role="error-message"],
.field-validation-error {
    color: #c0392b;
    display: block;
    font-size: 16px;
    margin-bottom: 24px;
}

p[data-sf-role="error-message"],
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
    margin-top: -18px;
}

select option {
    font-size: 20px;
}
/*! Com Lead form styling */
.comlead-form__entryna strong {
    display: none;
}

.comlead-form__entryna {
    padding-bottom: 24px;
    padding-top: 6px;
}

/*! ---------- =grids ---------- */

.grid {
    display: block;
    padding: 0;
    margin: 0 -24px 0 0;
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    text-align: center;
    list-style: none;
}

    .grid.align-left {
        text-align: left;
    }

    .grid.align-right {
        text-align: right;
    }

    .grid.no-margin {
        margin-bottom: -24px;
    }

.grid--compact {
    margin-right: -12px;
}

    .grid--compact.no-margin {
        margin-bottom: -12px;
    }

.grid__unit {
    display: inline-block;
    width: 100%;
    padding: 0 24px 24px 0;
    margin: 0;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    text-align: left;
}

.grid--compact > .grid__unit {
    padding: 0 12px 12px 0;
}

.grid__unit--1-2 {
    width: 50%;
}

.grid__unit--1-3 {
    width: 33.33%;
}

.grid__unit--2-3 {
    width: 66.66%;
}

.grid__unit--1-4 {
    width: 25%;
}

.grid__unit--3-4 {
    width: 75%;
}

.grid__unit--1-5 {
    width: 20%;
}

.grid__unit--2-5 {
    width: 40%;
}

.grid__unit--3-5 {
    width: 60%;
}

.grid__unit--4-5 {
    width: 80%;
}

.grid__unit--1-6 {
    width: 16.66%;
}

.grid__unit--5-6 {
    width: 83.3%;
}

.grid__unit--1-8 {
    width: 12.5%;
}

.grid__unit--3-8 {
    width: 37.5%;
}

.grid__unit--5-8 {
    width: 62.5%;
}

.grid__unit--7-8 {
    width: 87.5%;
}

.grid__unit--1-9 {
    width: 11.11%;
}

.grid__unit--2-9 {
    width: 22.22%;
}

.grid__unit--4-9 {
    width: 44.44%;
}

.grid__unit--5-9 {
    width: 55.55%;
}

.grid__unit--7-9 {
    width: 77.77%;
}

.grid__unit--8-9 {
    width: 88.88%;
}

.grid__unit--1-12 {
    width: 8.33%;
}

.grid__unit--5-12 {
    width: 41.65%;
}

.grid__unit--7-12 {
    width: 58.31%;
}

.grid__unit--11-12 {
    width: 91.63%;
}

@media (min-width: 480px) {
    .grid__unit--1-1-s {
        width: 100%;
    }

    .grid__unit--1-2-s {
        width: 50%;
    }

    .grid__unit--1-3-s {
        width: 33.33%;
    }

    .grid__unit--2-3-s {
        width: 66.66%;
    }

    .grid__unit--1-4-s {
        width: 25%;
    }

    .grid__unit--3-4-s {
        width: 75%;
    }

    .grid__unit--1-5-s {
        width: 20%;
    }

    .grid__unit--2-5-s {
        width: 40%;
    }

    .grid__unit--3-5-s {
        width: 60%;
    }

    .grid__unit--4-5-s {
        width: 80%;
    }

    .grid__unit--1-6-s {
        width: 16.66%;
    }

    .grid__unit--5-6-s {
        width: 83.3%;
    }

    .grid__unit--1-8-s {
        width: 12.5%;
    }

    .grid__unit--3-8-s {
        width: 37.5%;
    }

    .grid__unit--5-8-s {
        width: 62.5%;
    }

    .grid__unit--7-8-s {
        width: 87.5%;
    }

    .grid__unit--1-9-s {
        width: 11.11%;
    }

    .grid__unit--2-9-s {
        width: 22.22%;
    }

    .grid__unit--4-9-s {
        width: 44.44%;
    }

    .grid__unit--5-9-s {
        width: 55.55%;
    }

    .grid__unit--7-9-s {
        width: 77.77%;
    }

    .grid__unit--8-9-s {
        width: 88.88%;
    }

    .grid__unit--1-12-s {
        width: 8.33%;
    }

    .grid__unit--5-12-s {
        width: 41.65%;
    }

    .grid__unit--7-12-s {
        width: 58.31%;
    }

    .grid__unit--11-12-s {
        width: 91.63%;
    }
}

@media (min-width: 768px) {
    .grid {
        margin-right: -48px;
    }

        .grid.no-margin {
            margin-bottom: -48px;
        }

    .grid--compact {
        margin-right: -24px;
    }

        .grid--compact.no-margin {
            margin-bottom: -24px;
        }

    .grid__unit {
        padding: 0 48px 48px 0;
    }

    .grid--compact > .grid__unit {
        padding: 0 24px 24px 0;
    }

    .grid__unit--1-1-m {
        width: 100%;
    }

    .grid__unit--1-2-m {
        width: 50%;
    }

    .grid__unit--1-3-m {
        width: 33.33%;
    }

    .grid__unit--2-3-m {
        width: 66.66%;
    }

    .grid__unit--1-4-m {
        width: 25%;
    }

    .grid__unit--3-4-m {
        width: 75%;
    }

    .grid__unit--1-5-m {
        width: 20%;
    }

    .grid__unit--2-5-m {
        width: 40%;
    }

    .grid__unit--3-5-m {
        width: 60%;
    }

    .grid__unit--4-5-m {
        width: 80%;
    }

    .grid__unit--1-6-m {
        width: 16.66%;
    }

    .grid__unit--5-6-m {
        width: 83.3%;
    }

    .grid__unit--1-8-m {
        width: 12.5%;
    }

    .grid__unit--3-8-m {
        width: 37.5%;
    }

    .grid__unit--5-8-m {
        width: 62.5%;
    }

    .grid__unit--7-8-m {
        width: 87.5%;
    }

    .grid__unit--1-9-m {
        width: 11.11%;
    }

    .grid__unit--2-9-m {
        width: 22.22%;
    }

    .grid__unit--4-9-m {
        width: 44.44%;
    }

    .grid__unit--5-9-m {
        width: 55.55%;
    }

    .grid__unit--7-9-m {
        width: 77.77%;
    }

    .grid__unit--8-9-m {
        width: 88.88%;
    }

    .grid__unit--1-12-m {
        width: 8.33%;
    }

    .grid__unit--5-12-m {
        width: 41.65%;
    }

    .grid__unit--7-12-m {
        width: 58.31%;
    }

    .grid__unit--11-12-m {
        width: 91.63%;
    }
}

@media (min-width: 960px) {
    .grid__unit--1-1-l {
        width: 100%;
    }

    .grid__unit--1-2-l {
        width: 50%;
    }

    .grid__unit--1-3-l {
        width: 33.33%;
    }

    .grid__unit--2-3-l {
        width: 66.66%;
    }

    .grid__unit--1-4-l {
        width: 25%;
    }

    .grid__unit--3-4-l {
        width: 75%;
    }

    .grid__unit--1-5-l {
        width: 20%;
    }

    .grid__unit--2-5-l {
        width: 40%;
    }

    .grid__unit--3-5-l {
        width: 60%;
    }

    .grid__unit--4-5-l {
        width: 80%;
    }

    .grid__unit--1-6-l {
        width: 16.66%;
    }

    .grid__unit--5-6-l {
        width: 83.3%;
    }

    .grid__unit--1-8-l {
        width: 12.5%;
    }

    .grid__unit--3-8-l {
        width: 37.5%;
    }

    .grid__unit--5-8-l {
        width: 62.5%;
    }

    .grid__unit--7-8-l {
        width: 87.5%;
    }

    .grid__unit--1-9-l {
        width: 11.11%;
    }

    .grid__unit--2-9-l {
        width: 22.22%;
    }

    .grid__unit--4-9-l {
        width: 44.44%;
    }

    .grid__unit--5-9-l {
        width: 55.55%;
    }

    .grid__unit--7-9-l {
        width: 77.77%;
    }

    .grid__unit--8-9-l {
        width: 88.88%;
    }

    .grid__unit--1-12-l {
        width: 8.33%;
    }

    .grid__unit--5-12-l {
        width: 41.65%;
    }

    .grid__unit--7-12-l {
        width: 58.31%;
    }

    .grid__unit--11-12-l {
        width: 91.63%;
    }
}


.card {
    background: #F1FBFD;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card__body {
    padding: 24px;
    flex-grow: 1;
}

.card__image {
    width: 100%;
}

.card__header,
.card__footer,
.card__section {
    border: solid #A9E3F3;
    padding: 24px;
}

.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
    background: #F1FBFD;
}

.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
    background: #C6EDF7;
}

.card__header--borderless,
.card__footer--borderless,
.card__section--borderless {
    border: none;
}

.card__header {
    border-width: 0 0 1px;
    flex-grow: 0;
}

.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
    padding-bottom: 0;
}

.card__footer {
    border-width: 1px 0 0;
    justify-self: flex-end;
    flex-grow: 0;
}

.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
    padding-top: 0;
}

.card__section {
    border-width: 1px 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

    .card__section + .card__section {
        margin-top: -24px;
        border-top-width: 0;
    }

    .card__section:first-child {
        margin-top: 0;
    }

    .card__section:last-child {
        margin-bottom: 0;
    }

.card__body a {
    word-break: break-word;
}

.card__body > .card__section {
    margin-left: -24px;
    margin-right: -24px;
}

    .card__body > .card__section:first-child {
        margin-top: -24px;
    }

    .card__body > .card__section:last-child {
        margin-bottom: -24px;
    }

.card--primary,
.card--primary .card__header,
.card--primary .card__footer,
.card--primary .card__section {
    border-color: #211261;
}

.card--primary {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #D3D0DF;
}

    .card--primary a,
    .card--primary h1,
    .card--primary h2,
    .card--primary h3,
    .card--primary h4,
    .card--primary h5,
    .card--primary h6,
    .card--primary .h1,
    .card--primary .h2,
    .card--primary .h3,
    .card--primary .h4,
    .card--primary .h5,
    .card--primary .h6 {
        color: #211261;
    }

    .card--primary .card__header--secondary,
    .card--primary .card__footer--secondary,
    .card--primary .card__section--secondary {
        color: #160C41;
        background: #D3D0DF;
    }

    .card--primary .card__header--tertiary,
    .card--primary .card__footer--tertiary,
    .card--primary .card__section--tertiary {
        color: #160C41;
        background: #B5B0CA;
    }

.card--accent,
.card--accent .card__header,
.card--accent .card__footer,
.card--accent .card__section {
    border-color: #54C8E8;
}

.card--accent {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #F1FBFD;
}

    .card--accent a,
    .card--accent h1,
    .card--accent h2,
    .card--accent h3,
    .card--accent h4,
    .card--accent h5,
    .card--accent h6,
    .card--accent .h1,
    .card--accent .h2,
    .card--accent .h3,
    .card--accent .h4,
    .card--accent .h5,
    .card--accent .h6 {
        color: #54C8E8;
    }

    .card--accent .card__header--secondary,
    .card--accent .card__footer--secondary,
    .card--accent .card__section--secondary {
        color: #38859B;
        background: #F1FBFD;
    }

    .card--accent .card__header--tertiary,
    .card--accent .card__footer--tertiary,
    .card--accent .card__section--tertiary {
        color: #38859B;
        background: #C6EDF7;
    }

.card--action,
.card--action .card__header,
.card--action .card__footer,
.card--action .card__section {
    border-color: #FFA400;
}

.card--action {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFEDCC;
}

    .card--action a,
    .card--action h1,
    .card--action h2,
    .card--action h3,
    .card--action h4,
    .card--action h5,
    .card--action h6,
    .card--action .h1,
    .card--action .h2,
    .card--action .h3,
    .card--action .h4,
    .card--action .h5,
    .card--action .h6 {
        color: #FFA400;
    }

    .card--action .card__header--secondary,
    .card--action .card__footer--secondary,
    .card--action .card__section--secondary {
        color: #AA6D00;
        background: #FFEDCC;
    }

    .card--action .card__header--tertiary,
    .card--action .card__footer--tertiary,
    .card--action .card__section--tertiary {
        color: #AA6D00;
        background: #FFE1AA;
    }

.card--fill-primary .card__header,
.card--fill-primary .card__footer,
.card--fill-primary .card__section,
.card--fill-accent .card__header,
.card--fill-accent .card__footer,
.card--fill-accent .card__section,
.card--fill-action .card__header,
.card--fill-action .card__footer,
.card--fill-action .card__section,
.card--inverse .card__header,
.card--inverse .card__footer,
.card--inverse .card__section {
    border-color: #ffffff;
}

.card--fill-primary,
.card--fill-accent,
.card--fill-action,
.card--inverse {
    border: none;
    color: #ffffff;
    box-shadow: none;
}

    .card--fill-primary h1,
    .card--fill-primary h2,
    .card--fill-primary h3,
    .card--fill-primary h4,
    .card--fill-primary h5,
    .card--fill-primary h6,
    .card--fill-primary .h1,
    .card--fill-primary .h2,
    .card--fill-primary .h3,
    .card--fill-primary .h4,
    .card--fill-primary .h5,
    .card--fill-primary .h6,
    .card--fill-accent h1,
    .card--fill-accent h2,
    .card--fill-accent h3,
    .card--fill-accent h4,
    .card--fill-accent h5,
    .card--fill-accent h6,
    .card--fill-accent .h1,
    .card--fill-accent .h2,
    .card--fill-accent .h3,
    .card--fill-accent .h4,
    .card--fill-accent .h5,
    .card--fill-accent .h6,
    .card--fill-action h1,
    .card--fill-action h2,
    .card--fill-action h3,
    .card--fill-action h4,
    .card--fill-action h5,
    .card--fill-action h6,
    .card--fill-action .h1,
    .card--fill-action .h2,
    .card--fill-action .h3,
    .card--fill-action .h4,
    .card--fill-action .h5,
    .card--fill-action .h6,
    .card--inverse h1,
    .card--inverse h2,
    .card--inverse h3,
    .card--inverse h4,
    .card--inverse h5,
    .card--inverse h6,
    .card--inverse .h1,
    .card--inverse .h2,
    .card--inverse .h3,
    .card--inverse .h4,
    .card--inverse .h5,
    .card--inverse .h6 {
        color: #ffffff;
    }

    .card--fill-primary a:not(.button):not(.more),
    .card--fill-accent a:not(.button):not(.more),
    .card--fill-action a:not(.button):not(.more),
    .card--inverse a:not(.button):not(.more) {
        color: #ffffff;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
    }

.card--fill-primary {
    background: #211261;
}

    .card--fill-primary .card__header--secondary,
    .card--fill-primary .card__footer--secondary,
    .card--fill-primary .card__section--secondary {
        background: #1C0F51;
    }

    .card--fill-primary .card__header--tertiary,
    .card--fill-primary .card__footer--tertiary,
    .card--fill-primary .card__section--tertiary {
        background: #160C41;
    }

.card--fill-accent {
    background: #54C8E8;
}

    .card--fill-accent .card__header--secondary,
    .card--fill-accent .card__footer--secondary,
    .card--fill-accent .card__section--secondary {
        background: #46A7C1;
    }

    .card--fill-accent .card__header--tertiary,
    .card--fill-accent .card__footer--tertiary,
    .card--fill-accent .card__section--tertiary {
        background: #38859B;
    }

.card--fill-action {
    background: #FFA400;
}

    .card--fill-action .card__header--secondary,
    .card--fill-action .card__footer--secondary,
    .card--fill-action .card__section--secondary {
        background: #D48900;
    }

    .card--fill-action .card__header--tertiary,
    .card--fill-action .card__footer--tertiary,
    .card--fill-action .card__section--tertiary {
        background: #AA6D00;
    }

.card--inverse {
    background: #081622;
}

    .card--inverse .card__header--secondary,
    .card--inverse .card__footer--secondary,
    .card--inverse .card__section--secondary {
        background: #2C3842;
    }

    .card--inverse .card__header--tertiary,
    .card--inverse .card__footer--tertiary,
    .card--inverse .card__section--tertiary {
        background: #4D5A65;
    }

.card-grid {
    display: grid;
    grid-template-columns: Repeat(auto-fit, minmax(12rem, 1fr));
    gap: 48px;
}

    .card-grid:not(:last-child) {
        margin-bottom: 48px;
    }

.card-grid--compact {
    gap: 24px;
}


/*! ---------- =hero ---------- */

.hero {
    position: relative;
    margin-bottom: 48px;
}

    .hero:last-child {
        margin-bottom: 0;
    }

    .hero + .site-alert {
        margin-top: -48px;
    }

.content > .page-bounds > .hero:first-child {
    margin-top: -24px;
}

.hero::before {
    background: linear-gradient(90deg, rgba(43,23,128,1) 0%, rgba(43,23,128,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b1780",endColorstr="#2b1780",GradientType=1);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.hero__dropdown {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

    .hero__dropdown strong {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        background: #54C8E8;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;
        color: #ffffff;
        flex: 1 0 auto;
        margin-bottom: 0;
        padding: 12px 24px;
    }

    .hero__dropdown select {
        font-size: 20px;
        line-height: 24px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/images/default-source/siteimages/backgrounds/caret.png) no-repeat 97% center #fff;
        border-bottom: 0;
        border-bottom-right-radius: 24px;
        border-top-right-radius: 24px;
        color: #211261;
        font-weight: 700;
        padding-right: 40.8px;
        margin-bottom: 0;
    }

.hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

.hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .hero__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.hero__image--parallax img {
    height: calc(100% + 40vh);
    top: -20vh;
    bottom: -20vh;
}

.hero__video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.hero__video-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in 2.9s;
}

    .hero__video-player.is-wide {
        top: 50%;
        transform: translateY(-50%);
    }

    .hero__video-player.is-tall {
        left: 50%;
        transform: translateX(-50%);
    }

.hero__video-container.is-loaded .hero__video-player {
    opacity: 1;
}

.hero__video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hero__content {
    padding: 72px 24px;
    position: relative;
    z-index: 3;
}

.hero__title,
.hero__subtitle,
.hero__description {
    color: #ffffff;
}

.hero__actions {
    margin-top: 24px;
}

.hero--light::before {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#FFF", GradientType=1);
}

.hero--light .hero__title,
.hero--light .hero__subtitle,
.hero--light .hero__description {
    color: #211261;
}
/*.hero--choosedo .hero__content {
  background: url(/images/default-source/siteimages/backgrounds/motif-blue.png) no-repeat 10% center;
}*/

@media (max-width: 479.97px) {
    .hero__actions .button {
        display: block;
    }

        .hero__actions .button + .button {
            margin-top: 12px;
        }
}

@media (min-width: 480px) {
    .hero__actions .button + .button {
        margin-left: 12px;
    }
}

@media (max-width: 767.97px) {
    .hero::before {
        background: rgba(0, 0, 0, 0.5);
    }

    .hero--light::before {
        background: rgba(255, 255, 255, 0.6);
    }

    .hero__title {
        text-align: center;
        font-size: 7vw;
        line-height: 1.2;
    }

    .hero__subtitle {
        text-align: center;
        font-size: 6vw;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .hero--aacom .reading-width {
        max-width: 600px;
    }

    .hero--tall .hero__content {
        padding-bottom: 210px;
        padding-top: 210px;
    }

    .hero__content {
        padding: 168px 48px;
    }

    .content > .page-bounds > .hero:first-child {
        margin-top: -48px;
    }

    .hero__title {
        font-size: 48px;
    }
}

@media (min-width: 960px) {
    .hero--tall .hero__content {
        padding-bottom: 240px;
        padding-top: 240px;
    }

    .hero--aacom .hero__content {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .hero__content {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

/*! 'professional' hero style */
.hero__title,
.hero__subtitle,
.hero__description {
    color: #ffffff;
}

.hero__content img {
    max-width: 70%;
}

@media (min-width: 768px) {
    .hero__subtitle {
        font-size: 35px;
        line-height: 36px;
    }

    .hero__actions {
        margin-top: 36px;
    }

    .hero__content img {
        margin-left: 0;
    }
}


.horizontal-scroll {
    position: relative;
}

    .horizontal-scroll:not(:last-child) {
        margin-bottom: 48px;
    }

.horizontal-scroll__wrapper {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.js .horizontal-scroll__wrapper {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

    .js .horizontal-scroll__wrapper::-webkit-scrollbar {
        display: none;
    }

.horizontal-scroll__contents {
    float: left;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    word-spacing: -0.31em;
}

.horizontal-scroll__item {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding-right: 24px;
    white-space: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-spacing: normal;
}

    .horizontal-scroll__item:last-child {
        padding-right: 0;
    }

.horizontal-scroll__control {
    width: 96px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    font-size: 35px;
    color: #211261;
}

.horizontal-scroll__control--left {
    left: -96px;
}

.horizontal-scroll__control--right {
    right: -96px;
}

.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
    color: #FFA400;
}

.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
    color: #C8D1DA !important;
    cursor: default;
}

@media (max-width: 1375.97px) {
    .horizontal-scroll__control {
        width: 48px;
    }

    .horizontal-scroll__control--left {
        left: -48px;
    }

    .horizontal-scroll__control--right {
        right: -48px;
    }
}

@media (max-width: 767.97px) {
    .horizontal-scroll__item {
        width: 45vw;
    }

    .horizontal-scroll__control {
        display: none;
    }
}

@media (max-width: 479.97px) {
    .horizontal-scroll__item {
        width: 80vw;
    }
}


/*! ---------- =interstitials ---------- */

.interstitial {
    position: relative;
    padding: 0 24px;
    margin-top: 48px;
    margin-bottom: 48px;
}

    .interstitial:first-child {
        margin-top: 0;
    }

    .interstitial:last-child {
        margin-bottom: 0;
    }

.interstitial--nav {
    margin-bottom: 48px !important;
}

.interstitial--blue {
    background: #F1FBFD;
}

.interstitial--orange {
    background: #FFA400;
    color: #ffffff;
}

    .interstitial--orange h2,
    .interstitial--orange h3,
    .interstitial--orange h4,
    .interstitial--orange h5,
    .interstitial--orange h6,
    .interstitial--orange a,
    .interstitial--orange p {
        color: #ffffff;
    }

.interstitial--red {
    background: #FF595A;
    color: #ffffff;
}

    .interstitial--red h2,
    .interstitial--red h3,
    .interstitial--red h4,
    .interstitial--red h5,
    .interstitial--red h6,
    .interstitial--red a,
    .interstitial--red p {
        color: #ffffff;
    }

.interstitial--dark {
    background: #160C41;
    color: #ffffff;
}

    .interstitial--dark h2,
    .interstitial--dark h3,
    .interstitial--dark h4,
    .interstitial--dark h5,
    .interstitial--dark h6,
    .interstitial--dark a,
    .interstitial--dark p {
        color: #ffffff;
    }

    .interstitial--dark .interstitial__wrapper,
    .interstitial--blue .interstitial__wrapper,
    .interstitial--orange .interstitial__wrapper,
    .interstitial--red .interstitial__wrapper {
        min-height: auto;
    }

    .interstitial--dark .interstitial__content,
    .interstitial--blue .interstitial__content,
    .interstitial--orange .interstitial__content,
    .interstitial--red .interstitial__content {
        background: transparent;
        display: block;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

.interstitial--blue-dots {
    background: url(/images/default-source/siteimages/backgrounds/bg-blue-dots.png) repeat-x center top #ffffff;
}

.interstitial--orange-dots {
    background: url(/images/default-source/siteimages/backgrounds/bg-orange-dots.png) repeat-x center top #ffffff;
}

.interstitial--red-dots {
    background: url(/images/default-source/siteimages/backgrounds/bg-red-dots.png) repeat-x center top #ffffff;
}

.content > .page-bounds > .interstitial:first-child {
    margin-top: -24px;
}

.interstitial::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 2;
}

.interstitial__wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.interstitial__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

.interstitial__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.interstitial__image--gallery {
    overflow: visible;
    position: absolute !important;
}

.interstitial__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.interstitial__image--parallax img {
    height: calc(100% + 40vh);
    top: -20vh;
    bottom: -20vh;
}

.interstitial__video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.interstitial__video-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in 2.9s;
}

    .interstitial__video-player.is-wide {
        top: 50%;
        transform: translateY(-50%);
    }

    .interstitial__video-player.is-tall {
        left: 50%;
        transform: translateX(-50%);
    }

.interstitial__video-container.is-loaded .interstitial__video-player {
    opacity: 1;
}

.interstitial__video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.interstitial__content {
    padding: 72px 0;
    position: relative;
    z-index: 3;
}

.interstitial__actions {
    margin-top: 24px;
}

@media (max-width: 479.97px) {
    .interstitial__actions .button {
        display: block;
    }

        .interstitial__actions .button + .button {
            margin-top: 12px;
        }
}

@media (min-width: 480px) {
    .interstitial__actions .button + .button {
        margin-left: 12px;
    }
}

@media (max-width: 767.97px) {
    .interstitial__title {
        font-size: 7vw;
        line-height: 1.2;
    }

    .interstitial--blue-dots,
    .interstitial--orange-dots,
    .interstitial--red-dots {
        background: none;
    }
}

@media (min-width: 768px) {
    .interstitial {
        padding-left: 48px;
        padding-right: 48px;
    }

    .content > .page-bounds > .interstitial:first-child {
        margin-top: -48px;
    }
}

/*! 'minimalist' interstitial style */
.interstitial {
    padding-bottom: 24px;
    padding-top: 24px;
}

    .interstitial::before {
        display: none;
    }

.interstitial__media {
    height: 360px;
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
}

.interstitial__content {
    background: url(/images/default-source/siteimages/backgrounds/motif.png) no-repeat center #F1FBFD;
    background-size: cover;
    padding: 24px 0;
}

.interstitial__title {
    font-size: 35px;
    line-height: 36px;
    color: #211261;
}

.interstitial__description {
    color: #444444;
}

@media (max-width: 767px) {
    .interstitial__content {
        margin-left: -24px;
        margin-right: -24px;
        padding: 24px;
    }
}

@media (min-width: 768px) {
    .interstitial__wrapper {
        display: flex;
        justify-content: space-between;
        min-height: 480px;
    }

    .interstitial__media {
        flex: 0 0 35%;
        order: 2;
        height: auto;
        margin-right: 0;
        z-index: 0;
    }

    .interstitial__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 0 10%;
        margin-bottom: 36px;
        margin-top: 36px;
        order: 1;
        padding: 24px;
        z-index: 1;
    }

    .interstitial--right .interstitial__media {
        order: 1;
        margin-left: 0;
        margin-right: -24px;
    }
}

@media (min-width: 960px) {
    .interstitial {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .interstitial__media {
        flex-basis: 60%;
        margin-left: -48px;
    }

    .interstitial--right .interstitial__media {
        order: 1;
        margin-right: -48px;
    }
}


/*! ---------- =lists ---------- */

.item-list {
    list-style: none;
    margin-left: 0;
}

    .item-list:not(:last-child) {
        margin-bottom: 48px;
    }

.item-list__header {
    background: #F1FBFD;
    padding: 12px 24px;
}

.item-list + .button {
    margin-top: -24px;
}

.item-list__item + .item-list__item {
    border-top: 1px solid #C6EDF7;
    margin-top: 24px;
    padding-top: 24px;
}

.item-list__thumbnail {
    display: block;
    width: 120px;
    max-width: 33%;
    float: left;
    margin-right: 24px;
}

.item-list__content {
    overflow: hidden;
}

.item-list__title {
    font-size: 20px;
    line-height: 24px;
    color: #211261;
    font-family: "Urbanist", "Urbanist", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
}

a.item-list__link .item-list__title:hover,
a.item-list__link .item-list__title:focus {
    color: #54C8E8;
}

.item-list__date {
    color: #54C8E8;
    font-family: "Urbanist", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    margin: 6px 0 0;
}

.item-list__meta {
    color: #9e9e9e;
    font-size: 18px;
    font-weight: 400;
}

.item-list__address {
    font-size: 18px;
}

    .item-list__address::after {
        content: '\003B';
        display: inline-block;
    }

    .item-list__address:last-child::after {
        display: none;
    }

.item-list__credentials::before {
    content: ',';
    display: inline-block;
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
}

.item-list__description {
    color: #444444;
    font-weight: 400;
    margin: 6px 0 0;
}

.item-list--grid .item-list__thumbnail {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 auto 12px;
}

    .item-list--grid .item-list__thumbnail img {
        width: 100%;
    }

.item-list--grid .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.item-list--condensed .item-list__item + .item-list__item {
    margin-top: 8px;
    padding-top: 8px;
}

@media (max-width: 479.97px) {
    .item-list__thumbnail {
        float: none;
        margin: 0 auto 12px;
    }
}


.stacked-list {
    list-style: none;
}

    .stacked-list:not(:last-child) {
        margin-bottom: 48px;
    }

.stacked-list--constrain {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
}

.stacked-list__item {
    margin: 0;
}

    .stacked-list__item + .stacked-list__item {
        margin-top: 48px;
    }

.stacked-list__link {
    display: block;
    position: relative;
    color: #444444;
}

    .stacked-list__link:hover,
    .stacked-list__link:focus {
        color: #444444;
    }

.stacked-list__media {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .stacked-list__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: transform 0.15s ease-out;
    }

.stacked-list__link:hover .stacked-list__media img,
.stacked-list__link:focus .stacked-list__media img {
    transform: scale(1.05);
}

.stacked-list__content {
    position: relative;
    z-index: 3;
}

.stacked-list__title {
    font-size: 23px;
    line-height: 24px;
}

.stacked-list__link:hover .stacked-list__title,
.stacked-list__link:focus .stacked-list__title {
    color: #211261;
}

.stacked-list__title + .stacked-list__tags {
    margin-top: -16.8px;
    margin-bottom: 12px;
}

.stacked-list__date {
    display: block;
    font-size: 16px;
    color: #9e9e9e;
}

.stacked-list__title + .stacked-list__date {
    margin-top: -24px;
}

.stacked-list__date + .stacked-list__description {
    margin-top: 12px;
}

.tiled-list {
    list-style: none;
}

    .tiled-list:not(:last-child) {
        margin-bottom: 48px;
    }

.tiled-list__item {
    display: flex;
    margin: 0;
}

.tiled-list__exposition {
    position: relative;
    overflow: hidden;
}

.tiled-list__actions {
    margin-top: 24px;
}

.tiled-list__link {
    flex: 0 0 100%;
    display: block;
    position: relative;
}

.tiled-list__media {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .tiled-list__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: transform 0.15s ease-out;
    }

.tiled-list__link:hover .tiled-list__media img,
.tiled-list__link:focus .tiled-list__media img {
    transform: scale(1.05);
}

.tiled-list__content {
    position: relative;
    z-index: 3;
}

.tiled-list__title {
    font-size: 23px;
    line-height: 24px;
}

.tiled-list__date {
    display: block;
    font-size: 16px;
}

.tiled-list__date,
.tiled-list__meta,
.tiled-list__location,
.tiled-list__description {
    font-weight: 400;
}

    .tiled-list__date + .tiled-list__description {
        margin-top: -18px;
    }

@media (max-width: 767.97px) {

    .tiled-list__item + .tiled-list__item,
    .tiled-list__exposition + .tiled-list__item {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .tiled-list,
    .tiled-list__list > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 24px;
    }

    .tiled-list__exposition,
    .tiled-list__item {
        flex: 1 0 30%;
    }

    .tiled-list__item--featured {
        flex: 11 0 45%;
    }
}

@media (min-width: 768px) and (max-width: 959.97px) {
    .tiled-list__item:not(.tiled-list__item--featured) .tiled-list__description {
        display: none;
    }
}

/*! 'professional' homepage list styles */
.stacked-list__link {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.stacked-list__media {
    flex: 0 0 192px;
    height: 192px;
}

.stacked-list__title + .stacked-list__date {
    margin-top: 0;
}

@media (max-width: 767.97px) {
    .stacked-list__link {
        flex-direction: column;
        align-items: stretch;
    }
}


.tiled-list__exposition,
.tiled-list__link {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.tiled-list__exposition {
    padding: 24px;
}

.tiled-list__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    color: #ffffff;
    background: #211261;
}

    .tiled-list__link:hover,
    .tiled-list__link:focus {
        color: #ffffff;
    }

    .tiled-list__link::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #211261;
        opacity: 0.5;
        z-index: 2;
        transition: opacity 0.15s ease-out;
    }

    .tiled-list__link:hover::before,
    .tiled-list__link:focus::before {
        opacity: 0.1;
    }

.tiled-list__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tiled-list__content {
    padding: 24px;
    margin-top: 120px;
}

    .tiled-list__content::before {
        content: "";
        display: block;
        height: 150%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(8, 22, 34, 0.8), rgba(8, 22, 34, 0));
        z-index: -1;
    }

.tiled-list__title {
    color: #ffffff;
}

    .tiled-list__title + .tiled-list__tags {
        margin-top: -12px;
    }

.tiled-list__overview::before {
    background: #E9EEF2;
}

.tiled-list .truncator-expand {
    display: none;
}

.tiled-list--accordion,
.tiled-list--accordion .tiled-list__list > div {
    gap: 1px;
}

    .tiled-list--accordion .fa-circle-caret-right {
        color: #FF595A;
        transition: all 0.15s ease-out;
        -webkit-transition: all 0.15s ease-out;
        margin-left: 2.4px;
    }

    .tiled-list--accordion .tiled-list__link {
        background: #54C8E8;
        border-radius: 0;
    }

    .tiled-list--accordion .tiled-list__date + .tiled-list__description,
    .tiled-list--accordion .tiled-list__content {
        margin-top: 0;
    }

    .tiled-list--accordion .tiled-list__header {
        background: url(/images/default-source/siteimages/backgrounds/motif.png) no-repeat center #211261;
        background-size: cover;
    }

.tiled-list--choosedo .tiled-list__header {
    background: url(/images/default-source/siteimages/backgrounds/motif-rod.png) no-repeat center #211261;
    background-size: cover;
}

.tiled-list--accordion .tiled-list__header > div {
    width: 100%;
}

.tiled-list--accordion .tiled-list__header .sfContentBlock.sf-Long-text {
    display: flex;
    margin: 0;
}

.tiled-list--accordion .tiled-list__header .tiled-list__link,
.tiled-list--accordion .tiled-list__header .tiled-list__content {
    background: transparent;
}

    .tiled-list--accordion .tiled-list__header .tiled-list__link::before,
    .tiled-list--accordion .tiled-list__header .tiled-list__content::before {
        display: none;
    }

    .tiled-list--accordion .tiled-list__header .tiled-list__link:hover .fa-circle-caret-right,
    .tiled-list--accordion .tiled-list__header .tiled-list__link:focus .fa-circle-caret-right,
    .tiled-list--accordion .tiled-list__header .tiled-list__content:hover .fa-circle-caret-right,
    .tiled-list--accordion .tiled-list__header .tiled-list__content:focus .fa-circle-caret-right {
        transform: translateX(2.4px);
    }

.tiled-list--accordion .tiled-list__header .tiled-list__link {
    align-items: center;
    justify-content: center;
}

.tiled-list--accordion .tiled-list__header .tiled-list__content {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0;
    text-align: center;
}

.tiled-list--accordion .tiled-list__header .tiled-list__title {
    font-size: 45px;
    line-height: 48px;
    padding-right: 0;
}

    .tiled-list--accordion .tiled-list__header .tiled-list__title::after {
        display: none;
    }

.tiled-list--accordion .tiled-list__content {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: flex-start;
}

.tiled-list--accordion .tiled-list__title {
    flex: 1 0 100%;
    margin-bottom: 0;
    padding-right: 36px;
}

    .tiled-list--accordion .tiled-list__title::after {
        color: #FF595A;
        content: "\f330";
        display: inline-block;
        float: right;
        font: var(--fa-font-solid);
        transform: translateX(36px);
        -webkit-transform: translateX(36px);
        transition: all 0.15s ease-out;
        -webkit-transition: all 0.15s ease-out;
    }

.tiled-list--accordion .tiled-list__location,
.tiled-list--accordion .tiled-list__date {
    flex: 0 1 auto;
    font-style: italic;
    margin-bottom: 0;
}

    .tiled-list--accordion .tiled-list__location + .tiled-list__date {
        margin-left: 12px;
    }

        .tiled-list--accordion .tiled-list__location + .tiled-list__date::before {
            background: rgba(255, 255, 255, 0.3);
            content: "";
            display: inline-block;
            height: 18px;
            margin-right: 12px;
            vertical-align: middle;
            width: 2px;
        }

.tiled-list--accordion .tiled-list__date {
    font-size: 18px;
    line-height: 24px;
}

.tiled-list--accordion .tiled-list__action {
    justify-self: flex-end;
    padding-bottom: 24px;
}

@media (max-width: 767.97px) {
    .tiled-list--accordion .tiled-list__item + .tiled-list__item {
        margin-top: 1px;
    }

    .tiled-list--accordion .tiled-list__header {
        min-height: auto !important;
    }

        .tiled-list--accordion .tiled-list__item:not(.tiled-list__header),
        .tiled-list--accordion .tiled-list__header .sfContentBlock.sf-Long-text {
            min-height: 450px;
        }
}

@media (min-width: 768px) {
    .tiled-list__exposition {
        padding-top: 48px;
    }

    .tiled-list--accordion .tiled-list__item:not(.tiled-list__header),
    .tiled-list--accordion .tiled-list__header .sfContentBlock.sf-Long-text {
        min-height: 380px;
    }
}

@media (min-width: 960px) {
    .tiled-list--accordion {
        flex-flow: nowrap;
    }

        .tiled-list--accordion .tiled-list__item:not(.tiled-list__header) {
            flex: 1;
            min-height: 420px;
            transition: all 0.15s ease-out;
            -webkit-transition: all 0.15s ease-out;
        }
        /*.tiled-list--accordion .tiled-list__item:not(.tiled-list__header):hover,
  .tiled-list--accordion .tiled-list__item:not(.tiled-list__header):focus {
    flex-grow: 2;
  }*/
        .tiled-list--accordion .tiled-list__header {
            max-width: 240px;
        }
    /*.tiled-list--accordion .tiled-list__description {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
    -webkit-transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
  }*/
    /*.tiled-list--accordion .tiled-list__item:hover .tiled-list__description,
  .tiled-list--accordion .tiled-list__item:focus .tiled-list__description {
    margin-top: 12px;
    max-height: 150px;
    transition: max-height 0.2s cubic-bezier(0.5, 0, 0.3, 1) 0.2s;
    -webkit-transition: max-height 0.2s cubic-bezier(0.5, 0, 0.3, 1) 0.2s;
  }*/
}

@media (min-width: 1376px) {
    .tiled-list--accordion .tiled-list__header,
    .tiled-list--accordion .tiled-list__heade .sfContentBlock.sf-Long-text {
        max-width: 360px;
    }

        .tiled-list--accordion .tiled-list__item:not(.tiled-list__header),
        .tiled-list--accordion .tiled-list__header .sfContentBlock.sf-Long-text {
            min-height: 540px;
        }
            /*.tiled-list--accordion .tiled-list__item:not(.tiled-list__header):hover .tiled-list__title,
  .tiled-list--accordion .tiled-list__item:not(.tiled-list__header):focus .tiled-list__title {
    font-size: 28px;
    line-height: 36px;
    padding-right: 48px;
  }*/
            .tiled-list--accordion .tiled-list__item:not(.tiled-list__header):hover .tiled-list__title::after,
            .tiled-list--accordion .tiled-list__item:not(.tiled-list__header):focus .tiled-list__title::after {
                transform: translateX(40px);
                -webkit-transform: translateX(40px);
            }
}

/*! flex list styles */
.item-list--flex {
    align-content: stretch;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

    .item-list--flex .item-list__link {
        align-content: space-around;
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        gap: 36px;
        justify-content: space-around;
    }

    .item-list--columns .item-list__item + .item-list__item,
    .item-list--flex .item-list__item + .item-list__item {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }

.item-list--columns {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    gap: 36px;
}

@media (max-width: 959.97px) {
    .item-list--flex {
        flex-wrap: wrap;
    }
}

/*! gallery flex list styles */
.item-list--gallery {
    flex-wrap: wrap;
}

    .item-list--gallery .item-list__item {
        flex: 1 0 24%;
    }

        .item-list--gallery .item-list__item img {
            height: auto;
        }

/*! GME Results list search styles */
@media (min-width: 960px) {
    .item-list--gme .item-list--columns > div:not(.item-list__content) {
        flex-basis: 20%;
    }

    .item-list--gme .item-list--columns > .item-list__content {
        flex-basis: 80%;
    }
}

/*! coms explorer list search styles */
.item-list--coms {
    flex-wrap: wrap;
}

    .item-list--coms .item-list__link {
        flex-direction: column;
        gap: 12px;
    }

    .item-list--coms .item-list__item {
        flex: 100%;
    }

        .item-list--coms .item-list__item + .item-list__item,
        .item-list--comsCompare .item-list__item + .item-list__item {
            border-top: 1px solid #D3D0DF;
        }

.item-list--comsCompare .item-list__item + .item-list__item {
    margin-top: 6px;
    padding-top: 6px;
}

.item-list--coms .item-list__thumbnail {
    max-width: 50%;
}

.item-list--coms .item-list__location,
.item-list--coms .item-list__description {
    font-size: 18px;
}

    .item-list--coms .item-list__description .item-list {
        display: block;
    }

.item-list--coms .item-list__item .item-list .item-list__item {
    flex: auto;
}

.item-list--coms .item-list--columns .item-list__item + .item-list__item,
.item-list--comsCompare .item-list--columns .item-list__item + .item-list__item,
.item-list--comsCompare > .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/*.item-list--flex.item-list--comsCompare {
  align-items: stretch!important;
}
.item-list--comsCompare > .item-list__item {
  padding: 24px!important;
}
.item-list--comsCompare > .item-list__item:nth-child(even) {
  background: #F1FBFD;
}*/
.item-list--comsCompare .item-list__logo {
    max-width: 200px;
}

.item-list--comsCompare .card:nth-child(even),
.item-list--comsCompare .card:nth-child(even) .card__body,
.item-list--comsCompare .card:nth-child(even) .card__footer {
    background: transparent;
}

@media (min-width: 768px) {
    .item-list--coms {
        gap: 12px;
    }

        .item-list--coms .item-list__item {
            flex: 0 1 49%;
        }
}

@media (min-width: 1376px) {
    .item-list--coms {
        gap: 18px 0;
    }

        .item-list--coms .item-list__item {
            flex: 0 1 32%;
        }
}


/*! speakers list styles */
.item-list--speakers {
    align-items: flex-start;
    flex-wrap: wrap;
}

    .item-list--speakers .item-list__item {
        flex: 0 1 45%;
    }

    .item-list--speakers .item-list__link {
        gap: 12px;
    }

    .item-list--speakers .item-list__thumbnail {
        border-radius: 50%;
        margin-right: 0;
        max-width: 50px;
    }

    .item-list--speakers .item-list__title {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .item-list--speakers .item-list__meta {
        font-size: 15px;
        line-height: 19px;
    }


/*! scroll list styles */
.scroll-list {
    position: relative;
    margin-bottom: 48px;
}

    .scroll-list:last-child {
        margin-bottom: 0;
    }

    .scroll-list::after {
        content: "";
        clear: both;
        display: block;
    }

    .scroll-list ul {
        list-style: none;
        margin: 0;
    }

.scroll-list--content {
    background: url(/images/default-source/siteimages/backgrounds/motif.png) no-repeat center #F1FBFD;
    background-size: cover;
    padding: 24px;
}

.scroll-list__item {
    max-width: 100%;
    padding: 0;
}

.scroll-list__title {
    font-size: 35px;
    line-height: 36px;
    color: #211261;
}

.scroll-list__description {
    color: #444444;
}

    .scroll-list__description + .scroll-list__actions {
        margin-top: 24px;
    }

.scroll-list .slick-arrow {
    background: #ffffff;
    border: 1px solid #211261;
    border-radius: 100%;
    color: #211261;
    font-size: 24px;
    left: 24px;
    padding: 12px 14px;
    position: absolute;
    top: 24px;
    z-index: 2;
}

.scroll-list .slick-next {
    margin-left: 4.8px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.scroll-list .slick-dots {
    margin-top: 24px;
}

    .scroll-list .slick-dots button {
        display: none;
    }

    .scroll-list .slick-dots li {
        display: inline-block;
        margin-left: 6px;
        margin-top: 0;
    }

        .scroll-list .slick-dots li::before {
            color: #211261;
            content: '\f111';
            display: inline-block;
            font: var(--fa-font-solid);
            font-size: 14px;
        }

        .scroll-list .slick-dots li.slick-active::before {
            font: var(--fa-font-light);
            font-size: 14px;
        }

@media (min-width: 768px) {
    .scroll-list__media {
        height: 480px;
        position: relative;
        width: 100%;
    }

    .scroll-list__image {
        height: 100%;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }

        .scroll-list__image img {
            bottom: 0;
            height: 100%;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }
}

@media (min-width: 1040px) {
    .scroll-list--content {
        float: left;
        max-width: 45%;
        padding-bottom: 48px;
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 48px;
        position: absolute !important;
        top: 50%;
        transform: translate(24px, -50%);
        z-index: 2;
    }

    .scroll-list--images {
        max-width: 60%;
        transform: translateX(60%);
        z-index: 1;
    }

    .scroll-list--right .scroll-list--content {
        transform: translate(120%, -50%);
    }

    .scroll-list--right .scroll-list--images {
        transform: translateX(0);
    }
}
/*! scroll list horizontal styles */
.scroll-list--explorer .scroll-list__item,
.scroll-list .scroll-list--horizontal .scroll-list__item {
    margin-right: 12px;
}

.scroll-list--explorer .scroll-list__item {
    margin-top: 12px;
}

.scroll-list--explorer .slick-arrow,
.scroll-list .scroll-list--horizontal .slick-arrow {
    font-size: 18px;
    padding: 6px 12px;
    top: 50%;
    transform: translateY(-50%);
}

    .scroll-list--explorer .slick-arrow.slick-next,
    .scroll-list .scroll-list--horizontal .slick-arrow.slick-next {
        right: -12px;
        left: auto;
    }

    .scroll-list--explorer .slick-arrow.slick-prev,
    .scroll-list .scroll-list--horizontal .slick-arrow.slick-prev {
        left: -24px;
    }


.search-current-tags {
    margin-bottom: 24px;
}

.pagination {
    list-style: none;
    margin: 0 0 24px;
}

    .pagination .overview {
        color: #9e9e9e;
        display: block;
        font-size: 16px;
        font-style: italic;
    }

    .pagination li {
        display: inline-block;
        margin-bottom: 0.2em;
    }

        .pagination li a {
            display: block;
            width: 36px;
            padding: 6px 0;
            text-align: center;
            color: #444444;
            background: #F7F9FA;
            font-size: 16px;
        }

            .pagination li a:hover,
            .pagination li a:focus {
                color: #ffffff;
                background: #54C8E8;
            }

    .pagination .active a {
        font-weight: 700;
        color: #ffffff;
        background: #211261;
    }

@media (min-width: 960px) {
    .pagination {
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .pagination .overview {
            display: inline-block;
            flex: 1;
            margin-left: 1.5em;
            order: 2;
            text-align: right;
        }
}
/*! search styles */
.searchAgain {
    position: relative;
}

    .searchAgain::before {
        color: #211261;
        content: '\f002';
        display: inline-block;
        font: var(--fa-font-light);
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .searchAgain input {
        padding-left: 48px;
    }
/*! explorer search form and compare styles */
.item-list--explorer .searchAgain {
    text-shadow: none;
}

.item-list--title .item-list__item,
.item-list--explorer .item-list__item {
    flex: auto;
}

.coms-selected {
    background: #fff;
    border-top: 1px solid #C6EDF7;
    margin-bottom: -24px;
    padding: 12px 0;
}

.coms-selected__container .card {
    overflow: visible;
    position: relative;
}

    .coms-selected__container .card button {
        font-size: 24px;
        position: absolute;
        top: -6px;
        right: -6px;
    }

    .coms-selected__container .card img {
        max-height: 70px;
        max-width: 100px;
    }

    .coms-selected__container .card .item-list__title {
        font-size: 14px;
        line-height: 18px;
    }

button#doClearAllButton {
    font-size: 16px;
}

    button#doClearAllButton:hover {
        color: #54C8E8;
    }

.compare-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: start;
    align-items: flex-start;
    gap: 12px;
}

#shareUrlContainer {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

#shareUrl {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    background: #f1fbfd;
    padding: 0 12px;
}

    #shareUrl label {
        font-size: 16px;
    }

    #shareUrl input {
        margin-bottom: 0;
        max-width: 500px;
    }

@media (max-width: 959.97px) {
    .compare-actions,
    #shareUrlContainer {
        align-items: stretch;
        flex-direction: column;
    }

    #shareUrl {
        padding: 12px;
    }
}

@media (min-width: 960px) {
    .coms-selected {
        background: rgba(255,255,255,0.9);
        backdrop-filter: blur(6px);
        bottom: 0;
        margin-bottom: -48px;
        /*padding: 48px;*/
        position: sticky;
        z-index: 10;
    }

    .coms-selected__actions {
        text-align: right;
    }
}

@media (min-width: 1210px) {
    #shareUrl input {
        min-width: 270px;
    }
}

@media (min-width: 1376px) {
    #shareUrl input {
        min-width: 500px;
    }
}

/*! ---------- =COMs submit form ---------- */
label[for=SurveyContactName]::before {
    content: 'Your Contact Information';
    display: block;
    font-size: 28px;
    margin-bottom: 24px;
}

label[for=Title]::before,
label[for=Location1Name]::before,
label[for=Location2Name]::before,
label[for=Location3Name]::before,
label[for=Location4Name]::before,
label[for=CovidInterviewType]::before,
label[for=DemographicsTotalStudents]::before,
label[for=CurricularContent]::before,
label[for=AdmissionsContent]::before,
label[for=AdmissionsSupplementalRequired]::before,
label[for=AdmissionsCourseRequirements]::before,
label[for=AdmissionsAcceptancesEpd]::before,
label[for=AdmissionsCourseRequirementsScienceAnatomy]::before,
label[for=AdmissionsCourseRequirementsNonScienceBehavioral]::before,
label[for=AdmissionsAcceptancesOffer]::before,
label[for=DemographicsMatriculantsMajorsScience]::before,
label[for=TuitionInstate]::before,
label[for=TuitionAidWebsite]::before {
    display: block;
    font-size: 28px;
    margin-bottom: 24px;
    padding-top: 36px;
}

label[for=Title]::before {
    content: 'Your College of Osteopathic Medicine (COM) Information';
}

label[for=Location1Name]::before {
    content: 'Additional Campus: #2';
}

label[for=Location2Name]::before {
    content: 'Additional Campus: #3';
}

label[for=Location3Name]::before {
    content: 'Additional Campus: #4';
}

label[for=Location4Name]::before {
    content: 'Additional Campus: #5';
}

label[for=CovidInterviewType]::before {
    content: 'Admissions Processes During the Pandemic';
}

label[for=DemographicsTotalStudents]::before {
    content: 'Enrollment: Current Academic Year';
}

label[for=CurricularContent]::before {
    content: 'Curricular';
}

label[for=AdmissionsContent]::before {
    content: 'Admissions Process & Application Information';
}

label[for=AdmissionsSupplementalRequired]::before {
    content: 'Supplemental Application';
}

label[for=AdmissionsCourseRequirements]::before {
    content: 'Premedical Coursework';
}

label[for=AdmissionsAcceptancesEpd]::before {
    content: 'Early Decision Program';
}

label[for=AdmissionsCourseRequirementsScienceAnatomy]::before {
    content: 'Premedical Coursework (Science Courses) \A *Select all that apply using CMMD/CTRL for multiple selections.';
    white-space: break-spaces;
}

label[for=AdmissionsCourseRequirementsNonScienceBehavioral]::before {
    content: 'Premedical Coursework (Non-Science Courses) \A *Select all that apply using CMMD/CTRL for multiple selections.';
    white-space: break-spaces;
}

label[for=AdmissionsAcceptancesOffer]::before {
    content: 'Acceptances';
}

label[for=DemographicsMatriculantsMajorsScience]::before {
    content: 'First-Year Class Matriculants';
}

label[for=TuitionInstate]::before {
    content: 'Tuition, Fees and Financial Aid';
}

label[for=TuitionAidWebsite]::before {
    content: 'Financial Aid';
}

label[for=CurricularDualDegrees],
label[for=CurricularPreparatoryProgramsOffered],
label[for=AdmissionsSupplementalRequired],
label[for=AdmissionsSupplementalFeeWaiver],
label[for=AdmissionsSupplementalFeeRefund],
label[for=AdmissionsAcceptancesDeferred],
label[for=AdmissionsAcceptancesEpd],
label[for=AdmissionsAcceptancesTrafficGuidelines],
label[for=McatScoresSeptember],
label[for=McatScoresJanuary],
label[for=TuitionDepositApplied],
label[for=TuitionDepositRefund],
label[for=TuitionAidScholarships] {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 24px;
    margin-top: 24px;
}

input#AdmissionsSupplementalRequired,
input#AdmissionsAcceptancesEpd {
    position: relative;
    top: 46px;
}

/*! ---------- =quicklinks ---------- */

.quicklinks {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 48px;
}

.quicklinks__item {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.quicklinks__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 100%;
    min-width: 0;
    padding: 24px;
    word-wrap: break-word;
    position: relative;
}

.quicklinks__media {
    z-index: 1;
    overflow: hidden;
}

    .quicklinks__media img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        transition: opacity 0.15s ease-out, transform 0.15s ease-out;
    }

.quicklinks__link:hover .quicklinks__media img,
.quicklinks__link:focus .quicklinks__media img {
    transform: scale(1.05);
}

.quicklinks__icon,
.quicklinks__content,
.quicklinks__disclose {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.quicklinks__icon {
    font-size: 45px;
}

    .quicklinks__icon .fak {
        font-size: 85px;
    }

    .quicklinks__icon img {
        fill: #54c8e8;
        filter: invert(81%) sepia(11%) saturate(4809%) hue-rotate(160deg) brightness(100%) contrast(82%);
        margin-left: 0;
        max-width: 80px;
    }

    .quicklinks__icon + .quicklinks__content .quicklinks__title,
    .quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
        margin-top: 18px;
    }

.quicklinks__title {
    display: block;
}

.quicklinks__description {
    font-weight: 400;
    margin-top: 12px;
}

.quicklinks__disclose {
    margin-top: 24px;
    font-size: 23px;
}

@media (max-width: 767.97px), (min-width: 960px) {
    .quicklinks__item--horizontal .quicklinks__link {
        flex-direction: row;
    }

    .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content {
        margin-left: 18px;
    }

        .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__title,
        .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
            margin-top: 0;
        }

    .quicklinks__item--horizontal .quicklinks__disclose {
        margin-top: 0;
        margin-left: 24px;
    }
}

@media (max-width: 767.97px) {
    .quicklinks {
        flex-direction: column;
    }

    .quicklinks__item + .quicklinks__item {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .quicklinks__item {
        flex: 1 0 10%;
    }

        .quicklinks__item + .quicklinks__item {
            margin-left: 24px;
        }

    .quicklinks__link {
        padding-left: 0;
        padding-right: 0;
    }
}

/*! 'minimalist' quicklinks style */
.quicklinks__link {
    color: #444444;
    background: rgba(255, 255, 255, 0);
}

    .quicklinks__link:hover,
    .quicklinks__link:focus {
        background: rgba(255, 255, 255, 0);
        color: #444444;
    }

.quicklinks__media {
    flex: 0 0 72px;
    margin: -24px -24px 36px;
    position: relative;
}

.quicklinks__icon {
    color: #54C8E8;
    transition: color 0.15s ease-out;
}

.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
    color: #FF595A;
}

.quicklinks__title {
    font-size: 28px;
    line-height: 36px;
    color: #211261;
    transition: color 0.15s ease-out;
}

.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
    color: #FF595A;
}

@media (max-width: 767.97px), (min-width: 960px) {
    .quicklinks__item--horizontal .quicklinks__media {
        margin: -24px 24px -24px -24px;
    }

    .quicklinks__item--horizontal .quicklinks__title {
        font-size: 20px;
    }
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
    margin-bottom: 48px;
}

.tabs--standard .tabs__tab:not(.button) {
    background: #F1FBFD;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    padding: 12px;
    position: relative;
    vertical-align: bottom;
    z-index: 2;
}

.tabs--standard .tabs__tab.is-active {
    background: #211261;
    color: #ffffff;
}

.tabs--standard .tabs__tab:focus {
    outline: 1px dashed rgba(128, 128, 128, 0.8);
    outline-offset: -6px;
}

.tabs--standard .tabs__pane {
    border: 1px solid #B5B0CA;
    border-top: 3px solid #211261;
    display: none;
    padding: 24px;
}

    .tabs--standard .tabs__pane.is-active {
        display: block;
    }

.tabs--vertical {
    margin-bottom: 48px;
}

    .tabs--vertical .tabs__tab {
        background: #F1FBFD;
        color: #211261;
        padding: 13.68px;
    }

        .tabs--vertical .tabs__tab.is-active {
            background: #ffffff;
            color: #211261;
            font-weight: 700;
        }

        .tabs--vertical .tabs__tab:hover {
            color: #211261;
        }

        .tabs--vertical .tabs__tab:focus {
            outline: 1px dashed #211261;
            outline-offset: -6px;
        }

.js .tabs--vertical .tabs__pane:not(.is-active) {
    display: none;
}
/* item list fix in tabs */
.tabs__pane .item-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 480px) {
    .tabs--standard .tabs__tab {
        padding: 18px 24px;
        font-weight: 700;
    }
}

@media (max-width: 767.97px), (min-width: 960px) and (max-width: 1375.97px) {

    .tabs--standard,
    .tabs--vertical {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

        .tabs--standard .tabs__tab,
        .tabs--standard .tabs__pane,
        .tabs--vertical .tabs__tab,
        .tabs--vertical .tabs__pane {
            flex: 0 0 auto;
        }

        .tabs--standard .tabs__tab,
        .tabs--vertical .tabs__tab {
            order: 1;
            border: 1px solid #B5B0CA;
        }

            .tabs--standard .tabs__tab ~ .tabs__tab,
            .tabs--vertical .tabs__tab ~ .tabs__tab {
                margin-top: 6px;
            }

            .tabs--standard .tabs__tab.is-active,
            .tabs--vertical .tabs__tab.is-active {
                border-color: #B5B0CA #B5B0CA #B5B0CA;
            }

            .tabs--standard .tabs__tab:nth-child(2),
            .tabs--vertical .tabs__tab:nth-child(2) {
                order: 3;
            }

            .tabs--standard .tabs__tab:nth-child(3),
            .tabs--vertical .tabs__tab:nth-child(3) {
                order: 5;
            }

            .tabs--standard .tabs__tab:nth-child(4),
            .tabs--vertical .tabs__tab:nth-child(4) {
                order: 7;
            }

            .tabs--standard .tabs__tab:nth-child(5),
            .tabs--vertical .tabs__tab:nth-child(5) {
                order: 9;
            }

            .tabs--standard .tabs__tab:nth-child(6),
            .tabs--vertical .tabs__tab:nth-child(6) {
                order: 11;
            }

            .tabs--standard .tabs__tab:nth-child(7),
            .tabs--vertical .tabs__tab:nth-child(7) {
                order: 13;
            }

            .tabs--standard .tabs__tab:nth-child(8),
            .tabs--vertical .tabs__tab:nth-child(8) {
                order: 15;
            }

            .tabs--standard .tabs__tab:nth-child(9),
            .tabs--vertical .tabs__tab:nth-child(9) {
                order: 17;
            }

            .tabs--standard .tabs__tab:nth-child(10),
            .tabs--vertical .tabs__tab:nth-child(10) {
                order: 19;
            }

        .tabs--standard .tabs__pane,
        .tabs--vertical .tabs__pane {
            order: 2;
            padding: 24px 12px;
            border: 1px solid #B5B0CA;
            border-top-width: 0;
        }

            .tabs--standard .tabs__pane + .tabs__pane,
            .tabs--vertical .tabs__pane + .tabs__pane {
                order: 4;
            }

                .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
                .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
                    order: 6;
                }

                    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                        order: 8;
                    }

                        .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                        .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                            order: 10;
                        }

                            .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                            .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                                order: 12;
                            }

                                .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                                .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                                    order: 14;
                                }

                                    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                                    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                                        order: 16;
                                    }

                                        .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                                        .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                                            order: 18;
                                        }

                                            .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
                                            .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
                                                order: 20;
                                            }
}

@media (min-width: 768px) and (max-width: 959.97px), (min-width: 1376px) {
    .tabs--standard {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

        .tabs--standard::before {
            /* remove sf pseudoel that messes with space-between */
            display: none !important;
        }

        .tabs--standard .tabs__tab {
            flex: 0 0 auto;
            padding: 18px 24px;
        }

        .tabs--standard.tabs--2 .tabs__tab {
            width: 48%;
            flex-basis: 50%;
            flex-basis: calc(50% - 6px);
        }

        .tabs--standard.tabs--3 .tabs__tab {
            width: 31%;
            flex-basis: 33.3%;
            flex-basis: calc(33.3% - 6px);
        }

        .tabs--standard.tabs--4 .tabs__tab {
            width: 22%;
            flex-basis: 25%;
            flex-basis: calc(25% - 6px);
        }

        .tabs--standard.tabs--5 .tabs__tab {
            width: 17%;
            flex-basis: 20%;
            flex-basis: calc(20% - 6px);
        }

        .tabs--standard.tabs--6 .tabs__tab {
            width: 13%;
            flex-basis: 15%;
            flex-basis: calc(15% - 6px);
        }

        .tabs--standard .tabs__pane {
            flex: 1 0 100%;
        }

    .tabs--vertical .tabs__tab {
        width: 12.5rem;
        float: left;
        font-weight: 700;
        clear: left;
        padding: 17px 17px;
        margin-bottom: 6px;
        border: 1px solid rgba(255, 255, 255, 0);
        border-right-color: #B5B0CA;
        box-shadow: inset 6px 0 0 #F1FBFD;
        cursor: pointer;
    }

        .tabs--vertical .tabs__tab.is-active {
            background: #ffffff;
            border: 1px solid #B5B0CA;
            border-color: #B5B0CA #ffffff #B5B0CA #B5B0CA;
            box-shadow: inset 6px 0 0 #211261;
            cursor: default;
        }

    .tabs--vertical .tabs__pane {
        padding: 24px;
        background: #ffffff;
        border-left: calc(12.5rem - 1px) solid #ffffff;
        box-shadow: inset 0 0 0 1px #B5B0CA;
    }

        .tabs--vertical .tabs__pane::after {
            content: "";
            display: table;
            clear: both;
            margin: 30px 0 -30px;
        }
}

/*COM Tabs styling*/
.interstitial + .tabs--coms {
    margin-top: -48px;
}

.tabs--coms .tabs__pane {
    border: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
}

@media (min-width: 768px) {
    .tabs--coms {
        background: #211261;
        position: relative;
    }

        .tabs--coms .tabs--standard {
            align-items: center;
            text-align: center;
        }

        .tabs--coms::after,
        .tabs--coms::before,
        .tabs--coms .tabs__pane::after,
        .tabs--coms .tabs__pane::before {
            background: inherit;
            bottom: 0;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            width: 5000px;
        }

        .tabs--coms::after,
        .tabs--coms .tabs__pane::after {
            right: -5000px;
        }

        .tabs--coms::before,
        .tabs--coms .tabs__pane::before {
            left: -5000px;
        }

        .tabs--coms::after,
        .tabs--coms::before {
            z-index: 0;
        }

        .tabs--coms .tabs__pane::after,
        .tabs--coms .tabs__pane::before {
            z-index: 1;
        }

        .tabs--coms .tabs {
            gap: 0 24px;
            justify-content: center;
        }

        .tabs--coms .tabs__tab:not(.button),
        .tabs--coms .tabs__tab.is-active:not(.button),
        .tabs--coms .tabs__pane {
            background: rgba(0,0,0,0);
            border: 0;
        }

        .tabs--coms .tabs__tab:not(.button) {
            color: #FFF;
            flex-basis: max-content;
            font-size: 17px;
            padding: 24px 12px;
        }

        .tabs--coms .tabs__tab.is-active:not(.button) {
            color: #FF595A;
        }

        .tabs--coms .tabs__tab:hover:not(.button),
        .tabs--coms .tabs__tab:focus:not(.button) {
            color: #FF595A;
        }

        .tabs--coms .tabs__pane {
            position: relative;
            text-align: initial;
        }

            .tabs--coms .tabs__pane.is-active {
                background: #FFF;
                padding-top: 48px;
                width: 100%;
            }

        .tabs--coms .com-button {
            flex-basis: auto !important;
            margin-bottom: 12px;
            margin-top: 12px;
            padding: 12px 24px !important;
            width: auto !important;
        }
}

@media (max-width: 767.97px), (min-width: 960px) and (max-width: 1375.97px) {
    .tabs--coms .com-button {
        border: 0;
        margin: 24px 0;
        order: 0 !important;
    }

    .tabs--coms .tabs__tab:not(.button) {
        background: #211261;
        border: 0;
        color: #fff;
    }

        .tabs--coms .tabs__tab:not(.button)::after {
            color: #ff595a;
            content: '\f330';
            display: inline-block;
            font: var(--fa-font-solid);
            margin-left: 12px;
            transform: transform 0.15s ease-out;
            -webkit-transform: transform 0.15s ease-out;
        }

    .tabs--coms .tabs__tab.is-active:not(.button)::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@media (max-width: 1375.97px) {
    .tabs--coms .tabs--standard.tabs--6 .tabs__tab {
        flex-basis: calc(33% - 6px);
    }
}


.accordion:not(:last-child) {
    margin-bottom: 48px;
}

.accordion__label {
    display: block;
    padding: 12px;
    background: #F1FBFD;
    border: 1px solid #C8D1DA;
    border-top: 3px solid #211261;
    color: #211261;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

    .accordion__label .fa-arrow-right {
        margin-left: 0.4em;
        transition: transform 0.15s ease-out;
    }

    .accordion__label:hover,
    .accordion__label:focus {
        background: #ffffff;
        color: #211261;
    }

    .accordion__label.is-active {
        color: #211261;
        border-color: #211261 #211261 #C8D1DA #211261;
        background: #ffffff;
    }

        .accordion__label.is-active .fa-arrow-right {
            transform: rotate(90deg);
        }

    .accordion__label:focus {
        outline: 1px dashed rgba(128, 128, 128, 0.3);
        outline-offset: -6px;
    }

    .accordion__label ~ .accordion__label {
        margin-top: 6px;
    }

.accordion__content {
    border: 1px solid #211261;
    border-top: none;
    padding: 24px 12px;
    transition: all 0.2s ease-out;
    overflow: hidden;
}

.js .accordion__content:not(.is-active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0 1px;
    visibility: hidden;
    opacity: 0;
}


/*! ---------- =site alerts ---------- */

.site-alert {
    background: #211261;
    color: #ffffff;
    display: block;
    margin-bottom: 48px;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

    .site-alert:hover,
    .site-alert:focus {
        background: #6B6196;
    }

.site-alert--action {
    background: #FFA400;
}

    .site-alert--action:hover,
    .site-alert--action:focus {
        background: #D48900;
    }

.site-alert--accent {
    background: #54C8E8;
}

    .site-alert--accent:hover,
    .site-alert--accent:focus {
        background: #46A7C1;
    }

.site-alert--red {
    background: #FF595A;
}

    .site-alert--red:hover,
    .site-alert--red:focus {
        background: #D44A4B;
    }

.site-alert__link {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 12px;
    justify-content: flex-start;
    padding: 24px;
}

.site-alert__icon,
.site-alert__title {
    color: #fff;
}

.site-alert__icon {
    font-size: 28px;
    line-height: 36px;
}

.site-alert__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.site-alert__action {
    flex: 1 0 auto;
    text-align: right;
}

@media (max-width: 959.97px) {
    .site-alert {
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-alert__content {
        flex-wrap: wrap;
        gap: 12px;
    }

    .site-alert__icon {
        flex: 1;
    }

    .site-alert__title {
        flex: 1 0 80%;
    }

    .site-alert__action {
        text-align: center;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*! ---------- =body ---------- */

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

.content {
    padding: 24px;
}

.page-bounds {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.form-width {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.form-width__left {
    margin-left: 0;
}

.form-width__right {
    margin-right: 0;
}

.reading-width {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.reading-width__left {
    margin-left: 0;
}

.reading-width__right {
    margin-right: 0;
}

.wide-width {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.wide-width__left {
    margin-left: 0;
}

.wide-width__right {
    margin-right: 0;
}


@media (min-width: 768px) {
    .content {
        padding: 48px;
    }
}


/*! ---------- =header common ---------- */

.page-header {
    padding: 0 24px;
    border-bottom: 1px solid #211261;
    background: #211261;
    position: relative;
    z-index: 100;
}

    .page-header .page-bounds {
        position: relative;
    }

.page-header__toggle {
    display: none;
}

@media (max-width: 1169px) {
    .page-header {
        width: 100%;
    }

    .page-header__toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 24px 24px;
        color: #ffffff;
    }

        .page-header__toggle.mobile-menu-is-open {
            color: #54C8E8;
        }

    .js .page-header__toggle {
        display: block;
    }

    .page-header__toggle .toggle-indicator {
        margin-left: 6px;
    }

    .page-header__content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        clear: both;
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media (min-width: 1376px) {
    .page-header {
        padding-left: 48px;
        padding-right: 48px;
    }
}


@media (max-width: 1169px) {
    .header-search {
        order: 1;
    }

    .header-nav {
        order: 2;
    }

    .header-utility {
        order: 3;
    }
}

/*! slide-right / offscreen mobile menu */


@media (max-width: 1169px) {
    .page-header__content {
        display: none;
        width: 80%;
        width: calc(100% - 72px);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        overflow: auto;
        background: #211261;
        transition: all 0.15s ease-out;
    }

    @supports (transform: translateX(-100%)) {
        .page-header__content {
            display: flex;
            transform: translateX(-100%);
            opacity: 0;
            visibility: hidden;
        }
    }

    .page-header__content.mobile-menu-is-open {
        display: block;
        display: flex;
    }

    @supports (transform: translateX(-100%)) {
        .page-header__content.mobile-menu-is-open {
            transform: translateX(0);
            box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
            opacity: 1;
            visibility: visible;
        }
    }

    .page-header .header-search__input {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
        border-width: 1px 0 !important;
    }

    .page-header .header-search__submit {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        background: transparent;
        color: #211261;
    }
}

.page-header__toggle.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    width: calc(0% + 72px);
    font-size: 0.01px;
    color: transparent;
    background: rgba(107, 97, 150, 0.7);
}

    .page-header__toggle.mobile-menu-is-open .toggle-indicator {
        position: absolute;
        top: 26px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
    }


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
    display: block;
    max-width: 100%;
    margin: 0;
}

@media (max-width: 1169px) {
    .header-logo a {
        padding: 12px 0;
    }

    .header-logo img {
        max-height: 48px;
        min-width: 140px;
    }
}


.toggle-indicator {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    position: relative;
}

.toggle-indicator__piece {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}

    .toggle-indicator__piece::before {
        content: "";
        display: block;
        width: 24px;
        height: 4px;
        background: #081622;
        transition: background 0.2s ease-out;
    }

.page-header .toggle-indicator__piece::before {
    background: #ffffff;
}

.toggle-indicator__piece--1 {
    margin-top: -8px;
}

.toggle-indicator__piece--3 {
    margin-top: 4px;
}

.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
    transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}

    .is-active .toggle-indicator__piece::before,
    .mobile-menu-is-open .page-header .toggle-indicator__piece::before {
        background: #54C8E8;
    }

.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
    opacity: 0;
}

.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
    margin-top: -2px;
}

.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
    transform: rotate(-45deg);
}

.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
    transform: rotate(45deg);
}

.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
    background: #54C8E8;
}

.header-utility__link,
.header-utility__link-2 {
    color: #ffffff;
    display: block;
    padding: 12px;
}

.header-utility__item-2 {
    margin-top: 0;
}

.header-utility__link-2 {
    font-size: 16px;
}

.header-utility ul {
    list-style: none;
    margin: 0;
}

.header-utility__item {
    display: inline-block;
    margin-top: 0;
}

.header-utility__item--highlight .header-utility__link {
    background: #211261;
    border-radius: 3px;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
}

    .header-utility__item--highlight .header-utility__link:hover,
    .header-utility__item--highlight .header-utility__link:focus {
        background: #9088B0;
        color: #ffffff;
    }

.header-utility__action .button {
    background: #FF595A;
    border-radius: 0;
}

    .header-utility__action .button:hover,
    .header-utility__action .button:focus {
        background: #54C8E8;
        transform: none;
    }

@media (max-width: 1169px) {
    .header-utility {
        padding: 18px 24px;
        text-align: center;
        font-size: 16px;
    }

    .header-utility__action {
        margin-top: 24px;
    }
}

@media (min-width: 1170px) {
    .header-utility__list {
        display: inline-block;
        vertical-align: middle;
    }

    .header-utility__link {
        font-size: 16px;
        line-height: 24px;
        color: #211261;
        font-weight: 700;
    }

        .header-utility__link:hover,
        .header-utility__link:focus {
            color: #54C8E8;
        }

    .header-utility__action {
        display: inline-block;
        margin-left: 24px;
        vertical-align: middle;
    }
}

/*! account for utility nav dropdowns */

@media (max-width: 1169px) {
    .header-utility {
        text-align: left;
    }

    .header-utility__item {
        display: block;
    }

    .header-utility__link {
        font-weight: 700;
    }

        .header-utility__link > .fas {
            display: none;
        }

    .header-utility__link-2 {
        padding: 6px 6px 6px 24px;
    }
}

@media (min-width: 1170px) {
    .header-utility__item {
        position: relative;
    }

    .header-utility__list-2 {
        min-width: 12em;
        padding: 12px 0;
        position: absolute;
        left: 50%;
        top: 100%;
        border: 1px solid #F7F9FA;
        text-align: left;
        background: #F7F9FA;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-12px);
        z-index: -1;
        transition: all 0.15s ease-out;
    }

        .header-utility__list-2::before,
        .header-utility__list-2::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: 12px solid transparent;
            border-top-width: 0;
            border-bottom-color: #F7F9FA;
            position: absolute;
            left: 50%;
            margin-left: -12px;
            bottom: 100%;
            z-index: 1;
        }

        .header-utility__list-2::after {
            margin-bottom: -1px;
            border-bottom-color: #F7F9FA;
            z-index: 2;
        }

    .header-utility__link-2 {
        padding: 6px 12px;
        color: #444444;
    }

    .header-utility__item:hover .header-utility__list-2,
    .header-utility__item:focus .header-utility__list-2 {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        z-index: 4;
    }
}


.header-user__welcome {
    color: #ffffff;
    font-family: "Urbanist", "Urbanist", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}

.header-user__action {
    font-size: 16px;
    line-height: 24px;
    color: #211261;
    display: inline-block;
    font-weight: 700;
    padding: 6px;
}

    .header-user__action:hover,
    .header-user__action:focus {
        color: #54C8E8;
    }

@media (max-width: 1169px) {
    .header-user {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 12px !important;
        padding-top: 12px;
    }

    .header-user__action {
        color: #ffffff;
    }

    button[data-sf-role="login-status-button"] {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

        button[data-sf-role="login-status-button"]:hover,
        button[data-sf-role="login-status-button"]:focus {
            color: #FF595A;
        }
}

@media (min-width: 1170px) {
    .header-user {
        display: inline-block;
        /*vertical-align: middle;*/
    }

    .header-user__welcome,
    .header-user__actions {
        display: inline-block;
        vertical-align: middle;
    }

    .header-user__welcome {
        font-size: 16px;
        line-height: 24px;
        color: #211261;
    }

    button[data-sf-role="login-status-button"] {
        font-size: 16px;
        color: #211261;
        line-height: 24px;
        font-weight: 700;
    }

        button[data-sf-role="login-status-button"]:hover,
        button[data-sf-role="login-status-button"]:focus {
            color: #54C8E8;
        }
}


.header-search {
    position: relative;
}

.header-search__label {
    display: block;
    font-size: 18px;
    left: 1px;
    margin: 0;
    opacity: 0.3;
    padding: 12px;
    position: absolute;
    top: 1px;
}

    .header-search__label:hover,
    .header-search__label:focus {
        opacity: 0.8;
    }

.header-search__input {
    display: block;
    width: 100%;
    padding: 12px 72px 12px 24px !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-size: 18px;
    line-height: 24px;
    background: #ffffff;
}

.header-search__submit {
    display: block;
    width: 60px;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: #54C8E8;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 1169px) {
    .header-search {
        margin-top: -1px;
    }

    .header-search__label {
        display: none;
    }
}

@media (min-width: 1170px) {
    .header-search {
        position: absolute;
        right: 0;
        width: 120px;
    }

    @supports (left: calc(100% - 100px)) {
        .header-search {
            width: auto;
            left: calc(100% - 100px);
            transition: left 0.15s ease-out;
        }
    }

    .header-search.is-focused {
        width: 100%;
    }

        .header-search.is-focused::after {
            background: #54c8e8;
            border-radius: 50%;
            color: #fff;
            content: '\f00d';
            display: inline-block;
            font: var(--fa-font-solid);
            font-size: 30px;
            padding-bottom: 10px;
            padding-top: 10px;
            position: absolute;
            right: -50px;
            text-align: center;
            top: -25px;
            width: 50px;
            z-index: 1;
        }

    @supports (left: calc(100% - 200px)) {
        .header-search.is-focused {
            width: auto;
            left: 200px;
        }
    }

    .header-search__label {
        background: #54C8E8;
        border-radius: 50%;
        color: #ffffff;
        cursor: pointer;
        font-size: 28px;
        left: 12px;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

        .header-search__label:hover,
        .header-search__label:focus {
            background: #46A7C1;
        }

        .header-search__label.is-focused {
            background: transparent;
            left: -24px;
        }

    .header-search__input {
        position: absolute;
        top: 50%;
        right: -124px;
        padding-left: 48px !important;
        transform-origin: 100% 50%;
        transform: translateY(-50%);
        opacity: 0.01;
    }

        .header-search__input:focus {
            opacity: 1;
        }

    .header-search__submit {
        display: none;
    }

    .header-search.is-focused .header-search__input {
        right: 24px;
    }
}

@media (min-width: 1020px) and (max-width: 1209px) {
    .header-search.is-focused {
        left: 230px;
    }
}

@media (min-width: 1210px) and (max-width: 1375px) {
    .header-search.is-focused {
        left: 290px;
    }

        .header-search.is-focused::before {
            content: '';
            display: inline-block;
            width: 74px;
            height: 50px;
            background: #211261;
            position: absolute;
            left: -65px;
            top: -24px;
        }
}

@media (min-width: 1376px) {
    .header-search {
        right: 130px !important;
    }

    @supports (left: calc(100% - 120px)) {
        .header-search.is-focused {
            left: 365px;
        }
    }

    @supports (left: calc(100% - 140px)) {
        .header-search {
            left: calc(100% - 140px);
        }
    }
}


.header-nav__main-list,
.header-nav__list-2,
.header-nav__list-3,
.header-nav__list-4,
.header-nav__list-5 {
    list-style: none;
    margin: 0;
}

.header-nav__main-item,
.header-nav__item-2,
.header-nav__item-3,
.header-nav__item-4,
.header-nav__item-5 {
    margin-top: 0;
    position: relative;
}

.header-nav a {
    display: block;
}

.header-nav__main-link {
    font-weight: 700;
    color: #ffffff;
}

.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
    font-size: 16px;
    color: #444444;
}

.header-nav__link-3 {
    color: #5e5e5e;
}

.header-nav__link-4,
.header-nav__link-5 {
    color: #6d6d6d;
}

.header-nav__toggle {
    display: none;
}

@media (max-width: 1169px) {
    .header-nav {
        background: #211261;
    }

    .header-nav__main-link,
    .header-nav__link-2,
    .header-nav__link-3,
    .header-nav__link-4,
    .header-nav__link-5 {
        padding: 12px 60px 12px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-nav__main-link {
        color: #ffffff;
    }

    .header-nav__link-2,
    .header-nav__link-3,
    .header-nav__link-4,
    .header-nav__link-5 {
        background: #1C0F51;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }

    .header-nav__link-2 {
        padding-left: 48px;
    }

    .header-nav__link-3 {
        padding-left: 72px;
    }

    .header-nav__link-4 {
        padding-left: 96px;
    }

    .header-nav__link-5 {
        padding-left: 120px;
    }

    .js .header-nav li ul {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    }

        .js .header-nav li ul.is-active {
            max-height: 100em;
            transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
        }

    .header-nav__toggle {
        width: 60px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

    .js .header-nav__toggle {
        display: block;
    }

    .header-nav__toggle::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-width: 0;
        border-top-color: #54C8E8;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -5px;
        transform: scaleX(0.6);
        transition: transform 0.2s ease-out;
    }

    .header-nav__toggle.is-active::before {
        border-top-color: #FFA400;
        transform: scaleX(0.6) rotateX(180deg);
    }
}

@media (min-width: 1170px) {
    .header-nav__main-list {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }

    .header-nav__main-item {
        display: inline-block;
        flex: 1 0 auto;
    }

    .header-nav__main-link {
        font-size: 15px;
        padding: 24px 0;
        position: relative;
    }

        .header-nav__main-link:hover,
        .header-nav__main-link:focus {
            color: #54C8E8;
        }

    .header-nav .is-current > a {
        color: #54C8E8;
    }
}

@media (min-width: 1491px) {
    .header-nav__main-link {
        font-size: 18px;
    }
}

@media (min-width: 1651px) {
    .header-nav__main-link {
        font-size: 20px;
    }
}

/*! single-row dropdowns */

@media (min-width: 1170px) {

    .header-nav__main-link::before,
    .header-nav__main-link::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -10px;
        background: #211261;
        transform: scaleY(0.33) rotate(-45deg);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    }

    .header-nav__main-link::before {
        width: 22px;
        height: 22px;
        margin-left: -11px;
        background: #6B6196;
    }

    .header-nav__list-2 {
        position: absolute;
        min-width: 15em;
        left: 50%;
        margin-left: -7.5em;
        top: 100%;
        padding: 24px 0;
        text-align: left;
        background: #211261;
        border: 1px solid #6B6196;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        transition: opacity 0.0999s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    }

    .header-nav__main-item:first-child .header-nav__list-2 {
        left: 0;
        margin-left: 0;
    }

    .header-nav__main-item:last-child .header-nav__list-2 {
        left: auto;
        margin-left: 0;
        right: 0;
    }

    .header-nav__link-2 {
        padding: 12px 24px;
        font-size: 18px;
        color: #ffffff;
    }

        .header-nav__link-2:hover,
        .header-nav__link-2:focus {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.1);
        }

    .header-nav__list-2 ul {
        display: none;
    }

    .header-nav__main-item:hover .header-nav__main-link {
        color: #54C8E8;
    }

        .header-nav__main-item:hover .header-nav__main-link::before,
        .header-nav__main-item:hover .header-nav__main-link::after {
            opacity: 1;
            visibility: visible;
            z-index: 101;
            transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
        }

    .header-nav__main-item:hover .header-nav__list-2,
    .header-nav__list-2.is-focused {
        opacity: 1;
        z-index: 100;
        visibility: visible;
    }

    .header-nav__main-item:hover .header-nav__list-2 {
        transition: opacity 0.15s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    }

    .header-nav__list-2.is-focused {
        transition: opacity 0.1s ease-out, z-index 0s linear, visibility 0s linear;
    }
}


/*! ---------- =header layout ---------- */

.header-logo {
    float: left;
}

@media (min-width: 1170px) {
    .page-header {
        border-top: 48px solid #ffffff;
    }

        .page-header > .page-bounds {
            align-items: stretch;
            display: flex;
            justify-content: space-between;
        }

    .page-header__content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header-logo {
        max-width: 15%;
        margin-right: 24px;
    }

        .header-logo a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 130px;
            padding: 12px 0;
        }

        .header-logo img {
            max-height: 100%;
            min-width: 180px;
        }

    .header-utility,
    .header-search {
        position: absolute;
        bottom: 100%;
    }

    .header-utility {
        right: 72px;
    }

    .header-search {
        right: 78px;
        width: auto;
    }

    .header-nav {
        max-width: 90%;
    }

    .header-nav__main-link {
        padding-bottom: calc((130px - 24px) / 2);
        padding-top: calc((130px - 24px) / 2);
    }
    /*! disclosure search */
    .header-search {
        top: 65px;
        z-index: 3;
    }
}

@media (min-width: 960px) and (max-width: 1375px) {
    .header-logo {
        max-width: 15% !important;
    }
}


/*! ---------- =footer common ---------- */

.page-footer {
    padding: 0 24px;
}

    .page-footer .page-bounds {
        position: relative;
    }

@media (min-width: 768px) {
    .page-footer {
        padding: 0 48px;
    }
}


/*! ---------- =footer style ---------- */
/*! solid footer style */
.page-footer {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #211261;
    color: #ffffff;
}

    .page-footer a {
        color: #ffffff;
    }

        .page-footer a:hover,
        .page-footer a:focus {
            color: #FFA400;
            text-decoration: none;
        }

    .page-footer .footer-trending__title,
    .page-footer .footer-contact__title,
    .page-footer .footer-actions__title {
        color: #54C8E8;
    }

    .page-footer .footer-contact__title {
        font-size: 16px;
        font-weight: 700;
    }

    .page-footer .footer-actions__title {
        font-size: 18px;
    }

@media (min-width: 768px) {
    .page-footer {
        padding-top: 72px;
    }
}


/*! ---------- =footer components ---------- */

.footer-logo {
    text-align: center;
}

    .footer-logo a {
        display: inline-block;
        max-width: 100%;
        margin: 0 auto;
    }

.footer-contact {
    font-size: 16px;
}

.footer-social__icon {
    display: inline-block;
    font-size: 23px;
    padding: 3px 12px;
    vertical-align: middle;
}

    .footer-social__icon:last-child {
        padding-right: 0;
    }

@media (min-width: 768px) {
    .footer-social {
        text-align: right;
    }

    .footer-social__icon {
        font-size: 35px;
    }
}


.footer-trending__title {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.5;
}

.footer-utility__list {
    list-style: none;
    margin: 0;
}

.footer-utility__item {
    display: inline-block;
    vertical-align: middle;
}

.footer-utility__link {
    display: block;
    padding: 6px;
}

@media (min-width: 480px) {
    .footer-utility__link {
        padding: 6px 12px;
    }
}


.footer-actions__section {
    margin-bottom: 24px;
}

.footer-actions__title {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 6px;
}

.footer-actions__list {
    list-style: none;
    margin: 0 0 0 -12px;
}

.footer-actions__item {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}

.footer-actions__link {
    display: block;
    font-size: 16px;
    padding: 6px;
}

@media (max-width: 479.97px) {
    .footer-actions__item {
        display: block;
    }
}

@media (min-width: 480px) {
    .footer-actions__link {
        padding: 6px 12px;
    }
}

@media (min-width: 768px) {
    .footer-actions {
        display: flex;
        flex-flow: row wrap;
        gap: 24px;
    }

    .footer-actions__section {
        flex-grow: 1;
        flex-shrink: 0;
        display: inline-block;
        vertical-align: top;
    }

    .footer-actions__list {
        margin-left: 0;
    }

    .footer-actions__item {
        display: block;
    }

    .footer-actions__link {
        padding: 6px 0;
    }
}

@media (min-width: 1376px) {
    .footer-actions__section {
        flex: 1 1;
    }
}


.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin-top: 12px;
    opacity: 0.7;
    padding-top: 24px;
    text-align: center;
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 767.97px) {
    .page-footer {
        text-align: center;
    }

    .footer-logo img {
        max-height: 96px;
    }

    .footer-social,
    .footer-contact,
    .footer-copyright {
        margin-top: 24px;
    }

    .footer-actions {
        margin-top: 36px;
    }
}

@media (min-width: 768px) {
    .footer-actions {
        margin-right: -24px;
    }

    .footer-actions__section {
        padding-right: 24px;
    }

    .footer-logo,
    .footer-social,
    .footer-contact {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 959.97px) {
    .footer-logo {
        float: left;
        margin-right: 24px;
        margin-bottom: 48px;
    }

    .footer-actions {
        clear: both;
    }
}


@media (min-width: 960px) {
    .page-footer__content {
        width: 50%;
        float: left;
        padding-right: calc(24px * 0.5);
    }

    .footer-logo {
        text-align: left;
    }

    .footer-copyright {
        clear: both;
    }
}


/* ---------- =interior common ---------- */

.page-title {
    color: #211261;
}


/* ---------- =interior components ---------- */

.title-block {
    margin: -24px -24px 24px;
    padding: 36px 24px;
    background: #160C41;
    position: relative;
    overflow: hidden;
}

    .title-block + .interstitial--nav {
        margin-top: -48px !important;
    }

    .title-block::before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: rgba(33, 18, 97, 0.5);
        z-index: 2;
    }

.title-block__background img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
    color: #ffffff;
}

.title-block__content {
    position: relative;
    text-shadow: 0 0 3px rgba(33, 18, 97, 0.5);
    z-index: 3;
}

    .title-block__content a {
        font-weight: 700;
    }

.title-block .breadcrumbs a {
    font-weight: 400;
}

    .title-block__content a:hover,
    .title-block__content a:focus,
    .title-block .breadcrumbs a:hover,
    .title-block .breadcrumbs a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

.title-block .page-title {
    text-shadow: 0 0 16px rgba(33, 18, 97, 0.4), 0 0 3px rgba(33, 18, 97, 0.3);
}

.title-block--image::before {
    display: none;
}

@media (min-width: 768px) {
    .title-block {
        margin: -48px -48px 48px;
        padding: 72px 48px;
    }

        .title-block::before {
            width: 75%;
            background: linear-gradient(to right, #211261, rgba(33, 18, 97, 0));
            opacity: 0.5;
        }
}

@media (min-width: 960px) {
    .title-block {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .title-block--tall {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

@media (min-width: 1376px) {
    .title-block {
        margin-left: calc(-50vw + 640px);
        margin-right: calc(-50vw + 640px);
    }
}


.breadcrumbs {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

    .breadcrumbs a {
        color: #444444;
        opacity: 0.9;
    }

        .breadcrumbs a:hover,
        .breadcrumbs a:focus {
            color: #54C8E8;
            opacity: 1;
        }

    .breadcrumbs span {
        display: inline-block;
        margin: 0 0.3em;
        opacity: 0.4;
    }

.in-this-section {
    background: #F1FBFD;
    padding: 24px;
}

    .in-this-section a {
        color: #211261;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 6px 0;
    }

        .in-this-section a:hover,
        .in-this-section a:focus {
            color: #FF595A;
        }

    .in-this-section ul {
        list-style: none;
        margin: 0;
    }

        .in-this-section ul li {
            margin-top: 0;
        }

        .in-this-section ul ul {
            display: none;
            padding-left: 24px;
        }

            .in-this-section ul ul a {
                font-size: 16px;
                line-height: 24px;
            }

    .in-this-section .is-current > ul {
        display: block;
    }

    .in-this-section .is-current > a {
        color: #FF595A;
        font-weight: 700;
    }

.in-this-section__toggle {
    color: #211261;
    font-weight: 700;
}

@media (max-width: 959.97px) {
    .in-this-section__toggle {
        display: block;
        text-align: left;
        width: 100%;
    }

    .no-js .in-this-section__toggle {
        display: none;
    }

    .js .in-this-section > ul {
        display: none;
    }

        .js .in-this-section > ul.is-active {
            display: block;
            margin-top: 12px;
        }
}

@media (min-width: 960px) {
    .in-this-section__toggle {
        cursor: default;
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 12px;
    }

        .in-this-section__toggle .toggle-indicator {
            display: none;
        }

    .interior-layout .in-this-section {
        margin-top: -6px;
    }
}


.horizontal-nav ul {
    list-style: none;
    margin: 0;
}

.horizontal-nav__link {
    font-weight: 700;
}

    .horizontal-nav__link:hover,
    .horizontal-nav__link:focus {
        color: #F7F9FA;
        text-decoration: underline;
    }

.horizontal-nav__toggle {
    color: #ffffff;
    font-weight: 700;
}

    .horizontal-nav__toggle .toggle-indicator {
        margin-left: 6px;
    }

    .horizontal-nav__toggle .toggle-indicator__piece::before {
        background: #ffffff;
    }

@media (max-width: 959.97px) {
    .horizontal-nav__toggle {
        font-size: 20px;
        line-height: 24px;
        display: block;
        text-align: left;
        width: 100%;
    }

    .no-js .horizontal-nav__toggle {
        display: none;
    }

    .js .horizontal-nav > ul {
        display: none;
    }

        .js .horizontal-nav > ul.is-active {
            display: block;
            margin-top: 12px;
        }

    .horizontal-nav__item {
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

@media (min-width: 960px) {
    .horizontal-nav__toggle {
        display: none;
    }

        .horizontal-nav__toggle .toggle-indicator {
            display: none;
        }

    .horizontal-nav ul {
        display: flex;
        flex-direction: row;
        /*flex-wrap: nowrap;*/
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 0 36px;
    }

    .horizontal-nav__item {
        flex-basis: auto;
    }
    /*.horizontal-nav__link {
    font-size: 23px;
    line-height: 24px;
  }*/
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
    margin-bottom: 24px;
}

@media (min-width: 960px) {
    .interior-layout__nav {
        margin-bottom: 0;
    }

        .interior-layout__nav > *:last-child {
            margin-bottom: 48px;
        }

    .interior-layout__title {
        margin-bottom: 24px;
    }

    .interior-layout__main {
        margin-bottom: 48px;
    }

    .interior-layout__nav,
    .interior-layout__aside {
        width: 25%;
        float: right;
        clear: right;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .interior-layout__main {
        width: 75%;
        padding-right: 48px;
        float: left;
    }

    .interior-layout--left .interior-layout__nav,
    .interior-layout--left .interior-layout__aside {
        float: left;
        clear: left;
    }

    .interior-layout--left .interior-layout__main {
        padding-left: 48px;
        padding-right: 0;
        float: right;
    }
}

/*! ---------- =altai ---------- */
.mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}

.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
}

.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
}

.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
}

.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}

.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);
}

.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
}

.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);
}

.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);
}

.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);
}

.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
}

.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);
}

.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);
}

.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}

.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);
}

.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);
}

.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);
}

.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);
}

.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);
}

.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);
}

.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);
}

.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
}

.mat-h1, .mat-headline, .mat-typography h1 {
    font: 400 24px/32px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
    font: 500 20px/32px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
    font: 400 16px/28px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
    font: 400 15px/24px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
    font: 400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
    margin: 0 0 12px;
}

.mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px;
}

.mat-display-3, .mat-typography .mat-display-3 {
    font: 400 56px/56px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 64px;
    letter-spacing: -.02em;
}

.mat-display-2, .mat-typography .mat-display-2 {
    font: 400 45px/48px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 64px;
    letter-spacing: -.005em;
}

.mat-display-1, .mat-typography .mat-display-1 {
    font: 400 34px/40px Roboto,"Helvetica Neue",sans-serif;
    margin: 0 0 64px;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-card-title {
    font-size: 24px;
    font-weight: 400;
}

.mat-card-content, .mat-card-header .mat-card-title, .mat-card-subtitle {
    font-size: 14px;
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    white-space: break-spaces !important;
}

.mat-chip {
    font-size: 13px;
    line-height: 18px;
}

    .mat-chip .mat-chip-remove.mat-icon {
        font-size: 18px;
    }

.mat-header-cell {
    font-size: 12px;
    font-weight: 500;
}

.mat-cell {
    font-size: 14px;
}

.mat-calendar-body {
    font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500;
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400;
}

.mat-expansion-panel-header {
    font-size: 15px;
    font-weight: 400;
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
}

.mat-form-field-wrapper {
    padding-bottom: 1.25em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em;
}

    .mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.125em;
        line-height: 1.125;
    }

.mat-form-field-infix {
    padding: .4375em 0;
    border-top: .84375em solid transparent;
}

.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label, .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.33333%;
}

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.28124em) scale(.75);
    width: 133.33334%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28123em) scale(.75);
    width: 133.33335%;
}

.mat-form-field-label-wrapper {
    top: -.84375em;
    padding-top: .84375em;
}

.mat-form-field-label {
    top: 1.28125em;
}

.mat-form-field-underline {
    bottom: 1.25em;
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .54167em;
    top: calc(100% - 1.66667em);
}

.mat-grid-tile .mat-figure {
    align-items: flex-start !important;
}

.mat-grid-tile-footer, .mat-grid-tile-header {
    font-size: 14px;
}

    .mat-grid-tile-footer .mat-line, .mat-grid-tile-header .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-grid-tile-footer .mat-line:nth-child(n+2), .mat-grid-tile-header .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

input.mat-input-element {
    margin-top: -.0625em;
}

.mat-menu-item {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
}

.mat-select-trigger {
    height: 1.125em
}

.mat-slider-thumb-label-text {
    font-size: 12px;
    font-weight: 500;
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400;
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500;
}

.mat-tab-label, .mat-tab-link {
    font-size: 14px;
    font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
    margin: 0;
}

.mat-tooltip {
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
    font-size: 16px;
}

    .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
    font-size: 16px;
}

    .mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
    font-size: 12px;
}

    .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
    font-size: 12px;
}

    .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
    font-size: 12px;
    font-weight: 500;
}

.mat-option {
    font-size: 16px;
}

.mat-simple-snackbar {
    font-size: 14px;
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
}

.mat-ripple {
    overflow: hidden;
}

@media screen and (-ms-high-contrast:active) {
    .mat-ripple {
        display: none;
    }
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible;
}

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity,transform 0s cubic-bezier(0,0,.2,1);
    transform: scale(0);
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000;
}

    .cdk-overlay-container:empty {
        display: none;
    }

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0;
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1;
    }

.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.288);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

.mat-ripple-element {
    background-color: rgba(0,0,0,.1);
}

.mat-option {
    color: rgba(0,0,0,.87);
}

    .mat-option:focus:not(.mat-option-disabled), .mat-option:hover:not(.mat-option-disabled) {
        background: rgba(0,0,0,.04);
    }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    /* color: #673ab7; */
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ffd740;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336;
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0,0,0,.04);
}

.mat-option.mat-active {
    background: rgba(0,0,0,.04);
    color: rgba(0,0,0,.87);
}

.mat-option.mat-option-disabled {
    color: rgba(0,0,0,.38);
}

.mat-optgroup-label {
    color: rgba(0,0,0,.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0,0,0,.38);
}

.mat-pseudo-checkbox {
    color: rgba(0,0,0,.54);
}

    .mat-pseudo-checkbox::after {
        color: #fafafa;
    }

.mat-accent .mat-pseudo-checkbox-checked, .mat-accent .mat-pseudo-checkbox-indeterminate, .mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate {
    background: #ffd740;
}

.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #673ab7;
}

.mat-warn .mat-pseudo-checkbox-checked, .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0;
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0,0,0,.87);
}

.mat-theme-loaded-marker {
    display: none;
}

.mat-autocomplete-panel {
    background: #fff;
    color: rgba(0,0,0,.87);
}

    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: #fff;
    }

        .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: rgba(0,0,0,.87);
        }

.mat-button, .mat-icon-button, .mat-stroked-button {
    background: 0 0;
}

    .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: rgba(103,58,183,.12);
    }

    .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: rgba(255,215,64,.12);
    }

    .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: rgba(244,67,54,.12);
    }

    .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
        background-color: transparent;
    }

    .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
        /* color: #673ab7; */
    }

    .mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
        color: #ffd740;
    }

    .mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
        color: #f44336;
    }

        .mat-button.mat-accent[disabled], .mat-button.mat-primary[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
            color: rgba(0,0,0,.26);
        }

.mat-fab, .mat-mini-fab, .mat-raised-button {
    color: rgba(0,0,0,.87);
    background-color: #fff;
}

    .mat-fab.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
        color: #fff;
    }

    .mat-fab.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
        color: rgba(0,0,0,.87);
    }

    .mat-fab.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
        color: #fff;
    }

        .mat-fab.mat-accent[disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled] {
            color: rgba(0,0,0,.26);
        }

    .mat-fab.mat-primary, .mat-mini-fab.mat-primary, .mat-raised-button.mat-primary {
        background-color: #673ab7;
    }

    .mat-fab.mat-accent, .mat-mini-fab.mat-accent, .mat-raised-button.mat-accent {
        background-color: #ffd740;
    }

    .mat-fab.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
        background-color: #f44336;
    }

        .mat-fab.mat-accent[disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled] {
            background-color: rgba(0,0,0,.12);
        }

    .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element {
        background-color: rgba(255,255,255,.2);
    }

    .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element {
        background-color: rgba(0,0,0,.2);
    }

    .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element {
        background-color: rgba(255,255,255,.2);
    }

.mat-button.mat-primary .mat-ripple-element {
    background-color: rgba(103,58,183,.1);
}

.mat-button.mat-accent .mat-ripple-element {
    background-color: rgba(255,215,64,.1);
}

.mat-button.mat-warn .mat-ripple-element {
    background-color: rgba(244,67,54,.1);
}

.mat-flat-button {
    color: rgba(0,0,0,.87);
    background-color: #fff;
}

    .mat-flat-button.mat-primary {
        color: #fff;
    }

    .mat-flat-button.mat-accent {
        color: rgba(0,0,0,.87);
    }

    .mat-flat-button.mat-warn {
        color: #fff;
    }

        .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled] {
            color: rgba(0,0,0,.26);
        }

    .mat-flat-button.mat-primary {
        background-color: #673ab7;
    }

    .mat-flat-button.mat-accent {
        background-color: #ffd740;
    }

    .mat-flat-button.mat-warn {
        background-color: #f44336;
    }

        .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled] {
            background-color: rgba(0,0,0,.12);
        }

    .mat-flat-button.mat-primary .mat-ripple-element {
        background-color: rgba(255,255,255,.2);
    }

    .mat-flat-button.mat-accent .mat-ripple-element {
        background-color: rgba(0,0,0,.2);
    }

    .mat-flat-button.mat-warn .mat-ripple-element {
        background-color: rgba(255,255,255,.2);
    }

.mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(103,58,183,.2);
}

.mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255,215,64,.2);
}

.mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244,67,54,.2);
}

.mat-button-toggle {
    color: rgba(0,0,0,.38);
}

    .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
        background-color: rgba(0,0,0,.12);
    }

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.54);
}

.mat-button-toggle-disabled {
    background-color: #eee;
    color: rgba(0,0,0,.26);
}

    .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #bdbdbd;
    }

.mat-card {
    background: #fff;
    color: rgba(0,0,0,.87);
}

.mat-card-subtitle {
    color: rgba(0,0,0,.54);
}

.mat-checkbox-frame {
    border-color: rgba(0,0,0,.54);
}

.mat-checkbox-checkmark {
    fill: #fafafa;
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
    background-color: #fafafa;
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background, .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #673ab7;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ffd740;
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background, .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0;
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(103,58,183,.26);
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255,215,64,.26);
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(244,67,54,.26);
}

.mat-chip:not(.mat-basic-chip) {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87);
}

    .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
        color: rgba(0,0,0,.87);
        opacity: .4;
    }

        .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
            opacity: .54;
        }

.mat-chip.mat-chip-selected.mat-primary {
    background-color: #673ab7;
    color: #fff;
}

    .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
        color: #fff;
        opacity: .4;
    }

        .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
            opacity: .54;
        }

.mat-chip.mat-chip-selected.mat-warn {
    background-color: #f44336;
    color: #fff;
}

    .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
        color: #fff;
        opacity: .4;
    }

        .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
            opacity: .54;
        }

.mat-chip.mat-chip-selected.mat-accent {
    background-color: #ffd740;
    color: rgba(0,0,0,.87);
}

    .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
        color: rgba(0,0,0,.87);
        opacity: .4;
    }

        .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
            opacity: .54;
        }

.mat-table {
    background: #fff;
}

.mat-header-row, .mat-row {
    border-bottom-color: rgba(0,0,0,.12);
}

.mat-header-cell {
    color: rgba(0,0,0,.54);
}

.mat-cell {
    color: rgba(0,0,0,.87);
}

.mat-datepicker-content {
    background-color: #fff;
    color: rgba(0,0,0,.87);
}

.mat-calendar-arrow {
    border-top-color: rgba(0,0,0,.54);
}

.mat-calendar-next-button, .mat-calendar-previous-button {
    color: rgba(0,0,0,.54);
}

.mat-calendar-table-header {
    color: rgba(0,0,0,.38);
}

.mat-calendar-table-header-divider::after {
    background: rgba(0,0,0,.12);
}

.mat-calendar-body-label {
    color: rgba(0,0,0,.54);
}

.mat-calendar-body-cell-content {
    color: rgba(0,0,0,.87);
    border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0,0,0,.38);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), :not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0,0,0,.04);
}

.mat-calendar-body-selected {
    background-color: #673ab7;
    color: #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(103,58,183,.4);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0,0,0,.38);
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0,0,0,.18);
}

.mat-datepicker-toggle-active {
    color: #673ab7;
}

.mat-dialog-container {
    background: #fff;
    color: rgba(0,0,0,.87);
}

.mat-divider {
    border-top-color: rgba(0,0,0,.12);
}

.mat-divider-vertical {
    border-right-color: rgba(0,0,0,.12);
}

.mat-expansion-panel {
    background: #fff;
    color: rgba(0,0,0,.87);
}

.mat-action-row {
    border-top-color: rgba(0,0,0,.12);
}

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: rgba(0,0,0,.04);
}

.mat-expansion-panel-header-title {
    color: rgba(0,0,0,.87);
}

.mat-expansion-indicator::after, .mat-expansion-panel-header-description {
    color: rgba(0,0,0,.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0,0,0,.26);
}

    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
        color: inherit;
    }

.mat-form-field-label {
    color: rgba(0,0,0,.54);
}

.mat-hint {
    color: rgba(0,0,0,.54);
}

.mat-focused .mat-form-field-label {
    color: #673ab7;
}

    .mat-focused .mat-form-field-label.mat-accent {
        color: #ffd740;
    }

    .mat-focused .mat-form-field-label.mat-warn {
        color: #f44336;
    }

.mat-focused .mat-form-field-required-marker {
    color: #ffd740;
}

.mat-form-field-underline {
    background-color: rgba(0,0,0,.42);
}

.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.mat-form-field-ripple {
    background-color: #673ab7;
}

    .mat-form-field-ripple.mat-accent {
        background-color: #ffd740;
    }

    .mat-form-field-ripple.mat-warn {
        background-color: #f44336;
    }

.mat-form-field-invalid .mat-form-field-label {
    color: #f44336;
}

    .mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker, .mat-form-field-invalid .mat-form-field-label.mat-accent {
        color: #f44336;
    }

.mat-form-field-invalid .mat-form-field-ripple {
    background-color: #f44336;
}

.mat-error {
    color: #f44336;
}

.mat-icon.mat-primary {
    color: #673ab7;
}

.mat-icon.mat-accent {
    color: #ffd740;
}

.mat-icon.mat-warn {
    color: #f44336;
}

.mat-input-element:disabled {
    color: rgba(0,0,0,.38);
}

.mat-input-element {
    caret-color: #673ab7;
}

    .mat-input-element::placeholder {
        color: rgba(0,0,0,.42);
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0,0,0,.42);
    }

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0,0,0,.42);
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0,0,0,.42);
    }

.mat-accent .mat-input-element {
    caret-color: #ffd740;
}

.mat-form-field-invalid .mat-input-element, .mat-warn .mat-input-element {
    caret-color: #f44336;
}

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
    color: rgba(0,0,0,.87);
}

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
    color: rgba(0,0,0,.87);
}

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
    color: rgba(0,0,0,.54);
}

.mat-list-item-disabled {
    background-color: #eee;
}

.mat-list-option.mat-list-item-focus, .mat-list-option:hover, .mat-nav-list .mat-list-item.mat-list-item-focus, .mat-nav-list .mat-list-item:hover {
    background: rgba(0,0,0,.04);
}

.mat-menu-panel {
    background: #fff;
}

.mat-menu-item {
    background: 0 0;
    color: rgba(0,0,0,.87);
}

    .mat-menu-item[disabled] {
        color: rgba(0,0,0,.38);
    }

    .mat-menu-item .mat-icon:not([color]), .mat-menu-item-submenu-trigger::after {
        color: rgba(0,0,0,.54);
    }

    .mat-menu-item-highlighted:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item:hover:not([disabled]) {
        background: rgba(0,0,0,.04);
    }

.mat-paginator {
    background: #fff;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
    color: rgba(0,0,0,.54);
}

.mat-paginator-decrement, .mat-paginator-increment {
    border-top: 2px solid rgba(0,0,0,.54);
    border-right: 2px solid rgba(0,0,0,.54);
}

.mat-paginator-first, .mat-paginator-last {
    border-top: 2px solid rgba(0,0,0,.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement, .mat-icon-button[disabled] .mat-paginator-first, .mat-icon-button[disabled] .mat-paginator-increment, .mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0,0,0,.38);
}

.mat-progress-bar-background {
    fill: #d1c4e9;
}

.mat-progress-bar-buffer {
    background-color: #d1c4e9;
}

.mat-progress-bar-fill::after {
    background-color: #673ab7;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ffe57f;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ffe57f;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #ffd740;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #673ab7;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
    stroke: #ffd740;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
    stroke: #f44336;
}

.mat-radio-outer-circle {
    border-color: rgba(0,0,0,.54);
}

.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0,0,0,.38);
}

.mat-radio-disabled .mat-radio-inner-circle, .mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0,0,0,.38);
}

.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0,0,0,.38);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #673ab7;
}

.mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #673ab7;
}

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(103,58,183,.26);
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ffd740;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ffd740;
}

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255,215,64,.26);
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336;
}

.mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #f44336;
}

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(244,67,54,.26);
}

.mat-select-content, .mat-select-panel-done-animating {
    background: #fff;
}

.mat-select-value {
    color: rgba(0,0,0,.87);
}

.mat-select-placeholder {
    color: rgba(0,0,0,.42);
}

.mat-select-disabled .mat-select-value {
    color: rgba(0,0,0,.38);
}

.mat-select-arrow {
    color: rgba(0,0,0,.54);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0,0,0,.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #673ab7;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ffd740;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0,0,0,.38);
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0,0,0,.87);
}

.mat-drawer {
    background-color: #fff;
    color: rgba(0,0,0,.87);
}

    .mat-drawer.mat-drawer-push {
        background-color: #fff;
    }

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6);
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ffc107;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255,193,7,.5);
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0,0,0,.06);
}

.mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255,193,7,.12);
}

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #673ab7;
}

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(103,58,183,.5);
}

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0,0,0,.06);
}

.mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(103,58,183,.12);
}

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(244,67,54,.5);
}

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0,0,0,.06);
}

.mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(244,67,54,.12);
}

.mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd;
}

.mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.1);
}

.mat-slide-toggle-thumb {
    background-color: #fafafa;
}

.mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.38);
}

.mat-slider-track-background {
    background-color: rgba(0,0,0,.26);
}

.mat-primary .mat-slider-thumb, .mat-primary .mat-slider-thumb-label, .mat-primary .mat-slider-track-fill {
    background-color: #673ab7;
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff;
}

.mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
    background-color: #ffd740;
}

.mat-accent .mat-slider-thumb-label-text {
    color: rgba(0,0,0,.87);
}

.mat-warn .mat-slider-thumb, .mat-warn .mat-slider-thumb-label, .mat-warn .mat-slider-track-fill {
    background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff;
}

.mat-slider-focus-ring {
    background-color: rgba(255,215,64,.2);
}

.cdk-focused .mat-slider-track-background, .mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0,0,0,.38);
}

.mat-slider-disabled .mat-slider-thumb, .mat-slider-disabled .mat-slider-track-background, .mat-slider-disabled .mat-slider-track-fill {
    background-color: rgba(0,0,0,.26);
}

.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0,0,0,.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0,0,0,.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0,0,0,.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0,0,0,.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0,0,0,.26);
    background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: rgba(0,0,0,.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0,0,0,.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0,0,0,.7);
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
    background-color: rgba(0,0,0,.04);
}

.mat-step-header .mat-step-label, .mat-step-header .mat-step-optional {
    color: rgba(0,0,0,.38);
}

.mat-step-header .mat-step-icon {
    background-color: #673ab7;
    color: #fff;
}

.mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0,0,0,.38);
    color: #fff;
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0,0,0,.87);
}

.mat-stepper-horizontal, .mat-stepper-vertical {
    background-color: #fff;
}

.mat-stepper-vertical-line::before {
    border-left-color: rgba(0,0,0,.12);
}

.mat-stepper-horizontal-line {
    border-top-color: rgba(0,0,0,.12);
}

.mat-tab-header, .mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.mat-tab-group-inverted-header .mat-tab-header, .mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
    color: rgba(0,0,0,.87);
}

    .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
        color: rgba(0,0,0,.38);
    }

.mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header, .mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(209,196,233,.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #673ab7;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff;
}

.mat-tab-group.mat-accent .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-group.mat-accent .mat-tab-link:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(255,229,127,.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ffd740;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: rgba(0,0,0,.87);
}

.mat-tab-group.mat-warn .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-group.mat-warn .mat-tab-link:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(255,205,210,.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-group.mat-background-primary .mat-tab-link:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(209,196,233,.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #673ab7;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff;
}

    .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: rgba(255,255,255,.4);
    }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255,255,255,.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255,255,255,.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-group.mat-background-accent .mat-tab-link:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(255,229,127,.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ffd740;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: rgba(0,0,0,.87);
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(0,0,0,.4);
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.87);
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(0,0,0,.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-group.mat-background-warn .mat-tab-link:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:not(.mat-tab-disabled):focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(255,205,210,.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff;
}

    .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: rgba(255,255,255,.4);
    }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255,255,255,.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255,255,255,.12);
}

.mat-toolbar {
    background: #f5f5f5;
    ;
    color: rgba(0,0,0,.87);
}

    .mat-toolbar.mat-primary {
        background: #673ab7;
        color: #fff;
    }

    .mat-toolbar.mat-accent {
        background: #ffd740;
        color: rgba(0,0,0,.87);
    }

    .mat-toolbar.mat-warn {
        background: #f44336;
        color: #fff;
    }

.mat-tooltip {
    background: rgba(97,97,97,.9);
}

.mat-snack-bar-container {
    background: #323232;
    color: #fff;
}

.mat-simple-snackbar-action {
    color: #ffd740;
}

#altai-standard mat-card-header.mat-card-header,
#altai-standard mat-card-header.mat-card-header[_ngcontent-c12],
#altai-standard mat-card-header.mat-card-header[_ngcontent-c16] {
    background-color: #f5f5f5 !important;
    color: #007bff;
}

#altai-standard storefront mat-card-title.mat-card-title[_ngcontent-c1] {
    font-size: 1.75em !important;
}

#altai-standard .col, #altai-standard .col-1, #altai-standard .col-2, #altai-standard .col-3, #altai-standard .col-4, #altai-standard .col-5, #altai-standard .col-6, #altai-standard .col-7, #altai-standard .col-8, #altai-standard .col-9, #altai-standard .col-10, #altai-standard .col-11, #altai-standard .col-12, #altai-standard .col-auto, #altai-standard .col-lg, #altai-standard .col-lg-1, #altai-standard .col-lg-2, #altai-standard .col-lg-3, #altai-standard .col-lg-4, #altai-standard .col-lg-5, #altai-standard .col-lg-6, #altai-standard .col-lg-7, #altai-standard .col-lg-8, #altai-standard .col-lg-9, #altai-standard .col-lg-10, #altai-standard .col-lg-11, #altai-standard .col-lg-12, #altai-standard .col-lg-auto, #altai-standard .col-md, #altai-standard .col-md-1, #altai-standard .col-md-2, #altai-standard .col-md-3, #altai-standard .col-md-4, #altai-standard .col-md-5, #altai-standard .col-md-6, #altai-standard .col-md-7, #altai-standard .col-md-8, #altai-standard .col-md-9, #altai-standard .col-md-10, #altai-standard .col-md-11, #altai-standard .col-md-12, #altai-standard .col-md-auto, #altai-standard .col-sm, #altai-standard .col-sm-1, #altai-standard .col-sm-2, #altai-standard .col-sm-3, #altai-standard .col-sm-4, #altai-standard .col-sm-5, #altai-standard .col-sm-6, #altai-standard .col-sm-7, #altai-standard .col-sm-8, #altai-standard .col-sm-9, #altai-standard .col-sm-10, #altai-standard .col-sm-11, #altai-standard .col-sm-12, #altai-standard .col-sm-auto, #altai-standard .col-xl, #altai-standard .col-xl-1, #altai-standard .col-xl-2, #altai-standard .col-xl-3, #altai-standard .col-xl-4, #altai-standard .col-xl-5, #altai-standard .col-xl-6, #altai-standard .col-xl-7, #altai-standard .col-xl-8, #altai-standard .col-xl-9, #altai-standard .col-xl-10, #altai-standard .col-xl-11, #altai-standard .col-xl-12, #altai-standard .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#altai-standard input[type=radio],
#altai-standard input[type=checkbox] {
    background: rgba(0,0,0,0) !important;
}

    #altai-standard input[type=radio]:not(:checked)::before,
    #altai-standard input[type=radio]:checked::before,
    #altai-standard input[type=radio].is-selected::before,
    #altai-standard input[type=checkbox]:not(:checked)::before,
    #altai-standard input[type=checkbox]:checked::before,
    #altai-standard input[type=checkbox].is-selected::before {
        display: none !important;
    }

#altai-standard .mat-icon {
    color: transparent;
}

    #altai-standard .mat-icon::before {
        display: inline-block;
        content: '\f08e';
        font: var(--fa-font-solid);
        color: darkgray !important;
    }

@media (min-width: 576px) {
    #altai-standard .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    #altai-standard .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #altai-standard .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

/*! ---------- =sitefinity ---------- */

.sys-template {
    display: none;
}

.sfContentBlock {
    margin-bottom: 24px;
}

    .sfContentBlock:last-child {
        margin-bottom: 0;
    }

/* For Solr debug */
.debug-url {
    background-color: #efe;
    border: 2px solid #2c2;
    padding: 12px;
    margin-bottom: 24px;
    word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__background img,
.sfPageEditor .title-block__content,
.sfPageEditor .interstitial__image,
.sfPageEditor .interstitial__image img,
.sfPageEditor .tiled-list--accordion,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-actions,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    float: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.sfPageEditor .content {
    padding-top: 48px;
}

.sfPageEditor .title-block::before {
    display: none !important;
}

.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
    position: static !important;
}

.sfPageEditor .tiled-list--accordion .tiled-list__header,
.sfPageEditor .tiled-list--accordion .tiled-list__header .sfContentBlock.sf-Long-text {
    min-height: auto !important;
    display: block !important;
    min-height: auto !important;
    max-width: 100% !important;
}

/* space form builder fields */
.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
    margin-bottom: 24px !important;
}

.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
    margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
    z-index: 1001 !important;
}

.sfPageEditor input[type=radio]::before {
    display: none !important;
}

.sfPageEditor input[type=radio],
.sfPageEditor input[type=checkbox] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

:root:root:root:root:root .sf-backend-wrp :before {
    display: none;
}

/* user-friendly tabs layout modules */
.sfPageEditor [data-edit-label]::before {
    content: "[" attr(data-edit-label) "]";
    font-size: 14px;
    opacity: 0.3;
}

.tabs.sf_cols {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
    margin: 0 !important;
}

.sfPageEditor .tabs--standard .tabs__tab {
    width: 100% !important;
    float: none !important;
}

.sfPageEditor .tabs.sf_cols .tabs__pane {
    display: block !important;
}

/* spacer layout modules */
.sfPageEditor .spacer {
    background: #f7f9fa;
    position: relative;
    border: 2px dashed #e9eef2;
}

    .sfPageEditor .spacer::before {
        content: attr(data-editor-help);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #a7b3bd;
        font-size: 15px;
    }

.sfPageEditor .spacer--tiny,
.sfPageEditor .spacer--small {
    border-width: 1px;
}

    .sfPageEditor .spacer--tiny::before,
    .sfPageEditor .spacer--small::before {
        font-size: 11px;
    }



/*! ---------- =print ---------- */

@media print {

    .page-header__toggle,
    .header-search,
    .header-utility,
    .header-nav,
    .in-this-section,
    .footer-logo,
    .footer-social,
    .footer-utility,
    .home-feature,
    .breadcrumbs,
    .share-buttons,
    .truncator-expand {
        display: none !important;
    }

    body {
        background: #fff;
    }


    @page {
        margin: 0.5in;
    }


    @page :first {
        margin-top: 1in;
    }


    @page :last {
        margin-bottom: 1in;
    }


    .page-bounds {
        max-width: 100%;
    }

    .page-header,
    .content,
    .page-footer {
        padding-left: 0;
        padding-right: 0;
    }

    h1,
    h2,
    h3,
    h4 {
        page-break-after: avoid;
    }

    blockquote,
    img,
    table,
    pre {
        page-break-inside: avoid;
    }

    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    .header-logo {
        float: none;
        max-width: 150px;
        margin: 0 auto;
        padding: 0;
    }

    .page-footer {
        border-top: 1px solid #F7F9FA;
    }

    .footer-contact {
        text-align: center;
    }

    .interior-layout__title,
    .interior-layout__nav,
    .interior-layout__main,
    .interior-layout__aside {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .interior-layout__aside {
        border-top: 1px solid #C8D1DA;
        padding-top: 48px;
    }

    .page-title {
        text-align: center;
    }

    .content a[href]:not([href^="#"]) {
        word-wrap: break-word;
        box-shadow: 0 2px 0 #211261;
        color: #444444;
        font-weight: 700;
    }

        .content a[href]:not([href^="#"])::after {
            content: " (" attr(href) ") ";
            font-size: 0.85em;
            color: #5e5e5e;
        }

    .tabs__pane {
        display: block !important;
    }

    .accordion__content {
        max-height: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    [data-truncate-to] {
        max-height: none !important;
        overflow: visible !important;
    }

    [data-truncate-to*=item] > * {
        display: initial !important;
    }
}

/*! ---------- =OneTrust Cookie ---------- */
/*#ot-sdk-cookie-policy-v2 {
  font: 20px/28px "Urbanist", Helvetica, Arial, sans-serif!important;
  color: #444444!important;
}*/
#ot-sdk-cookie-policy-v2,
.ot-sdk-show-settings {
    display: none;
}
/*
.cookie-consent__link {
  background: transparent!important;
  border: 0!important;
  color: #ffffff!important;
  font-weight: 700!important;
  padding: 0!important;
}
.cookie-consent__link:hover,
.cookie-consent__link:focus {
  color: #FFA400!important;
}*/