*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-margin-top: 14em;
}

@media screen and (min-width:1024px) {
    html {
        scroll-margin-top: 8em;
    }
}

body {
    min-height: 100%;
}

input, select, textarea, button {
    color: inherit;
    display: inline-block;
    font-family: Sans-serif;
}

    input[disabled], select[disabled], textarea[disabled], button[disabled] {
        cursor: not-allowed;
    }

button {
    border-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    cursor: pointer;
}

iframe {
    max-width: 100%;
}

.l-style-none {
    list-style: none;
}

strong {
    font-weight: 500;
}

main {
    font-size: 1.6rem;
    line-height: 1.5;
}

@media(min-width:500px) {
    main {
        font-size: 1.7rem;
    }
}

.t-pretitle {
    font-size: 1.2rem;
    color: #183456;
    text-transform: uppercase;
    margin-bottom: .5em;
    font-weight: 900;
}

.t-title, .node--type-domain-lp h2 {
    font-family: Sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    line-height: 1.2;
    margin-bottom: .25em;
}

.title-icon {
    width: 1.6em;
    height: 1.6em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .3em;
}

    .title-icon img {
        width: 100%;
        height: 100%;
        display: block;
    }

.field--name-body p {
    margin: 0 0 1rem;
}

.field--name-body ul {
    list-style: none;
    margin-left: 1em;
}

    .field--name-body ul li {
        position: relative;
        margin: 1rem 0;
    }

        .field--name-body ul li:before {
            content: "\2022";
            color: #0275d8;
            position: absolute;
            top: 0;
            left: -1em;
        }

.field--name-body ol {
    margin-left: 1em;
}

.node--type-domain-lp h3 {
    font-size: 1.7em;
}

.btn, .btn-anchor a, a.btn-menu, .comment_load_more_pager a {
    display: inline-block;
    background-color: #183456;
    border-radius: 1.25em;
    color: #fff;
    line-height: 2.5em;
    padding: 0 3.5em 0 1.5em;
    text-decoration: none;
    position: relative;
    -webkit-transition: .2s background-color cubic-bezier(.2,1,1,1);
    -o-transition: .2s background-color cubic-bezier(.2,1,1,1);
    transition: .2s background-color cubic-bezier(.2,1,1,1);
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .btn:after, .btn-anchor a:after, a.btn-menu:after, .comment_load_more_pager a:after {
        position: absolute;
        right: 0;
        top: 0;
        height: 2.5em;
        width: 2.5em;
        border-radius: 50%;
        background-color: #EFA345;
        content: "";
        background-image: url(/themes/custom/emerald_publishing/assets/svg/right-arrow-white.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: .5em;
    }

    .btn:hover, .btn-anchor a:hover, a.btn-menu:hover, .comment_load_more_pager a:hover, .btn:focus, .btn-anchor a:focus, a.btn-menu:focus, .comment_load_more_pager a:focus {
        background-color: #054f55;
    }

        .btn:hover:after, .btn-anchor a:hover:after, a.btn-menu:hover:after, .comment_load_more_pager a:hover:after, .btn:focus:after, .btn-anchor a:focus:after, a.btn-menu:focus:after, .comment_load_more_pager a:focus:after {
            -webkit-animation: arrowSlide .4s ease-in-out 1;
            animation: arrowSlide .4s ease-in-out 1;
        }

@-webkit-keyframes arrowSlide {
    0% {
        background-position: 50% 50%;
        background-size: .5em;
    }

    48% {
        background-position: 120% 50%;
        background-size: .5em;
    }

    49% {
        background-position: 120% 50%;
        background-size: 0;
    }

    50% {
        background-position: -20% 50%;
        background-size: 0;
    }

    51% {
        background-position: -20% 50%;
        background-size: .5em;
    }

    100% {
        background-position: 50% 50%;
        background-size: .5em;
    }
}

@keyframes arrowSlide {
    0% {
        background-position: 50% 50%;
        background-size: .5em;
    }

    48% {
        background-position: 120% 50%;
        background-size: .5em;
    }

    49% {
        background-position: 120% 50%;
        background-size: 0;
    }

    50% {
        background-position: -20% 50%;
        background-size: 0;
    }

    51% {
        background-position: -20% 50%;
        background-size: .5em;
    }

    100% {
        background-position: 50% 50%;
        background-size: .5em;
    }
}

.btn--no-text {
    padding: 0;
    margin-left: 2.5em;
    width: 2.5em;
    height: 2.5em;
}

.btn + .btn, .btn-anchor a + .btn, a.btn-menu + .btn, .comment_load_more_pager a + .btn, .btn-anchor .btn + a, .btn-anchor a + a, .btn + a.btn-menu, a.btn-menu + a.btn-menu, .comment_load_more_pager .btn + a, .comment_load_more_pager a + a {
    margin-left: 1em;
}

.btn.webform-button--previous, .btn-anchor a.webform-button--previous, a.webform-button--previous.btn-menu, .comment_load_more_pager a.webform-button--previous {
    padding: 0 1.5em;
}

    .btn.webform-button--previous:after, .btn-anchor a.webform-button--previous:after, a.webform-button--previous.btn-menu:after, .comment_load_more_pager a.webform-button--previous:after {
        display: none;
    }

.text-link {
    font-weight: 500;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .text-link:after {
        content: "";
        width: .8em;
        height: .8em;
        margin-left: .25em;
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgMCAwIDI0IDI0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwb2x5bGluZSBmaWxsPSdub25lJyBwb2ludHM9JzguNSwyMSAxNy41LDEyIDguNSwyICcgc3Ryb2tlPScjMDA2ZjdhJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicvPjwvc3ZnPg==);
        background-size: contain;
    }

    .text-link:hover {
        text-decoration: underline;
    }

.text-link--search {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

    .text-link--search:before {
        content: "";
        width: 1.2em;
        height: 1.2em;
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjMuMC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0xheWVyXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgNTEyIDUxMicgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxzdHlsZSB0eXBlPSd0ZXh0L2Nzcyc+IC5zdDB7ZmlsbDojMDA2RjdBO30KPC9zdHlsZT48cGF0aCBjbGFzcz0nc3QwJyBkPSdNMzQ0LjUsMjk4YzE1LTIzLjYsMjMuOC01MS42LDIzLjgtODEuN2MwLTg0LjEtNjguMS0xNTIuMy0xNTIuMS0xNTIuM0MxMzIuMSw2NCw2NCwxMzIuMiw2NCwyMTYuMyBzNjguMSwxNTIuMywxNTIuMSwxNTIuM2MzMC41LDAsNTguOS05LDgyLjctMjQuNGw2LjktNC44TDQxNC4zLDQ0OGwzMy43LTM0LjNMMzM5LjUsMzA1LjFMMzQ0LjUsMjk4eiBNMzAxLjQsMTMxLjIgYzIyLjcsMjIuNywzNS4yLDUyLjksMzUuMiw4NXMtMTIuNSw2Mi4zLTM1LjIsODVzLTUyLjksMzUuMi04NSwzNS4ycy02Mi4zLTEyLjUtODUtMzUuMnMtMzUuMi01Mi45LTM1LjItODVzMTIuNS02Mi4zLDM1LjItODUgczUyLjktMzUuMiw4NS0zNS4yQzI0OC41LDk2LDI3OC43LDEwOC41LDMwMS40LDEzMS4yeicvPjwvc3ZnPgo=);
        background-size: contain;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.btn-secondary, a.btn-menu__secondary {
    background-color: #fff;
    color: #183456;
    border: 1px solid #EFA345;
}

    .btn-secondary:hover, a.btn-menu__secondary:hover {
        background-color: #fff;
    }

    .btn-secondary:focus, a.btn-menu__secondary:focus {
        color: #183456;
        background-color: #fff;
    }

.btn-arrow-down:after, .comment_load_more_pager a:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    background-color: #0275d8;
    content: "";
    background-image: url(/themes/custom/emerald_publishing/assets/svg/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: .5em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media(max-width:500px) {
    .btn + .btn, .btn-anchor a + .btn, a.btn-menu + .btn, .comment_load_more_pager a + .btn, .btn-anchor .btn + a, .btn-anchor a + a, .btn + a.btn-menu, a.btn-menu + a.btn-menu, .comment_load_more_pager .btn + a, .comment_load_more_pager a + a {
        margin-left: 0;
    }
}

.btn-tag {
    background-color: #183456;
    border-radius: 1.25em;
    color: #fff;
    line-height: 2.5em;
    padding: 0 1.5rem;
    text-decoration: none;
    font-weight: 500;
}

a.btn-menu {
    padding: 0 3.5em 0 1.5em !important;
    height: 100%;
}

@media screen and (max-width:1024px) and (min-width:767px) {
    a.btn-menu {
        width: 50%;
        margin: 0 auto;
    }
}

a.btn-menu::after {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

a.btn-menu::before {
    content: none !important;
}

a.btn-menu__primary {
    color: #fff !important;
    background-color: #183456;
}

    a.btn-menu__primary:hover {
        background-color: #054f55;
    }

.comment_load_more_pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comments_ajax_pager_wrap .ajax-progress-throbber {
    position: unset !important;
}

.c-white {
    color: #fff;
}

.c-bg-white {
    background-color: #fff;
}

.c-gallery {
    color: #eee;
}

.c-bg-gallery {
    background-color: #eee;
}

.c-light-grey {
    color: #ccc;
}

.c-bg-light-grey {
    background-color: #ccc;
}

.c-nevada {
    color: #6e7375;
}

.c-bg-nevada {
    background-color: #6e7375;
}

.c-mine-shaft {
    color: #333;
}

.c-bg-mine-shaft {
    background-color: #333;
}

.c-black {
    color: #000;
}

.c-bg-black {
    background-color: #000;
}

.c-teal {
    color: #183456;
}

.c-bg-teal {
    background-color: #183456;
}

.c-caribbean-green {
    color: #00bdad;
}

.c-bg-caribbean-green {
    background-color: #00bdad;
}

.c-persian-green {
    color: #0275d8;
}

.c-bg-persian-green {
    background-color: #0275d8;
}

.c-mystic {
    color: #fff;
}

.c-bg-mystic {
    background-color: #fff;
}

.c-wild-sand {
    color: #f7f6f6;
}

.c-bg-wild-sand {
    background-color: #f7f6f6;
}

.c-tiara {
    color: #cbd6d6;
}

.c-bg-tiara {
    background-color: #cbd6d6;
}

.c-geyser {
    color: #cde1e1;
}

.c-bg-geyser {
    background-color: #cde1e1;
}

.c-flush-orange {
    color: #803c00;
}

.c-bg-flush-orange {
    background-color: #803c00;
}

.p-static {
    position: static !important;
}

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.p-unset {
    position: unset !important;
}

@media only screen and (min-width:400px) {
    .p-sm-static {
        position: static !important;
    }

    .p-sm-relative {
        position: relative !important;
    }

    .p-sm-absolute {
        position: absolute !important;
    }

    .p-sm-fixed {
        position: fixed !important;
    }

    .p-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .p-sm-unset {
        position: unset !important;
    }
}

@media only screen and (min-width:667px) {
    .p-sm-xl-static {
        position: static !important;
    }

    .p-sm-xl-relative {
        position: relative !important;
    }

    .p-sm-xl-absolute {
        position: absolute !important;
    }

    .p-sm-xl-fixed {
        position: fixed !important;
    }

    .p-sm-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .p-sm-xl-unset {
        position: unset !important;
    }
}

@media only screen and (min-width:767px) {
    .p-md-static {
        position: static !important;
    }

    .p-md-relative {
        position: relative !important;
    }

    .p-md-absolute {
        position: absolute !important;
    }

    .p-md-fixed {
        position: fixed !important;
    }

    .p-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .p-md-unset {
        position: unset !important;
    }
}

@media only screen and (min-width:1024px) {
    .p-lg-static {
        position: static !important;
    }

    .p-lg-relative {
        position: relative !important;
    }

    .p-lg-absolute {
        position: absolute !important;
    }

    .p-lg-fixed {
        position: fixed !important;
    }

    .p-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .p-lg-unset {
        position: unset !important;
    }
}

@media only screen and (min-width:1250px) {
    .p-xl-static {
        position: static !important;
    }

    .p-xl-relative {
        position: relative !important;
    }

    .p-xl-absolute {
        position: absolute !important;
    }

    .p-xl-fixed {
        position: fixed !important;
    }

    .p-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .p-xl-unset {
        position: unset !important;
    }
}

@media only screen and (min-width:1600px) {
    .p-xxl-static {
        position: static !important;
    }

    .p-xxl-relative {
        position: relative !important;
    }

    .p-xxl-absolute {
        position: absolute !important;
    }

    .p-xxl-fixed {
        position: fixed !important;
    }

    .p-xxl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    .p-xxl-unset {
        position: unset !important;
    }
}

.top-2 {
    top: 2em;
}

.top-4 {
    top: 4em;
}

.top-45 {
    top: 4.5em;
}

.top-unset {
    top: unset !important;
}

.fw-light {
    font-weight: 100;
}

.fw-normal {
    font-weight: 300;
}

.fw-bold {
    font-weight: 500;
}

.fw-black {
    font-weight: 900;
}

.fs-xs {
    font-size: 1.2rem !important;
}

.fs-sm {
    font-size: 1.5rem !important;
}

.fs-normal {
    font-size: 1.7rem !important;
}

.fs-lg {
    font-size: 2.5rem !important;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mtn-0 {
    margin-top: 0;
}

.first-of-element-mt-0:first-of-type {
    margin-top: 0;
}

.last-of-element-mb-0:last-of-type {
    margin-bottom: 0;
}

.last-of-element-mr-0:last-of-type {
    margin-right: 0;
}

.m-xs {
    margin: .57rem;
}

.mt-xs {
    margin-top: .57rem !important;
}

.my-xs {
    margin-top: .57rem !important;
    margin-bottom: .57rem !important;
}

.mr-xs {
    margin-right: .57rem;
}

.mx-xs {
    margin-right: .57rem !important;
    margin-left: .57rem !important;
}

.mb-xs {
    margin-bottom: .57rem !important;
}

.ml-xs {
    margin-left: .57rem !important;
}

.mtn-xs {
    margin-top: -.57rem;
}

.first-of-element-mt-xs:first-of-type {
    margin-top: .57rem;
}

.last-of-element-mb-xs:last-of-type {
    margin-bottom: .57rem;
}

.last-of-element-mr-xs:last-of-type {
    margin-right: .57rem;
}

.m-1 {
    margin: .95rem;
}

.mt-1 {
    margin-top: .95rem !important;
}

.my-1 {
    margin-top: .95rem !important;
    margin-bottom: .95rem !important;
}

.mr-1 {
    margin-right: .95rem;
}

.mx-1 {
    margin-right: .95rem !important;
    margin-left: .95rem !important;
}

.mb-1 {
    margin-bottom: .95rem !important;
}

.ml-1 {
    margin-left: .95rem !important;
}

.mtn-1 {
    margin-top: -.57rem;
}

.first-of-element-mt-1:first-of-type {
    margin-top: .95rem;
}

.last-of-element-mb-1:last-of-type {
    margin-bottom: .95rem;
}

.last-of-element-mr-1:last-of-type {
    margin-right: .95rem;
}

.m-2 {
    margin: 1.9rem;
}

.mt-2 {
    margin-top: 1.9rem !important;
}

.my-2 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
}

.mr-2 {
    margin-right: 1.9rem;
}

.mx-2 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important;
}

.mb-2 {
    margin-bottom: 1.9rem !important;
}

.ml-2 {
    margin-left: 1.9rem !important;
}

.mtn-2 {
    margin-top: -.57rem;
}

.first-of-element-mt-2:first-of-type {
    margin-top: 1.9rem;
}

.last-of-element-mb-2:last-of-type {
    margin-bottom: 1.9rem;
}

.last-of-element-mr-2:last-of-type {
    margin-right: 1.9rem;
}

.m-3 {
    margin: 2.85rem;
}

.mt-3 {
    margin-top: 2.85rem !important;
}

.my-3 {
    margin-top: 2.85rem !important;
    margin-bottom: 2.85rem !important;
}

.mr-3 {
    margin-right: 2.85rem;
}

.mx-3 {
    margin-right: 2.85rem !important;
    margin-left: 2.85rem !important;
}

.mb-3 {
    margin-bottom: 2.85rem !important;
}

.ml-3 {
    margin-left: 2.85rem !important;
}

.mtn-3 {
    margin-top: -.57rem;
}

.first-of-element-mt-3:first-of-type {
    margin-top: 2.85rem;
}

.last-of-element-mb-3:last-of-type {
    margin-bottom: 2.85rem;
}

.last-of-element-mr-3:last-of-type {
    margin-right: 2.85rem;
}

.m-4 {
    margin: 3.8rem;
}

.mt-4 {
    margin-top: 3.8rem !important;
}

.my-4 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
}

.mr-4 {
    margin-right: 3.8rem;
}

.mx-4 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important;
}

.mb-4 {
    margin-bottom: 3.8rem !important;
}

.ml-4 {
    margin-left: 3.8rem !important;
}

.mtn-4 {
    margin-top: -.57rem;
}

.first-of-element-mt-4:first-of-type {
    margin-top: 3.8rem;
}

.last-of-element-mb-4:last-of-type {
    margin-bottom: 3.8rem;
}

.last-of-element-mr-4:last-of-type {
    margin-right: 3.8rem;
}

.m-5 {
    margin: 4.75rem;
}

.mt-5 {
    margin-top: 4.75rem !important;
}

.my-5 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
}

.mr-5 {
    margin-right: 4.75rem;
}

.mx-5 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
}

.mb-5 {
    margin-bottom: 4.75rem !important;
}

.ml-5 {
    margin-left: 4.75rem !important;
}

.mtn-5 {
    margin-top: -.57rem;
}

.first-of-element-mt-5:first-of-type {
    margin-top: 4.75rem;
}

.last-of-element-mb-5:last-of-type {
    margin-bottom: 4.75rem;
}

.last-of-element-mr-5:last-of-type {
    margin-right: 4.75rem;
}

.m-6 {
    margin: 5.7rem;
}

.mt-6 {
    margin-top: 5.7rem !important;
}

.my-6 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
}

.mr-6 {
    margin-right: 5.7rem;
}

.mx-6 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important;
}

.mb-6 {
    margin-bottom: 5.7rem !important;
}

.ml-6 {
    margin-left: 5.7rem !important;
}

.mtn-6 {
    margin-top: -.57rem;
}

.first-of-element-mt-6:first-of-type {
    margin-top: 5.7rem;
}

.last-of-element-mb-6:last-of-type {
    margin-bottom: 5.7rem;
}

.last-of-element-mr-6:last-of-type {
    margin-right: 5.7rem;
}

.m-7 {
    margin: 6.65rem;
}

.mt-7 {
    margin-top: 6.65rem !important;
}

.my-7 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important;
}

.mr-7 {
    margin-right: 6.65rem;
}

.mx-7 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important;
}

.mb-7 {
    margin-bottom: 6.65rem !important;
}

.ml-7 {
    margin-left: 6.65rem !important;
}

.mtn-7 {
    margin-top: -.57rem;
}

.first-of-element-mt-7:first-of-type {
    margin-top: 6.65rem;
}

.last-of-element-mb-7:last-of-type {
    margin-bottom: 6.65rem;
}

.last-of-element-mr-7:last-of-type {
    margin-right: 6.65rem;
}

.m-8 {
    margin: 7.6rem;
}

.mt-8 {
    margin-top: 7.6rem !important;
}

.my-8 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
}

.mr-8 {
    margin-right: 7.6rem;
}

.mx-8 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important;
}

.mb-8 {
    margin-bottom: 7.6rem !important;
}

.ml-8 {
    margin-left: 7.6rem !important;
}

.mtn-8 {
    margin-top: -.57rem;
}

.first-of-element-mt-8:first-of-type {
    margin-top: 7.6rem;
}

.last-of-element-mb-8:last-of-type {
    margin-bottom: 7.6rem;
}

.last-of-element-mr-8:last-of-type {
    margin-right: 7.6rem;
}

.m-9 {
    margin: 8.55rem;
}

.mt-9 {
    margin-top: 8.55rem !important;
}

.my-9 {
    margin-top: 8.55rem !important;
    margin-bottom: 8.55rem !important;
}

.mr-9 {
    margin-right: 8.55rem;
}

.mx-9 {
    margin-right: 8.55rem !important;
    margin-left: 8.55rem !important;
}

.mb-9 {
    margin-bottom: 8.55rem !important;
}

.ml-9 {
    margin-left: 8.55rem !important;
}

.mtn-9 {
    margin-top: -.57rem;
}

.first-of-element-mt-9:first-of-type {
    margin-top: 8.55rem;
}

.last-of-element-mb-9:last-of-type {
    margin-bottom: 8.55rem;
}

.last-of-element-mr-9:last-of-type {
    margin-right: 8.55rem;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.ptn-0 {
    padding-top: -.57rem;
}

.first-of-element-pt-0:first-of-type {
    padding-top: 0;
}

.last-of-element-pb-0:last-of-type {
    padding-bottom: 0;
}

.last-of-element-pr-0:last-of-type {
    padding-right: 0;
}

.p-xs {
    padding: .57rem;
}

.pt-xs {
    padding-top: .57rem !important;
}

.py-xs {
    padding-top: .57rem !important;
    padding-bottom: .57rem !important;
}

.pr-xs {
    padding-right: .57rem;
}

.px-xs {
    padding-right: .57rem !important;
    padding-left: .57rem !important;
}

.pb-xs {
    padding-bottom: .57rem !important;
}

.pl-xs {
    padding-left: .57rem !important;
}

.ptn-xs {
    padding-top: -.57rem;
}

.first-of-element-pt-xs:first-of-type {
    padding-top: .57rem;
}

.last-of-element-pb-xs:last-of-type {
    padding-bottom: .57rem;
}

.last-of-element-pr-xs:last-of-type {
    padding-right: .57rem;
}

.p-1 {
    padding: .95rem;
}

.pt-1 {
    padding-top: .95rem !important;
}

.py-1 {
    padding-top: .95rem !important;
    padding-bottom: .95rem !important;
}

.pr-1 {
    padding-right: .95rem;
}

.px-1 {
    padding-right: .95rem !important;
    padding-left: .95rem !important;
}

.pb-1 {
    padding-bottom: .95rem !important;
}

.pl-1 {
    padding-left: .95rem !important;
}

.ptn-1 {
    padding-top: -.57rem;
}

.first-of-element-pt-1:first-of-type {
    padding-top: .95rem;
}

.last-of-element-pb-1:last-of-type {
    padding-bottom: .95rem;
}

.last-of-element-pr-1:last-of-type {
    padding-right: .95rem;
}

.p-2 {
    padding: 1.9rem;
}

.pt-2 {
    padding-top: 1.9rem !important;
}

.py-2 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
}

.pr-2 {
    padding-right: 1.9rem;
}

.px-2 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important;
}

.pb-2 {
    padding-bottom: 1.9rem !important;
}

.pl-2 {
    padding-left: 1.9rem !important;
}

.ptn-2 {
    padding-top: -.57rem;
}

.first-of-element-pt-2:first-of-type {
    padding-top: 1.9rem;
}

.last-of-element-pb-2:last-of-type {
    padding-bottom: 1.9rem;
}

.last-of-element-pr-2:last-of-type {
    padding-right: 1.9rem;
}

.p-3 {
    padding: 2.85rem;
}

.pt-3 {
    padding-top: 2.85rem !important;
}

.py-3 {
    padding-top: 2.85rem !important;
    padding-bottom: 2.85rem !important;
}

.pr-3 {
    padding-right: 2.85rem;
}

.px-3 {
    padding-right: 2.85rem !important;
    padding-left: 2.85rem !important;
}

.pb-3 {
    padding-bottom: 2.85rem !important;
}

.pl-3 {
    padding-left: 2.85rem !important;
}

.ptn-3 {
    padding-top: -.57rem;
}

.first-of-element-pt-3:first-of-type {
    padding-top: 2.85rem;
}

.last-of-element-pb-3:last-of-type {
    padding-bottom: 2.85rem;
}

.last-of-element-pr-3:last-of-type {
    padding-right: 2.85rem;
}

.p-4 {
    padding: 3.8rem;
}

.pt-4 {
    padding-top: 3.8rem !important;
}

.py-4 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
}

.pr-4 {
    padding-right: 3.8rem;
}

.px-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
}

.pb-4 {
    padding-bottom: 3.8rem !important;
}

.pl-4 {
    padding-left: 3.8rem !important;
}

.ptn-4 {
    padding-top: -.57rem;
}

.first-of-element-pt-4:first-of-type {
    padding-top: 3.8rem;
}

.last-of-element-pb-4:last-of-type {
    padding-bottom: 3.8rem;
}

.last-of-element-pr-4:last-of-type {
    padding-right: 3.8rem;
}

.p-5 {
    padding: 4.75rem;
}

.pt-5 {
    padding-top: 4.75rem !important;
}

.py-5 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
}

.pr-5 {
    padding-right: 4.75rem;
}

.px-5 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
}

.pb-5 {
    padding-bottom: 4.75rem !important;
}

.pl-5 {
    padding-left: 4.75rem !important;
}

.ptn-5 {
    padding-top: -.57rem;
}

.first-of-element-pt-5:first-of-type {
    padding-top: 4.75rem;
}

.last-of-element-pb-5:last-of-type {
    padding-bottom: 4.75rem;
}

.last-of-element-pr-5:last-of-type {
    padding-right: 4.75rem;
}

.p-6 {
    padding: 5.7rem;
}

.pt-6 {
    padding-top: 5.7rem !important;
}

.py-6 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
}

.pr-6 {
    padding-right: 5.7rem;
}

.px-6 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
}

.pb-6 {
    padding-bottom: 5.7rem !important;
}

.pl-6 {
    padding-left: 5.7rem !important;
}

.ptn-6 {
    padding-top: -.57rem;
}

.first-of-element-pt-6:first-of-type {
    padding-top: 5.7rem;
}

.last-of-element-pb-6:last-of-type {
    padding-bottom: 5.7rem;
}

.last-of-element-pr-6:last-of-type {
    padding-right: 5.7rem;
}

.p-7 {
    padding: 6.65rem;
}

.pt-7 {
    padding-top: 6.65rem !important;
}

.py-7 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important;
}

.pr-7 {
    padding-right: 6.65rem;
}

.px-7 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important;
}

.pb-7 {
    padding-bottom: 6.65rem !important;
}

.pl-7 {
    padding-left: 6.65rem !important;
}

.ptn-7 {
    padding-top: -.57rem;
}

.first-of-element-pt-7:first-of-type {
    padding-top: 6.65rem;
}

.last-of-element-pb-7:last-of-type {
    padding-bottom: 6.65rem;
}

.last-of-element-pr-7:last-of-type {
    padding-right: 6.65rem;
}

.p-8 {
    padding: 7.6rem;
}

.pt-8 {
    padding-top: 7.6rem !important;
}

.py-8 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
}

.pr-8 {
    padding-right: 7.6rem;
}

.px-8 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important;
}

.pb-8 {
    padding-bottom: 7.6rem !important;
}

.pl-8 {
    padding-left: 7.6rem !important;
}

.ptn-8 {
    padding-top: -.57rem;
}

.first-of-element-pt-8:first-of-type {
    padding-top: 7.6rem;
}

.last-of-element-pb-8:last-of-type {
    padding-bottom: 7.6rem;
}

.last-of-element-pr-8:last-of-type {
    padding-right: 7.6rem;
}

.p-9 {
    padding: 8.55rem;
}

.pt-9 {
    padding-top: 8.55rem !important;
}

.py-9 {
    padding-top: 8.55rem !important;
    padding-bottom: 8.55rem !important;
}

.pr-9 {
    padding-right: 8.55rem;
}

.px-9 {
    padding-right: 8.55rem !important;
    padding-left: 8.55rem !important;
}

.pb-9 {
    padding-bottom: 8.55rem !important;
}

.pl-9 {
    padding-left: 8.55rem !important;
}

.ptn-9 {
    padding-top: -.57rem;
}

.first-of-element-pt-9:first-of-type {
    padding-top: 8.55rem;
}

.last-of-element-pb-9:last-of-type {
    padding-bottom: 8.55rem;
}

.last-of-element-pr-9:last-of-type {
    padding-right: 8.55rem;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto;
}

.mr-auto {
    margin-right: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

@media only screen and (min-width:400px) {
    .m-sm-0 {
        margin: 0;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mtn-sm-0 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-0:first-of-type {
        margin-top: 0;
    }

    .last-of-element-mb-0:last-of-type {
        margin-bottom: 0;
    }

    .last-of-element-mr-0:last-of-type {
        margin-right: 0;
    }

    .m-sm-xs {
        margin: .57rem;
    }

    .mt-sm-xs {
        margin-top: .57rem !important;
    }

    .my-sm-xs {
        margin-top: .57rem !important;
        margin-bottom: .57rem !important;
    }

    .mr-sm-xs {
        margin-right: .57rem;
    }

    .mx-sm-xs {
        margin-right: .57rem !important;
        margin-left: .57rem !important;
    }

    .mb-sm-xs {
        margin-bottom: .57rem !important;
    }

    .ml-sm-xs {
        margin-left: .57rem !important;
    }

    .mtn-sm-xs {
        margin-top: -.57rem;
    }

    .first-of-element-mt-xs:first-of-type {
        margin-top: .57rem;
    }

    .last-of-element-mb-xs:last-of-type {
        margin-bottom: .57rem;
    }

    .last-of-element-mr-xs:last-of-type {
        margin-right: .57rem;
    }

    .m-sm-1 {
        margin: .95rem;
    }

    .mt-sm-1 {
        margin-top: .95rem !important;
    }

    .my-sm-1 {
        margin-top: .95rem !important;
        margin-bottom: .95rem !important;
    }

    .mr-sm-1 {
        margin-right: .95rem;
    }

    .mx-sm-1 {
        margin-right: .95rem !important;
        margin-left: .95rem !important;
    }

    .mb-sm-1 {
        margin-bottom: .95rem !important;
    }

    .ml-sm-1 {
        margin-left: .95rem !important;
    }

    .mtn-sm-1 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-1:first-of-type {
        margin-top: .95rem;
    }

    .last-of-element-mb-1:last-of-type {
        margin-bottom: .95rem;
    }

    .last-of-element-mr-1:last-of-type {
        margin-right: .95rem;
    }

    .m-sm-2 {
        margin: 1.9rem;
    }

    .mt-sm-2 {
        margin-top: 1.9rem !important;
    }

    .my-sm-2 {
        margin-top: 1.9rem !important;
        margin-bottom: 1.9rem !important;
    }

    .mr-sm-2 {
        margin-right: 1.9rem;
    }

    .mx-sm-2 {
        margin-right: 1.9rem !important;
        margin-left: 1.9rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 1.9rem !important;
    }

    .ml-sm-2 {
        margin-left: 1.9rem !important;
    }

    .mtn-sm-2 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-2:first-of-type {
        margin-top: 1.9rem;
    }

    .last-of-element-mb-2:last-of-type {
        margin-bottom: 1.9rem;
    }

    .last-of-element-mr-2:last-of-type {
        margin-right: 1.9rem;
    }

    .m-sm-3 {
        margin: 2.85rem;
    }

    .mt-sm-3 {
        margin-top: 2.85rem !important;
    }

    .my-sm-3 {
        margin-top: 2.85rem !important;
        margin-bottom: 2.85rem !important;
    }

    .mr-sm-3 {
        margin-right: 2.85rem;
    }

    .mx-sm-3 {
        margin-right: 2.85rem !important;
        margin-left: 2.85rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 2.85rem !important;
    }

    .ml-sm-3 {
        margin-left: 2.85rem !important;
    }

    .mtn-sm-3 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-3:first-of-type {
        margin-top: 2.85rem;
    }

    .last-of-element-mb-3:last-of-type {
        margin-bottom: 2.85rem;
    }

    .last-of-element-mr-3:last-of-type {
        margin-right: 2.85rem;
    }

    .m-sm-4 {
        margin: 3.8rem;
    }

    .mt-sm-4 {
        margin-top: 3.8rem !important;
    }

    .my-sm-4 {
        margin-top: 3.8rem !important;
        margin-bottom: 3.8rem !important;
    }

    .mr-sm-4 {
        margin-right: 3.8rem;
    }

    .mx-sm-4 {
        margin-right: 3.8rem !important;
        margin-left: 3.8rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 3.8rem !important;
    }

    .ml-sm-4 {
        margin-left: 3.8rem !important;
    }

    .mtn-sm-4 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-4:first-of-type {
        margin-top: 3.8rem;
    }

    .last-of-element-mb-4:last-of-type {
        margin-bottom: 3.8rem;
    }

    .last-of-element-mr-4:last-of-type {
        margin-right: 3.8rem;
    }

    .m-sm-5 {
        margin: 4.75rem;
    }

    .mt-sm-5 {
        margin-top: 4.75rem !important;
    }

    .my-sm-5 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .mr-sm-5 {
        margin-right: 4.75rem;
    }

    .mx-sm-5 {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 4.75rem !important;
    }

    .ml-sm-5 {
        margin-left: 4.75rem !important;
    }

    .mtn-sm-5 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-5:first-of-type {
        margin-top: 4.75rem;
    }

    .last-of-element-mb-5:last-of-type {
        margin-bottom: 4.75rem;
    }

    .last-of-element-mr-5:last-of-type {
        margin-right: 4.75rem;
    }

    .m-sm-6 {
        margin: 5.7rem;
    }

    .mt-sm-6 {
        margin-top: 5.7rem !important;
    }

    .my-sm-6 {
        margin-top: 5.7rem !important;
        margin-bottom: 5.7rem !important;
    }

    .mr-sm-6 {
        margin-right: 5.7rem;
    }

    .mx-sm-6 {
        margin-right: 5.7rem !important;
        margin-left: 5.7rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 5.7rem !important;
    }

    .ml-sm-6 {
        margin-left: 5.7rem !important;
    }

    .mtn-sm-6 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-6:first-of-type {
        margin-top: 5.7rem;
    }

    .last-of-element-mb-6:last-of-type {
        margin-bottom: 5.7rem;
    }

    .last-of-element-mr-6:last-of-type {
        margin-right: 5.7rem;
    }

    .m-sm-7 {
        margin: 6.65rem;
    }

    .mt-sm-7 {
        margin-top: 6.65rem !important;
    }

    .my-sm-7 {
        margin-top: 6.65rem !important;
        margin-bottom: 6.65rem !important;
    }

    .mr-sm-7 {
        margin-right: 6.65rem;
    }

    .mx-sm-7 {
        margin-right: 6.65rem !important;
        margin-left: 6.65rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 6.65rem !important;
    }

    .ml-sm-7 {
        margin-left: 6.65rem !important;
    }

    .mtn-sm-7 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-7:first-of-type {
        margin-top: 6.65rem;
    }

    .last-of-element-mb-7:last-of-type {
        margin-bottom: 6.65rem;
    }

    .last-of-element-mr-7:last-of-type {
        margin-right: 6.65rem;
    }

    .m-sm-8 {
        margin: 7.6rem;
    }

    .mt-sm-8 {
        margin-top: 7.6rem !important;
    }

    .my-sm-8 {
        margin-top: 7.6rem !important;
        margin-bottom: 7.6rem !important;
    }

    .mr-sm-8 {
        margin-right: 7.6rem;
    }

    .mx-sm-8 {
        margin-right: 7.6rem !important;
        margin-left: 7.6rem !important;
    }

    .mb-sm-8 {
        margin-bottom: 7.6rem !important;
    }

    .ml-sm-8 {
        margin-left: 7.6rem !important;
    }

    .mtn-sm-8 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-8:first-of-type {
        margin-top: 7.6rem;
    }

    .last-of-element-mb-8:last-of-type {
        margin-bottom: 7.6rem;
    }

    .last-of-element-mr-8:last-of-type {
        margin-right: 7.6rem;
    }

    .m-sm-9 {
        margin: 8.55rem;
    }

    .mt-sm-9 {
        margin-top: 8.55rem !important;
    }

    .my-sm-9 {
        margin-top: 8.55rem !important;
        margin-bottom: 8.55rem !important;
    }

    .mr-sm-9 {
        margin-right: 8.55rem;
    }

    .mx-sm-9 {
        margin-right: 8.55rem !important;
        margin-left: 8.55rem !important;
    }

    .mb-sm-9 {
        margin-bottom: 8.55rem !important;
    }

    .ml-sm-9 {
        margin-left: 8.55rem !important;
    }

    .mtn-sm-9 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-9:first-of-type {
        margin-top: 8.55rem;
    }

    .last-of-element-mb-9:last-of-type {
        margin-bottom: 8.55rem;
    }

    .last-of-element-mr-9:last-of-type {
        margin-right: 8.55rem;
    }

    .p-sm-0 {
        padding: 0;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .ptn-sm-0 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-element-pb-0:last-of-type {
        padding-bottom: 0;
    }

    .last-of-element-pr-0:last-of-type {
        padding-right: 0;
    }

    .p-sm-xs {
        padding: .57rem;
    }

    .pt-sm-xs {
        padding-top: .57rem !important;
    }

    .py-sm-xs {
        padding-top: .57rem !important;
        padding-bottom: .57rem !important;
    }

    .pr-sm-xs {
        padding-right: .57rem;
    }

    .px-sm-xs {
        padding-right: .57rem !important;
        padding-left: .57rem !important;
    }

    .pb-sm-xs {
        padding-bottom: .57rem !important;
    }

    .pl-sm-xs {
        padding-left: .57rem !important;
    }

    .ptn-sm-xs {
        padding-top: -.57rem;
    }

    .first-of-element-pt-xs:first-of-type {
        padding-top: .57rem;
    }

    .last-of-element-pb-xs:last-of-type {
        padding-bottom: .57rem;
    }

    .last-of-element-pr-xs:last-of-type {
        padding-right: .57rem;
    }

    .p-sm-1 {
        padding: .95rem;
    }

    .pt-sm-1 {
        padding-top: .95rem !important;
    }

    .py-sm-1 {
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }

    .pr-sm-1 {
        padding-right: .95rem;
    }

    .px-sm-1 {
        padding-right: .95rem !important;
        padding-left: .95rem !important;
    }

    .pb-sm-1 {
        padding-bottom: .95rem !important;
    }

    .pl-sm-1 {
        padding-left: .95rem !important;
    }

    .ptn-sm-1 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-1:first-of-type {
        padding-top: .95rem;
    }

    .last-of-element-pb-1:last-of-type {
        padding-bottom: .95rem;
    }

    .last-of-element-pr-1:last-of-type {
        padding-right: .95rem;
    }

    .p-sm-2 {
        padding: 1.9rem;
    }

    .pt-sm-2 {
        padding-top: 1.9rem !important;
    }

    .py-sm-2 {
        padding-top: 1.9rem !important;
        padding-bottom: 1.9rem !important;
    }

    .pr-sm-2 {
        padding-right: 1.9rem;
    }

    .px-sm-2 {
        padding-right: 1.9rem !important;
        padding-left: 1.9rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 1.9rem !important;
    }

    .pl-sm-2 {
        padding-left: 1.9rem !important;
    }

    .ptn-sm-2 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-2:first-of-type {
        padding-top: 1.9rem;
    }

    .last-of-element-pb-2:last-of-type {
        padding-bottom: 1.9rem;
    }

    .last-of-element-pr-2:last-of-type {
        padding-right: 1.9rem;
    }

    .p-sm-3 {
        padding: 2.85rem;
    }

    .pt-sm-3 {
        padding-top: 2.85rem !important;
    }

    .py-sm-3 {
        padding-top: 2.85rem !important;
        padding-bottom: 2.85rem !important;
    }

    .pr-sm-3 {
        padding-right: 2.85rem;
    }

    .px-sm-3 {
        padding-right: 2.85rem !important;
        padding-left: 2.85rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 2.85rem !important;
    }

    .pl-sm-3 {
        padding-left: 2.85rem !important;
    }

    .ptn-sm-3 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-3:first-of-type {
        padding-top: 2.85rem;
    }

    .last-of-element-pb-3:last-of-type {
        padding-bottom: 2.85rem;
    }

    .last-of-element-pr-3:last-of-type {
        padding-right: 2.85rem;
    }

    .p-sm-4 {
        padding: 3.8rem;
    }

    .pt-sm-4 {
        padding-top: 3.8rem !important;
    }

    .py-sm-4 {
        padding-top: 3.8rem !important;
        padding-bottom: 3.8rem !important;
    }

    .pr-sm-4 {
        padding-right: 3.8rem;
    }

    .px-sm-4 {
        padding-right: 3.8rem !important;
        padding-left: 3.8rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 3.8rem !important;
    }

    .pl-sm-4 {
        padding-left: 3.8rem !important;
    }

    .ptn-sm-4 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-4:first-of-type {
        padding-top: 3.8rem;
    }

    .last-of-element-pb-4:last-of-type {
        padding-bottom: 3.8rem;
    }

    .last-of-element-pr-4:last-of-type {
        padding-right: 3.8rem;
    }

    .p-sm-5 {
        padding: 4.75rem;
    }

    .pt-sm-5 {
        padding-top: 4.75rem !important;
    }

    .py-sm-5 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .pr-sm-5 {
        padding-right: 4.75rem;
    }

    .px-sm-5 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 4.75rem !important;
    }

    .pl-sm-5 {
        padding-left: 4.75rem !important;
    }

    .ptn-sm-5 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-5:first-of-type {
        padding-top: 4.75rem;
    }

    .last-of-element-pb-5:last-of-type {
        padding-bottom: 4.75rem;
    }

    .last-of-element-pr-5:last-of-type {
        padding-right: 4.75rem;
    }

    .p-sm-6 {
        padding: 5.7rem;
    }

    .pt-sm-6 {
        padding-top: 5.7rem !important;
    }

    .py-sm-6 {
        padding-top: 5.7rem !important;
        padding-bottom: 5.7rem !important;
    }

    .pr-sm-6 {
        padding-right: 5.7rem;
    }

    .px-sm-6 {
        padding-right: 5.7rem !important;
        padding-left: 5.7rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 5.7rem !important;
    }

    .pl-sm-6 {
        padding-left: 5.7rem !important;
    }

    .ptn-sm-6 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-6:first-of-type {
        padding-top: 5.7rem;
    }

    .last-of-element-pb-6:last-of-type {
        padding-bottom: 5.7rem;
    }

    .last-of-element-pr-6:last-of-type {
        padding-right: 5.7rem;
    }

    .p-sm-7 {
        padding: 6.65rem;
    }

    .pt-sm-7 {
        padding-top: 6.65rem !important;
    }

    .py-sm-7 {
        padding-top: 6.65rem !important;
        padding-bottom: 6.65rem !important;
    }

    .pr-sm-7 {
        padding-right: 6.65rem;
    }

    .px-sm-7 {
        padding-right: 6.65rem !important;
        padding-left: 6.65rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 6.65rem !important;
    }

    .pl-sm-7 {
        padding-left: 6.65rem !important;
    }

    .ptn-sm-7 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-7:first-of-type {
        padding-top: 6.65rem;
    }

    .last-of-element-pb-7:last-of-type {
        padding-bottom: 6.65rem;
    }

    .last-of-element-pr-7:last-of-type {
        padding-right: 6.65rem;
    }

    .p-sm-8 {
        padding: 7.6rem;
    }

    .pt-sm-8 {
        padding-top: 7.6rem !important;
    }

    .py-sm-8 {
        padding-top: 7.6rem !important;
        padding-bottom: 7.6rem !important;
    }

    .pr-sm-8 {
        padding-right: 7.6rem;
    }

    .px-sm-8 {
        padding-right: 7.6rem !important;
        padding-left: 7.6rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 7.6rem !important;
    }

    .pl-sm-8 {
        padding-left: 7.6rem !important;
    }

    .ptn-sm-8 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-8:first-of-type {
        padding-top: 7.6rem;
    }

    .last-of-element-pb-8:last-of-type {
        padding-bottom: 7.6rem;
    }

    .last-of-element-pr-8:last-of-type {
        padding-right: 7.6rem;
    }

    .p-sm-9 {
        padding: 8.55rem;
    }

    .pt-sm-9 {
        padding-top: 8.55rem !important;
    }

    .py-sm-9 {
        padding-top: 8.55rem !important;
        padding-bottom: 8.55rem !important;
    }

    .pr-sm-9 {
        padding-right: 8.55rem;
    }

    .px-sm-9 {
        padding-right: 8.55rem !important;
        padding-left: 8.55rem !important;
    }

    .pb-sm-9 {
        padding-bottom: 8.55rem !important;
    }

    .pl-sm-9 {
        padding-left: 8.55rem !important;
    }

    .ptn-sm-9 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-9:first-of-type {
        padding-top: 8.55rem;
    }

    .last-of-element-pb-9:last-of-type {
        padding-bottom: 8.55rem;
    }

    .last-of-element-pr-9:last-of-type {
        padding-right: 8.55rem;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto;
    }

    .mr-sm-auto {
        margin-right: auto;
    }

    .mb-sm-auto {
        margin-bottom: auto;
    }

    .ml-sm-auto {
        margin-left: auto;
    }

    .mx-sm-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row-sm {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media only screen and (min-width:667px) {
    .m-sm-xl-0 {
        margin: 0;
    }

    .mt-sm-xl-0 {
        margin-top: 0 !important;
    }

    .my-sm-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mr-sm-xl-0 {
        margin-right: 0;
    }

    .mx-sm-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-sm-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-xl-0 {
        margin-left: 0 !important;
    }

    .mtn-sm-xl-0 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-0:first-of-type {
        margin-top: 0;
    }

    .last-of-element-mb-0:last-of-type {
        margin-bottom: 0;
    }

    .last-of-element-mr-0:last-of-type {
        margin-right: 0;
    }

    .m-sm-xl-xs {
        margin: .57rem;
    }

    .mt-sm-xl-xs {
        margin-top: .57rem !important;
    }

    .my-sm-xl-xs {
        margin-top: .57rem !important;
        margin-bottom: .57rem !important;
    }

    .mr-sm-xl-xs {
        margin-right: .57rem;
    }

    .mx-sm-xl-xs {
        margin-right: .57rem !important;
        margin-left: .57rem !important;
    }

    .mb-sm-xl-xs {
        margin-bottom: .57rem !important;
    }

    .ml-sm-xl-xs {
        margin-left: .57rem !important;
    }

    .mtn-sm-xl-xs {
        margin-top: -.57rem;
    }

    .first-of-element-mt-xs:first-of-type {
        margin-top: .57rem;
    }

    .last-of-element-mb-xs:last-of-type {
        margin-bottom: .57rem;
    }

    .last-of-element-mr-xs:last-of-type {
        margin-right: .57rem;
    }

    .m-sm-xl-1 {
        margin: .95rem;
    }

    .mt-sm-xl-1 {
        margin-top: .95rem !important;
    }

    .my-sm-xl-1 {
        margin-top: .95rem !important;
        margin-bottom: .95rem !important;
    }

    .mr-sm-xl-1 {
        margin-right: .95rem;
    }

    .mx-sm-xl-1 {
        margin-right: .95rem !important;
        margin-left: .95rem !important;
    }

    .mb-sm-xl-1 {
        margin-bottom: .95rem !important;
    }

    .ml-sm-xl-1 {
        margin-left: .95rem !important;
    }

    .mtn-sm-xl-1 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-1:first-of-type {
        margin-top: .95rem;
    }

    .last-of-element-mb-1:last-of-type {
        margin-bottom: .95rem;
    }

    .last-of-element-mr-1:last-of-type {
        margin-right: .95rem;
    }

    .m-sm-xl-2 {
        margin: 1.9rem;
    }

    .mt-sm-xl-2 {
        margin-top: 1.9rem !important;
    }

    .my-sm-xl-2 {
        margin-top: 1.9rem !important;
        margin-bottom: 1.9rem !important;
    }

    .mr-sm-xl-2 {
        margin-right: 1.9rem;
    }

    .mx-sm-xl-2 {
        margin-right: 1.9rem !important;
        margin-left: 1.9rem !important;
    }

    .mb-sm-xl-2 {
        margin-bottom: 1.9rem !important;
    }

    .ml-sm-xl-2 {
        margin-left: 1.9rem !important;
    }

    .mtn-sm-xl-2 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-2:first-of-type {
        margin-top: 1.9rem;
    }

    .last-of-element-mb-2:last-of-type {
        margin-bottom: 1.9rem;
    }

    .last-of-element-mr-2:last-of-type {
        margin-right: 1.9rem;
    }

    .m-sm-xl-3 {
        margin: 2.85rem;
    }

    .mt-sm-xl-3 {
        margin-top: 2.85rem !important;
    }

    .my-sm-xl-3 {
        margin-top: 2.85rem !important;
        margin-bottom: 2.85rem !important;
    }

    .mr-sm-xl-3 {
        margin-right: 2.85rem;
    }

    .mx-sm-xl-3 {
        margin-right: 2.85rem !important;
        margin-left: 2.85rem !important;
    }

    .mb-sm-xl-3 {
        margin-bottom: 2.85rem !important;
    }

    .ml-sm-xl-3 {
        margin-left: 2.85rem !important;
    }

    .mtn-sm-xl-3 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-3:first-of-type {
        margin-top: 2.85rem;
    }

    .last-of-element-mb-3:last-of-type {
        margin-bottom: 2.85rem;
    }

    .last-of-element-mr-3:last-of-type {
        margin-right: 2.85rem;
    }

    .m-sm-xl-4 {
        margin: 3.8rem;
    }

    .mt-sm-xl-4 {
        margin-top: 3.8rem !important;
    }

    .my-sm-xl-4 {
        margin-top: 3.8rem !important;
        margin-bottom: 3.8rem !important;
    }

    .mr-sm-xl-4 {
        margin-right: 3.8rem;
    }

    .mx-sm-xl-4 {
        margin-right: 3.8rem !important;
        margin-left: 3.8rem !important;
    }

    .mb-sm-xl-4 {
        margin-bottom: 3.8rem !important;
    }

    .ml-sm-xl-4 {
        margin-left: 3.8rem !important;
    }

    .mtn-sm-xl-4 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-4:first-of-type {
        margin-top: 3.8rem;
    }

    .last-of-element-mb-4:last-of-type {
        margin-bottom: 3.8rem;
    }

    .last-of-element-mr-4:last-of-type {
        margin-right: 3.8rem;
    }

    .m-sm-xl-5 {
        margin: 4.75rem;
    }

    .mt-sm-xl-5 {
        margin-top: 4.75rem !important;
    }

    .my-sm-xl-5 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .mr-sm-xl-5 {
        margin-right: 4.75rem;
    }

    .mx-sm-xl-5 {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mb-sm-xl-5 {
        margin-bottom: 4.75rem !important;
    }

    .ml-sm-xl-5 {
        margin-left: 4.75rem !important;
    }

    .mtn-sm-xl-5 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-5:first-of-type {
        margin-top: 4.75rem;
    }

    .last-of-element-mb-5:last-of-type {
        margin-bottom: 4.75rem;
    }

    .last-of-element-mr-5:last-of-type {
        margin-right: 4.75rem;
    }

    .m-sm-xl-6 {
        margin: 5.7rem;
    }

    .mt-sm-xl-6 {
        margin-top: 5.7rem !important;
    }

    .my-sm-xl-6 {
        margin-top: 5.7rem !important;
        margin-bottom: 5.7rem !important;
    }

    .mr-sm-xl-6 {
        margin-right: 5.7rem;
    }

    .mx-sm-xl-6 {
        margin-right: 5.7rem !important;
        margin-left: 5.7rem !important;
    }

    .mb-sm-xl-6 {
        margin-bottom: 5.7rem !important;
    }

    .ml-sm-xl-6 {
        margin-left: 5.7rem !important;
    }

    .mtn-sm-xl-6 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-6:first-of-type {
        margin-top: 5.7rem;
    }

    .last-of-element-mb-6:last-of-type {
        margin-bottom: 5.7rem;
    }

    .last-of-element-mr-6:last-of-type {
        margin-right: 5.7rem;
    }

    .m-sm-xl-7 {
        margin: 6.65rem;
    }

    .mt-sm-xl-7 {
        margin-top: 6.65rem !important;
    }

    .my-sm-xl-7 {
        margin-top: 6.65rem !important;
        margin-bottom: 6.65rem !important;
    }

    .mr-sm-xl-7 {
        margin-right: 6.65rem;
    }

    .mx-sm-xl-7 {
        margin-right: 6.65rem !important;
        margin-left: 6.65rem !important;
    }

    .mb-sm-xl-7 {
        margin-bottom: 6.65rem !important;
    }

    .ml-sm-xl-7 {
        margin-left: 6.65rem !important;
    }

    .mtn-sm-xl-7 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-7:first-of-type {
        margin-top: 6.65rem;
    }

    .last-of-element-mb-7:last-of-type {
        margin-bottom: 6.65rem;
    }

    .last-of-element-mr-7:last-of-type {
        margin-right: 6.65rem;
    }

    .m-sm-xl-8 {
        margin: 7.6rem;
    }

    .mt-sm-xl-8 {
        margin-top: 7.6rem !important;
    }

    .my-sm-xl-8 {
        margin-top: 7.6rem !important;
        margin-bottom: 7.6rem !important;
    }

    .mr-sm-xl-8 {
        margin-right: 7.6rem;
    }

    .mx-sm-xl-8 {
        margin-right: 7.6rem !important;
        margin-left: 7.6rem !important;
    }

    .mb-sm-xl-8 {
        margin-bottom: 7.6rem !important;
    }

    .ml-sm-xl-8 {
        margin-left: 7.6rem !important;
    }

    .mtn-sm-xl-8 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-8:first-of-type {
        margin-top: 7.6rem;
    }

    .last-of-element-mb-8:last-of-type {
        margin-bottom: 7.6rem;
    }

    .last-of-element-mr-8:last-of-type {
        margin-right: 7.6rem;
    }

    .m-sm-xl-9 {
        margin: 8.55rem;
    }

    .mt-sm-xl-9 {
        margin-top: 8.55rem !important;
    }

    .my-sm-xl-9 {
        margin-top: 8.55rem !important;
        margin-bottom: 8.55rem !important;
    }

    .mr-sm-xl-9 {
        margin-right: 8.55rem;
    }

    .mx-sm-xl-9 {
        margin-right: 8.55rem !important;
        margin-left: 8.55rem !important;
    }

    .mb-sm-xl-9 {
        margin-bottom: 8.55rem !important;
    }

    .ml-sm-xl-9 {
        margin-left: 8.55rem !important;
    }

    .mtn-sm-xl-9 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-9:first-of-type {
        margin-top: 8.55rem;
    }

    .last-of-element-mb-9:last-of-type {
        margin-bottom: 8.55rem;
    }

    .last-of-element-mr-9:last-of-type {
        margin-right: 8.55rem;
    }

    .p-sm-xl-0 {
        padding: 0;
    }

    .pt-sm-xl-0 {
        padding-top: 0 !important;
    }

    .py-sm-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pr-sm-xl-0 {
        padding-right: 0;
    }

    .px-sm-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pb-sm-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-xl-0 {
        padding-left: 0 !important;
    }

    .ptn-sm-xl-0 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-element-pb-0:last-of-type {
        padding-bottom: 0;
    }

    .last-of-element-pr-0:last-of-type {
        padding-right: 0;
    }

    .p-sm-xl-xs {
        padding: .57rem;
    }

    .pt-sm-xl-xs {
        padding-top: .57rem !important;
    }

    .py-sm-xl-xs {
        padding-top: .57rem !important;
        padding-bottom: .57rem !important;
    }

    .pr-sm-xl-xs {
        padding-right: .57rem;
    }

    .px-sm-xl-xs {
        padding-right: .57rem !important;
        padding-left: .57rem !important;
    }

    .pb-sm-xl-xs {
        padding-bottom: .57rem !important;
    }

    .pl-sm-xl-xs {
        padding-left: .57rem !important;
    }

    .ptn-sm-xl-xs {
        padding-top: -.57rem;
    }

    .first-of-element-pt-xs:first-of-type {
        padding-top: .57rem;
    }

    .last-of-element-pb-xs:last-of-type {
        padding-bottom: .57rem;
    }

    .last-of-element-pr-xs:last-of-type {
        padding-right: .57rem;
    }

    .p-sm-xl-1 {
        padding: .95rem;
    }

    .pt-sm-xl-1 {
        padding-top: .95rem !important;
    }

    .py-sm-xl-1 {
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }

    .pr-sm-xl-1 {
        padding-right: .95rem;
    }

    .px-sm-xl-1 {
        padding-right: .95rem !important;
        padding-left: .95rem !important;
    }

    .pb-sm-xl-1 {
        padding-bottom: .95rem !important;
    }

    .pl-sm-xl-1 {
        padding-left: .95rem !important;
    }

    .ptn-sm-xl-1 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-1:first-of-type {
        padding-top: .95rem;
    }

    .last-of-element-pb-1:last-of-type {
        padding-bottom: .95rem;
    }

    .last-of-element-pr-1:last-of-type {
        padding-right: .95rem;
    }

    .p-sm-xl-2 {
        padding: 1.9rem;
    }

    .pt-sm-xl-2 {
        padding-top: 1.9rem !important;
    }

    .py-sm-xl-2 {
        padding-top: 1.9rem !important;
        padding-bottom: 1.9rem !important;
    }

    .pr-sm-xl-2 {
        padding-right: 1.9rem;
    }

    .px-sm-xl-2 {
        padding-right: 1.9rem !important;
        padding-left: 1.9rem !important;
    }

    .pb-sm-xl-2 {
        padding-bottom: 1.9rem !important;
    }

    .pl-sm-xl-2 {
        padding-left: 1.9rem !important;
    }

    .ptn-sm-xl-2 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-2:first-of-type {
        padding-top: 1.9rem;
    }

    .last-of-element-pb-2:last-of-type {
        padding-bottom: 1.9rem;
    }

    .last-of-element-pr-2:last-of-type {
        padding-right: 1.9rem;
    }

    .p-sm-xl-3 {
        padding: 2.85rem;
    }

    .pt-sm-xl-3 {
        padding-top: 2.85rem !important;
    }

    .py-sm-xl-3 {
        padding-top: 2.85rem !important;
        padding-bottom: 2.85rem !important;
    }

    .pr-sm-xl-3 {
        padding-right: 2.85rem;
    }

    .px-sm-xl-3 {
        padding-right: 2.85rem !important;
        padding-left: 2.85rem !important;
    }

    .pb-sm-xl-3 {
        padding-bottom: 2.85rem !important;
    }

    .pl-sm-xl-3 {
        padding-left: 2.85rem !important;
    }

    .ptn-sm-xl-3 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-3:first-of-type {
        padding-top: 2.85rem;
    }

    .last-of-element-pb-3:last-of-type {
        padding-bottom: 2.85rem;
    }

    .last-of-element-pr-3:last-of-type {
        padding-right: 2.85rem;
    }

    .p-sm-xl-4 {
        padding: 3.8rem;
    }

    .pt-sm-xl-4 {
        padding-top: 3.8rem !important;
    }

    .py-sm-xl-4 {
        padding-top: 3.8rem !important;
        padding-bottom: 3.8rem !important;
    }

    .pr-sm-xl-4 {
        padding-right: 3.8rem;
    }

    .px-sm-xl-4 {
        padding-right: 3.8rem !important;
        padding-left: 3.8rem !important;
    }

    .pb-sm-xl-4 {
        padding-bottom: 3.8rem !important;
    }

    .pl-sm-xl-4 {
        padding-left: 3.8rem !important;
    }

    .ptn-sm-xl-4 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-4:first-of-type {
        padding-top: 3.8rem;
    }

    .last-of-element-pb-4:last-of-type {
        padding-bottom: 3.8rem;
    }

    .last-of-element-pr-4:last-of-type {
        padding-right: 3.8rem;
    }

    .p-sm-xl-5 {
        padding: 4.75rem;
    }

    .pt-sm-xl-5 {
        padding-top: 4.75rem !important;
    }

    .py-sm-xl-5 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .pr-sm-xl-5 {
        padding-right: 4.75rem;
    }

    .px-sm-xl-5 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .pb-sm-xl-5 {
        padding-bottom: 4.75rem !important;
    }

    .pl-sm-xl-5 {
        padding-left: 4.75rem !important;
    }

    .ptn-sm-xl-5 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-5:first-of-type {
        padding-top: 4.75rem;
    }

    .last-of-element-pb-5:last-of-type {
        padding-bottom: 4.75rem;
    }

    .last-of-element-pr-5:last-of-type {
        padding-right: 4.75rem;
    }

    .p-sm-xl-6 {
        padding: 5.7rem;
    }

    .pt-sm-xl-6 {
        padding-top: 5.7rem !important;
    }

    .py-sm-xl-6 {
        padding-top: 5.7rem !important;
        padding-bottom: 5.7rem !important;
    }

    .pr-sm-xl-6 {
        padding-right: 5.7rem;
    }

    .px-sm-xl-6 {
        padding-right: 5.7rem !important;
        padding-left: 5.7rem !important;
    }

    .pb-sm-xl-6 {
        padding-bottom: 5.7rem !important;
    }

    .pl-sm-xl-6 {
        padding-left: 5.7rem !important;
    }

    .ptn-sm-xl-6 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-6:first-of-type {
        padding-top: 5.7rem;
    }

    .last-of-element-pb-6:last-of-type {
        padding-bottom: 5.7rem;
    }

    .last-of-element-pr-6:last-of-type {
        padding-right: 5.7rem;
    }

    .p-sm-xl-7 {
        padding: 6.65rem;
    }

    .pt-sm-xl-7 {
        padding-top: 6.65rem !important;
    }

    .py-sm-xl-7 {
        padding-top: 6.65rem !important;
        padding-bottom: 6.65rem !important;
    }

    .pr-sm-xl-7 {
        padding-right: 6.65rem;
    }

    .px-sm-xl-7 {
        padding-right: 6.65rem !important;
        padding-left: 6.65rem !important;
    }

    .pb-sm-xl-7 {
        padding-bottom: 6.65rem !important;
    }

    .pl-sm-xl-7 {
        padding-left: 6.65rem !important;
    }

    .ptn-sm-xl-7 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-7:first-of-type {
        padding-top: 6.65rem;
    }

    .last-of-element-pb-7:last-of-type {
        padding-bottom: 6.65rem;
    }

    .last-of-element-pr-7:last-of-type {
        padding-right: 6.65rem;
    }

    .p-sm-xl-8 {
        padding: 7.6rem;
    }

    .pt-sm-xl-8 {
        padding-top: 7.6rem !important;
    }

    .py-sm-xl-8 {
        padding-top: 7.6rem !important;
        padding-bottom: 7.6rem !important;
    }

    .pr-sm-xl-8 {
        padding-right: 7.6rem;
    }

    .px-sm-xl-8 {
        padding-right: 7.6rem !important;
        padding-left: 7.6rem !important;
    }

    .pb-sm-xl-8 {
        padding-bottom: 7.6rem !important;
    }

    .pl-sm-xl-8 {
        padding-left: 7.6rem !important;
    }

    .ptn-sm-xl-8 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-8:first-of-type {
        padding-top: 7.6rem;
    }

    .last-of-element-pb-8:last-of-type {
        padding-bottom: 7.6rem;
    }

    .last-of-element-pr-8:last-of-type {
        padding-right: 7.6rem;
    }

    .p-sm-xl-9 {
        padding: 8.55rem;
    }

    .pt-sm-xl-9 {
        padding-top: 8.55rem !important;
    }

    .py-sm-xl-9 {
        padding-top: 8.55rem !important;
        padding-bottom: 8.55rem !important;
    }

    .pr-sm-xl-9 {
        padding-right: 8.55rem;
    }

    .px-sm-xl-9 {
        padding-right: 8.55rem !important;
        padding-left: 8.55rem !important;
    }

    .pb-sm-xl-9 {
        padding-bottom: 8.55rem !important;
    }

    .pl-sm-xl-9 {
        padding-left: 8.55rem !important;
    }

    .ptn-sm-xl-9 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-9:first-of-type {
        padding-top: 8.55rem;
    }

    .last-of-element-pb-9:last-of-type {
        padding-bottom: 8.55rem;
    }

    .last-of-element-pr-9:last-of-type {
        padding-right: 8.55rem;
    }

    .m-sm-xl-auto {
        margin: auto !important;
    }

    .mt-sm-xl-auto {
        margin-top: auto;
    }

    .mr-sm-xl-auto {
        margin-right: auto;
    }

    .mb-sm-xl-auto {
        margin-bottom: auto;
    }

    .ml-sm-xl-auto {
        margin-left: auto;
    }

    .mx-sm-xl-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row-sm-xl {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media only screen and (min-width:767px) {
    .m-md-0 {
        margin: 0;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mtn-md-0 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-0:first-of-type {
        margin-top: 0;
    }

    .last-of-element-mb-0:last-of-type {
        margin-bottom: 0;
    }

    .last-of-element-mr-0:last-of-type {
        margin-right: 0;
    }

    .m-md-xs {
        margin: .57rem;
    }

    .mt-md-xs {
        margin-top: .57rem !important;
    }

    .my-md-xs {
        margin-top: .57rem !important;
        margin-bottom: .57rem !important;
    }

    .mr-md-xs {
        margin-right: .57rem;
    }

    .mx-md-xs {
        margin-right: .57rem !important;
        margin-left: .57rem !important;
    }

    .mb-md-xs {
        margin-bottom: .57rem !important;
    }

    .ml-md-xs {
        margin-left: .57rem !important;
    }

    .mtn-md-xs {
        margin-top: -.57rem;
    }

    .first-of-element-mt-xs:first-of-type {
        margin-top: .57rem;
    }

    .last-of-element-mb-xs:last-of-type {
        margin-bottom: .57rem;
    }

    .last-of-element-mr-xs:last-of-type {
        margin-right: .57rem;
    }

    .m-md-1 {
        margin: .95rem;
    }

    .mt-md-1 {
        margin-top: .95rem !important;
    }

    .my-md-1 {
        margin-top: .95rem !important;
        margin-bottom: .95rem !important;
    }

    .mr-md-1 {
        margin-right: .95rem;
    }

    .mx-md-1 {
        margin-right: .95rem !important;
        margin-left: .95rem !important;
    }

    .mb-md-1 {
        margin-bottom: .95rem !important;
    }

    .ml-md-1 {
        margin-left: .95rem !important;
    }

    .mtn-md-1 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-1:first-of-type {
        margin-top: .95rem;
    }

    .last-of-element-mb-1:last-of-type {
        margin-bottom: .95rem;
    }

    .last-of-element-mr-1:last-of-type {
        margin-right: .95rem;
    }

    .m-md-2 {
        margin: 1.9rem;
    }

    .mt-md-2 {
        margin-top: 1.9rem !important;
    }

    .my-md-2 {
        margin-top: 1.9rem !important;
        margin-bottom: 1.9rem !important;
    }

    .mr-md-2 {
        margin-right: 1.9rem;
    }

    .mx-md-2 {
        margin-right: 1.9rem !important;
        margin-left: 1.9rem !important;
    }

    .mb-md-2 {
        margin-bottom: 1.9rem !important;
    }

    .ml-md-2 {
        margin-left: 1.9rem !important;
    }

    .mtn-md-2 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-2:first-of-type {
        margin-top: 1.9rem;
    }

    .last-of-element-mb-2:last-of-type {
        margin-bottom: 1.9rem;
    }

    .last-of-element-mr-2:last-of-type {
        margin-right: 1.9rem;
    }

    .m-md-3 {
        margin: 2.85rem;
    }

    .mt-md-3 {
        margin-top: 2.85rem !important;
    }

    .my-md-3 {
        margin-top: 2.85rem !important;
        margin-bottom: 2.85rem !important;
    }

    .mr-md-3 {
        margin-right: 2.85rem;
    }

    .mx-md-3 {
        margin-right: 2.85rem !important;
        margin-left: 2.85rem !important;
    }

    .mb-md-3 {
        margin-bottom: 2.85rem !important;
    }

    .ml-md-3 {
        margin-left: 2.85rem !important;
    }

    .mtn-md-3 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-3:first-of-type {
        margin-top: 2.85rem;
    }

    .last-of-element-mb-3:last-of-type {
        margin-bottom: 2.85rem;
    }

    .last-of-element-mr-3:last-of-type {
        margin-right: 2.85rem;
    }

    .m-md-4 {
        margin: 3.8rem;
    }

    .mt-md-4 {
        margin-top: 3.8rem !important;
    }

    .my-md-4 {
        margin-top: 3.8rem !important;
        margin-bottom: 3.8rem !important;
    }

    .mr-md-4 {
        margin-right: 3.8rem;
    }

    .mx-md-4 {
        margin-right: 3.8rem !important;
        margin-left: 3.8rem !important;
    }

    .mb-md-4 {
        margin-bottom: 3.8rem !important;
    }

    .ml-md-4 {
        margin-left: 3.8rem !important;
    }

    .mtn-md-4 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-4:first-of-type {
        margin-top: 3.8rem;
    }

    .last-of-element-mb-4:last-of-type {
        margin-bottom: 3.8rem;
    }

    .last-of-element-mr-4:last-of-type {
        margin-right: 3.8rem;
    }

    .m-md-5 {
        margin: 4.75rem;
    }

    .mt-md-5 {
        margin-top: 4.75rem !important;
    }

    .my-md-5 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .mr-md-5 {
        margin-right: 4.75rem;
    }

    .mx-md-5 {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mb-md-5 {
        margin-bottom: 4.75rem !important;
    }

    .ml-md-5 {
        margin-left: 4.75rem !important;
    }

    .mtn-md-5 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-5:first-of-type {
        margin-top: 4.75rem;
    }

    .last-of-element-mb-5:last-of-type {
        margin-bottom: 4.75rem;
    }

    .last-of-element-mr-5:last-of-type {
        margin-right: 4.75rem;
    }

    .m-md-6 {
        margin: 5.7rem;
    }

    .mt-md-6 {
        margin-top: 5.7rem !important;
    }

    .my-md-6 {
        margin-top: 5.7rem !important;
        margin-bottom: 5.7rem !important;
    }

    .mr-md-6 {
        margin-right: 5.7rem;
    }

    .mx-md-6 {
        margin-right: 5.7rem !important;
        margin-left: 5.7rem !important;
    }

    .mb-md-6 {
        margin-bottom: 5.7rem !important;
    }

    .ml-md-6 {
        margin-left: 5.7rem !important;
    }

    .mtn-md-6 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-6:first-of-type {
        margin-top: 5.7rem;
    }

    .last-of-element-mb-6:last-of-type {
        margin-bottom: 5.7rem;
    }

    .last-of-element-mr-6:last-of-type {
        margin-right: 5.7rem;
    }

    .m-md-7 {
        margin: 6.65rem;
    }

    .mt-md-7 {
        margin-top: 6.65rem !important;
    }

    .my-md-7 {
        margin-top: 6.65rem !important;
        margin-bottom: 6.65rem !important;
    }

    .mr-md-7 {
        margin-right: 6.65rem;
    }

    .mx-md-7 {
        margin-right: 6.65rem !important;
        margin-left: 6.65rem !important;
    }

    .mb-md-7 {
        margin-bottom: 6.65rem !important;
    }

    .ml-md-7 {
        margin-left: 6.65rem !important;
    }

    .mtn-md-7 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-7:first-of-type {
        margin-top: 6.65rem;
    }

    .last-of-element-mb-7:last-of-type {
        margin-bottom: 6.65rem;
    }

    .last-of-element-mr-7:last-of-type {
        margin-right: 6.65rem;
    }

    .m-md-8 {
        margin: 7.6rem;
    }

    .mt-md-8 {
        margin-top: 7.6rem !important;
    }

    .my-md-8 {
        margin-top: 7.6rem !important;
        margin-bottom: 7.6rem !important;
    }

    .mr-md-8 {
        margin-right: 7.6rem;
    }

    .mx-md-8 {
        margin-right: 7.6rem !important;
        margin-left: 7.6rem !important;
    }

    .mb-md-8 {
        margin-bottom: 7.6rem !important;
    }

    .ml-md-8 {
        margin-left: 7.6rem !important;
    }

    .mtn-md-8 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-8:first-of-type {
        margin-top: 7.6rem;
    }

    .last-of-element-mb-8:last-of-type {
        margin-bottom: 7.6rem;
    }

    .last-of-element-mr-8:last-of-type {
        margin-right: 7.6rem;
    }

    .m-md-9 {
        margin: 8.55rem;
    }

    .mt-md-9 {
        margin-top: 8.55rem !important;
    }

    .my-md-9 {
        margin-top: 8.55rem !important;
        margin-bottom: 8.55rem !important;
    }

    .mr-md-9 {
        margin-right: 8.55rem;
    }

    .mx-md-9 {
        margin-right: 8.55rem !important;
        margin-left: 8.55rem !important;
    }

    .mb-md-9 {
        margin-bottom: 8.55rem !important;
    }

    .ml-md-9 {
        margin-left: 8.55rem !important;
    }

    .mtn-md-9 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-9:first-of-type {
        margin-top: 8.55rem;
    }

    .last-of-element-mb-9:last-of-type {
        margin-bottom: 8.55rem;
    }

    .last-of-element-mr-9:last-of-type {
        margin-right: 8.55rem;
    }

    .p-md-0 {
        padding: 0;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .ptn-md-0 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-element-pb-0:last-of-type {
        padding-bottom: 0;
    }

    .last-of-element-pr-0:last-of-type {
        padding-right: 0;
    }

    .p-md-xs {
        padding: .57rem;
    }

    .pt-md-xs {
        padding-top: .57rem !important;
    }

    .py-md-xs {
        padding-top: .57rem !important;
        padding-bottom: .57rem !important;
    }

    .pr-md-xs {
        padding-right: .57rem;
    }

    .px-md-xs {
        padding-right: .57rem !important;
        padding-left: .57rem !important;
    }

    .pb-md-xs {
        padding-bottom: .57rem !important;
    }

    .pl-md-xs {
        padding-left: .57rem !important;
    }

    .ptn-md-xs {
        padding-top: -.57rem;
    }

    .first-of-element-pt-xs:first-of-type {
        padding-top: .57rem;
    }

    .last-of-element-pb-xs:last-of-type {
        padding-bottom: .57rem;
    }

    .last-of-element-pr-xs:last-of-type {
        padding-right: .57rem;
    }

    .p-md-1 {
        padding: .95rem;
    }

    .pt-md-1 {
        padding-top: .95rem !important;
    }

    .py-md-1 {
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }

    .pr-md-1 {
        padding-right: .95rem;
    }

    .px-md-1 {
        padding-right: .95rem !important;
        padding-left: .95rem !important;
    }

    .pb-md-1 {
        padding-bottom: .95rem !important;
    }

    .pl-md-1 {
        padding-left: .95rem !important;
    }

    .ptn-md-1 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-1:first-of-type {
        padding-top: .95rem;
    }

    .last-of-element-pb-1:last-of-type {
        padding-bottom: .95rem;
    }

    .last-of-element-pr-1:last-of-type {
        padding-right: .95rem;
    }

    .p-md-2 {
        padding: 1.9rem;
    }

    .pt-md-2 {
        padding-top: 1.9rem !important;
    }

    .py-md-2 {
        padding-top: 1.9rem !important;
        padding-bottom: 1.9rem !important;
    }

    .pr-md-2 {
        padding-right: 1.9rem;
    }

    .px-md-2 {
        padding-right: 1.9rem !important;
        padding-left: 1.9rem !important;
    }

    .pb-md-2 {
        padding-bottom: 1.9rem !important;
    }

    .pl-md-2 {
        padding-left: 1.9rem !important;
    }

    .ptn-md-2 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-2:first-of-type {
        padding-top: 1.9rem;
    }

    .last-of-element-pb-2:last-of-type {
        padding-bottom: 1.9rem;
    }

    .last-of-element-pr-2:last-of-type {
        padding-right: 1.9rem;
    }

    .p-md-3 {
        padding: 2.85rem;
    }

    .pt-md-3 {
        padding-top: 2.85rem !important;
    }

    .py-md-3 {
        padding-top: 2.85rem !important;
        padding-bottom: 2.85rem !important;
    }

    .pr-md-3 {
        padding-right: 2.85rem;
    }

    .px-md-3 {
        padding-right: 2.85rem !important;
        padding-left: 2.85rem !important;
    }

    .pb-md-3 {
        padding-bottom: 2.85rem !important;
    }

    .pl-md-3 {
        padding-left: 2.85rem !important;
    }

    .ptn-md-3 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-3:first-of-type {
        padding-top: 2.85rem;
    }

    .last-of-element-pb-3:last-of-type {
        padding-bottom: 2.85rem;
    }

    .last-of-element-pr-3:last-of-type {
        padding-right: 2.85rem;
    }

    .p-md-4 {
        padding: 3.8rem;
    }

    .pt-md-4 {
        padding-top: 3.8rem !important;
    }

    .py-md-4 {
        padding-top: 3.8rem !important;
        padding-bottom: 3.8rem !important;
    }

    .pr-md-4 {
        padding-right: 3.8rem;
    }

    .px-md-4 {
        padding-right: 3.8rem !important;
        padding-left: 3.8rem !important;
    }

    .pb-md-4 {
        padding-bottom: 3.8rem !important;
    }

    .pl-md-4 {
        padding-left: 3.8rem !important;
    }

    .ptn-md-4 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-4:first-of-type {
        padding-top: 3.8rem;
    }

    .last-of-element-pb-4:last-of-type {
        padding-bottom: 3.8rem;
    }

    .last-of-element-pr-4:last-of-type {
        padding-right: 3.8rem;
    }

    .p-md-5 {
        padding: 4.75rem;
    }

    .pt-md-5 {
        padding-top: 4.75rem !important;
    }

    .py-md-5 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .pr-md-5 {
        padding-right: 4.75rem;
    }

    .px-md-5 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .pb-md-5 {
        padding-bottom: 4.75rem !important;
    }

    .pl-md-5 {
        padding-left: 4.75rem !important;
    }

    .ptn-md-5 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-5:first-of-type {
        padding-top: 4.75rem;
    }

    .last-of-element-pb-5:last-of-type {
        padding-bottom: 4.75rem;
    }

    .last-of-element-pr-5:last-of-type {
        padding-right: 4.75rem;
    }

    .p-md-6 {
        padding: 5.7rem;
    }

    .pt-md-6 {
        padding-top: 5.7rem !important;
    }

    .py-md-6 {
        padding-top: 5.7rem !important;
        padding-bottom: 5.7rem !important;
    }

    .pr-md-6 {
        padding-right: 5.7rem;
    }

    .px-md-6 {
        padding-right: 5.7rem !important;
        padding-left: 5.7rem !important;
    }

    .pb-md-6 {
        padding-bottom: 5.7rem !important;
    }

    .pl-md-6 {
        padding-left: 5.7rem !important;
    }

    .ptn-md-6 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-6:first-of-type {
        padding-top: 5.7rem;
    }

    .last-of-element-pb-6:last-of-type {
        padding-bottom: 5.7rem;
    }

    .last-of-element-pr-6:last-of-type {
        padding-right: 5.7rem;
    }

    .p-md-7 {
        padding: 6.65rem;
    }

    .pt-md-7 {
        padding-top: 6.65rem !important;
    }

    .py-md-7 {
        padding-top: 6.65rem !important;
        padding-bottom: 6.65rem !important;
    }

    .pr-md-7 {
        padding-right: 6.65rem;
    }

    .px-md-7 {
        padding-right: 6.65rem !important;
        padding-left: 6.65rem !important;
    }

    .pb-md-7 {
        padding-bottom: 6.65rem !important;
    }

    .pl-md-7 {
        padding-left: 6.65rem !important;
    }

    .ptn-md-7 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-7:first-of-type {
        padding-top: 6.65rem;
    }

    .last-of-element-pb-7:last-of-type {
        padding-bottom: 6.65rem;
    }

    .last-of-element-pr-7:last-of-type {
        padding-right: 6.65rem;
    }

    .p-md-8 {
        padding: 7.6rem;
    }

    .pt-md-8 {
        padding-top: 7.6rem !important;
    }

    .py-md-8 {
        padding-top: 7.6rem !important;
        padding-bottom: 7.6rem !important;
    }

    .pr-md-8 {
        padding-right: 7.6rem;
    }

    .px-md-8 {
        padding-right: 7.6rem !important;
        padding-left: 7.6rem !important;
    }

    .pb-md-8 {
        padding-bottom: 7.6rem !important;
    }

    .pl-md-8 {
        padding-left: 7.6rem !important;
    }

    .ptn-md-8 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-8:first-of-type {
        padding-top: 7.6rem;
    }

    .last-of-element-pb-8:last-of-type {
        padding-bottom: 7.6rem;
    }

    .last-of-element-pr-8:last-of-type {
        padding-right: 7.6rem;
    }

    .p-md-9 {
        padding: 8.55rem;
    }

    .pt-md-9 {
        padding-top: 8.55rem !important;
    }

    .py-md-9 {
        padding-top: 8.55rem !important;
        padding-bottom: 8.55rem !important;
    }

    .pr-md-9 {
        padding-right: 8.55rem;
    }

    .px-md-9 {
        padding-right: 8.55rem !important;
        padding-left: 8.55rem !important;
    }

    .pb-md-9 {
        padding-bottom: 8.55rem !important;
    }

    .pl-md-9 {
        padding-left: 8.55rem !important;
    }

    .ptn-md-9 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-9:first-of-type {
        padding-top: 8.55rem;
    }

    .last-of-element-pb-9:last-of-type {
        padding-bottom: 8.55rem;
    }

    .last-of-element-pr-9:last-of-type {
        padding-right: 8.55rem;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto;
    }

    .mr-md-auto {
        margin-right: auto;
    }

    .mb-md-auto {
        margin-bottom: auto;
    }

    .ml-md-auto {
        margin-left: auto;
    }

    .mx-md-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row-md {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media only screen and (min-width:1024px) {
    .m-lg-0 {
        margin: 0;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mtn-lg-0 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-0:first-of-type {
        margin-top: 0;
    }

    .last-of-element-mb-0:last-of-type {
        margin-bottom: 0;
    }

    .last-of-element-mr-0:last-of-type {
        margin-right: 0;
    }

    .m-lg-xs {
        margin: .57rem;
    }

    .mt-lg-xs {
        margin-top: .57rem !important;
    }

    .my-lg-xs {
        margin-top: .57rem !important;
        margin-bottom: .57rem !important;
    }

    .mr-lg-xs {
        margin-right: .57rem;
    }

    .mx-lg-xs {
        margin-right: .57rem !important;
        margin-left: .57rem !important;
    }

    .mb-lg-xs {
        margin-bottom: .57rem !important;
    }

    .ml-lg-xs {
        margin-left: .57rem !important;
    }

    .mtn-lg-xs {
        margin-top: -.57rem;
    }

    .first-of-element-mt-xs:first-of-type {
        margin-top: .57rem;
    }

    .last-of-element-mb-xs:last-of-type {
        margin-bottom: .57rem;
    }

    .last-of-element-mr-xs:last-of-type {
        margin-right: .57rem;
    }

    .m-lg-1 {
        margin: .95rem;
    }

    .mt-lg-1 {
        margin-top: .95rem !important;
    }

    .my-lg-1 {
        margin-top: .95rem !important;
        margin-bottom: .95rem !important;
    }

    .mr-lg-1 {
        margin-right: .95rem;
    }

    .mx-lg-1 {
        margin-right: .95rem !important;
        margin-left: .95rem !important;
    }

    .mb-lg-1 {
        margin-bottom: .95rem !important;
    }

    .ml-lg-1 {
        margin-left: .95rem !important;
    }

    .mtn-lg-1 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-1:first-of-type {
        margin-top: .95rem;
    }

    .last-of-element-mb-1:last-of-type {
        margin-bottom: .95rem;
    }

    .last-of-element-mr-1:last-of-type {
        margin-right: .95rem;
    }

    .m-lg-2 {
        margin: 1.9rem;
    }

    .mt-lg-2 {
        margin-top: 1.9rem !important;
    }

    .my-lg-2 {
        margin-top: 1.9rem !important;
        margin-bottom: 1.9rem !important;
    }

    .mr-lg-2 {
        margin-right: 1.9rem;
    }

    .mx-lg-2 {
        margin-right: 1.9rem !important;
        margin-left: 1.9rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 1.9rem !important;
    }

    .ml-lg-2 {
        margin-left: 1.9rem !important;
    }

    .mtn-lg-2 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-2:first-of-type {
        margin-top: 1.9rem;
    }

    .last-of-element-mb-2:last-of-type {
        margin-bottom: 1.9rem;
    }

    .last-of-element-mr-2:last-of-type {
        margin-right: 1.9rem;
    }

    .m-lg-3 {
        margin: 2.85rem;
    }

    .mt-lg-3 {
        margin-top: 2.85rem !important;
    }

    .my-lg-3 {
        margin-top: 2.85rem !important;
        margin-bottom: 2.85rem !important;
    }

    .mr-lg-3 {
        margin-right: 2.85rem;
    }

    .mx-lg-3 {
        margin-right: 2.85rem !important;
        margin-left: 2.85rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 2.85rem !important;
    }

    .ml-lg-3 {
        margin-left: 2.85rem !important;
    }

    .mtn-lg-3 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-3:first-of-type {
        margin-top: 2.85rem;
    }

    .last-of-element-mb-3:last-of-type {
        margin-bottom: 2.85rem;
    }

    .last-of-element-mr-3:last-of-type {
        margin-right: 2.85rem;
    }

    .m-lg-4 {
        margin: 3.8rem;
    }

    .mt-lg-4 {
        margin-top: 3.8rem !important;
    }

    .my-lg-4 {
        margin-top: 3.8rem !important;
        margin-bottom: 3.8rem !important;
    }

    .mr-lg-4 {
        margin-right: 3.8rem;
    }

    .mx-lg-4 {
        margin-right: 3.8rem !important;
        margin-left: 3.8rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 3.8rem !important;
    }

    .ml-lg-4 {
        margin-left: 3.8rem !important;
    }

    .mtn-lg-4 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-4:first-of-type {
        margin-top: 3.8rem;
    }

    .last-of-element-mb-4:last-of-type {
        margin-bottom: 3.8rem;
    }

    .last-of-element-mr-4:last-of-type {
        margin-right: 3.8rem;
    }

    .m-lg-5 {
        margin: 4.75rem;
    }

    .mt-lg-5 {
        margin-top: 4.75rem !important;
    }

    .my-lg-5 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .mr-lg-5 {
        margin-right: 4.75rem;
    }

    .mx-lg-5 {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 4.75rem !important;
    }

    .ml-lg-5 {
        margin-left: 4.75rem !important;
    }

    .mtn-lg-5 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-5:first-of-type {
        margin-top: 4.75rem;
    }

    .last-of-element-mb-5:last-of-type {
        margin-bottom: 4.75rem;
    }

    .last-of-element-mr-5:last-of-type {
        margin-right: 4.75rem;
    }

    .m-lg-6 {
        margin: 5.7rem;
    }

    .mt-lg-6 {
        margin-top: 5.7rem !important;
    }

    .my-lg-6 {
        margin-top: 5.7rem !important;
        margin-bottom: 5.7rem !important;
    }

    .mr-lg-6 {
        margin-right: 5.7rem;
    }

    .mx-lg-6 {
        margin-right: 5.7rem !important;
        margin-left: 5.7rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 5.7rem !important;
    }

    .ml-lg-6 {
        margin-left: 5.7rem !important;
    }

    .mtn-lg-6 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-6:first-of-type {
        margin-top: 5.7rem;
    }

    .last-of-element-mb-6:last-of-type {
        margin-bottom: 5.7rem;
    }

    .last-of-element-mr-6:last-of-type {
        margin-right: 5.7rem;
    }

    .m-lg-7 {
        margin: 6.65rem;
    }

    .mt-lg-7 {
        margin-top: 6.65rem !important;
    }

    .my-lg-7 {
        margin-top: 6.65rem !important;
        margin-bottom: 6.65rem !important;
    }

    .mr-lg-7 {
        margin-right: 6.65rem;
    }

    .mx-lg-7 {
        margin-right: 6.65rem !important;
        margin-left: 6.65rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 6.65rem !important;
    }

    .ml-lg-7 {
        margin-left: 6.65rem !important;
    }

    .mtn-lg-7 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-7:first-of-type {
        margin-top: 6.65rem;
    }

    .last-of-element-mb-7:last-of-type {
        margin-bottom: 6.65rem;
    }

    .last-of-element-mr-7:last-of-type {
        margin-right: 6.65rem;
    }

    .m-lg-8 {
        margin: 7.6rem;
    }

    .mt-lg-8 {
        margin-top: 7.6rem !important;
    }

    .my-lg-8 {
        margin-top: 7.6rem !important;
        margin-bottom: 7.6rem !important;
    }

    .mr-lg-8 {
        margin-right: 7.6rem;
    }

    .mx-lg-8 {
        margin-right: 7.6rem !important;
        margin-left: 7.6rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 7.6rem !important;
    }

    .ml-lg-8 {
        margin-left: 7.6rem !important;
    }

    .mtn-lg-8 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-8:first-of-type {
        margin-top: 7.6rem;
    }

    .last-of-element-mb-8:last-of-type {
        margin-bottom: 7.6rem;
    }

    .last-of-element-mr-8:last-of-type {
        margin-right: 7.6rem;
    }

    .m-lg-9 {
        margin: 8.55rem;
    }

    .mt-lg-9 {
        margin-top: 8.55rem !important;
    }

    .my-lg-9 {
        margin-top: 8.55rem !important;
        margin-bottom: 8.55rem !important;
    }

    .mr-lg-9 {
        margin-right: 8.55rem;
    }

    .mx-lg-9 {
        margin-right: 8.55rem !important;
        margin-left: 8.55rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 8.55rem !important;
    }

    .ml-lg-9 {
        margin-left: 8.55rem !important;
    }

    .mtn-lg-9 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-9:first-of-type {
        margin-top: 8.55rem;
    }

    .last-of-element-mb-9:last-of-type {
        margin-bottom: 8.55rem;
    }

    .last-of-element-mr-9:last-of-type {
        margin-right: 8.55rem;
    }

    .p-lg-0 {
        padding: 0;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .ptn-lg-0 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-element-pb-0:last-of-type {
        padding-bottom: 0;
    }

    .last-of-element-pr-0:last-of-type {
        padding-right: 0;
    }

    .p-lg-xs {
        padding: .57rem;
    }

    .pt-lg-xs {
        padding-top: .57rem !important;
    }

    .py-lg-xs {
        padding-top: .57rem !important;
        padding-bottom: .57rem !important;
    }

    .pr-lg-xs {
        padding-right: .57rem;
    }

    .px-lg-xs {
        padding-right: .57rem !important;
        padding-left: .57rem !important;
    }

    .pb-lg-xs {
        padding-bottom: .57rem !important;
    }

    .pl-lg-xs {
        padding-left: .57rem !important;
    }

    .ptn-lg-xs {
        padding-top: -.57rem;
    }

    .first-of-element-pt-xs:first-of-type {
        padding-top: .57rem;
    }

    .last-of-element-pb-xs:last-of-type {
        padding-bottom: .57rem;
    }

    .last-of-element-pr-xs:last-of-type {
        padding-right: .57rem;
    }

    .p-lg-1 {
        padding: .95rem;
    }

    .pt-lg-1 {
        padding-top: .95rem !important;
    }

    .py-lg-1 {
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }

    .pr-lg-1 {
        padding-right: .95rem;
    }

    .px-lg-1 {
        padding-right: .95rem !important;
        padding-left: .95rem !important;
    }

    .pb-lg-1 {
        padding-bottom: .95rem !important;
    }

    .pl-lg-1 {
        padding-left: .95rem !important;
    }

    .ptn-lg-1 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-1:first-of-type {
        padding-top: .95rem;
    }

    .last-of-element-pb-1:last-of-type {
        padding-bottom: .95rem;
    }

    .last-of-element-pr-1:last-of-type {
        padding-right: .95rem;
    }

    .p-lg-2 {
        padding: 1.9rem;
    }

    .pt-lg-2 {
        padding-top: 1.9rem !important;
    }

    .py-lg-2 {
        padding-top: 1.9rem !important;
        padding-bottom: 1.9rem !important;
    }

    .pr-lg-2 {
        padding-right: 1.9rem;
    }

    .px-lg-2 {
        padding-right: 1.9rem !important;
        padding-left: 1.9rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 1.9rem !important;
    }

    .pl-lg-2 {
        padding-left: 1.9rem !important;
    }

    .ptn-lg-2 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-2:first-of-type {
        padding-top: 1.9rem;
    }

    .last-of-element-pb-2:last-of-type {
        padding-bottom: 1.9rem;
    }

    .last-of-element-pr-2:last-of-type {
        padding-right: 1.9rem;
    }

    .p-lg-3 {
        padding: 2.85rem;
    }

    .pt-lg-3 {
        padding-top: 2.85rem !important;
    }

    .py-lg-3 {
        padding-top: 2.85rem !important;
        padding-bottom: 2.85rem !important;
    }

    .pr-lg-3 {
        padding-right: 2.85rem;
    }

    .px-lg-3 {
        padding-right: 2.85rem !important;
        padding-left: 2.85rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 2.85rem !important;
    }

    .pl-lg-3 {
        padding-left: 2.85rem !important;
    }

    .ptn-lg-3 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-3:first-of-type {
        padding-top: 2.85rem;
    }

    .last-of-element-pb-3:last-of-type {
        padding-bottom: 2.85rem;
    }

    .last-of-element-pr-3:last-of-type {
        padding-right: 2.85rem;
    }

    .p-lg-4 {
        padding: 3.8rem;
    }

    .pt-lg-4 {
        padding-top: 3.8rem !important;
    }

    .py-lg-4 {
        padding-top: 3.8rem !important;
        padding-bottom: 3.8rem !important;
    }

    .pr-lg-4 {
        padding-right: 3.8rem;
    }

    .px-lg-4 {
        padding-right: 3.8rem !important;
        padding-left: 3.8rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 3.8rem !important;
    }

    .pl-lg-4 {
        padding-left: 3.8rem !important;
    }

    .ptn-lg-4 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-4:first-of-type {
        padding-top: 3.8rem;
    }

    .last-of-element-pb-4:last-of-type {
        padding-bottom: 3.8rem;
    }

    .last-of-element-pr-4:last-of-type {
        padding-right: 3.8rem;
    }

    .p-lg-5 {
        padding: 4.75rem;
    }

    .pt-lg-5 {
        padding-top: 4.75rem !important;
    }

    .py-lg-5 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .pr-lg-5 {
        padding-right: 4.75rem;
    }

    .px-lg-5 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 4.75rem !important;
    }

    .pl-lg-5 {
        padding-left: 4.75rem !important;
    }

    .ptn-lg-5 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-5:first-of-type {
        padding-top: 4.75rem;
    }

    .last-of-element-pb-5:last-of-type {
        padding-bottom: 4.75rem;
    }

    .last-of-element-pr-5:last-of-type {
        padding-right: 4.75rem;
    }

    .p-lg-6 {
        padding: 5.7rem;
    }

    .pt-lg-6 {
        padding-top: 5.7rem !important;
    }

    .py-lg-6 {
        padding-top: 5.7rem !important;
        padding-bottom: 5.7rem !important;
    }

    .pr-lg-6 {
        padding-right: 5.7rem;
    }

    .px-lg-6 {
        padding-right: 5.7rem !important;
        padding-left: 5.7rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 5.7rem !important;
    }

    .pl-lg-6 {
        padding-left: 5.7rem !important;
    }

    .ptn-lg-6 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-6:first-of-type {
        padding-top: 5.7rem;
    }

    .last-of-element-pb-6:last-of-type {
        padding-bottom: 5.7rem;
    }

    .last-of-element-pr-6:last-of-type {
        padding-right: 5.7rem;
    }

    .p-lg-7 {
        padding: 6.65rem;
    }

    .pt-lg-7 {
        padding-top: 6.65rem !important;
    }

    .py-lg-7 {
        padding-top: 6.65rem !important;
        padding-bottom: 6.65rem !important;
    }

    .pr-lg-7 {
        padding-right: 6.65rem;
    }

    .px-lg-7 {
        padding-right: 6.65rem !important;
        padding-left: 6.65rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 6.65rem !important;
    }

    .pl-lg-7 {
        padding-left: 6.65rem !important;
    }

    .ptn-lg-7 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-7:first-of-type {
        padding-top: 6.65rem;
    }

    .last-of-element-pb-7:last-of-type {
        padding-bottom: 6.65rem;
    }

    .last-of-element-pr-7:last-of-type {
        padding-right: 6.65rem;
    }

    .p-lg-8 {
        padding: 7.6rem;
    }

    .pt-lg-8 {
        padding-top: 7.6rem !important;
    }

    .py-lg-8 {
        padding-top: 7.6rem !important;
        padding-bottom: 7.6rem !important;
    }

    .pr-lg-8 {
        padding-right: 7.6rem;
    }

    .px-lg-8 {
        padding-right: 7.6rem !important;
        padding-left: 7.6rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 7.6rem !important;
    }

    .pl-lg-8 {
        padding-left: 7.6rem !important;
    }

    .ptn-lg-8 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-8:first-of-type {
        padding-top: 7.6rem;
    }

    .last-of-element-pb-8:last-of-type {
        padding-bottom: 7.6rem;
    }

    .last-of-element-pr-8:last-of-type {
        padding-right: 7.6rem;
    }

    .p-lg-9 {
        padding: 8.55rem;
    }

    .pt-lg-9 {
        padding-top: 8.55rem !important;
    }

    .py-lg-9 {
        padding-top: 8.55rem !important;
        padding-bottom: 8.55rem !important;
    }

    .pr-lg-9 {
        padding-right: 8.55rem;
    }

    .px-lg-9 {
        padding-right: 8.55rem !important;
        padding-left: 8.55rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 8.55rem !important;
    }

    .pl-lg-9 {
        padding-left: 8.55rem !important;
    }

    .ptn-lg-9 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-9:first-of-type {
        padding-top: 8.55rem;
    }

    .last-of-element-pb-9:last-of-type {
        padding-bottom: 8.55rem;
    }

    .last-of-element-pr-9:last-of-type {
        padding-right: 8.55rem;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto;
    }

    .mr-lg-auto {
        margin-right: auto;
    }

    .mb-lg-auto {
        margin-bottom: auto;
    }

    .ml-lg-auto {
        margin-left: auto;
    }

    .mx-lg-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row-lg {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media only screen and (min-width:1250px) {
    .m-xl-0 {
        margin: 0;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mtn-xl-0 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-0:first-of-type {
        margin-top: 0;
    }

    .last-of-element-mb-0:last-of-type {
        margin-bottom: 0;
    }

    .last-of-element-mr-0:last-of-type {
        margin-right: 0;
    }

    .m-xl-xs {
        margin: .57rem;
    }

    .mt-xl-xs {
        margin-top: .57rem !important;
    }

    .my-xl-xs {
        margin-top: .57rem !important;
        margin-bottom: .57rem !important;
    }

    .mr-xl-xs {
        margin-right: .57rem;
    }

    .mx-xl-xs {
        margin-right: .57rem !important;
        margin-left: .57rem !important;
    }

    .mb-xl-xs {
        margin-bottom: .57rem !important;
    }

    .ml-xl-xs {
        margin-left: .57rem !important;
    }

    .mtn-xl-xs {
        margin-top: -.57rem;
    }

    .first-of-element-mt-xs:first-of-type {
        margin-top: .57rem;
    }

    .last-of-element-mb-xs:last-of-type {
        margin-bottom: .57rem;
    }

    .last-of-element-mr-xs:last-of-type {
        margin-right: .57rem;
    }

    .m-xl-1 {
        margin: .95rem;
    }

    .mt-xl-1 {
        margin-top: .95rem !important;
    }

    .my-xl-1 {
        margin-top: .95rem !important;
        margin-bottom: .95rem !important;
    }

    .mr-xl-1 {
        margin-right: .95rem;
    }

    .mx-xl-1 {
        margin-right: .95rem !important;
        margin-left: .95rem !important;
    }

    .mb-xl-1 {
        margin-bottom: .95rem !important;
    }

    .ml-xl-1 {
        margin-left: .95rem !important;
    }

    .mtn-xl-1 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-1:first-of-type {
        margin-top: .95rem;
    }

    .last-of-element-mb-1:last-of-type {
        margin-bottom: .95rem;
    }

    .last-of-element-mr-1:last-of-type {
        margin-right: .95rem;
    }

    .m-xl-2 {
        margin: 1.9rem;
    }

    .mt-xl-2 {
        margin-top: 1.9rem !important;
    }

    .my-xl-2 {
        margin-top: 1.9rem !important;
        margin-bottom: 1.9rem !important;
    }

    .mr-xl-2 {
        margin-right: 1.9rem;
    }

    .mx-xl-2 {
        margin-right: 1.9rem !important;
        margin-left: 1.9rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 1.9rem !important;
    }

    .ml-xl-2 {
        margin-left: 1.9rem !important;
    }

    .mtn-xl-2 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-2:first-of-type {
        margin-top: 1.9rem;
    }

    .last-of-element-mb-2:last-of-type {
        margin-bottom: 1.9rem;
    }

    .last-of-element-mr-2:last-of-type {
        margin-right: 1.9rem;
    }

    .m-xl-3 {
        margin: 2.85rem;
    }

    .mt-xl-3 {
        margin-top: 2.85rem !important;
    }

    .my-xl-3 {
        margin-top: 2.85rem !important;
        margin-bottom: 2.85rem !important;
    }

    .mr-xl-3 {
        margin-right: 2.85rem;
    }

    .mx-xl-3 {
        margin-right: 2.85rem !important;
        margin-left: 2.85rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 2.85rem !important;
    }

    .ml-xl-3 {
        margin-left: 2.85rem !important;
    }

    .mtn-xl-3 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-3:first-of-type {
        margin-top: 2.85rem;
    }

    .last-of-element-mb-3:last-of-type {
        margin-bottom: 2.85rem;
    }

    .last-of-element-mr-3:last-of-type {
        margin-right: 2.85rem;
    }

    .m-xl-4 {
        margin: 3.8rem;
    }

    .mt-xl-4 {
        margin-top: 3.8rem !important;
    }

    .my-xl-4 {
        margin-top: 3.8rem !important;
        margin-bottom: 3.8rem !important;
    }

    .mr-xl-4 {
        margin-right: 3.8rem;
    }

    .mx-xl-4 {
        margin-right: 3.8rem !important;
        margin-left: 3.8rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 3.8rem !important;
    }

    .ml-xl-4 {
        margin-left: 3.8rem !important;
    }

    .mtn-xl-4 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-4:first-of-type {
        margin-top: 3.8rem;
    }

    .last-of-element-mb-4:last-of-type {
        margin-bottom: 3.8rem;
    }

    .last-of-element-mr-4:last-of-type {
        margin-right: 3.8rem;
    }

    .m-xl-5 {
        margin: 4.75rem;
    }

    .mt-xl-5 {
        margin-top: 4.75rem !important;
    }

    .my-xl-5 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .mr-xl-5 {
        margin-right: 4.75rem;
    }

    .mx-xl-5 {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 4.75rem !important;
    }

    .ml-xl-5 {
        margin-left: 4.75rem !important;
    }

    .mtn-xl-5 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-5:first-of-type {
        margin-top: 4.75rem;
    }

    .last-of-element-mb-5:last-of-type {
        margin-bottom: 4.75rem;
    }

    .last-of-element-mr-5:last-of-type {
        margin-right: 4.75rem;
    }

    .m-xl-6 {
        margin: 5.7rem;
    }

    .mt-xl-6 {
        margin-top: 5.7rem !important;
    }

    .my-xl-6 {
        margin-top: 5.7rem !important;
        margin-bottom: 5.7rem !important;
    }

    .mr-xl-6 {
        margin-right: 5.7rem;
    }

    .mx-xl-6 {
        margin-right: 5.7rem !important;
        margin-left: 5.7rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 5.7rem !important;
    }

    .ml-xl-6 {
        margin-left: 5.7rem !important;
    }

    .mtn-xl-6 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-6:first-of-type {
        margin-top: 5.7rem;
    }

    .last-of-element-mb-6:last-of-type {
        margin-bottom: 5.7rem;
    }

    .last-of-element-mr-6:last-of-type {
        margin-right: 5.7rem;
    }

    .m-xl-7 {
        margin: 6.65rem;
    }

    .mt-xl-7 {
        margin-top: 6.65rem !important;
    }

    .my-xl-7 {
        margin-top: 6.65rem !important;
        margin-bottom: 6.65rem !important;
    }

    .mr-xl-7 {
        margin-right: 6.65rem;
    }

    .mx-xl-7 {
        margin-right: 6.65rem !important;
        margin-left: 6.65rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 6.65rem !important;
    }

    .ml-xl-7 {
        margin-left: 6.65rem !important;
    }

    .mtn-xl-7 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-7:first-of-type {
        margin-top: 6.65rem;
    }

    .last-of-element-mb-7:last-of-type {
        margin-bottom: 6.65rem;
    }

    .last-of-element-mr-7:last-of-type {
        margin-right: 6.65rem;
    }

    .m-xl-8 {
        margin: 7.6rem;
    }

    .mt-xl-8 {
        margin-top: 7.6rem !important;
    }

    .my-xl-8 {
        margin-top: 7.6rem !important;
        margin-bottom: 7.6rem !important;
    }

    .mr-xl-8 {
        margin-right: 7.6rem;
    }

    .mx-xl-8 {
        margin-right: 7.6rem !important;
        margin-left: 7.6rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 7.6rem !important;
    }

    .ml-xl-8 {
        margin-left: 7.6rem !important;
    }

    .mtn-xl-8 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-8:first-of-type {
        margin-top: 7.6rem;
    }

    .last-of-element-mb-8:last-of-type {
        margin-bottom: 7.6rem;
    }

    .last-of-element-mr-8:last-of-type {
        margin-right: 7.6rem;
    }

    .m-xl-9 {
        margin: 8.55rem;
    }

    .mt-xl-9 {
        margin-top: 8.55rem !important;
    }

    .my-xl-9 {
        margin-top: 8.55rem !important;
        margin-bottom: 8.55rem !important;
    }

    .mr-xl-9 {
        margin-right: 8.55rem;
    }

    .mx-xl-9 {
        margin-right: 8.55rem !important;
        margin-left: 8.55rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 8.55rem !important;
    }

    .ml-xl-9 {
        margin-left: 8.55rem !important;
    }

    .mtn-xl-9 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-9:first-of-type {
        margin-top: 8.55rem;
    }

    .last-of-element-mb-9:last-of-type {
        margin-bottom: 8.55rem;
    }

    .last-of-element-mr-9:last-of-type {
        margin-right: 8.55rem;
    }

    .p-xl-0 {
        padding: 0;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .ptn-xl-0 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-element-pb-0:last-of-type {
        padding-bottom: 0;
    }

    .last-of-element-pr-0:last-of-type {
        padding-right: 0;
    }

    .p-xl-xs {
        padding: .57rem;
    }

    .pt-xl-xs {
        padding-top: .57rem !important;
    }

    .py-xl-xs {
        padding-top: .57rem !important;
        padding-bottom: .57rem !important;
    }

    .pr-xl-xs {
        padding-right: .57rem;
    }

    .px-xl-xs {
        padding-right: .57rem !important;
        padding-left: .57rem !important;
    }

    .pb-xl-xs {
        padding-bottom: .57rem !important;
    }

    .pl-xl-xs {
        padding-left: .57rem !important;
    }

    .ptn-xl-xs {
        padding-top: -.57rem;
    }

    .first-of-element-pt-xs:first-of-type {
        padding-top: .57rem;
    }

    .last-of-element-pb-xs:last-of-type {
        padding-bottom: .57rem;
    }

    .last-of-element-pr-xs:last-of-type {
        padding-right: .57rem;
    }

    .p-xl-1 {
        padding: .95rem;
    }

    .pt-xl-1 {
        padding-top: .95rem !important;
    }

    .py-xl-1 {
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }

    .pr-xl-1 {
        padding-right: .95rem;
    }

    .px-xl-1 {
        padding-right: .95rem !important;
        padding-left: .95rem !important;
    }

    .pb-xl-1 {
        padding-bottom: .95rem !important;
    }

    .pl-xl-1 {
        padding-left: .95rem !important;
    }

    .ptn-xl-1 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-1:first-of-type {
        padding-top: .95rem;
    }

    .last-of-element-pb-1:last-of-type {
        padding-bottom: .95rem;
    }

    .last-of-element-pr-1:last-of-type {
        padding-right: .95rem;
    }

    .p-xl-2 {
        padding: 1.9rem;
    }

    .pt-xl-2 {
        padding-top: 1.9rem !important;
    }

    .py-xl-2 {
        padding-top: 1.9rem !important;
        padding-bottom: 1.9rem !important;
    }

    .pr-xl-2 {
        padding-right: 1.9rem;
    }

    .px-xl-2 {
        padding-right: 1.9rem !important;
        padding-left: 1.9rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 1.9rem !important;
    }

    .pl-xl-2 {
        padding-left: 1.9rem !important;
    }

    .ptn-xl-2 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-2:first-of-type {
        padding-top: 1.9rem;
    }

    .last-of-element-pb-2:last-of-type {
        padding-bottom: 1.9rem;
    }

    .last-of-element-pr-2:last-of-type {
        padding-right: 1.9rem;
    }

    .p-xl-3 {
        padding: 2.85rem;
    }

    .pt-xl-3 {
        padding-top: 2.85rem !important;
    }

    .py-xl-3 {
        padding-top: 2.85rem !important;
        padding-bottom: 2.85rem !important;
    }

    .pr-xl-3 {
        padding-right: 2.85rem;
    }

    .px-xl-3 {
        padding-right: 2.85rem !important;
        padding-left: 2.85rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 2.85rem !important;
    }

    .pl-xl-3 {
        padding-left: 2.85rem !important;
    }

    .ptn-xl-3 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-3:first-of-type {
        padding-top: 2.85rem;
    }

    .last-of-element-pb-3:last-of-type {
        padding-bottom: 2.85rem;
    }

    .last-of-element-pr-3:last-of-type {
        padding-right: 2.85rem;
    }

    .p-xl-4 {
        padding: 3.8rem;
    }

    .pt-xl-4 {
        padding-top: 3.8rem !important;
    }

    .py-xl-4 {
        padding-top: 3.8rem !important;
        padding-bottom: 3.8rem !important;
    }

    .pr-xl-4 {
        padding-right: 3.8rem;
    }

    .px-xl-4 {
        padding-right: 3.8rem !important;
        padding-left: 3.8rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 3.8rem !important;
    }

    .pl-xl-4 {
        padding-left: 3.8rem !important;
    }

    .ptn-xl-4 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-4:first-of-type {
        padding-top: 3.8rem;
    }

    .last-of-element-pb-4:last-of-type {
        padding-bottom: 3.8rem;
    }

    .last-of-element-pr-4:last-of-type {
        padding-right: 3.8rem;
    }

    .p-xl-5 {
        padding: 4.75rem;
    }

    .pt-xl-5 {
        padding-top: 4.75rem !important;
    }

    .py-xl-5 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .pr-xl-5 {
        padding-right: 4.75rem;
    }

    .px-xl-5 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 4.75rem !important;
    }

    .pl-xl-5 {
        padding-left: 4.75rem !important;
    }

    .ptn-xl-5 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-5:first-of-type {
        padding-top: 4.75rem;
    }

    .last-of-element-pb-5:last-of-type {
        padding-bottom: 4.75rem;
    }

    .last-of-element-pr-5:last-of-type {
        padding-right: 4.75rem;
    }

    .p-xl-6 {
        padding: 5.7rem;
    }

    .pt-xl-6 {
        padding-top: 5.7rem !important;
    }

    .py-xl-6 {
        padding-top: 5.7rem !important;
        padding-bottom: 5.7rem !important;
    }

    .pr-xl-6 {
        padding-right: 5.7rem;
    }

    .px-xl-6 {
        padding-right: 5.7rem !important;
        padding-left: 5.7rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 5.7rem !important;
    }

    .pl-xl-6 {
        padding-left: 5.7rem !important;
    }

    .ptn-xl-6 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-6:first-of-type {
        padding-top: 5.7rem;
    }

    .last-of-element-pb-6:last-of-type {
        padding-bottom: 5.7rem;
    }

    .last-of-element-pr-6:last-of-type {
        padding-right: 5.7rem;
    }

    .p-xl-7 {
        padding: 6.65rem;
    }

    .pt-xl-7 {
        padding-top: 6.65rem !important;
    }

    .py-xl-7 {
        padding-top: 6.65rem !important;
        padding-bottom: 6.65rem !important;
    }

    .pr-xl-7 {
        padding-right: 6.65rem;
    }

    .px-xl-7 {
        padding-right: 6.65rem !important;
        padding-left: 6.65rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 6.65rem !important;
    }

    .pl-xl-7 {
        padding-left: 6.65rem !important;
    }

    .ptn-xl-7 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-7:first-of-type {
        padding-top: 6.65rem;
    }

    .last-of-element-pb-7:last-of-type {
        padding-bottom: 6.65rem;
    }

    .last-of-element-pr-7:last-of-type {
        padding-right: 6.65rem;
    }

    .p-xl-8 {
        padding: 7.6rem;
    }

    .pt-xl-8 {
        padding-top: 7.6rem !important;
    }

    .py-xl-8 {
        padding-top: 7.6rem !important;
        padding-bottom: 7.6rem !important;
    }

    .pr-xl-8 {
        padding-right: 7.6rem;
    }

    .px-xl-8 {
        padding-right: 7.6rem !important;
        padding-left: 7.6rem !important;
    }

    .pb-xl-8 {
        padding-bottom: 7.6rem !important;
    }

    .pl-xl-8 {
        padding-left: 7.6rem !important;
    }

    .ptn-xl-8 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-8:first-of-type {
        padding-top: 7.6rem;
    }

    .last-of-element-pb-8:last-of-type {
        padding-bottom: 7.6rem;
    }

    .last-of-element-pr-8:last-of-type {
        padding-right: 7.6rem;
    }

    .p-xl-9 {
        padding: 8.55rem;
    }

    .pt-xl-9 {
        padding-top: 8.55rem !important;
    }

    .py-xl-9 {
        padding-top: 8.55rem !important;
        padding-bottom: 8.55rem !important;
    }

    .pr-xl-9 {
        padding-right: 8.55rem;
    }

    .px-xl-9 {
        padding-right: 8.55rem !important;
        padding-left: 8.55rem !important;
    }

    .pb-xl-9 {
        padding-bottom: 8.55rem !important;
    }

    .pl-xl-9 {
        padding-left: 8.55rem !important;
    }

    .ptn-xl-9 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-9:first-of-type {
        padding-top: 8.55rem;
    }

    .last-of-element-pb-9:last-of-type {
        padding-bottom: 8.55rem;
    }

    .last-of-element-pr-9:last-of-type {
        padding-right: 8.55rem;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto;
    }

    .mr-xl-auto {
        margin-right: auto;
    }

    .mb-xl-auto {
        margin-bottom: auto;
    }

    .ml-xl-auto {
        margin-left: auto;
    }

    .mx-xl-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row-xl {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media only screen and (min-width:1600px) {
    .m-xxl-0 {
        margin: 0;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mr-xxl-0 {
        margin-right: 0;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0 {
        margin-left: 0 !important;
    }

    .mtn-xxl-0 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-0:first-of-type {
        margin-top: 0;
    }

    .last-of-element-mb-0:last-of-type {
        margin-bottom: 0;
    }

    .last-of-element-mr-0:last-of-type {
        margin-right: 0;
    }

    .m-xxl-xs {
        margin: .57rem;
    }

    .mt-xxl-xs {
        margin-top: .57rem !important;
    }

    .my-xxl-xs {
        margin-top: .57rem !important;
        margin-bottom: .57rem !important;
    }

    .mr-xxl-xs {
        margin-right: .57rem;
    }

    .mx-xxl-xs {
        margin-right: .57rem !important;
        margin-left: .57rem !important;
    }

    .mb-xxl-xs {
        margin-bottom: .57rem !important;
    }

    .ml-xxl-xs {
        margin-left: .57rem !important;
    }

    .mtn-xxl-xs {
        margin-top: -.57rem;
    }

    .first-of-element-mt-xs:first-of-type {
        margin-top: .57rem;
    }

    .last-of-element-mb-xs:last-of-type {
        margin-bottom: .57rem;
    }

    .last-of-element-mr-xs:last-of-type {
        margin-right: .57rem;
    }

    .m-xxl-1 {
        margin: .95rem;
    }

    .mt-xxl-1 {
        margin-top: .95rem !important;
    }

    .my-xxl-1 {
        margin-top: .95rem !important;
        margin-bottom: .95rem !important;
    }

    .mr-xxl-1 {
        margin-right: .95rem;
    }

    .mx-xxl-1 {
        margin-right: .95rem !important;
        margin-left: .95rem !important;
    }

    .mb-xxl-1 {
        margin-bottom: .95rem !important;
    }

    .ml-xxl-1 {
        margin-left: .95rem !important;
    }

    .mtn-xxl-1 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-1:first-of-type {
        margin-top: .95rem;
    }

    .last-of-element-mb-1:last-of-type {
        margin-bottom: .95rem;
    }

    .last-of-element-mr-1:last-of-type {
        margin-right: .95rem;
    }

    .m-xxl-2 {
        margin: 1.9rem;
    }

    .mt-xxl-2 {
        margin-top: 1.9rem !important;
    }

    .my-xxl-2 {
        margin-top: 1.9rem !important;
        margin-bottom: 1.9rem !important;
    }

    .mr-xxl-2 {
        margin-right: 1.9rem;
    }

    .mx-xxl-2 {
        margin-right: 1.9rem !important;
        margin-left: 1.9rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 1.9rem !important;
    }

    .ml-xxl-2 {
        margin-left: 1.9rem !important;
    }

    .mtn-xxl-2 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-2:first-of-type {
        margin-top: 1.9rem;
    }

    .last-of-element-mb-2:last-of-type {
        margin-bottom: 1.9rem;
    }

    .last-of-element-mr-2:last-of-type {
        margin-right: 1.9rem;
    }

    .m-xxl-3 {
        margin: 2.85rem;
    }

    .mt-xxl-3 {
        margin-top: 2.85rem !important;
    }

    .my-xxl-3 {
        margin-top: 2.85rem !important;
        margin-bottom: 2.85rem !important;
    }

    .mr-xxl-3 {
        margin-right: 2.85rem;
    }

    .mx-xxl-3 {
        margin-right: 2.85rem !important;
        margin-left: 2.85rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 2.85rem !important;
    }

    .ml-xxl-3 {
        margin-left: 2.85rem !important;
    }

    .mtn-xxl-3 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-3:first-of-type {
        margin-top: 2.85rem;
    }

    .last-of-element-mb-3:last-of-type {
        margin-bottom: 2.85rem;
    }

    .last-of-element-mr-3:last-of-type {
        margin-right: 2.85rem;
    }

    .m-xxl-4 {
        margin: 3.8rem;
    }

    .mt-xxl-4 {
        margin-top: 3.8rem !important;
    }

    .my-xxl-4 {
        margin-top: 3.8rem !important;
        margin-bottom: 3.8rem !important;
    }

    .mr-xxl-4 {
        margin-right: 3.8rem;
    }

    .mx-xxl-4 {
        margin-right: 3.8rem !important;
        margin-left: 3.8rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 3.8rem !important;
    }

    .ml-xxl-4 {
        margin-left: 3.8rem !important;
    }

    .mtn-xxl-4 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-4:first-of-type {
        margin-top: 3.8rem;
    }

    .last-of-element-mb-4:last-of-type {
        margin-bottom: 3.8rem;
    }

    .last-of-element-mr-4:last-of-type {
        margin-right: 3.8rem;
    }

    .m-xxl-5 {
        margin: 4.75rem;
    }

    .mt-xxl-5 {
        margin-top: 4.75rem !important;
    }

    .my-xxl-5 {
        margin-top: 4.75rem !important;
        margin-bottom: 4.75rem !important;
    }

    .mr-xxl-5 {
        margin-right: 4.75rem;
    }

    .mx-xxl-5 {
        margin-right: 4.75rem !important;
        margin-left: 4.75rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 4.75rem !important;
    }

    .ml-xxl-5 {
        margin-left: 4.75rem !important;
    }

    .mtn-xxl-5 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-5:first-of-type {
        margin-top: 4.75rem;
    }

    .last-of-element-mb-5:last-of-type {
        margin-bottom: 4.75rem;
    }

    .last-of-element-mr-5:last-of-type {
        margin-right: 4.75rem;
    }

    .m-xxl-6 {
        margin: 5.7rem;
    }

    .mt-xxl-6 {
        margin-top: 5.7rem !important;
    }

    .my-xxl-6 {
        margin-top: 5.7rem !important;
        margin-bottom: 5.7rem !important;
    }

    .mr-xxl-6 {
        margin-right: 5.7rem;
    }

    .mx-xxl-6 {
        margin-right: 5.7rem !important;
        margin-left: 5.7rem !important;
    }

    .mb-xxl-6 {
        margin-bottom: 5.7rem !important;
    }

    .ml-xxl-6 {
        margin-left: 5.7rem !important;
    }

    .mtn-xxl-6 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-6:first-of-type {
        margin-top: 5.7rem;
    }

    .last-of-element-mb-6:last-of-type {
        margin-bottom: 5.7rem;
    }

    .last-of-element-mr-6:last-of-type {
        margin-right: 5.7rem;
    }

    .m-xxl-7 {
        margin: 6.65rem;
    }

    .mt-xxl-7 {
        margin-top: 6.65rem !important;
    }

    .my-xxl-7 {
        margin-top: 6.65rem !important;
        margin-bottom: 6.65rem !important;
    }

    .mr-xxl-7 {
        margin-right: 6.65rem;
    }

    .mx-xxl-7 {
        margin-right: 6.65rem !important;
        margin-left: 6.65rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 6.65rem !important;
    }

    .ml-xxl-7 {
        margin-left: 6.65rem !important;
    }

    .mtn-xxl-7 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-7:first-of-type {
        margin-top: 6.65rem;
    }

    .last-of-element-mb-7:last-of-type {
        margin-bottom: 6.65rem;
    }

    .last-of-element-mr-7:last-of-type {
        margin-right: 6.65rem;
    }

    .m-xxl-8 {
        margin: 7.6rem;
    }

    .mt-xxl-8 {
        margin-top: 7.6rem !important;
    }

    .my-xxl-8 {
        margin-top: 7.6rem !important;
        margin-bottom: 7.6rem !important;
    }

    .mr-xxl-8 {
        margin-right: 7.6rem;
    }

    .mx-xxl-8 {
        margin-right: 7.6rem !important;
        margin-left: 7.6rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 7.6rem !important;
    }

    .ml-xxl-8 {
        margin-left: 7.6rem !important;
    }

    .mtn-xxl-8 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-8:first-of-type {
        margin-top: 7.6rem;
    }

    .last-of-element-mb-8:last-of-type {
        margin-bottom: 7.6rem;
    }

    .last-of-element-mr-8:last-of-type {
        margin-right: 7.6rem;
    }

    .m-xxl-9 {
        margin: 8.55rem;
    }

    .mt-xxl-9 {
        margin-top: 8.55rem !important;
    }

    .my-xxl-9 {
        margin-top: 8.55rem !important;
        margin-bottom: 8.55rem !important;
    }

    .mr-xxl-9 {
        margin-right: 8.55rem;
    }

    .mx-xxl-9 {
        margin-right: 8.55rem !important;
        margin-left: 8.55rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 8.55rem !important;
    }

    .ml-xxl-9 {
        margin-left: 8.55rem !important;
    }

    .mtn-xxl-9 {
        margin-top: -.57rem;
    }

    .first-of-element-mt-9:first-of-type {
        margin-top: 8.55rem;
    }

    .last-of-element-mb-9:last-of-type {
        margin-bottom: 8.55rem;
    }

    .last-of-element-mr-9:last-of-type {
        margin-right: 8.55rem;
    }

    .p-xxl-0 {
        padding: 0;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pr-xxl-0 {
        padding-right: 0;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0 {
        padding-left: 0 !important;
    }

    .ptn-xxl-0 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-0:first-of-type {
        padding-top: 0;
    }

    .last-of-element-pb-0:last-of-type {
        padding-bottom: 0;
    }

    .last-of-element-pr-0:last-of-type {
        padding-right: 0;
    }

    .p-xxl-xs {
        padding: .57rem;
    }

    .pt-xxl-xs {
        padding-top: .57rem !important;
    }

    .py-xxl-xs {
        padding-top: .57rem !important;
        padding-bottom: .57rem !important;
    }

    .pr-xxl-xs {
        padding-right: .57rem;
    }

    .px-xxl-xs {
        padding-right: .57rem !important;
        padding-left: .57rem !important;
    }

    .pb-xxl-xs {
        padding-bottom: .57rem !important;
    }

    .pl-xxl-xs {
        padding-left: .57rem !important;
    }

    .ptn-xxl-xs {
        padding-top: -.57rem;
    }

    .first-of-element-pt-xs:first-of-type {
        padding-top: .57rem;
    }

    .last-of-element-pb-xs:last-of-type {
        padding-bottom: .57rem;
    }

    .last-of-element-pr-xs:last-of-type {
        padding-right: .57rem;
    }

    .p-xxl-1 {
        padding: .95rem;
    }

    .pt-xxl-1 {
        padding-top: .95rem !important;
    }

    .py-xxl-1 {
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }

    .pr-xxl-1 {
        padding-right: .95rem;
    }

    .px-xxl-1 {
        padding-right: .95rem !important;
        padding-left: .95rem !important;
    }

    .pb-xxl-1 {
        padding-bottom: .95rem !important;
    }

    .pl-xxl-1 {
        padding-left: .95rem !important;
    }

    .ptn-xxl-1 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-1:first-of-type {
        padding-top: .95rem;
    }

    .last-of-element-pb-1:last-of-type {
        padding-bottom: .95rem;
    }

    .last-of-element-pr-1:last-of-type {
        padding-right: .95rem;
    }

    .p-xxl-2 {
        padding: 1.9rem;
    }

    .pt-xxl-2 {
        padding-top: 1.9rem !important;
    }

    .py-xxl-2 {
        padding-top: 1.9rem !important;
        padding-bottom: 1.9rem !important;
    }

    .pr-xxl-2 {
        padding-right: 1.9rem;
    }

    .px-xxl-2 {
        padding-right: 1.9rem !important;
        padding-left: 1.9rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 1.9rem !important;
    }

    .pl-xxl-2 {
        padding-left: 1.9rem !important;
    }

    .ptn-xxl-2 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-2:first-of-type {
        padding-top: 1.9rem;
    }

    .last-of-element-pb-2:last-of-type {
        padding-bottom: 1.9rem;
    }

    .last-of-element-pr-2:last-of-type {
        padding-right: 1.9rem;
    }

    .p-xxl-3 {
        padding: 2.85rem;
    }

    .pt-xxl-3 {
        padding-top: 2.85rem !important;
    }

    .py-xxl-3 {
        padding-top: 2.85rem !important;
        padding-bottom: 2.85rem !important;
    }

    .pr-xxl-3 {
        padding-right: 2.85rem;
    }

    .px-xxl-3 {
        padding-right: 2.85rem !important;
        padding-left: 2.85rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 2.85rem !important;
    }

    .pl-xxl-3 {
        padding-left: 2.85rem !important;
    }

    .ptn-xxl-3 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-3:first-of-type {
        padding-top: 2.85rem;
    }

    .last-of-element-pb-3:last-of-type {
        padding-bottom: 2.85rem;
    }

    .last-of-element-pr-3:last-of-type {
        padding-right: 2.85rem;
    }

    .p-xxl-4 {
        padding: 3.8rem;
    }

    .pt-xxl-4 {
        padding-top: 3.8rem !important;
    }

    .py-xxl-4 {
        padding-top: 3.8rem !important;
        padding-bottom: 3.8rem !important;
    }

    .pr-xxl-4 {
        padding-right: 3.8rem;
    }

    .px-xxl-4 {
        padding-right: 3.8rem !important;
        padding-left: 3.8rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 3.8rem !important;
    }

    .pl-xxl-4 {
        padding-left: 3.8rem !important;
    }

    .ptn-xxl-4 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-4:first-of-type {
        padding-top: 3.8rem;
    }

    .last-of-element-pb-4:last-of-type {
        padding-bottom: 3.8rem;
    }

    .last-of-element-pr-4:last-of-type {
        padding-right: 3.8rem;
    }

    .p-xxl-5 {
        padding: 4.75rem;
    }

    .pt-xxl-5 {
        padding-top: 4.75rem !important;
    }

    .py-xxl-5 {
        padding-top: 4.75rem !important;
        padding-bottom: 4.75rem !important;
    }

    .pr-xxl-5 {
        padding-right: 4.75rem;
    }

    .px-xxl-5 {
        padding-right: 4.75rem !important;
        padding-left: 4.75rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 4.75rem !important;
    }

    .pl-xxl-5 {
        padding-left: 4.75rem !important;
    }

    .ptn-xxl-5 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-5:first-of-type {
        padding-top: 4.75rem;
    }

    .last-of-element-pb-5:last-of-type {
        padding-bottom: 4.75rem;
    }

    .last-of-element-pr-5:last-of-type {
        padding-right: 4.75rem;
    }

    .p-xxl-6 {
        padding: 5.7rem;
    }

    .pt-xxl-6 {
        padding-top: 5.7rem !important;
    }

    .py-xxl-6 {
        padding-top: 5.7rem !important;
        padding-bottom: 5.7rem !important;
    }

    .pr-xxl-6 {
        padding-right: 5.7rem;
    }

    .px-xxl-6 {
        padding-right: 5.7rem !important;
        padding-left: 5.7rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 5.7rem !important;
    }

    .pl-xxl-6 {
        padding-left: 5.7rem !important;
    }

    .ptn-xxl-6 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-6:first-of-type {
        padding-top: 5.7rem;
    }

    .last-of-element-pb-6:last-of-type {
        padding-bottom: 5.7rem;
    }

    .last-of-element-pr-6:last-of-type {
        padding-right: 5.7rem;
    }

    .p-xxl-7 {
        padding: 6.65rem;
    }

    .pt-xxl-7 {
        padding-top: 6.65rem !important;
    }

    .py-xxl-7 {
        padding-top: 6.65rem !important;
        padding-bottom: 6.65rem !important;
    }

    .pr-xxl-7 {
        padding-right: 6.65rem;
    }

    .px-xxl-7 {
        padding-right: 6.65rem !important;
        padding-left: 6.65rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 6.65rem !important;
    }

    .pl-xxl-7 {
        padding-left: 6.65rem !important;
    }

    .ptn-xxl-7 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-7:first-of-type {
        padding-top: 6.65rem;
    }

    .last-of-element-pb-7:last-of-type {
        padding-bottom: 6.65rem;
    }

    .last-of-element-pr-7:last-of-type {
        padding-right: 6.65rem;
    }

    .p-xxl-8 {
        padding: 7.6rem;
    }

    .pt-xxl-8 {
        padding-top: 7.6rem !important;
    }

    .py-xxl-8 {
        padding-top: 7.6rem !important;
        padding-bottom: 7.6rem !important;
    }

    .pr-xxl-8 {
        padding-right: 7.6rem;
    }

    .px-xxl-8 {
        padding-right: 7.6rem !important;
        padding-left: 7.6rem !important;
    }

    .pb-xxl-8 {
        padding-bottom: 7.6rem !important;
    }

    .pl-xxl-8 {
        padding-left: 7.6rem !important;
    }

    .ptn-xxl-8 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-8:first-of-type {
        padding-top: 7.6rem;
    }

    .last-of-element-pb-8:last-of-type {
        padding-bottom: 7.6rem;
    }

    .last-of-element-pr-8:last-of-type {
        padding-right: 7.6rem;
    }

    .p-xxl-9 {
        padding: 8.55rem;
    }

    .pt-xxl-9 {
        padding-top: 8.55rem !important;
    }

    .py-xxl-9 {
        padding-top: 8.55rem !important;
        padding-bottom: 8.55rem !important;
    }

    .pr-xxl-9 {
        padding-right: 8.55rem;
    }

    .px-xxl-9 {
        padding-right: 8.55rem !important;
        padding-left: 8.55rem !important;
    }

    .pb-xxl-9 {
        padding-bottom: 8.55rem !important;
    }

    .pl-xxl-9 {
        padding-left: 8.55rem !important;
    }

    .ptn-xxl-9 {
        padding-top: -.57rem;
    }

    .first-of-element-pt-9:first-of-type {
        padding-top: 8.55rem;
    }

    .last-of-element-pb-9:last-of-type {
        padding-bottom: 8.55rem;
    }

    .last-of-element-pr-9:last-of-type {
        padding-right: 8.55rem;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto {
        margin-top: auto;
    }

    .mr-xxl-auto {
        margin-right: auto;
    }

    .mb-xxl-auto {
        margin-bottom: auto;
    }

    .ml-xxl-auto {
        margin-left: auto;
    }

    .mx-xxl-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .row-xxl {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media screen and (min-width:767px) {
    .mr-md-xxs {
        margin-right: .3rem;
    }
}

.mb-xxs {
    margin-bottom: .3rem;
}

.lh-base {
    line-height: 1.25;
}

.lh-4 {
    line-height: 1.4;
}

.mbt-4 {
    margin-bottom: -4rem;
}

.border {
    border: 1px solid #cbd6d6 !important;
}

.border-top {
    border-top: 1px solid #cbd6d6 !important;
}

.border-right {
    border-right: 1px solid #cbd6d6 !important;
}

.border-right-2 {
    border-right: 2px solid #cbd6d6 !important;
}

.border-bottom {
    border-bottom: 1px solid #cbd6d6 !important;
}

.border-left {
    border-left: 1px solid #cbd6d6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-gallery {
    border-color: #eee !important;
}

.border-light-grey {
    border-color: #ccc !important;
}

.border-nevada {
    border-color: #6e7375 !important;
}

.border-mine-shaft {
    border-color: #333 !important;
}

.border-black {
    border-color: #000 !important;
}

.border-teal {
    border-color: #003366 !important;
}

.border-caribbean-green {
    border-color: #00bdad !important;
}

.border-persian-green {
    border-color: #1647A8 !important;
}

.border-mystic {
    border-color: #fff !important;
}

.border-wild-sand {
    border-color: #f7f6f6 !important;
}

.border-tiara {
    border-color: #cbd6d6 !important;
}

.border-geyser {
    border-color: #cde1e1 !important;
}

.border-flush-orange {
    border-color: #803c00 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.last-of-element-border-bottom:last-of-type {
    border-bottom: none;
}

.last-of-element-border-right:last-of-type {
    border-right: none !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-img100 picture {
    width: 100%;
}

.w-img100 img {
    max-width: 100%;
    max-height: inherit;
    width: auto;
    height: auto;
}

.w-img100 _:-ms-fullscreen, .w-img100 :root img {
    width: 100%;
}

.mw-1080 {
    max-width: 1080px;
}

.mw-1117 {
    max-width: 1117px;
}

.mw-1220 {
    max-width: 1220px;
}

.w-pimg-100 picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .w-pimg-100 picture img {
        width: 100%;
    }

html {
    background-color: #fff;
}

body {
    color: #333;
    font-family: Sans-serif;
    font-weight: 300;
}

::-webkit-details-marker {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Sans-serif;
    font-weight: 300;
}

.toolbar-icon-edit {
    display: none !important;
}

a {
    text-decoration: none;
    color: #0275d8;
}

.layout-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .layout-container > main {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.section {
    padding: 0 2rem;
    overflow: hidden;
}

.section__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 7rem 0;
}

.svg-icon {
    position: relative;
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
}

    .svg-icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

.slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-nav__dots {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-nav__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #ccc;
    margin: .5rem;
    -webkit-transition: .2s background-color cubic-bezier(.2,1,1,1),.2s left cubic-bezier(.2,1,1,1);
    -o-transition: .2s background-color cubic-bezier(.2,1,1,1),.2s left cubic-bezier(.2,1,1,1);
    transition: .2s background-color cubic-bezier(.2,1,1,1),.2s left cubic-bezier(.2,1,1,1);
}

    .slider-nav__dot.active {
        background-color: #183456;
    }

.slider-nav__prev, .slider-nav__next {
    width: 4.2rem;
    height: 4.8rem;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background: center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0MiA0OCcgZW5hYmxlLWJhY2tncm91bmQ9J25ldyAwIDAgNDIgNDgnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIGZpbGw9J25vbmUnIHN0cm9rZT0nIzAwNmY3YScgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBwb2ludHM9JzQxLDM1LjUgNDEsMTIuNSAyMSwwLjkgMSwxMi41IDEsMzUuNSAyMSw0Ny4xICcvPjxwb2x5bGluZSBmaWxsPSdub25lJyBzdHJva2U9JyMwMDZmN2EnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBwb2ludHM9JzIzLDI5LjUgMTcuNSwyNCAyMywxOC41ICcvPjwvc3ZnPg==);
    background-size: contain;
}

    .slider-nav__prev[aria-disabled=true], .slider-nav__next[aria-disabled=true] {
        opacity: .5;
    }

.slider-nav__next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-nav .swiper-button-lock, .slider-nav .swiper-pagination-lock {
    display: none;
}

.slider-nav .swiper-pagination-bullets-dynamic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
    display: block;
    font-size: 0;
    white-space: nowrap;
}

    .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative;
    }

        .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-main {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-prev {
            -webkit-transform: scale(.66);
            -ms-transform: scale(.66);
            transform: scale(.66);
        }

        .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-prev-prev {
            -webkit-transform: scale(.33);
            -ms-transform: scale(.33);
            transform: scale(.33);
        }

        .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-next {
            -webkit-transform: scale(.66);
            -ms-transform: scale(.66);
            transform: scale(.66);
        }

        .slider-nav .swiper-pagination-bullets-dynamic .slider-nav__dot.active-next-next {
            -webkit-transform: scale(.33);
            -ms-transform: scale(.33);
            transform: scale(.33);
        }

.youtube_wrapper__inner {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
}

    .youtube_wrapper__inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }

.maintenance-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    padding: 2em;
}

.maintenance-page__logo {
    width: 70%;
    max-width: 15em;
    margin-bottom: 1em;
}

.maintenance-page p {
    max-width: 25em;
}

.archived-notice {
    background-color: #00bdad;
    padding: 1em;
    color: #fff;
    font-weight: 700;
    font-family: Sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#block-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #00bdad;
    z-index: 999;
}

    #block-tabs ul {
        margin: 0;
    }

        #block-tabs ul a {
            padding: 1rem;
        }

            #block-tabs ul a.is-active {
                background-color: #803c00;
            }

            #block-tabs ul a:hover {
                background-color: #803c00;
            }

.views-infinite-scroll-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-shadow {
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
}

.border-hover {
    border: 2px solid transparent;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}

    .border-hover:hover {
        border: 2px solid #183456;
    }

.txt-left {
    text-align: left;
}

.z-2 {
    z-index: 2;
}

.link-hover a:hover {
    text-decoration: underline;
    color: #0275d8;
}

.paragraph--domain-lp--image-text .youtube_wrapper {
    width: 100%;
    height: 230px;
}

@media screen and (min-width:767px) {
    .paragraph--domain-lp--image-text .youtube_wrapper {
        height: 175px;
    }
}

.paragraph--domain-lp--image-text .youtube_wrapper__inner {
    height: 100%;
    padding-top: unset;
}

    .paragraph--domain-lp--image-text .youtube_wrapper__inner iframe {
        position: unset;
        -o-object-fit: unset;
        object-fit: unset;
    }

.paragraph--domain-lp--image-text video, .paragraph--domain-lp--image-text img {
    max-width: 100%;
    float: none;
    height: auto;
}

.cursor-default {
    cursor: default;
}

.b-quote-author-inline {
    color: #183456;
    font-weight: 300;
    font-size: .7em;
    max-width: 30em;
    margin: 0 10%;
}

.yt-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.yt-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ul-center-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    width: 100%;
}

.list-center {
    padding: 0 30px 20px;
}

    .list-center ul {
        margin: 0;
        padding: 0;
    }

.wysiwyg ul.list--arrow li:before {
    content: "\276F";
    font-size: 17px;
}

.column-two {
    float: left;
    width: 48%;
    padding: 0% 0% 0% 2%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

h2.colour {
    color: #183456;
}

h2.colour-purple {
    color: #902082;
}

h2.colour-award-blue {
    color: #5c7f98;
}

.vertical-line {
    border-left: 1px solid;
    border-color: #9a9a9a;
    height: 40px;
    position: absolute;
    left: 50%;
}

.div-colour {
    background-color: #e4efef;
    padding-top: 10px;
    padding-right: 5%;
    padding-bottom: 30px;
    padding-left: 6%;
}

.div-colour-border {
    border-left: 6px solid;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #e4efef;
    padding-top: 10px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
}

.div-colour-box {
    background-color: #e4efef;
    padding-top: 10px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
}

p.focus {
    border-left: 5px solid;
    border-color: #9fc63b;
    padding-left: 15px;
    font-size: 15px;
    color: #727272;
    font-weight: 500;
    line-height: 1.5;
}

p.focus-card {
    border-left: 3px solid;
    border-color: #9fc63b;
    padding-left: 10px;
    font-size: 15px;
    color: #727272;
    font-weight: 500;
    line-height: 1.5;
}

p.focus-box {
    border-left: 5px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #9fc63b;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f3faef;
    font-size: 15px;
    color: #474747;
    font-weight: 500;
    line-height: 1.5;
}

.wysiwyg ul.list--triangle li:before {
    content: "\2023";
    font-size: 18px;
    font-weight: 500;
}

.vertical-align--top {
    vertical-align: top;
}

.text--grey {
    color: #a9a9a9;
}

.two-column-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.two-column-item {
    width: 100%;
    max-width: 515px;
    margin: 0 auto 30px;
}

    .two-column-item:nth-child(odd) {
        margin-right: 50px;
    }

    .two-column-item p:first-child {
        margin-top: 0;
    }

@media(max-width:1134px) {
    .two-column-item {
        max-width: none;
    }

        .two-column-item:nth-child(odd) {
            margin-right: auto;
        }
}

@media(max-width:796px) {
    table.responsive-stack td {
        display: block;
    }

        table.responsive-stack td img {
            max-width: 200px;
            margin: 0 auto;
            display: block;
        }
}

.column-width-medium {
    max-width: 796px;
}

.text--medium {
    font-size: 3.1em;
    line-height: 1em;
}

.text--small {
    font-size: .6em;
    line-height: 1em;
}

.pullout {
    background-color: #fff;
    padding: 1px 2em 2em;
}

.wysiwyg .b-accordion__header {
    margin: 0;
}

.image-align-right {
    margin: 1em 0 1em 1em;
    float: right;
}

.image-align-left {
    margin: 1em 1em 1em 0;
    float: left;
}

h1 {
    line-height: 1.3;
}

.wysiwyg li ul, .wysiwyg li ol {
    margin-top: .5em;
    margin-bottom: .5em;
}

table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

    table th {
        font-size: 1em;
        background-color: #183456;
        color: #fff;
        font-weight: 700;
        border-right: 1px solid #00656d;
        padding: 1.5em 1em;
        min-width: 10rem;
    }

        table th:last-of-type {
            border-right: 1px solid #183456;
        }

    table td {
        vertical-align: top;
        font-size: .9em;
        color: #333;
        border: 1px solid #e5e5e5;
        padding: 1em 1.5em;
    }

    table tbody tr:nth-child(even) {
        background-color: #f7f6f6;
    }

    table th, table td {
        text-align: left;
    }

.b-accordion-wrapper + .b-accordion-wrapper {
    margin-top: 5rem;
}

.b-accordion-wrapper::before {
    content: "";
    display: block;
    height: 140px;
    margin-top: -140px;
    visibility: hidden;
}

@media screen and (min-width:767px) {
    .b-accordion-wrapper::before {
        height: 170px;
        margin-top: -170px;
    }
}

@media screen and (min-width:1024px) {
    .b-accordion-wrapper::before {
        height: 72px;
        margin-top: -72px;
    }
}

.overlay:after {
    content: "";
    background-color: rgba(255,255,255,.77);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -2;
    -webkit-transition: .3s cubic-bezier(.6,-.28,.74,.05);
    -o-transition: .3s cubic-bezier(.6,-.28,.74,.05);
    transition: .3s cubic-bezier(.6,-.28,.74,.05);
}

.overlay.overlay-active:after {
    opacity: 1;
    z-index: 0;
}

.shrink {
    width: 12em !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .shrink.site-header__logo {
        height: 4em !important;
        /*background: url(../files/img/logos/kardanpublishing.jfif) no-repeat left;*/
    }

.header-shrink {
    height: 6rem !important;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 4px 15px -3px rgba(0,0,0,.2);
    box-shadow: 0 4px 15px -3px rgba(0,0,0,.2);
}

@media(min-width:1025px) {
    .header-shrink .meganav-header {
        height: auto;
    }
}

.header-shrink .mega-item--expanded > a, .header-shrink .menu-item > a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media(min-width:1025px) {
    .header-shrink .mega-item--expanded > a, .header-shrink .menu-item > a {
        -webkit-transition-delay: unset !important;
        -o-transition-delay: unset !important;
        transition-delay: unset !important;
        padding: 20px 15px !important;
    }

        .header-shrink .mega-item--expanded > a:before, .header-shrink .menu-item > a:before {
            bottom: 25px;
        }

        .header-shrink .mega-item--expanded > a::after, .header-shrink .menu-item > a::after {
            right: 0 !important;
        }
}

.site-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.menu-breaker {
    margin: 0 20px;
}

    .menu-breaker a.btn-menu {
        margin: 20px 0 !important;
    }

@media screen and (min-width:1025px) {
    .menu-breaker a.btn-menu {
        margin: 20px 20px 40px 0 !important;
    }
}

.menu-breaker a.btn-menu::after {
    height: 100%;
}

@media screen and (min-width:1025px) {
    .menu-breaker {
        position: absolute;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        z-index: 2;
        margin-left: 0;
        margin-right: 0;
    }
}

.meganav-header {
    position: static !important;
}

.site-header__nav .meganav {
    margin: 0;
    z-index: 1;
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 100%;
    -webkit-box-shadow: 0 4px 15px -3px rgba(0,0,0,.2);
    box-shadow: 0 4px 15px -3px rgba(0,0,0,.2);
    max-height: 100vh;
    list-style: none;
    overflow-y: auto;
    max-height: 750px;
}

@media screen and (min-width:500px) {
    .site-header__nav .meganav {
        right: 0;
    }
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        right: auto;
        position: static;
        max-width: none;
        width: auto;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: hidden;
    }
}

.site-header__nav .meganav .header-search--form-inner {
    background-color: #fff;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .menu-item:hover .inner-nav--level-2 {
        background-color: #f5f9f9;
    }
}

.site-header__nav .meganav .menu-item a {
    font-size: 14px;
    font-weight: 700;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .menu-item a {
        font-size: 15px;
        font-weight: 400;
    }
}

.site-header__nav .meganav .menu-item--search {
    display: block;
}

    .site-header__nav .meganav .menu-item--search a {
        width: auto;
        height: auto;
        padding: 20px 20px 20px 30px;
        display: block;
        color: #183456;
    }

        .site-header__nav .meganav .menu-item--search a svg {
            width: 14px;
        }

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .menu-item:hover ~ .overlay:after {
        content: "";
        opacity: 1;
    }
}

.site-header__nav .meganav .mega-item--expanded a:focus-visible {
    border: 1px solid blue;
}

.site-header__nav .meganav .mega-item--expanded.is--active .inner-nav--level-2 {
    opacity: 1;
    pointer-events: all;
    z-index: 100;
    visibility: visible;
}

.site-header__nav .meganav .mega-item--expanded, .site-header__nav .meganav .menu-item--search {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .mega-item--expanded, .site-header__nav .meganav .menu-item--search {
        position: static;
    }
}

.site-header__nav .meganav .mega-item--expanded span, .site-header__nav .meganav .menu-item--search span {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .site-header__nav .meganav .mega-item--expanded span img, .site-header__nav .meganav .menu-item--search span img {
        width: 20px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .site-header__nav .meganav .mega-item--expanded span:before, .site-header__nav .meganav .menu-item--search span:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        width: 2px;
        height: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #9dc4c4;
    }

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .mega-item--expanded span, .site-header__nav .meganav .menu-item--search span {
        display: none;
    }
}

.site-header__nav .meganav .mega-item--expanded:hover, .site-header__nav .meganav .menu-item--search:hover {
    cursor: pointer;
}

    .site-header__nav .meganav .mega-item--expanded:hover > a:after, .site-header__nav .meganav .menu-item--search:hover > a:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

.site-header__nav .meganav .mega-item--expanded > a, .site-header__nav .meganav .menu-item--search > a {
    padding: 20px 20px 20px 30px;
    display: block;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .mega-item--expanded > a, .site-header__nav .meganav .menu-item--search > a {
        padding: 25px 15px;
        line-height: 20px;
    }
}

.site-header__nav .meganav .mega-item--expanded > a:after, .site-header__nav .meganav .menu-item--search > a:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjMuMC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0xheWVyXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMzIwIDE5Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIwIDE5MjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxzdHlsZSB0eXBlPSd0ZXh0L2Nzcyc+IC5zdDB7ZmlsbDojMzMzMzMzO30KPC9zdHlsZT48cG9seWdvbiBjbGFzcz0nc3QwJyBwb2ludHM9JzMwMC42LDAgMzIwLDIwLjcgMTYwLDE5MiAwLDIwLjcgMTkuMywwIDE2MCwxNTAuNSAnLz48L3N2Zz4K);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    display: none;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .mega-item--expanded > a:after, .site-header__nav .meganav .menu-item--search > a:after {
        background-size: 10px auto;
        width: 10px;
        height: 10px;
        display: block;
    }
}

.site-header__nav .meganav .mega-item--expanded.is-active > span img, .site-header__nav .meganav .menu-item--search.is-active > span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-header__nav .meganav .inner-nav--level-2 {
    width: 100%;
    visibility: hidden;
    left: 0;
    z-index: -1;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2 {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        -webkit-box-shadow: 0 4px 15px -3px rgba(0,0,0,.2);
        box-shadow: 0 4px 15px -3px rgba(0,0,0,.2);
        background-color: #f5f9f9;
        padding-right: 2.85rem;
        padding-left: 2.85rem;
    }
}

.site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 {
    width: 100%;
    display: none;
    list-style-type: none;
    background-color: #f5f9f9;
    overflow-y: auto;
    max-height: 100vh;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 23px 0 50px;
        max-width: 1080px;
        margin: 0 auto;
        position: relative;
    }

        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > li {
            margin-bottom: 55px !important;
        }
}

.site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner {
    padding: 12px 0;
    margin: 0 20px;
}

    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner:last-child {
        padding-top: 0;
    }

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner {
        padding-right: 20px;
        margin: 0;
    }

        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner:last-child {
            padding: 12px 0;
        }
}

.site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner {
    background-color: #f5f9f9;
    position: relative;
    padding: 0;
    margin: 0;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
        border-bottom: transparent;
    }
}

.site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner > a {
    padding: 20px 80px 20px 25px;
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0 20px;
    border-bottom: 1px solid #0275d8;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner > a {
        margin: 0;
        padding: 10px 20px 10px 0;
        font-size: 1.4rem;
        font-weight: 700;
        border-bottom: transparent;
    }

        .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner > a:hover {
            color: #0275d8;
        }
}

.site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    position: absolute;
}

    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span img {
        width: 20px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        width: 2px;
        height: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #9dc4c4;
    }

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner span {
        display: none;
    }
}

.site-header__nav .meganav .inner-nav--level-2 .inner-menu--level-2 > .menu-item--inner.menu-item--expanded--inner.is-active span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-2.left-align .inner-menu--level-2 > li > a:after {
        right: calc(100% - 22px);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .site-header__nav .meganav .inner-nav--level-2.left-align .inner-menu--level-2 > li:hover > a:after {
        right: calc(100% - 5px);
    }

    .site-header__nav .meganav .inner-nav--level-2.left-align .inner-nav--level-3 {
        left: auto;
        right: 100%;
    }
}

.site-header__nav .meganav .inner-nav--level-3 {
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-3 {
        border-top: 1px solid #91ddd6;
    }
}

.site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 {
    width: 100%;
    display: none;
    list-style-type: none;
    background-color: #fff;
    z-index: 15;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 {
        display: block;
    }
}

.site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li {
    width: 100%;
    background-color: #cde1e1;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li {
        background-color: #f5f9f9;
        border-top: none;
    }
}

.site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li:first-child a {
    border-top: transparent;
}

.site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li > a {
    color: #333;
    padding: 20px 20px 20px 40px;
    display: block;
    margin: 0 20px;
    border-top: 1px solid #9dc4c4;
}

@media screen and (min-width:1025px) {
    .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li > a {
        padding: 12px 30px 12px 0;
        font-size: 1.4rem;
        font-weight: 300;
        margin: 0;
        border-top: transparent;
    }

        .site-header__nav .meganav .inner-nav--level-3 .inner-menu--level-3 > li > a:hover {
            color: #0275d8;
        }
}

.site-header__burger {
    right: 20px !important;
}

@media screen and (min-width:1025px) {
    #top-header {
        height: auto;
        z-index: 101;
        position: relative;
        overflow: visible;
    }

        #top-header .header-search.open .header-search--form {
            width: 31em;
        }

        #top-header .header-search:hover .header-search--form {
            width: 31em;
        }

        #top-header .header-search--form-inner {
            width: 31em;
            margin-right: 7px;
        }
}

.menu--utility-menu {
    text-transform: uppercase;
}

    .menu--utility-menu ul {
        list-style: none;
    }

        .menu--utility-menu ul li .header-search {
            margin-right: 0;
        }

        .menu--utility-menu ul li .field--name-field-icon img {
            width: 15px;
            height: auto;
        }

        .menu--utility-menu ul li a {
            margin-left: 7px;
        }

        .menu--utility-menu ul li form svg {
            height: 14px;
            fill: #183456;
            overflow: visible;
            width: 60%;
        }

.site-header {
    background-color: #fff;
    overflow: visible;
    height: 8rem;
    position: relative;
    z-index: 100;
}

@media(min-width:1025px) {
    .site-header {
        height: 10rem;
    }
}

.site-header__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.site-header__logo {
    width: 16em;
    height: 6em;
    font-size: .8em;
    background: url(../img/logos/kardanpublishing.jfif) no-repeat center;
    background-size: contain;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

    .site-header__logo .emerald-publishing-logo {
        position: absolute;
        left: -9999px;
    }

@media(min-width:1025px) {
    .site-header__logo {
        font-size: 1em;
    }
}

.site-header .contextual-region {
    position: static;
}

.site-header__nav .contextual {
    display: none !important;
}

.site-header__nav .menu {
    margin: 0;
    z-index: 1;
    display: none;
    position: absolute;
    right: 0;
    width: calc(100% + 4rem);
    max-width: 350px;
    top: 100%;
}

@media screen and (min-width:500px) {
    .site-header__nav .menu {
        right: 0;
    }
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        right: auto;
        position: static;
        max-width: none;
        width: auto;
        top: auto;
    }
}

.site-header__nav .menu-item {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item:hover.menu-item--expanded a:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .site-header__nav .menu-item:hover a:before {
        width: calc(100% - 28px);
    }

    .site-header__nav .menu-item:hover .inner-nav--level-2 {
        opacity: 1;
        z-index: 100;
        background-color: #fff;
        pointer-events: all;
    }
}

.site-header__nav .menu-item:nth-of-type(odd) > a {
    background-color: #f7f6f6;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item:nth-of-type(odd) > a {
        background-color: #fff;
    }
}

.site-header__nav .menu-item a {
    font-size: 16px;
    color: #333;
    font-family: Sans-serif;
    font-weight: 400;
    padding: 20px;
    display: block;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item a {
        padding: 40px 20px;
    }
}

.site-header__nav .menu-item > a {
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item > a {
        background-color: #fff;
    }
}

.site-header__nav .menu-item > a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #0275d8;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.site-header__nav .menu-item--search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

    .site-header__nav .menu-item--search a {
        padding: 0;
        margin: auto;
        display: block;
        width: 2em;
        height: 2em;
        fill: #183456;
        -webkit-transition: .2s fill cubic-bezier(.2,1,1,1);
        -o-transition: .2s fill cubic-bezier(.2,1,1,1);
        transition: .2s fill cubic-bezier(.2,1,1,1);
    }

        .site-header__nav .menu-item--search a:before {
            display: none;
        }

        .site-header__nav .menu-item--search a:hover {
            fill: #0275d8;
        }

.site-header__nav .menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    position: relative;
}

    .site-header__nav .menu-item--expanded span {
        width: 60px;
        height: 60px;
        right: 0;
        top: 0;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .site-header__nav .menu-item--expanded span img {
            width: 20px;
            -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            -o-transition: transform .3s ease;
            transition: transform .3s ease;
            transition: transform .3s ease,-webkit-transform .3s ease;
        }

        .site-header__nav .menu-item--expanded span:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            width: 2px;
            height: 70%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #cbd6d6;
        }

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item--expanded span {
        display: none;
    }
}

.site-header__nav .menu-item--expanded:hover {
    cursor: pointer;
}

.site-header__nav .menu-item--expanded > a {
    padding: 20px;
    display: block;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item--expanded > a {
        padding: 40px 30px 40px 20px;
        line-height: 20px;
        border-top: 0;
    }
}

.site-header__nav .menu-item--expanded > a:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjMuMC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0xheWVyXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMzIwIDE5Micgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIwIDE5MjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxzdHlsZSB0eXBlPSd0ZXh0L2Nzcyc+IC5zdDB7ZmlsbDojMzMzMzMzO30KPC9zdHlsZT48cG9seWdvbiBjbGFzcz0nc3QwJyBwb2ludHM9JzMwMC42LDAgMzIwLDIwLjcgMTYwLDE5MiAwLDIwLjcgMTkuMywwIDE2MCwxNTAuNSAnLz48L3N2Zz4K);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    display: none;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu-item--expanded > a:after {
        background-size: 10px auto;
        width: 10px;
        height: 10px;
        display: block;
    }
}

.site-header__nav .menu-item--expanded.is-active > span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-header__nav .menu .inner-nav--level-2 {
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    border-top: 1px solid #cbd6d6;
    margin-top: -1px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        width: 25em;
    }
}

.site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 {
    width: 100%;
    display: none;
    list-style-type: none;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 {
        width: 100%;
        display: block;
    }
}

.site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li {
    background-color: #fff;
    border-bottom: 1px solid #cbd6d6;
    position: relative;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li {
        border-right: 1px solid #cbd6d6;
        position: static;
    }
}

.site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li a {
    padding: 20px 80px 20px 30px;
    display: block;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li a {
        padding: 15px 20px;
    }
}

.site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li span {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    position: absolute;
}

    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li span img {
        width: 20px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li span:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        width: 2px;
        height: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #cbd6d6;
    }

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li span {
        display: none;
    }
}

.site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li > a {
    position: relative;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li.menu-item--expanded--inner a:after {
        content: "";
        width: 25px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48c3ZnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgdmlld0JveD0nMCAwIDExNS45IDMyMCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHN0eWxlIHR5cGU9J3RleHQvY3NzJz4gLnN0MHtmaWxsOiMwMEEzOTA7fQo8L3N0eWxlPjxwYXRoIGNsYXNzPSdzdDAnIGQ9J00xNC45LDMxNy4xbDEuMy0xLjhsOTQuNS0xMzZjMy4yLTQuNiw1LjItMTEuNSw1LjItMTkuMmMwLTcuNy0yLjEtMTQuNi01LjItMTkuMkwxNi40LDVsLTEuNi0yLjMgQzEzLjMsMSwxMS41LDAsOS41LDBDNC4zLDAsMCw3LjQsMCwxNi42bDAsMHYyODYuOGwwLDBjMCw5LjIsNC4zLDE2LjYsOS41LDE2LjZDMTEuNSwzMjAsMTMuNCwzMTguOSwxNC45LDMxNy4xeicvPjwvc3ZnPgo=);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        opacity: 0;
        z-index: 5;
        display: block;
    }
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover {
        background-color: #0275d8;
    }

        .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover > a {
            color: #fff;
        }

            .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover > a:after {
                display: block;
                right: -21px;
                opacity: 1;
                -webkit-transition: opacity 0s ease,right .3s ease;
                -o-transition: opacity 0s ease,right .3s ease;
                transition: opacity 0s ease,right .3s ease;
            }

        .site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li:hover .inner-nav--level-3 {
            opacity: 1;
            z-index: 4;
            pointer-events: all;
        }
}

.site-header__nav .menu .inner-nav--level-2 .inner-menu--level-2 > li.is-active span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-2.left-align .inner-menu--level-2 > li > a:after {
        right: calc(100% - 22px);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .site-header__nav .menu .inner-nav--level-2.left-align .inner-menu--level-2 > li:hover > a:after {
        right: calc(100% - 5px);
    }

    .site-header__nav .menu .inner-nav--level-2.left-align .inner-nav--level-3 {
        left: auto;
        right: 100%;
    }
}

.site-header__nav .menu .inner-nav--level-3 {
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-3 {
        position: absolute;
        opacity: 0;
        width: 100%;
        right: auto;
        left: 100%;
        pointer-events: none;
    }
}

.site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 {
    width: 100%;
    display: none;
    list-style-type: none;
    background-color: #fff;
    z-index: 15;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 {
        display: block;
    }
}

.site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 > li {
    width: 100%;
    background-color: #cde1e1;
}

    .site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 > li + li {
        border-top: 1px solid #9dc4c4;
    }

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 > li {
        background-color: #fff;
    }
}

.site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 > li a {
    color: #333;
    padding: 20px 20px 20px 40px;
    display: block;
}

@media screen and (min-width:1025px) {
    .site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 > li a {
        color: #183456;
        padding: 15px 20px 15px 30px;
    }

        .site-header__nav .menu .inner-nav--level-3 .inner-menu--level-3 > li a:hover {
            text-decoration: underline;
        }
}

.site-header__burger {
    text-indent: -9999px;
    border: none;
    border-top: 5px solid #183456;
    height: 27px;
    width: 36px;
    position: relative;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    z-index: 2;
}

@media screen and (min-width:400px) {
    .site-header__burger {
        right: 20px;
    }
}

@media screen and (min-width:1025px) {
    .site-header__burger {
        display: none;
    }
}

.site-header__burger:hover {
    cursor: pointer;
}

.site-header__burger:before, .site-header__burger:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #183456;
    width: 100%;
    -webkit-transition: width .4s .2s,bottom .4s 0s,-webkit-transform .4s 0s;
    transition: width .4s .2s,bottom .4s 0s,-webkit-transform .4s 0s;
    -o-transition: width .4s .2s,bottom .4s 0s,transform .4s 0s;
    transition: width .4s .2s,bottom .4s 0s,transform .4s 0s;
    transition: width .4s .2s,bottom .4s 0s,transform .4s 0s,-webkit-transform .4s 0s;
}

.site-header__burger:before {
    bottom: 11px;
}

.site-header__burger.is-active {
    border-top: 5px solid #fff;
}

    .site-header__burger.is-active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .site-header__burger.is-active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 11px;
    }

.header-search {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.7rem;
    fill: #00bdad;
    position: relative;
    width: 100%;
    border-top: 2px solid #cbd6d6;
}

.header-search--form, .header-search--form-nav {
    height: 3em;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .2s width cubic-bezier(.2,1,1,1),.2s -webkit-box-shadow cubic-bezier(.2,1,1,1),-webkit-transform;
    transition: .2s width cubic-bezier(.2,1,1,1),.2s -webkit-box-shadow cubic-bezier(.2,1,1,1),-webkit-transform;
    -o-transition: .2s width cubic-bezier(.2,1,1,1),.2s box-shadow cubic-bezier(.2,1,1,1),transform;
    transition: .2s width cubic-bezier(.2,1,1,1),.2s box-shadow cubic-bezier(.2,1,1,1),transform;
    transition: .2s width cubic-bezier(.2,1,1,1),.2s box-shadow cubic-bezier(.2,1,1,1),transform,.2s -webkit-box-shadow cubic-bezier(.2,1,1,1),-webkit-transform;
    -webkit-box-shadow: 0 0 1em transparent;
    box-shadow: 0 0 1em transparent;
}

.header-search--form-inner, .header-search--form-nav-inner {
    height: 100%;
}

.header-search--input[type=text], .header-search--input-nav[type=text] {
    font-size: 1.7rem;
    border-width: 0;
    background-color: #fff;
    width: calc(100% - 3em);
    float: left;
    padding: .9em 1em;
    height: 100%;
    line-height: normal;
    outline: 0;
    color: #333;
}

.header-search--submit {
    font-size: 1.7rem;
    height: 100%;
    width: 2em;
    border-width: 0;
    background-color: transparent;
    position: relative;
    float: left;
    -webkit-transition: .2s background-color cubic-bezier(.2,1,1,1),.2s fill cubic-bezier(.2,1,1,1);
    -o-transition: .2s background-color cubic-bezier(.2,1,1,1),.2s fill cubic-bezier(.2,1,1,1);
    transition: .2s background-color cubic-bezier(.2,1,1,1),.2s fill cubic-bezier(.2,1,1,1);
    outline: none !important;
    cursor: pointer;
}

    .header-search--submit svg {
        width: 1.7rem;
        height: 1.7rem;
        position: absolute;
        top: 48%;
        left: 50%;
        margin: -.8rem;
    }

@media screen and (min-width:1025px) {
    .header-search {
        width: 3em;
        height: 3em;
        padding: .5em 1em 1.5em;
        border-top: none;
    }

    .header-search--form {
        width: 5em;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

        .header-search--form:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            -o-object-fit: cover;
            object-fit: cover;
            position: fixed;
            background-color: rgba(255,255,255,.5);
            z-index: -1;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: .2s opacity cubic-bezier(.2,1,1,1);
            -o-transition: .2s opacity cubic-bezier(.2,1,1,1);
            transition: .2s opacity cubic-bezier(.2,1,1,1);
        }

    .header-search--form-inner {
        position: absolute;
        top: 1.5px;
        right: 0;
        width: 20em;
        height: 100%;
        z-index: 1;
    }

    .header-search:hover .header-search--form, .header-search.open .header-search--form {
        width: 20em;
        height: 100%;
        -webkit-box-shadow: 0 0 1em rgba(0,0,0,.5);
        box-shadow: 0 0 1em rgba(0,0,0,.5);
    }

        .header-search:hover .header-search--form:after, .header-search.open .header-search--form:after {
            opacity: 1;
            -webkit-transition-delay: .75s;
            -o-transition-delay: .75s;
            transition-delay: .75s;
        }

        .header-search.open .header-search--form:after {
            pointer-events: all;
        }

    .header-search:hover .header-search--form {
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s;
        width: 20.01em;
    }

    .header-search.open .header-search--form {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        width: 20em;
    }
}

@media screen and (min-width:1025px) {
    .nav--sec .menu-item:not(.header-search) {
        opacity: 1;
        -webkit-transition: .2s opacity cubic-bezier(.2,1,1,1);
        -o-transition: .2s opacity cubic-bezier(.2,1,1,1);
        transition: .2s opacity cubic-bezier(.2,1,1,1);
    }

    .nav.search-open .nav--sec .menu-item:not(.header-search) {
        opacity: 0;
    }
}

.site-footer {
    background-color: #183456;
    padding: 4.5rem 1rem;
    color: #fff;
    font-size: 1.4rem;
}

@media screen and (min-width:1024px) {
    .site-footer {
        padding: 4.5rem 1.5rem;
    }
}

.site-footer__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    display: block;
}

@media screen and (min-width:1024px) {
    .site-footer__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-footer__inner + .site-footer__inner {
    margin-top: 2em;
}

.site-footer a {
    color: #fff;
}

.site-footer__logo {
    width: 22.5rem;
    height: 8rem;
    background: url(/themes/custom/emerald_publishing/assets/svg/emerald-publishing-logo_white.svg) no-repeat center;
    background-size: contain;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    margin-bottom: 25px;
}

@media screen and (min-width:1024px) {
    .site-footer__logo {
        margin: 0;
    }
}

.site-footer__social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .site-footer__social-links:after {
        content: '';
        display: block;
        clear: both;
    }

.site-footer__upper {
    display: block;
}

@media screen and (min-width:1024px) {
    .site-footer__upper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-footer .footer-social__link {
    padding: 0 .5em;
}

    .site-footer .footer-social__link img {
        width: 1.2em;
        height: 1.2em;
    }

.site-footer__legal {
    font-weight: 500;
    text-align: center;
    margin: 1.5em 0;
}

@media screen and (min-width:1024px) {
    .site-footer__legal {
        text-align: left;
        margin: 0;
    }
}

.site-footer .contextual {
    display: none !important;
}

.site-footer .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: .5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:1024px) {
    .site-footer .footer-menu {
        margin: 0 -.5em;
    }
}

.site-footer .footer-menu .menu-item {
    margin: .5em;
    list-style-type: none;
    list-style-image: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 10em;
}

@media screen and (min-width:1024px) {
    .site-footer .footer-menu .menu-item {
        margin: 0 1em;
    }
}

.site-footer .footer-menu .menu-item ul {
    margin: 0;
}

.site-footer .footer-menu .menu-item li {
    margin: 0;
}

.site-footer .footer-menu a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: .2s opacity cubic-bezier(.2,1,1,1);
    -o-transition: .2s opacity cubic-bezier(.2,1,1,1);
    transition: .2s opacity cubic-bezier(.2,1,1,1);
}

    .site-footer .footer-menu a:hover {
        opacity: .6;
    }

    .site-footer .footer-menu a.is-active {
        color: #fff;
    }

input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-width: 0;
    padding: 1em .5em;
    line-height: 1em;
    width: 100%;
    resize: none !important;
}

    select:not([multiple]) {
        background: #fff no-repeat center right url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA3MCAyNCcgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzAgMjQ7Jz48cG9seWxpbmUgY2xhc3M9J3N0MCcgcG9pbnRzPSc0NCw4LjUgMzUsMTcuNSAyNiw4LjUnIGZpbGw9J25vbmUnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlPScjMDAwMDAwJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIC8+PHJlY3QgeT0nMi41JyBmaWxsPScjZWVlZWVlJyB3aWR0aD0nMScgaGVpZ2h0PScxOScvPjwvc3ZnPg==);
        background-size: 3em auto;
        padding: 1em 2.5em 1em .5em;
    }

button[type=submit] {
    margin: 1.5em 0 0 auto;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.block-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .block-form form *[data-drupal-messages] {
        width: 100%;
    }

fieldset {
    border: transparent;
}

    fieldset legend span.accessibility {
        position: absolute;
        left: -9999px;
        width: 100px;
        height: auto;
        overflow: hidden;
    }

.form-item {
    width: 100%;
    margin: .5em 0;
}

    .form-item label {
        display: block;
    }

    .form-item legend {
        font-weight: 300;
    }

    .form-item .fieldset-wrapper {
        width: 100%;
    }

.form-actions {
    width: 100%;
    margin: 2em 0 0;
    text-align: right;
}

.webform-options-display-buttons label.webform-options-display-buttons-label {
    border-width: 0;
    border-radius: .5em;
    line-height: 1.1;
    font-weight: 500;
    font-size: .9em;
    background-color: #ccc;
    padding: .5em 1em;
    -webkit-transition: .2s background-color cubic-bezier(.2,1,1,1);
    -o-transition: .2s background-color cubic-bezier(.2,1,1,1);
    transition: .2s background-color cubic-bezier(.2,1,1,1);
    cursor: pointer;
}

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
    background-color: #00bdad;
    color: #fff;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper {
    margin: .5em 5px;
}

    .webform-options-display-buttons .webform-options-display-buttons-wrapper .form-item {
        margin: 0;
    }

.webform-options-display-three-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.form-type-checkbox, .form-type-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 .75em !important;
    line-height: 1.2;
}

    .form-type-checkbox label, .form-type-radio label {
        font-weight: 300;
    }

    .form-type-checkbox input[type=checkbox], .form-type-checkbox input[type=radio], .form-type-radio input[type=checkbox], .form-type-radio input[type=radio] {
        margin: .3em .7em 0 0;
    }

@media(min-width:1000px) {
    .region-post-content .form-item:not(.form-type-textarea), .b-contact-places .form-item:not(.form-type-textarea) {
        width: calc(50% - 1em);
    }
}

select::-ms-expand {
    display: none;
}

.webform-progress {
    width: 100%;
}

.webform-progress-tracker {
    font-family: Sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .webform-progress-tracker .progress-step {
        text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 1;
        background-color: #ccc;
        border-radius: 1em;
        overflow: hidden;
        padding: .6em 1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .webform-progress-tracker .progress-step.is-active {
            color: #fff;
            background-color: #183456;
            font-weight: 500;
        }

            .webform-progress-tracker .progress-step.is-active .progress-text {
                font-weight: 500;
                color: #fff;
            }

        .webform-progress-tracker .progress-step .progress-text, .webform-progress-tracker .progress-step .progress-marker {
            padding: 0;
            font-weight: 500;
        }

        .webform-progress-tracker .progress-step .progress-marker {
            display: none;
        }

@media(max-width:600px) {
    .webform-progress-tracker .progress-step {
        padding: 0;
        line-height: 2em;
        width: 2em;
        min-width: 2em;
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

        .webform-progress-tracker .progress-step .progress-marker {
            background: 0 0 !important;
            font-weight: 900 !important;
            display: inline;
            height: auto;
            border-width: 0;
        }

        .webform-progress-tracker .progress-step .progress-text {
            display: none;
        }
}

.webform-progress-tracker .progress-step + .progress-step {
    margin-left: .5em;
}

.webform-progress__status {
    display: none;
}

.captcha {
    width: 100%;
}

    .captcha + .webform-button--submit {
        margin-left: 0;
        margin-right: auto;
    }

.webform-submission-form > button ~ input, .webform-submission-form > button ~ .js-form-item {
    display: none;
}

.field-multiple-table .odd {
    background-color: red;
}

.user-login-form {
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    padding: 120px 30px 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 10px 17px 1px rgba(0,0,0,.4);
    box-shadow: 0 10px 17px 1px rgba(0,0,0,.4);
    background-image: url(/themes/custom/emerald_publishing/assets/svg/emerald-publishing-logo.svg);
    background-repeat: no-repeat;
    background-position: 50% 40px;
    background-size: 175px;
    border-radius: 5px;
}

    .user-login-form input {
        border: 1px solid #183456;
        border-radius: 5px;
    }

    .user-login-form #edit-name--description {
        display: none;
    }

    .user-login-form #edit-pass--description {
        display: none;
    }

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .modaal-wrapper * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-backface-visibility: hidden;
    }

    .modaal-wrapper .modaal-close {
        border: none;
        background: 0 0;
        padding: 0;
        -webkit-appearance: none;
    }

    .modaal-wrapper.modaal-start_none {
        display: none;
        opacity: 1;
    }

    .modaal-wrapper.modaal-start_fade {
        opacity: 0;
    }

    .modaal-wrapper *[tabindex="0"] {
        outline: none !important;
    }

    .modaal-wrapper.modaal-fullscreen {
        overflow: hidden;
    }

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.2);
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    cursor: auto;
}

    .modaal-container.is_loading {
        height: 100px;
        width: 100px;
        overflow: hidden;
    }

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .modaal-close:focus, .modaal-close:hover {
        outline: none;
        background: #fff;
    }

        .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
            background: #b93d0c;
        }

    .modaal-close span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .modaal-close:before, .modaal-close:after {
        display: block;
        content: " ";
        position: absolute;
        top: 14px;
        left: 23px;
        width: 4px;
        height: 22px;
        border-radius: 4px;
        background: #fff;
        -webkit-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

    .modaal-close:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .modaal-close:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0;
}

    .modaal-confirm-btn.modaal-ok {
        padding: 10px 15px;
        color: #fff;
        background: #555;
        border-radius: 3px;
        -webkit-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

        .modaal-confirm-btn.modaal-ok:hover {
            background: #2f2f2f;
        }

    .modaal-confirm-btn.modaal-cancel {
        text-decoration: underline;
    }

        .modaal-confirm-btn.modaal-cancel:hover {
            text-decoration: none;
            color: #2f2f2f;
        }

.modaal-instagram .modaal-container {
    width: auto;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: 0 0;
}

    .modaal-instagram .modaal-content-container > blockquote {
        width: 1px !important;
        height: 1px !important;
        opacity: 0 !important;
    }

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

    .modaal-gallery-item img {
        display: block;
    }

    .modaal-gallery-item.is_active {
        display: block;
    }

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

    .modaal-gallery-label:focus {
        outline: none;
    }

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .modaal-gallery-control.is_hidden {
        opacity: 0;
        cursor: default;
    }

    .modaal-gallery-control:focus, .modaal-gallery-control:hover {
        outline: none;
        background: #fff;
    }

        .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
            background: #afb7bc;
        }

    .modaal-gallery-control span {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .modaal-gallery-control:before, .modaal-gallery-control:after {
        display: block;
        content: " ";
        position: absolute;
        top: 16px;
        left: 25px;
        width: 4px;
        height: 18px;
        border-radius: 4px;
        background: #fff;
        -webkit-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

    .modaal-gallery-control:before {
        margin: -5px 0 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .modaal-gallery-control:after {
        margin: 5px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

    .modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

.modaal-loading-spinner {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
}

    .modaal-loading-spinner > div {
        width: 24px;
        height: 24px;
        margin-left: 4px;
        margin-top: 4px;
        position: absolute;
    }

        .modaal-loading-spinner > div > div {
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background: #fff;
        }

        .modaal-loading-spinner > div:nth-of-type(1) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
            -ms-animation: modaal-loading-spinner 1s linear infinite;
            -moz-animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            -o-animation: modaal-loading-spinner 1s linear infinite;
        }

        .modaal-loading-spinner > div:nth-of-type(1) {
            -ms-transform: translate(84px,84px) rotate(45deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(45deg) translate(70px,0);
            transform: translate(84px,84px) rotate(45deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(2) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .12s;
            animation-delay: .12s;
        }

        .modaal-loading-spinner > div:nth-of-type(2) {
            -ms-transform: translate(84px,84px) rotate(90deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(90deg) translate(70px,0);
            transform: translate(84px,84px) rotate(90deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(3) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .25s;
            animation-delay: .25s;
        }

        .modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
            -ms-animation: modaal-loading-spinner 1s linear infinite;
            -moz-animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            -o-animation: modaal-loading-spinner 1s linear infinite;
        }

        .modaal-loading-spinner > div:nth-of-type(3) {
            -ms-transform: translate(84px,84px) rotate(135deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(135deg) translate(70px,0);
            transform: translate(84px,84px) rotate(135deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(4) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .37s;
            animation-delay: .37s;
        }

        .modaal-loading-spinner > div:nth-of-type(4) {
            -ms-transform: translate(84px,84px) rotate(180deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(180deg) translate(70px,0);
            transform: translate(84px,84px) rotate(180deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(5) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
            -ms-animation: modaal-loading-spinner 1s linear infinite;
            -moz-animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            -o-animation: modaal-loading-spinner 1s linear infinite;
        }

        .modaal-loading-spinner > div:nth-of-type(5) {
            -ms-transform: translate(84px,84px) rotate(225deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(225deg) translate(70px,0);
            transform: translate(84px,84px) rotate(225deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(6) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .62s;
            animation-delay: .62s;
        }

        .modaal-loading-spinner > div:nth-of-type(6) {
            -ms-transform: translate(84px,84px) rotate(270deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(270deg) translate(70px,0);
            transform: translate(84px,84px) rotate(270deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(7) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .75s;
            animation-delay: .75s;
        }

        .modaal-loading-spinner > div:nth-of-type(7) {
            -ms-transform: translate(84px,84px) rotate(315deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(315deg) translate(70px,0);
            transform: translate(84px,84px) rotate(315deg) translate(70px,0);
        }

        .modaal-loading-spinner > div:nth-of-type(8) > div {
            -webkit-animation: modaal-loading-spinner 1s linear infinite;
            animation: modaal-loading-spinner 1s linear infinite;
            -webkit-animation-delay: .87s;
            animation-delay: .87s;
        }

        .modaal-loading-spinner > div:nth-of-type(8) {
            -ms-transform: translate(84px,84px) rotate(360deg) translate(70px,0);
            -webkit-transform: translate(84px,84px) rotate(360deg) translate(70px,0);
            transform: translate(84px,84px) rotate(360deg) translate(70px,0);
        }

@media only screen and (min-width:1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: rgba(0,0,0,.7);
    }

        .modaal-gallery-control:before, .modaal-gallery-control:after {
            background: #fff;
        }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width:900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height:900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none;
    }
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.site-search button.js-form-submit {
    display: none;
}

.site-search .form-type-select, .site-search .js-form-type-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .site-search .form-type-select label, .site-search .form-type-select select, .site-search .js-form-type-select label, .site-search .js-form-type-select select {
        line-height: 2.5em;
    }

    .site-search .form-type-select label, .site-search .js-form-type-select label {
        margin-right: .5em;
    }

    .site-search .form-type-select select, .site-search .js-form-type-select select {
        border: 1px solid #ccc;
        max-width: 15em;
        color: #0275d8;
        padding: 0 3em 0 1em;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA3MCAyNCcgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzAgMjQ7Jz48cG9seWxpbmUgY2xhc3M9J3N0MCcgcG9pbnRzPSc0NCw4LjUgMzUsMTcuNSAyNiw4LjUnIGZpbGw9J25vbmUnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlPScjMDBhMzkwJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIC8+PC9zdmc+);
    }

.search-results .search-results__none {
    margin-top: 4em;
}

.search-result {
    text-align: left;
    margin: 5rem 0;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    padding: 1.5em 2em;
}

.search-result__content-type {
    margin-bottom: 0;
}

.search-result__title {
    color: #333;
}

.search-result__url {
    font-size: 1.2rem;
    color: #183456;
}

.search-result__content {
    color: #333;
    margin: 1em 0 0;
    font-size: .85em;
    max-width: 50em;
}

.search-result__btn {
    margin-top: 1em;
}

.text-search-box {
    width: 100%;
    max-width: 36em;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    position: relative;
    margin-bottom: 3em;
    text-align: left;
}

    .text-search-box:after {
        content: '';
        width: 3em;
        height: 1.1em;
        display: block;
        background: no-repeat center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDIwIDIwJyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAyMCAyMCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nIzAwNzM3QicgZD0nTTE5LjcsMTguM0wxNiwxNC42YzEuMi0xLjUsMi0zLjUsMi01LjZjMC01LTQtOS05LTlDNCwwLDAsNCwwLDljMCw1LDQsOSw5LDljMi4xLDAsNC4xLTAuNyw1LjYtMmwzLjcsMy43IGMwLjIsMC4yLDAuNSwwLjMsMC43LDAuM3MwLjUtMC4xLDAuNy0wLjNDMjAuMSwxOS4zLDIwLjEsMTguNywxOS43LDE4LjN6IE0yLDljMC0zLjksMy4xLTcsNy03YzMuOSwwLDcsMy4xLDcsNyBjMCwxLjktMC44LDMuNy0yLDQuOWMwLDAsMCwwLDAsMHMwLDAsMCwwYy0xLjMsMS4zLTMsMi00LjksMkM1LjEsMTYsMiwxMi45LDIsOXonLz48L3N2Zz4=);
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.55em;
        border-left: 1px solid #cbd6d6;
    }

    .text-search-box input {
        width: calc(100% - 4em);
        font-size: 1.1em;
        line-height: 3em;
        height: 3em;
        padding: 0 1em;
        border-width: 0;
    }

.b-main-search {
    text-align: center;
}

.node--type-news-item .b-hero__title, .node--type-journal-news .b-hero__title {
    font-size: 2.5em;
}

@media screen and (min-width:767px) {
    .node--type-news-item .b-hero__title, .node--type-journal-news .b-hero__title {
        font-size: 3.2em;
    }
}

@media print {
    .site-header, .site-footer {
        display: none;
    }
}

#sliding-popup {
    width: 100%;
}

.eu-cookie-compliance-banner {
    background-color: #333;
    color: #fff;
}

.eu-cookie-compliance-content {
    padding: .5em 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Sans-serif;
}

    .eu-cookie-compliance-content h2, .eu-cookie-compliance-content p, .eu-cookie-compliance-content button {
        font-size: 1.4em;
        font-weight: 300;
    }

    .eu-cookie-compliance-content p {
        display: inline;
    }

    .eu-cookie-compliance-content button {
        display: inline;
        text-decoration: underline;
        display: none;
    }

    .eu-cookie-compliance-content a {
        color: #fff;
        text-decoration: underline !important;
    }

.eu-cookie-compliance-buttons button {
    display: inline-block;
    background-color: #183456;
    border-radius: 1em;
    color: #fff;
    line-height: 2em;
    padding: 0 1.5em;
    text-decoration: none;
    position: relative;
    -webkit-transition: .2s background-color cubic-bezier(.2,1,1,1);
    -o-transition: .2s background-color cubic-bezier(.2,1,1,1);
    transition: .2s background-color cubic-bezier(.2,1,1,1);
    font-weight: 500;
    white-space: nowrap;
}

    .eu-cookie-compliance-buttons button.decline-button {
        background-color: #6e7375;
    }

    .eu-cookie-compliance-buttons button + button {
        margin-left: .5em;
    }

.eu-cookie-withdraw-tab {
    top: auto;
    bottom: calc(100% + 1em);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 1em;
    line-height: 2.5em;
    padding: 0 1.5em;
    border-radius: 1.25em;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

    .eu-cookie-withdraw-tab:before {
        content: "";
        width: 1em;
        height: 1.2em;
        display: inline-block;
        margin-right: .5em;
        background: no-repeat url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48c3ZnIHZlcnNpb249JzEuMScKeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgeD0nMHB4JyB5PScwcHgnIHZpZXdCb3g9JzAgMCAzMjAgMzkwJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMzkwOycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTMxMS44LDE4NWMtNS4yLTUuMi0xMS40LTcuOC0xOC44LTcuOGgtOC45di01My4yYzAtMzQtMTIuMi02My4yLTM2LjYtODcuNVMxOTQsMCwxNjAsMFM5Ni44LDEyLjIsNzIuNSwzNi42IHMtMzYuNiw1My42LTM2LjYsODcuNXY1My4ySDI3Yy03LjQsMC0xMy43LDIuNi0xOC44LDcuOGMtNS4yLDUuMi03LjgsMTEuNC03LjgsMTguOHYxNTkuNWMwLDcuNCwyLjYsMTMuNyw3LjgsMTguOCBjNS4yLDUuMiwxMS40LDcuOCwxOC44LDcuOEgyOTNjNy40LDAsMTMuNy0yLjYsMTguOC03LjhjNS4yLTUuMiw3LjgtMTEuNCw3LjgtMTguOFYyMDMuOUMzMTkuNSwxOTYuNSwzMTcsMTkwLjIsMzExLjgsMTg1eiBNMTkzLjgsMzUwLjljLTEuOCwyLjQtNC4yLDMuNi03LjIsMy42aC01My4yYy0zLDAtNS40LTEuMi03LjItMy42Yy0xLjgtMi40LTIuMy01LTEuNC03LjhsMTkuMS02My40Yy01LjktMy4xLTEwLjYtNy41LTE0LjEtMTMgYy0zLjUtNS41LTUuMy0xMS43LTUuMy0xOC42YzAtOS44LDMuNS0xOC4xLDEwLjQtMjUuMWM2LjktNi45LDE1LjMtMTAuNCwyNS4xLTEwLjRzMTguMSwzLjUsMjUuMSwxMC40YzYuOSw2LjksMTAuNCwxNS4zLDEwLjQsMjUuMSBjMCw2LjgtMS44LDEzLTUuMywxOC42Yy0zLjUsNS41LTguMiw5LjktMTQuMSwxM2wxOS4xLDYzLjRDMTk2LjEsMzQ2LDE5NS42LDM0OC41LDE5My44LDM1MC45eiBNMjMwLjksMTc3LjNIODkuMXYtNTMuMiBjMC0xOS42LDYuOS0zNi4zLDIwLjgtNTAuMXMzMC42LTIwLjgsNTAuMS0yMC44czM2LjMsNi45LDUwLjEsMjAuOHMyMC44LDMwLjYsMjAuOCw1MC4xVjE3Ny4zeicvPjwvc3ZnPgo=) center;
        background-size: contain;
        margin-bottom: -.1em;
    }

    .eu-cookie-withdraw-tab:after {
        content: "";
        display: block;
        width: 2em;
        height: 1em;
        border: 1em solid transparent;
        border-top: .5em solid #333;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -1em;
        font-weight: 500;
    }

.eu-cookie-compliance-categories {
    display: none;
}

.cookie-settings label {
    font-weight: 500;
}

.cookie-settings .eu-cookie-compliance-category {
    margin-bottom: .5em;
    padding-left: 1.5em;
    position: relative;
}

    .cookie-settings .eu-cookie-compliance-category input[type=checkbox] {
        position: absolute;
        top: .85em;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.cookie-settings .eu-cookie-compliance-categories-buttons {
    margin-top: 1em;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex-pic picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-none {
    display: none !important;
}

@media screen and (min-width:1025px) {
    .d-lg-none {
        display: none !important;
    }
}

@media screen and (min-width:1250px) {
    .d-xl-none {
        display: none !important;
    }
}

.d-block {
    display: block !important;
}

@media screen and (min-width:1024px) {
    .d-lg-block {
        display: block !important;
    }
}

@media screen and (min-width:1250px) {
    .d-xl-block {
        display: block !important;
    }
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

@media screen and (min-width:1024px) {
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media screen and (min-width:1024px) {
    .align-items-lg-end {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

@media screen and (min-width:1024px) {
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media screen and (min-width:767px) {
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media screen and (min-width:1024px) {
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
    }
}

@media screen and (min-width:767px) {
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
    }
}

@media screen and (min-width:1024px) {
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media screen and (min-width:767px) {
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media screen and (min-width:1024px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width:767px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 40px);
    }
}

@media screen and (min-width:1024px) {
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media screen and (min-width:767px) {
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media screen and (min-width:1024px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width:767px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width:1024px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width:767px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
    }
}

@media screen and (min-width:1024px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12%;
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width:400px) {
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width:667px) {
    .order-sm-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width:767px) {
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width:1024px) {
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width:1250px) {
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width:1600px) {
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.view-get-all-news .bef-exposed-form .form-checkboxes .form-item, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

    .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label, .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label {
        position: relative;
        padding-left: 1.5em;
        cursor: pointer;
        margin-bottom: 0;
        width: 100%;
        color: #183456;
        font-weight: 300;
        font-size: 17px;
    }

    .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked), .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked), .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked {
        position: absolute;
        left: -9999px;
    }

        .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:before, .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label:before, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:before, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            bottom: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #00bdad;
            margin: 0 auto;
        }

        .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:after, .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label:after, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:after, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label:after {
            content: "\F00C";
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: Sans-serif;
            vertical-align: middle;
            position: absolute;
            top: 5px;
            bottom: 0;
            left: 0;
            margin: auto;
            font-size: 1.1em;
            color: #183456;
        }

        .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:after, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label:after, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked:focus + label:before, .view-get-all-news .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked):focus + label:before, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:checked:focus + label:before, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item [type=checkbox]:not(:checked):focus + label:before {
            border: 1px solid #00bdad;
        }

    .view-get-all-news .bef-exposed-form .form-checkboxes .form-item label:hover:before, .view-call-for-papers .bef-exposed-form .form-checkboxes .form-item label:hover:before {
        border: 1px solid #00bdad !important;
    }

.view-get-all-news .bef-exposed-form .form-actions, .view-call-for-papers .bef-exposed-form .form-actions {
    width: auto;
    margin: 0;
}

.social-share--wrapper {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(min-width:1024px) {
    .social-share--wrapper {
        display: block;
    }
}

@media(min-width:1024px) {
    .social-share--wrapper .addtoany_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.social-share--wrapper .addtoany_list p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
}

@media(min-width:1024px) {
    .social-share--wrapper .addtoany_list p {
        margin-right: 20px;
        display: inline-block;
        text-align: left;
    }
}

.social-share--top {
    border-top: 1px solid #cbd6d6;
    border-bottom: 1px solid #cbd6d6;
    margin-bottom: -4rem;
    padding-bottom: 2rem;
}

.social-share--bottom {
    border-top: 1px solid #cbd6d6;
}

@media(min-width:1024px) {
    .social-share--bottom .addtoany_list {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.paragraph--type--social-share {
    padding: 2rem;
}

.block-views-blockdomain-lp-skipnav-block-1.journal-cols__nav {
    margin-left: 0;
}

.node--type-call-for-papers .b-hero__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.node--type-call-for-papers .breadcrumb ol li:nth-child(3) {
    display: none;
}

.node--type-call-for-papers .field--name-field-guess-editors {
    font-size: 13px;
}

    .node--type-call-for-papers .field--name-field-guess-editors .field__items {
        padding-right: 0;
    }

        .node--type-call-for-papers .field--name-field-guess-editors .field__items > div {
            display: inline-block;
            margin-right: 4px;
        }

        .node--type-call-for-papers .field--name-field-guess-editors .field__items > .commas:last-child {
            display: none;
        }

        .node--type-call-for-papers .field--name-field-guess-editors .field__items .field__label {
            padding: 0;
        }

    .node--type-call-for-papers .field--name-field-guess-editors .field__item.commas {
        position: relative;
    }

        .node--type-call-for-papers .field--name-field-guess-editors .field__item.commas:not(:last-child)::before {
            content: ",";
            position: absolute;
            right: -4px;
            color: #000;
        }

    .node--type-call-for-papers .field--name-field-guess-editors .field__item p {
        margin: 0;
    }

.node--type-call-for-papers .cfp__content-header {
    display: block;
    font-size: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width:767px) {
    .node--type-call-for-papers .cfp__content-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.node--type-call-for-papers .cfp__journal {
    margin-bottom: 1em;
    width: 100%;
}

.node--type-call-for-papers .cfp__active-dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: 900;
    margin-top: 20px;
}

.node--type-call-for-papers .cfp__active-dates-label {
    font-weight: 700;
    margin-right: 5px;
}

.node--type-call-for-papers .cfp__active-dates-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cbd6d6;
    padding: 11px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    font-weight: 300;
    background-color: #fff;
}

@media screen and (min-width:667px) {
    .node--type-call-for-papers .cfp__active-dates-close {
        padding: 11px 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
    }
}

.node--type-call-for-papers .column-width-medium .content-title {
    font-size: 1.3em !important;
    font-weight: 500;
    margin-bottom: .6em;
    line-height: 1.3;
}

.node--view-mode-cfp-card {
    color: #333;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
}

    .node--view-mode-cfp-card .cfp-card__header {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/span 1;
    }

    .node--view-mode-cfp-card .cfp-card__active-dates-item {
        font-size: 12px;
        color: #757575;
        font-weight: 300;
    }

    .node--view-mode-cfp-card .cfp-card__active-dates-close {
        width: 100%;
        border-bottom: 1px solid #cbd6d6;
        border-top: transparent;
        padding: 5px;
        font-weight: 900;
        padding-left: 30px;
        padding-right: 30px;
    }

    .node--view-mode-cfp-card .cfp-card__active-dates-label, .node--view-mode-cfp-card .cfp-card__active-dates-item {
        display: inline-block;
    }

    .node--view-mode-cfp-card .cfp-card__content-body, .node--view-mode-cfp-card .cfp-card__editors, .node--view-mode-cfp-card .cfp-card__header {
        font-size: 13px;
    }

    .node--view-mode-cfp-card .cfp-card__content {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/span 1;
        overflow: auto;
    }

    .node--view-mode-cfp-card .cfp-card__content-journal {
        font-size: 12px;
        padding: 12px 0;
        font-style: italic;
    }

    .node--view-mode-cfp-card .cfp-card__content-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.25;
    }

    .node--view-mode-cfp-card .cfp-card__content, .node--view-mode-cfp-card .cfp-card__editors {
        padding: 12px 30px;
    }

    .node--view-mode-cfp-card .cfp-card__editors {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/span 1;
        -ms-grid-row-align: end;
        align-self: end;
        border-top: 1px solid #cbd6d6;
    }

        .node--view-mode-cfp-card .cfp-card__editors .field__label {
            font-size: 12px;
        }

.new-cfp-lisiting {
    max-width: 1080px;
    margin: auto;
}

@media screen and (max-width:1140px) and (min-width:1024px) {
    .new-cfp-lisiting {
        padding-right: 2em;
        padding-left: 2em;
    }
}

.new-cfp-lisiting .views-infinite-scroll-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .views-infinite-scroll-content-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.new-cfp-lisiting .cfp-lisiting-filters {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2em;
    padding-right: 2em;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp-lisiting-filters {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        padding: 0;
    }
}

.new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-field-journal-type-target-id, .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form [data-drupal-selector=edit-field-sdgs-target-id], .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form [data-drupal-selector=edit-field-journal-category-target-id-collapsible] {
    display: none;
}

.new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form [type=submit] {
    display: none;
}

.new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
}

    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine label {
        margin-right: 5px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
        width: 90px;
        font-family: Sans-serif;
    }

@media screen and (min-width:400px) {
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine label {
        width: 80px;
    }
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine label {
        margin-bottom: 0;
        width: 70px;
        margin-right: 10px;
    }
}

.new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select {
    width: 100%;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select {
        width: auto;
    }
}

.new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select select {
    max-width: 100%;
    border-radius: 20px;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
    border: 1px solid #cbd6d6;
    color: #007377;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp-lisiting-filters .views-exposed-form .form-item-sort-bef-combine .form-select select {
        width: 244px;
    }
}

.new-cfp-lisiting .cfp__cards-list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__cards-list {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.new-cfp-lisiting .cfp__filter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__filter {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.new-cfp-lisiting .cfp__cards {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:767px) {
    .new-cfp-lisiting .cfp__cards {
        padding: 0;
    }
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin-left: 5%;
    }
}

.new-cfp-lisiting .cfp__filter .form-item + .form-item {
    margin-top: 17px;
}

.new-cfp-lisiting .cfp__filter .view-display-id-block_3 {
    background-color: #f8f9fa;
    padding: 15px 2em;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 {
        -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
        box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }
}

.new-cfp-lisiting .cfp__filter .view-display-id-block_3.open-filter-list .view-filters {
    display: block;
}

.new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-desktop-label {
    display: none;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-desktop-label {
        display: block;
    }
}

.new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label {
    font-weight: 500;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label::after {
        content: "";
        position: absolute;
        right: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/themes/custom/emerald_publishing/assets/svg/down-arrow-green.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        pointer-events: none;
    }

    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label[aria-expanded=true]::after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        background-image: url(/themes/custom/emerald_publishing/assets/svg/down-arrow-green.svg);
    }

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .cfp__filter-mobile-label {
        display: none;
    }
}

.new-cfp-lisiting .cfp__filter .view-display-id-block_3 .view-filters {
    display: none;
    margin-top: 11px;
    border-top: 1px solid #cbd6d6;
    padding-top: 15px;
}

@media screen and (min-width:1024px) {
    .new-cfp-lisiting .cfp__filter .view-display-id-block_3 .view-filters {
        display: block;
    }
}

.new-cfp-lisiting .cfp__filter .form-select select {
    max-width: 100%;
    border-radius: 20px;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #cbd6d6;
    color: #007377;
}

.new-cfp-lisiting .cfp__filter .form-actions {
    margin-top: 20px;
}

    .new-cfp-lisiting .cfp__filter .form-actions button {
        margin-top: 0;
    }

        .new-cfp-lisiting .cfp__filter .form-actions button + button {
            margin-top: 12px;
            margin-left: 0;
        }

        .new-cfp-lisiting .cfp__filter .form-actions button.form-submit {
            width: 100%;
            padding: 0;
            background-color: #757575;
            font-size: 16px;
        }

            .new-cfp-lisiting .cfp__filter .form-actions button.form-submit::after {
                display: none;
            }

    .new-cfp-lisiting .cfp__filter .form-actions [value="Clear all filters"] {
        display: none;
        background-color: transparent !important;
        color: #007377;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .new-cfp-lisiting .cfp__filter .form-actions [value=Apply] {
        pointer-events: none;
        margin-bottom: 5px;
    }

    .new-cfp-lisiting .cfp__filter .form-actions.active-btn [value=Apply] {
        background-color: #003366 !important;
        pointer-events: auto !important;
    }

.new-cfp-lisiting .cfp__filter details {
    border: transparent;
    margin-top: 1.3em;
}

    .new-cfp-lisiting .cfp__filter details summary {
        border-bottom: 1px solid #cbd6d6;
        padding: 0 50px 6px;
        color: #007377;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -35px;
        margin-right: -35px;
    }

        .new-cfp-lisiting .cfp__filter details summary::after {
            position: absolute;
            right: 4.9rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            width: 20px;
            height: 20px;
            background-image: url(/themes/custom/emerald_publishing/assets/svg/down-arrow-green.svg);
            background-repeat: no-repeat;
            background-size: 15px;
            background-position: center;
            pointer-events: none;
        }

        .new-cfp-lisiting .cfp__filter details summary .details-title {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .new-cfp-lisiting .cfp__filter details summary[aria-expanded=true]::after {
            -webkit-transform: rotate(180deg) translateY(50%);
            -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
        }

    .new-cfp-lisiting .cfp__filter details .details-wrapper {
        background-color: #f2f2f2;
        padding: 0;
        border-bottom: 1px solid #cbd6d6;
        margin-left: -35px;
        margin-right: -35px;
    }

        .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes {
            padding: 14px 50px;
        }

            .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item {
                float: none;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item + .form-item {
                    margin-top: 16px;
                }

                .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type=checkbox]:not(:checked) + label, .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type=checkbox]:checked + label {
                    padding-left: 0;
                    font-size: 12px;
                    margin-left: 3em;
                    color: #007377;
                }

                    .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:before, .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type=checkbox]:checked + label:before {
                        left: -3em;
                        width: 20px;
                        height: 20px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        border-color: #007377;
                    }

                    .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type=checkbox]:not(:checked) + label:after, .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item [type=checkbox]:checked + label:after {
                        left: -2em;
                        color: #fff;
                        top: 0;
                        background-color: #183456;
                        width: 20px;
                        height: 20px;
                        font-size: 1.5em;
                        margin: auto;
                    }

                .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item input {
                    -webkit-box-ordinal-group: 3;
                    -webkit-order: 2;
                    -ms-flex-order: 2;
                    order: 2;
                    margin-right: 0;
                    height: 20px;
                    width: 20px;
                    position: relative;
                }

                .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item label {
                    -webkit-box-ordinal-group: 2;
                    -webkit-order: 1;
                    -ms-flex-order: 1;
                    order: 1;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item label .icon {
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }

                    .new-cfp-lisiting .cfp__filter details .details-wrapper > .form-checkboxes .form-item label .field_label {
                        font-size: 12px;
                        font-weight: 300;
                    }

.comments_ajax_pager_wrap .pager__item {
    position: relative;
}

    .comments_ajax_pager_wrap .pager__item.pager__item--next, .comments_ajax_pager_wrap .pager__item.pager__item--previous {
        position: absolute;
    }

.comments_ajax_pager_wrap .ajax-progress-throbber {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.comments__inner {
    border-top: 1px solid #ccc;
}

.comments__title {
    text-align: center;
}

.comments-form {
    background-color: #eee;
}

.comments-form__title {
    text-align: center;
}

.comments-count {
    font-size: 3.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 6rem;
    margin-bottom: 5rem;
}

    .comments-count::before {
        content: "";
        background-image: url(/themes/custom/emerald_publishing/assets/svg/speech-bubble.svg);
        background-repeat: no-repeat;
        position: absolute;
        left: -60px;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 15%;
        background-size: 35px;
        margin: auto;
        background-position: center;
    }

@media(min-width:1024px) {
    .comments-count::before {
        width: 5%;
    }
}

.comments-count > span {
    color: #007377;
    font-weight: 700;
    margin-right: 10px;
}

.comments-count > p {
    font-family: Sans-serif;
}

.comment {
    padding: 2em;
    margin: 2em 0;
    background-color: #c2dddd59;
    border-radius: 8px;
    scroll-margin-top: 200px;
}

    .comment ~ .comment-form {
        position: relative;
        padding: 3rem 3rem 4.7rem;
    }

        .comment ~ .comment-form .form-actions [value="Reply to comment"] {
            padding: 7px 4.3em;
            border-radius: 30px;
        }

        .comment ~ .comment-form .form-actions [value=Cancel] {
            background-color: #fff;
            color: #000;
            border: 1px solid #EFA345;
            margin-left: 15px;
            margin-top: 15px;
        }

@media(min-width:1024px) {
    .comment ~ .comment-form .form-actions [value=Cancel] {
        margin-top: 0;
    }
}

.comment ~ .indented {
    margin-left: 45px;
}

    .comment ~ .indented .comment {
        background-color: #fff;
        border-left: 2px solid #c2dddd;
        border-bottom: 2px solid #c2dddd;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 0;
    }

.comment .links {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .comment .links .comment-reply {
        padding-right: 0;
        position: relative;
    }

@media(min-width:1024px) {
    .comment .links .comment-reply .ajax-progress {
        bottom: -25px;
        left: 0;
    }
}

.comment .links .comment-reply a {
    color: #fff;
    background-color: #007377;
    background-color: #183456;
    border-radius: 1.25em;
    line-height: 2.5em;
    padding: .5em 1.5em .5em 3.5em;
    position: relative;
    -webkit-transition: .2s background-color cubic-bezier(.2,1,1,1);
    -o-transition: .2s background-color cubic-bezier(.2,1,1,1);
    transition: .2s background-color cubic-bezier(.2,1,1,1);
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .comment .links .comment-reply a::before {
        content: "";
        background-image: url(/themes/custom/emerald_publishing/assets/svg/back-arrow.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: .5em;
        position: absolute;
        left: 0;
        top: 0;
        height: 2.2em;
        width: 2.2em;
        border-radius: 50%;
        background-color: #0275d8;
        background-size: 50%;
    }

.comment-wrapper {
    border-top: 1px solid #cbd6d6;
}

.comment-form__header {
    padding: 0 2px;
    font-weight: 300;
    font-family: Sans-serif;
    line-height: 24px;
}

.comment-comment-form {
    padding: 20px 2px 0;
    background-color: #c2dddd59;
    border-radius: 8px;
}

    .comment-comment-form [data-drupal-selector=edit-cancel] {
        margin-top: 0;
    }

.comment__submitted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.comment__by {
    font-weight: 500;
}

.comment__date {
    margin-left: 2em;
}

.comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .comment-form .form-item label {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px;
    }

@media(min-width:1024px) {
    .comment-form .form-item {
        width: calc(50% - 1.5em);
    }
}

@media(min-width:1024px) {
    .comment-form .form-item.form-item-name {
        margin-right: 0;
    }
}

.comment-form .form-item.js-form-type-textarea {
    width: 100%;
    margin-bottom: 18px;
}

.comment-form .form-item textarea, .comment-form .form-item input {
    border-radius: 5px;
    padding: 15px;
}

.comment-form .form-item .form-textarea-wrapper {
    position: relative;
}

    .comment-form .form-item .form-textarea-wrapper textarea {
        min-height: 10em;
        font-family: Sans-serif;
        font-weight: 300;
    }

    .comment-form .form-item .form-textarea-wrapper .textfield_counter_counter {
        position: absolute;
        right: 15px;
        bottom: 10px;
        font-size: 12px;
        font-weight: 700;
        color: #183456;
    }

        .comment-form .form-item .form-textarea-wrapper .textfield_counter_counter .remaining_count {
            margin-right: 5px;
        }

.comment-form .js-form-item-notify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

    .comment-form .js-form-item-notify label {
        margin-bottom: 0;
    }

.comment-form__title {
    margin-bottom: 15px;
}

    .comment-form__title span {
        font-family: Sans-serif;
        font-weight: 500;
    }

.comment-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 2rem;
}

.comment-user {
    font-family: Sans-serif;
    font-size: 20px;
    color: #00665c;
    font-weight: 700;
}

.comment-footer .hide-btn {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 4rem;
}

    .comment-footer .hide-btn::before {
        content: "";
        background-image: url(/themes/custom/emerald_publishing/assets/svg/speech-bubble-v1.svg);
        background-repeat: no-repeat;
        position: absolute;
        left: -3.5rem;
        top: 2px;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-size: 20px;
    }

.comment-date {
    font-family: Sans-serif;
    font-size: 12px;
    color: #00665c;
    font-weight: 900;
    text-transform: uppercase;
}

.comment-body {
    margin-bottom: 3rem;
    word-break: break-all;
}

.comment-form__wrapper {
    background-color: #c2dddd;
    border-radius: 8px;
    padding: 3rem 3rem 4.7rem;
    position: relative;
}

    .comment-form__wrapper a {
        text-decoration: underline;
        color: inherit;
    }

    .comment-form__wrapper .messages--error {
        background-image: unset;
    }

    .comment-form__wrapper .messages--status, .comment-form__wrapper .messages--error {
        position: absolute;
        color: inherit;
        background-color: transparent;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: unset;
        bottom: -8px;
    }

@media(min-width:1024px) {
    .comment-form__wrapper .messages--status, .comment-form__wrapper .messages--error {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 55%;
        bottom: 37px;
        right: 35px;
        font-size: 14px;
    }
}

.comment-form .form-actions {
    width: auto;
    margin-top: 1.7em;
    position: relative;
}

@media(min-width:1024px) {
    .comment-form .form-actions {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.comment-form .form-actions .btn, .comment-form .form-actions .btn-anchor a, .btn-anchor .comment-form .form-actions a, .comment-form .form-actions a.btn-menu, .comment-form .form-actions .comment_load_more_pager a, .comment_load_more_pager .comment-form .form-actions a {
    padding: 7px 4.3em;
    border-radius: 30px;
    margin-top: 0;
}

    .comment-form .form-actions .btn:after, .comment-form .form-actions .btn-anchor a:after, .btn-anchor .comment-form .form-actions a:after, .comment-form .form-actions a.btn-menu:after, .comment-form .form-actions .comment_load_more_pager a:after, .comment_load_more_pager .comment-form .form-actions a:after {
        content: unset;
    }

@media(min-width:1024px) {
    .comment-form .form-actions .ajax-progress {
        position: absolute;
        bottom: -35px;
    }
}

.field--name-field-comment {
    width: 100%;
}

.b-accordion {
    overflow: hidden;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    background-color: #fff;
}

    .b-accordion + .b-accordion {
        margin-top: 5rem;
    }

.b-accordion__title {
    text-align: center;
    margin-bottom: .75em;
}

.b-accordion__header {
    font-size: 1.4em;
    padding: 1em;
    font-weight: 300;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1);
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
    position: relative;
    font-family: Sans-serif;
    padding-right: 5.5em;
    cursor: pointer;
}

    .b-accordion__header:before, .b-accordion__header:after {
        content: '';
        position: absolute;
        top: 50%;
    }

    .b-accordion__header:before {
        width: 1em;
        height: 1em;
        margin: -.5em;
        right: 2em;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAyNCAyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB4bWw6c3BhY2U9J3ByZXNlcnZlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJz48cG9seWxpbmUgZmlsbD0nbm9uZScgcG9pbnRzPScyMSw4LjUgMTIsMTcuNSAzLDguNSAnIHN0cm9rZT0nIzAwNzA3OScgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInLz48L3N2Zz4=);
        -webkit-transition: .2s -webkit-transform cubic-bezier(.2,1,1,1);
        transition: .2s -webkit-transform cubic-bezier(.2,1,1,1);
        -o-transition: .2s transform cubic-bezier(.2,1,1,1);
        transition: .2s transform cubic-bezier(.2,1,1,1);
        transition: .2s transform cubic-bezier(.2,1,1,1),.2s -webkit-transform cubic-bezier(.2,1,1,1);
    }

    .b-accordion__header:after {
        width: 1px;
        height: 1.5em;
        margin-top: -.75em;
        right: 4em;
        background-color: #ccc;
    }

.b-accordion__body {
    display: none;
    padding: 2.5em;
}

.b-accordion.open .b-accordion__header:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-image-video-text__inner {
    display: block;
}

@media screen and (min-width:767px) {
    .b-image-video-text__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.b-image-video-text--image-right .b-image-video-text__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.b-image-video-text__content, .b-image-video-text__image, .b-image-video-text__video {
    width: 100%;
}

@media screen and (min-width:767px) {
    .b-image-video-text__content, .b-image-video-text__image, .b-image-video-text__video {
        width: calc((100% - 5rem)/2);
    }
}

.b-image-video-text__image {
    width: calc(100% + 4rem);
    margin: 0 -2rem 2em;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

    .b-image-video-text__image img, .b-image-video-text__image video, .b-image-video-text__image iframe, .b-image-video-text__image .youtube_wrapper {
        display: block;
        width: 100%;
        -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
        box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    }

    .b-image-video-text__image video {
        height: auto;
    }

    .b-image-video-text__image img {
        height: auto;
    }

@media screen and (min-width:767px) {
    .b-image-video-text__image {
        width: calc((100% - 5rem)/2);
        margin: 0;
    }

        .b-image-video-text__image img, .b-image-video-text__image video, .b-image-video-text__image iframe, .b-image-video-text__image .youtube_wrapper {
            max-width: calc((100vw - 5rem)/2);
            width: 66rem;
            float: right;
        }
}

@media screen and (min-width:767px) {
    .b-image-video-text--image-right .b-image-video-text__image img, .b-image-video-text--image-right .b-image-video-text__image video, .b-image-video-text--image-right .b-image-video-text__image iframe, .b-image-video-text--image-right .b-image-video-text__image .youtube_wrapper {
        float: left;
    }
}

.b-image-video-text__pretitle .svg-icon {
    margin: -.1em .3em 0 0;
}

.b-image-video-text__pretitle.icon-present {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

.b-image-video-text__button {
    margin-top: 1em;
}

.paragraph--type--new-tab-image-video-text .youtube_wrapper {
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    width: 100%;
}

.paragraph--type--new-tab-image-video-text .youtube_wrapper__inner {
    padding-top: 65%;
}

    .paragraph--type--new-tab-image-video-text .youtube_wrapper__inner iframe {
        -o-object-fit: unset;
        object-fit: unset;
    }

.paragraph--type--new-tab-image-video-text .video-wrapper {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
}

    .paragraph--type--new-tab-image-video-text .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
        box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    }

.b-quote {
    text-align: center;
}

.b-quote__bg-colour {
    background-color: #fff;
}

.b-quote__text {
    font-size: 1.4em;
    max-width: 32em;
    color: #333;
    font-family: Sans-serif;
    margin: 0 auto;
    margin-bottom: .8em;
}

    .b-quote__text p {
        display: inline;
        vertical-align: middle;
        position: relative;
        z-index: 2;
    }

    .b-quote__text:before, .b-quote__text:after {
        content: '';
        display: inline-block;
        width: 2em;
        height: 2em;
        background-repeat: no-repeat;
        background-size: 2em auto;
        vertical-align: middle;
    }

    .b-quote__text:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDQ2LjIgNDAnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ2LjIgNDA7JyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48c3R5bGUgdHlwZT0ndGV4dC9jc3MnPiAuc3Qwe2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyA7fSAuc3Qxe2ZpbGw6I0M3RENERDt9Cjwvc3R5bGU+PGcgY2xhc3M9J3N0MCc+PHBhdGggY2xhc3M9J3N0MScgZD0nTTIxLjUsMzkuNkgwLjNWMjMuM2MwLTYsMS4zLTEwLjgsMy44LTE0LjNjMi41LTMuNSw2LjgtNi42LDEyLjktOS4ybDQuNiw4LjdjLTMuNywxLjgtNi4zLDMuNS03LjgsNS4yIGMtMS40LDEuNy0yLjIsMy44LTIuNCw2LjJoMTAuMlYzOS42eiBNNDYuMiwzOS42SDI1VjIzLjNjMC02LDEuMy0xMC44LDMuOC0xNC4zYzIuNS0zLjUsNi44LTYuNiwxMi45LTkuMmw0LjYsOC43IGMtMy43LDEuOC02LjMsMy41LTcuOCw1LjJjLTEuNCwxLjctMi4yLDMuOC0yLjQsNi4yaDEwLjJWMzkuNnonLz48L2c+PC9zdmc+Cg==);
        margin-right: -1em;
    }

    .b-quote__text:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDQ2LjIgNDAnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ2LjIgNDA7JyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48c3R5bGUgdHlwZT0ndGV4dC9jc3MnPiAuc3Qwe2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyA7fSAuc3Qxe2ZpbGw6I0M3RENERDt9Cjwvc3R5bGU+PGcgY2xhc3M9J3N0MCc+PHBhdGggY2xhc3M9J3N0MScgZD0nTTIxLjUsMzkuNkgwLjNWMjMuM2MwLTYsMS4zLTEwLjgsMy44LTE0LjNjMi41LTMuNSw2LjgtNi42LDEyLjktOS4ybDQuNiw4LjdjLTMuNywxLjgtNi4zLDMuNS03LjgsNS4yIGMtMS40LDEuNy0yLjIsMy44LTIuNCw2LjJoMTAuMlYzOS42eiBNNDYuMiwzOS42SDI1VjIzLjNjMC02LDEuMy0xMC44LDMuOC0xNC4zYzIuNS0zLjUsNi44LTYuNiwxMi45LTkuMmw0LjYsOC43IGMtMy43LDEuOC02LjMsMy41LTcuOCw1LjJjLTEuNCwxLjctMi4yLDMuOC0yLjQsNi4yaDEwLjJWMzkuNnonLz48L2c+PC9zdmc+Cg==);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: -1em;
    }

.b-quote__author {
    color: #183456;
    font-weight: 500;
    max-width: 30em;
    margin: 0 auto;
}

.wysiwyg {
}

    .wysiwyg fieldset {
        border: transparent;
    }

    .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
        margin-top: 1em;
        margin-bottom: .6em;
    }

    .wysiwyg li {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .wysiwyg > *:first-child {
        margin-top: 0;
    }

    .wysiwyg > *:last-child {
        margin-bottom: 0;
    }

    .wysiwyg h2 {
        font-size: 2em;
        line-height: 1.3;
    }

        .wysiwyg h2 + h3 {
            margin-top: .6em;
        }

    .wysiwyg h3 {
        font-size: 1.7em;
        line-height: 1.35;
    }

        .wysiwyg h3 + h4 {
            margin-top: .7em;
        }

    .wysiwyg h4 {
        font-size: 1.5em;
        line-height: 1.4;
    }

        .wysiwyg h4 + h5 {
            margin-top: .8em;
        }

    .wysiwyg h5, .wysiwyg .fs-5 {
        font-size: 1.2em;
        line-height: 1.5;
    }

    .wysiwyg h6, .wysiwyg .fs-6 {
        font-size: 1em;
    }

    .wysiwyg .fs-3 {
        font-size: 1.7em;
        line-height: 1.35;
    }

    .wysiwyg b, .wysiwyg strong {
        font-weight: 500;
    }

    .wysiwyg main {
        line-height: 1.5;
    }

    .wysiwyg a:not([class]) {
        color: #183456;
        font-weight: 500;
        text-decoration: none;
        -webkit-transition: .2s color cubic-bezier(.2,1,1,1);
        -o-transition: .2s color cubic-bezier(.2,1,1,1);
        transition: .2s color cubic-bezier(.2,1,1,1);
        cursor: pointer;
    }

        .wysiwyg a:not([class]):hover {
            text-decoration: underline;
            color: #0275d8;
        }

    .wysiwyg ul, .wysiwyg ol {
        margin-left: 1em;
    }

    .wysiwyg li {
        position: relative;
    }

    .wysiwyg ul > li {
        list-style-type: none;
    }

        .wysiwyg ul > li:before {
            content: "\2022";
            color: #0275d8;
            position: absolute;
            top: 0;
            left: -1em;
        }

        .wysiwyg ul > li ul > li:before {
            content: "-";
        }

    .wysiwyg img {
        max-width: 100%;
        height: auto;
    }

.b-single-col__inner {
    max-width: 700px;
}

    .b-single-col__inner.wide {
        max-width: 1080px;
    }

blockquote {
    font-family: Sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    margin: 1.4em 0;
}

    blockquote .citation {
        font-size: .8em;
        margin-top: -1em;
        color: #000;
        font-family: Sans-serif;
        margin-bottom: 1.3em;
    }

.b-full-width-image__image {
    -webkit-box-shadow: 1.25em 1.25em 0 -.5em #fff,0 0 2rem rgba(0,0,0,.1);
    box-shadow: 1.25em 1.25em 0 -.5em #fff,0 0 2rem rgba(0,0,0,.1);
}

.b-full-width-image img, .b-full-width-image video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.b-card-list {
    text-align: center;
}

.b-card-list__header {
    margin-bottom: 4em;
    padding-top: 20px;
}

.b-card-list__text {
    max-width: 35em;
    margin: 0 auto;
}

.b-card-list__cards {
    position: relative;
    overflow: hidden;
    margin: 0 -2.5rem;
    padding: 0 2.5rem;
}

.b-card-list__cards-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    /*-webkit-justify-content: space-between;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 20px;
}

.b-card-list--slider .b-card-list__cards-inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.b-card-list__card {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media(min-width:650px) {
    .b-card-list__card {
        width: calc((100% - 5rem)/2);
    }
}

@media(min-width:1000px) {
    .b-card-list__card {
        width: calc((100% - (5rem * 2))/3);
    }

    .b-card-list--grid .b-card-list__card:last-child:nth-child(3n+2), .b-card-list--grid .b-card-list__card:nth-last-child(2):nth-child(3n+1) {
        width: calc((100% - 5rem)/2);
    }

    .b-card-list--grid .b-card-list__card:last-child:nth-child(3n+1) {
        margin-left: auto;
        margin-right: auto;
    }

    .b-card-list--grid .b-card-list__card:nth-child(1):nth-last-child(4), .b-card-list--grid .b-card-list__card:nth-child(2):nth-last-child(3), .b-card-list--grid .b-card-list__card:nth-child(3):nth-last-child(2), .b-card-list--grid .b-card-list__card:nth-child(4):nth-last-child(1) {
        width: calc((100% - 5rem)/2);
        margin-left: 0;
        margin-right: 0;
    }

        .b-card-list--grid .b-card-list__card:nth-child(1):nth-last-child(4) .b-card__image, .b-card-list--grid .b-card-list__card:nth-child(2):nth-last-child(3) .b-card__image, .b-card-list--grid .b-card-list__card:nth-child(3):nth-last-child(2) .b-card__image, .b-card-list--grid .b-card-list__card:nth-child(4):nth-last-child(1) .b-card__image {
            padding-top: 50%;
        }
}

.b-card-list__nav {
    margin-top: 2em;
}

.b-card-list__btn {
    margin-top: 2em;
}

@media(min-width:650px) {
    .b-card-list--title-left .b-card-list__inner, .b-card-list--title-right .b-card-list__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-card-list--title-right .b-card-list__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .b-card-list--title-left .b-card-list__header, .b-card-list--title-right .b-card-list__header {
        text-align: left;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc((100% - 5rem) * 0.5);
    }

    .b-card-list--title-left .b-card-list__header {
        margin-right: 5rem;
    }

    .b-card-list--title-right .b-card-list__header {
        margin-left: 5rem;
    }

    .b-card-list--title-left .b-card-list__body, .b-card-list--title-right .b-card-list__body {
        width: calc((100% - 5rem) * 0.5);
    }

    @supports((-webkit-clip-path:polygon(0 0,150% 0,150% 100%,0 100%)) or (clip-path:polygon(0 0,150% 0,150% 100%,0 100%))) {
        .b-card-list--title-left .b-card-list__cards, .b-card-list--title-right .b-card-list__cards {
            overflow: visible;
        }

            .b-card-list--title-left .b-card-list__cards:after, .b-card-list--title-right .b-card-list__cards:after {
                content: "";
                width: 50%;
                height: 100%;
                position: absolute;
                top: 0;
            }

        .b-card-list--title-left .b-card-list__cards {
            -webkit-clip-path: polygon(0 0,150% 0,150% 100%,0 100%);
            clip-path: polygon(0 0,150% 0,150% 100%,0 100%);
        }

            .b-card-list--title-left .b-card-list__cards:after {
                left: 100%;
                background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff));
                background: -o-linear-gradient(left,rgba(255,255,255,0),#fff);
                background: linear-gradient(to right,rgba(255,255,255,0),#fff);
            }

        .b-card-list--title-right .b-card-list__cards {
            -webkit-clip-path: polygon(-50% 0,100% 0,100% 100%,-50% 100%);
            clip-path: polygon(-50% 0,100% 0,100% 100%,-50% 100%);
        }

            .b-card-list--title-right .b-card-list__cards:after {
                right: 100%;
                background: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,0)),to(#fff));
                background: -o-linear-gradient(right,rgba(255,255,255,0),#fff);
                background: linear-gradient(to left,rgba(255,255,255,0),#fff);
            }
    }
}

@media(min-width:980px) {
    .b-card-list--title-left .b-card-list__header, .b-card-list--title-right .b-card-list__header {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc((100% - 5rem) * 0.35);
    }

    .b-card-list--title-left .b-card-list__body, .b-card-list--title-right .b-card-list__body {
        width: calc((100% - 5rem) * 0.65);
    }
}

.b-card {
    text-align: left;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    margin: 0 0 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    .b-card.news-grid__card {
        margin: 2.5rem 0;
    }

.b-card__link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    border: 2px solid transparent;
}

    .b-card__link-overlay:hover {
        border: 2px solid #183456;
    }

.b-card__image {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 60%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .b-card__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }

.b-card__content {
    padding: 1em 1.5em;
    min-height: 11em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #333;
}

    .b-card__content .field--name-field-block-pretitle {
        font-size: 12px;
        color: #757575;
        font-weight: 500;
    }

    .b-card__content hr {
        border: none;
        border-top: 1px solid rgba(0,0,0,.2);
    }

    .b-card__content h2, .b-card__content h3, .b-card__content h4, .b-card__content h5, .b-card__content h6, .b-card__content p, .b-card__content ul, .b-card__content ol {
        margin-top: 1em;
    }

    .b-card__content ul, .b-card__content ol {
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

        .b-card__content ul > li {
            list-style-type: none;
            position: relative;
        }

            .b-card__content ul > li:before {
                content: "\2022";
                color: #0275d8;
                position: absolute;
                top: 0;
                left: -1em;
            }

    .b-card__content h3.b-card__title {
        margin-bottom: .5em;
        margin-top: .5em;
    }

    .b-card__content .fs-4-bold {
        font-size: 1.7rem;
        font-family: Sans-serif;
        font-weight: 700;
    }

.b-card__title {
    font-family: Sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .b-card__title .title-icon {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        margin-right: .5em;
    }

    .b-card__title a {
        display: block;
    }

.b-card__link {
    padding: .5em 1.5em;
    border-top: 1px solid #ccc;
    font-weight: 500;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #183456;
}

    .b-card__link:after {
        content: "";
        width: .8em;
        height: .8em;
        margin-left: .25em;
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgMCAwIDI0IDI0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwb2x5bGluZSBmaWxsPSdub25lJyBwb2ludHM9JzguNSwyMSAxNy41LDEyIDguNSwyICcgc3Ryb2tlPScjMDA2ZjdhJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicvPjwvc3ZnPg==);
        background-size: contain;
    }

.b-card-list--hide-buttons .b-card__link {
    display: none;
}

.b-card--journal {
    text-align: center;
    margin-top: 8.5em;
}

    .b-card--journal .b-card__content {
        min-height: 0;
    }

    .b-card--journal .b-card__image {
        width: 70%;
        height: 11em;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -8.5em auto 0;
    }

        .b-card--journal .b-card__image img {
            -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1);
            box-shadow: 0 0 2rem rgba(0,0,0,.1);
            margin: auto;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position: static;
        }

.b-card .cover-link {
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.two-columns {
    max-width: 767px;
    margin: 0 -1rem;
    padding: 4rem 0;
}

.b-hero {
    position: relative;
}

    .b-hero.section {
        padding: 0;
    }

.b-hero__strapline {
    line-height: 1.6;
    margin-bottom: 2em;
}

.b-hero__slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-hero__slider-container {
    position: relative;
}

.b-hero__slide {
    padding: 0 2em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    color: #fff;
}

.b-hero__slide--dark {
    color: #424243;
}

    .b-hero__slide--dark:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
        background-color: rgba(255,255,255,.85);
        z-index: 1;
    }

.b-hero__slide--default {
    color: #424243;
}

.b-hero .card-nav {
    margin: 0;
}

.b-hero .hero-nav {
    display: block;
}

.b-hero .hero-nav__dots {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 2.5em;
    left: 5rem;
}

@media(min-width:1270px) {
    .b-hero .hero-nav__dots {
        left: 0;
    }
}

.b-hero .hero-nav__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    opacity: .5;
    margin: .5rem;
    -webkit-transition: .2s opacity cubic-bezier(.2,1,1,1);
    -o-transition: .2s opacity cubic-bezier(.2,1,1,1);
    transition: .2s opacity cubic-bezier(.2,1,1,1);
}

    .b-hero .hero-nav__dot.active {
        opacity: 1;
    }

.b-hero .hero-nav__prev, .b-hero .hero-nav__next {
    position: absolute;
    width: 4.2rem;
    height: 4.8rem;
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    background: center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0MiA0OCcgZW5hYmxlLWJhY2tncm91bmQ9J25ldyAwIDAgNDIgNDgnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZmZmZicgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgcG9pbnRzPSc0MSwzNS41IDQxLDEyLjUgMjEsMC45IDEsMTIuNSAxLDM1LjUgMjEsNDcuMSAnLz48cG9seWxpbmUgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgcG9pbnRzPScyMywyOS41IDE3LjUsMjQgMjMsMTguNSAnLz48L3N2Zz4=);
    background-size: contain;
    margin: -2.4rem 0;
    left: 2em;
    bottom: 3em;
}

@media(min-width:1270px) {
    .b-hero .hero-nav__prev, .b-hero .hero-nav__next {
        bottom: 50%;
    }
}

.b-hero .hero-nav__next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 2em;
    left: auto;
}

.b-hero__image {
    height: 100%;
    width: 100%;
}

    .b-hero__image > picture img, .b-hero__image > video, .b-hero__image > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }

.b-hero__inner {
    z-index: 2;
    padding-top: 3em;
    padding-bottom: 2em;
    position: relative;
    height: 100%;
}

@media(min-width:1270px) {
    .b-hero__inner {
        height: auto;
    }
}

.b-hero--slider .b-hero__inner {
    padding-bottom: 5em;
}

.b-hero--home .b-hero__inner {
    padding-top: 2.7em;
    padding-bottom: 8.2em;
}

@media screen and (min-width:1024px) {
    .b-hero--home .b-hero__inner {
        padding-top: 5.5em;
    }
}

.b-hero--home .hero-nav__dots {
    bottom: 5em;
}

.b-hero--home .hero-nav__prev, .b-hero--home .hero-nav__next {
    bottom: 5.5em;
}

@media(min-width:1270px) {
    .b-hero--home .hero-nav__prev, .b-hero--home .hero-nav__next {
        bottom: 50%;
    }
}

.b-hero__title {
    font-weight: 100;
    margin: 0 0 .2em;
    line-height: 1;
    font-size: 2.5em;
}

@media screen and (min-width:767px) {
    .b-hero__title {
        font-size: 3.5em;
    }
}

@media screen and (min-width:1024px) {
    .b-hero__title {
        font-size: 4.5em;
    }
}

.b-hero__title span, .b-hero__title b {
    font-weight: 500;
}

@media screen and (min-width:767px) {
    .b-hero--home .b-hero__title {
        font-size: 4em;
    }
}

@media screen and (min-width:1024px) {
    .b-hero--home .b-hero__title {
        font-size: 5.5em;
    }
}

.b-hero__text {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 2em;
}

@media screen and (min-width:767px) {
    .b-hero__text {
        max-width: 60%;
    }
}

.b-hero__news-text {
    font-size: 1.1em;
    line-height: 1.6;
}

.b-hero--home .b-hero__text {
    font-size: 1.4em;
}

.breadcrumb {
    font-size: 1.3rem;
    position: relative;
    margin-top: -2em;
}

    .breadcrumb li:before {
        content: "\203A   ";
    }

.b-hero__slide--light .breadcrumb a {
    color: #fff;
}

.node--view-mode-domain-lp-banner picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .node--view-mode-domain-lp-banner picture img {
        min-height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100%;
        position: absolute;
    }

@media screen and (max-width:1250px) {
    .node--view-mode-domain-lp-banner .section__inner {
        padding-left: 2em;
        padding-right: 2em;
    }
}

.node--view-mode-domain-lp-banner .section__inner .banner-contents-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width:1024px) {
    .node--view-mode-domain-lp-banner .section__inner .banner-contents-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 2rem;
    }
}

.b-hero__search {
    position: relative;
}

.b-hero__search-inner {
    display: block;
    padding: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 85%;
    z-index: 10;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -2.5em;
    margin-bottom: 2em;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
}

@media screen and (min-width:767px) {
    .b-hero__search-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 95%;
    }
}

@media screen and (min-width:1024px) {
    .b-hero__search-inner {
        max-width: 90%;
        padding: 3em 2em;
    }
}

@media screen and (min-width:1600px) {
    .b-hero__search-inner {
        max-width: 1080px;
    }
}

.b-hero__search-inner p {
    color: #333;
    font-size: 1.1em;
    white-space: nowrap;
}

@media screen and (min-width:767px) {
    .b-hero__search-inner p {
        font-size: 1.4em;
    }
}

.b-hero__search-inner button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width:767px) {
    .b-hero__search-inner button {
        margin-left: 0;
        display: block;
        width: 2.5em;
        padding: 0;
        background-color: transparent;
    }
}

.b-hero__select {
    position: relative;
    margin-bottom: .5em;
    font-size: 1.1em;
    background-image: url(/themes/custom/emerald_publishing/assets/svg/down-arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right .5em center;
}

@media screen and (min-width:767px) {
    .b-hero__select {
        font-size: 1.4em;
        margin-bottom: 0;
    }
}

.b-hero__select {
    -webkit-appearance: none;
    color: #0275d8;
    padding: .25em 1.2em .25em .25em;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #cbd6d6;
    font-weight: 500;
    width: 100%;
    min-width: 8em;
    line-height: 1.5;
    padding-top: .35em !important;
    padding-bottom: .35em !important;
}

@media screen and (min-width:767px) {
    .b-hero__select {
        width: auto;
        margin: 0 .5em;
    }
}

.b-hero__select:hover {
    cursor: pointer;
}

.b-statistics__inner {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3.5rem 0;
}

.b-statistics__statistics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.b-statistics__statistic {
    width: 100%;
    margin: 2.5rem 0;
}

@media(min-width:500px) {
    .b-statistics__statistic {
        width: calc((100% - 5rem)/2);
    }
}

@media(min-width:950px) {
    .b-statistics__statistic {
        width: calc((100% - (5rem * 3))/4);
    }
}

.b-statistic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-statistic__title, .b-statistic__description {
    width: 100%;
    text-align: center;
}

.b-statistic__title {
    font-weight: 500;
    color: #183456;
    font-size: 4em;
    line-height: 1.2;
}

.b-statistic__description {
    font-size: 1.4em;
    line-height: 1.2;
}

.journal-header__title {
    margin: .25em 0;
    line-height: 1.2;
}

.journal-header__issn {
    margin: 1em 0;
}

.journal-header__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.journal-header__logos-logo {
    height: auto;
    text-align: left;
    margin-left: 1rem;
}

    .journal-header__logos-logo img {
        width: 4em;
        height: 4em;
        -o-object-fit: contain;
        object-fit: contain;
        margin: auto;
    }

.journal-header__image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 240px;
}

    .journal-header__image img {
        width: 100%;
        height: auto;
    }

    .journal-header__image .open-access {
        cursor: pointer;
    }

    .journal-header__image .open-access__wrapper {
        width: 2em;
        height: auto;
        position: absolute;
        top: 1em;
        left: -1em;
    }

    .journal-header__image .open-access__popout {
        position: absolute;
        width: 200px;
        text-align: left;
        background-color: #fff;
        padding: 15px;
        right: 40px;
        z-index: 1;
        top: -40px;
        border: 1px solid #cbd6d6;
        display: none;
    }

@media screen and (min-width:767px) {
    .journal-header__image .open-access__popout {
        right: -220px;
    }
}

.journal-header__image .open-access__popout p {
    font-size: 16px;
}

.journal-header__ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1em;
}

    .journal-header__ctas .btn, .journal-header__ctas .btn-anchor a, .btn-anchor .journal-header__ctas a, .journal-header__ctas a.btn-menu, .journal-header__ctas .comment_load_more_pager a, .comment_load_more_pager .journal-header__ctas a {
        margin-right: 1rem !important;
        margin-bottom: .5rem !important;
    }

@media screen and (min-width:450px) {
    .journal-header {
    }

    .journal-header__logos-logo img {
        width: 5em;
        height: 3.75em;
    }
}

@media screen and (min-width:1100px) {
    .journal-header {
    }

    .journal-header__logos-logo img {
        width: 120px;
        height: 90px;
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .journal-header__logos-logo img {
        width: auto;
        height: auto;
    }
}

@media screen and (min-width:750px) {
    .journal-header {
    }

    .journal-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .journal-header .banner-contents-wrapper {
            padding-right: 2rem;
        }

        .journal-header .breadcrumb {
            position: absolute;
        }

    .journal-header__title {
        margin: 0;
        font-size: 2.5em;
    }

    .journal-header__ctas {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 8rem;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .journal-header__logos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .journal-header__logos-logo {
        margin-left: 1em;
    }

    .journal-header__issn {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .journal-header__logo-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 2rem 0;
    }
}

@media screen and (min-width:1000px) {
    .journal-header__issn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        width: 10em;
        white-space: nowrap;
    }

    .journal-header__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .journal-header .banner-contents-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .journal-header__logos {
        -ms-grid-column: 2;
        grid-column: 2;
    }

    .journal-header__logos-logo {
        margin-left: 1rem;
    }
}

.journal-header + .section > .section__inner:first-child {
    margin-top: 0;
}

.journal-cols {
    max-width: 1080px;
    margin: 3em auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.journal-cols__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5em;
    width: 14em;
    padding: 1em 1.5em;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto 2em;
    z-index: 1;
    background-color: #fff;
}

@media(max-width:767px) {
    .journal-cols__nav {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) and (min-width:767px) {
    .journal-cols__nav {
        margin: 0 1em 2em;
    }
}

.journal-cols__nav h3 {
    font-size: 1em;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

    .journal-cols__nav h3:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        width: 1em;
        height: 1em;
        margin-top: -.5em;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAyNCAyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB4bWw6c3BhY2U9J3ByZXNlcnZlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJz48cG9seWxpbmUgZmlsbD0nbm9uZScgcG9pbnRzPScyMSw4LjUgMTIsMTcuNSAzLDguNSAnIHN0cm9rZT0nIzAwNzA3OScgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInLz48L3N2Zz4=);
        -webkit-transition: .25s -webkit-transform ease-in-out;
        transition: .25s -webkit-transform ease-in-out;
        -o-transition: .25s transform ease-in-out;
        transition: .25s transform ease-in-out;
        transition: .25s transform ease-in-out,.25s -webkit-transform ease-in-out;
    }

.journal-cols__nav.open h3:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.journal-cols__nav-links {
    display: none;
}

.journal-cols__nav.open .journal-cols__nav-links {
    display: block;
}

.journal-cols__nav-link {
    display: block;
    margin: .5em 0;
}

    .journal-cols__nav-link:hover {
        text-decoration: underline;
    }

.journal-cols__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width:1024px) {
    .journal-cols__content .section:first-child .section__inner {
        padding-top: 0;
    }
}

@media(min-width:850px) {
    .journal-cols__wrapper {
        padding: 1.5em 1.5em .95em;
    }

    .journal-cols__nav {
        margin: 5em;
        top: 4em;
        padding: 1.5em;
    }

    .journal-cols__content {
        padding-right: 1em;
    }
}

@media screen and (min-width:1024px) {
    .journal-cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .journal-cols__nav h3:after {
        display: none;
    }

    .journal-cols__nav-links {
        display: block;
    }
}

.b-journal-info__stats-list {
    display: block;
    margin-bottom: 20px;
}

@media screen and (min-width:767px) {
    .b-journal-info__stats-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px;
        margin-bottom: 20px;
    }
}

.wysiwyg .b-journal-info__stats-list {
    margin: 1em auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-journal-info__stat {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #cbd6d6;
    padding: 10px 5em 10px 10px;
    position: relative;
    min-height: 7em;
}

@media screen and (min-width:767px) {
    .b-journal-info__stat {
        margin: 0 7.5px;
        width: calc(20% - 15px);
        padding: 15px 12px 5px;
    }
}

@media screen and (min-width:1024px) {
    .b-journal-info__stat {
        width: calc(19% - 15px);
    }
}

.b-journal-info__stat-image {
    width: 70%;
    max-width: 85px;
    margin-bottom: 5px;
}

@media screen and (min-width:767px) {
    .b-journal-info__stat-image {
        margin: 0 auto;
    }
}

.b-journal-info__stat-image img {
    width: 100%;
    display: block;
}

.b-journal-info__stat p {
    margin: 0;
}

.b-journal-info__stat-number {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

@media screen and (min-width:767px) {
    .b-journal-info__stat-number {
        text-align: center;
        position: static;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media screen and (min-width:767px) {
    .b-journal-info__stat-description {
        text-align: center;
    }
}

.b-journal-info__stat-description p {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

    .b-journal-info__stat-description p.small {
        font-size: 10px;
    }

.b-journal-info__stat--dora-signature {
    position: relative;
}

    .b-journal-info__stat--dora-signature img {
        width: 100%;
        display: block;
    }

.b-journal-info__useful-links {
    padding: .75em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .b-journal-info__useful-links ul {
        max-width: 1080px;
        margin: 0 1em;
        list-style-type: none;
    }

@media screen and (min-width:767px) {
    .b-journal-info__useful-links ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }
}

.b-journal-info__useful-links li {
    margin: 5px 0;
    font-weight: 500;
}

@media screen and (min-width:767px) {
    .b-journal-info__useful-links li {
        margin: 0 15px;
    }
}

.b-journal-info__useful-links li a {
    color: #EFA345;
    font-weight: 500;
}

    .b-journal-info__useful-links li a:hover {
        text-decoration: underline;
    }

.journal-trust-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1em;
    margin: -2em 0;
}

.journal-trust-logos__logo {
    width: 25%;
    text-align: center;
}

    .journal-trust-logos__logo img {
        margin: auto;
        width: 5em;
        height: 5em;
        -o-object-fit: contain;
        object-fit: contain;
    }

@media(min-width:450px) {
    .journal-trust-logos {
        padding: 0 1em;
    }
}

@media(min-width:600px) {
    .journal-trust-logos__logo img {
        width: 120px;
        height: 120px;
    }
}

.editorial-team, .author-guidelines {
    font-size: .8em;
    line-height: 1.3em;
    word-break: break-word;
}

    .editorial-team ul {
        margin-left: 0;
    }

    .editorial-team li:before {
        display: none;
    }

#journal-description::before {
    content: "";
    display: block;
    visibility: hidden;
    height: 72px;
    margin-top: -72px;
}

.b-image-slider {
    text-align: center;
    background-color: #eee;
}

.b-image-slider__title {
    margin-bottom: 1em;
}

.b-image-slider__slider {
    position: relative;
    overflow: hidden;
}

.b-image-slider__slider-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.b-image-slider__image {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1);
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
}

.b-image-slider__image-link {
    position: relative;
    display: block;
    height: 0;
    padding-top: 62.5%;
}

    .b-image-slider__image-link img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media(min-width:500px) {
    .b-image-slider__image {
        width: calc((100% - 5rem)/2);
    }
}

@media(min-width:700px) {
    .b-image-slider__image {
        width: calc((100% - (5rem * 2))/3);
    }
}

@media(min-width:920px) {
    .b-image-slider__image {
        width: calc((100% - (5rem * 3))/4);
    }
}

.b-image-slider--grid .b-image-slider__slider-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5rem 0;
}

.b-image-slider--grid .b-image-slider__image {
    margin: 2.5rem 0;
}

.b-image-slider__nav {
    margin-top: 1em;
}

.journal-grid button[disabled] {
    cursor: progress;
}

.journal-grid__title {
    text-align: center;
    margin-bottom: 15px;
}

    .journal-grid__title p {
        font-size: 4rem;
        font-weight: 300;
    }

.journal-grid__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:767px) {
    .journal-grid__cards {
        margin: -20px;
    }
}

.journal-grid__card {
    width: 100%;
    margin: 180px 0 60px;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    padding-top: 70px;
    position: relative;
}

@media screen and (min-width:767px) {
    .journal-grid__card {
        width: calc(50% - 40px);
        margin: 180px 20px 60px;
    }
}

@media screen and (min-width:1024px) {
    .journal-grid__card {
        width: calc(33.33333% - 40px);
    }
}

.journal-grid__card-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 175px;
    position: absolute;
    top: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .journal-grid__card-image img {
        display: block;
        width: 100%;
        height: 100%;
    }

.journal-grid__card .open-access__wrapper {
    width: 2em;
    height: auto;
    position: absolute;
    top: 1em;
    right: -1em;
}

.journal-grid__title p {
    font-size: 20px;
    text-align: center;
    padding: 0 40px 20px;
    color: #333;
}

.journal-grid__link {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #cbd6d6;
    border-bottom: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.journal-grid__more {
    text-align: center;
    padding: 10px 10px 50px;
    border-bottom: 1px solid #cbd6d6;
}

.journal-grid__letter-select {
    margin: 10px 0 50px;
    text-align: center;
}

    .journal-grid__letter-select .form-select {
        display: inline-block;
        margin: 0 auto;
    }

    .journal-grid__letter-select ul {
        display: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
    }

@media screen and (min-width:767px) {
    .journal-grid__letter-select ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .journal-grid__letter-select .form-select {
        display: none;
    }
}

.journal-grid__letter-select li {
    cursor: pointer;
    color: #183456;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

    .journal-grid__letter-select li:hover, .journal-grid__letter-select li.is-active {
        color: #00bdad;
    }

    .journal-grid__letter-select li.is-disabled {
        color: #ccc;
        pointer-events: none;
    }

        .journal-grid__letter-select li.is-disabled:hover {
            cursor: default;
        }

.journal-grid__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .journal-grid__filters .js-form-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .journal-grid__filters .js-form-item label {
            margin-right: 10px;
        }

    .journal-grid__filters .js-form-type-textfield {
        display: none;
    }

    .journal-grid__filters .js-form-item-searchfor {
        display: block;
    }

        .journal-grid__filters .js-form-item-searchfor .form-submit {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 3em;
            height: 100%;
            margin: 0;
            overflow: hidden;
            white-space: nowrap;
            text-indent: 150%;
            z-index: 1;
        }

.journal-grid__search-results {
    text-align: center;
}

@media screen and (min-width:850px) {
    .journal-grid__search-results {
        text-align: left;
    }
}

.journal-grid__filters-sticky .js-form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.journal-grid .form-submit, .journal-grid .js-form-item-title {
    display: none;
}

.journal-grid .js-form-item-sort-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none !important;
}

.journal-grid .js-form-type-textfield {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    position: relative;
    margin-bottom: 60px;
}

    .journal-grid .js-form-type-textfield:after {
        content: "";
        width: 42px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjMuMC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAtLT48c3ZnIHZlcnNpb249JzEuMScgaWQ9J0xheWVyXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgNTEyIDUxMicgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxzdHlsZSB0eXBlPSd0ZXh0L2Nzcyc+IC5zdDB7ZmlsbDojMDA2RjdBO30KPC9zdHlsZT48cGF0aCBjbGFzcz0nc3QwJyBkPSdNMzQ0LjUsMjk4YzE1LTIzLjYsMjMuOC01MS42LDIzLjgtODEuN2MwLTg0LjEtNjguMS0xNTIuMy0xNTIuMS0xNTIuM0MxMzIuMSw2NCw2NCwxMzIuMiw2NCwyMTYuMyBzNjguMSwxNTIuMywxNTIuMSwxNTIuM2MzMC41LDAsNTguOS05LDgyLjctMjQuNGw2LjktNC44TDQxNC4zLDQ0OGwzMy43LTM0LjNMMzM5LjUsMzA1LjFMMzQ0LjUsMjk4eiBNMzAxLjQsMTMxLjIgYzIyLjcsMjIuNywzNS4yLDUyLjksMzUuMiw4NXMtMTIuNSw2Mi4zLTM1LjIsODVzLTUyLjksMzUuMi04NSwzNS4ycy02Mi4zLTEyLjUtODUtMzUuMnMtMzUuMi01Mi45LTM1LjItODVzMTIuNS02Mi4zLDM1LjItODUgczUyLjktMzUuMiw4NS0zNS4yQzI0OC41LDk2LDI3OC43LDEwOC41LDMwMS40LDEzMS4yeicvPjwvc3ZnPgo=);
        background-size: contain;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-left: 1px solid #cbd6d6;
    }

    .journal-grid .js-form-type-textfield input {
        width: calc(100% - 80px);
        font-size: 20px;
        padding: 20px 60px 20px 20px;
    }

    .journal-grid .js-form-type-textfield label {
        display: none;
    }

.journal-grid .form-select select {
    -webkit-appearance: none;
    font-size: 18px;
    color: #0275d8;
    padding: 5px 30px 5px 10px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #cbd6d6;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    background: 0 0;
}

    .journal-grid .form-select select:hover {
        cursor: pointer;
    }

.journal-grid .form-select--arrow {
    position: relative;
}

    .journal-grid .form-select--arrow:after {
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/themes/custom/emerald_publishing/assets/svg/down-arrow-green.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        pointer-events: none;
    }

.journal-grid .form-type-select, .journal-grid .js-form-type-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .journal-grid .form-type-select label, .journal-grid .js-form-type-select label {
        margin-right: 10px;
    }

.journal-grid fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .journal-grid fieldset label {
        display: none;
    }

    .journal-grid fieldset em, .journal-grid fieldset strong {
        font-style: inherit;
        font-weight: 500;
        color: #803c00;
    }

    .journal-grid fieldset legend {
        float: right;
    }

        .journal-grid fieldset legend:after {
            content: "";
            width: 1.5em;
            height: 2em;
            display: inline-block;
            margin: -.5em 0;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48c3ZnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgeD0nMHB4JyB5PScwcHgnIHZpZXdCb3g9JzAgMCA0OC41IDQ4LjUnIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgMCAwIDQ4LjUgNDguNScgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nI0Y2ODIxMicgZD0nTTM4LjMsMjcuM2MtMC4zLTAuNy0wLjctMS40LTEuMS0yLjFWMTNjMC0zLjUtMS4zLTYuNy0zLjgtOS4yQzMxLDEuMywyNy43LDAsMjQuMywwYzAsMCwwLDAsMCwwIGMtMy41LDAtNi43LDEuMy05LjIsMy44Yy0yLjQsMi40LTMuOCw1LjctMy44LDkuMnYxLjhoNS4yVjEzYzAtMi4xLDAuOC00LDIuMy01LjVjMS41LTEuNSwzLjQtMi4zLDUuNS0yLjNjMCwwLDAsMCwwLDAgYzQuMywwLDcuOCwzLjUsNy44LDcuOHY3LjFjLTAuNi0wLjQtMS4yLTAuNy0xLjktMC45Yy0xLjktMC44LTMuOS0xLjItNi0xLjJjLTIuMSwwLTQuMSwwLjQtNiwxLjJjLTEuOCwwLjgtMy41LDEuOS00LjksMy4zIGMtMS40LDEuNC0yLjUsMy0zLjMsNC45Yy0wLjgsMS45LTEuMiwzLjktMS4yLDZjMCwyLjEsMC40LDQuMSwxLjIsNmMwLjgsMS44LDEuOSwzLjUsMy4zLDQuOWMxLjQsMS40LDMsMi41LDQuOSwzLjMgYzEuOSwwLjgsMy45LDEuMiw2LDEuMmMyLjEsMCw0LjEtMC40LDYtMS4yYzEuOC0wLjgsMy41LTEuOSw0LjktMy4zYzEuNC0xLjQsMi41LTMsMy4zLTQuOWMwLjgtMS45LDEuMi0zLjksMS4yLTYgQzM5LjUsMzEuMSwzOS4xLDI5LjEsMzguMywyNy4zeiBNMjQuMiw0My4zYy01LjYsMC0xMC4xLTQuNS0xMC4xLTEwLjFzNC41LTEwLjEsMTAuMS0xMC4xczEwLjEsNC41LDEwLjEsMTAuMVMyOS44LDQzLjMsMjQuMiw0My4zeiAnLz48Y2lyY2xlIGZpbGw9JyNGNjgyMTInIGN4PScyNC4yJyBjeT0nMzMuMycgcj0nNC4zJy8+PC9zdmc+) no-repeat center;
            background-size: contain;
        }

.journal-grid .js-form-type-checkbox {
    position: relative;
    margin: .5em 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .journal-grid .js-form-type-checkbox:after {
        content: "";
        width: 1.5em;
        height: 2em;
        display: inline-block;
        margin: -.5em 0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz48c3ZnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluaycgeD0nMHB4JyB5PScwcHgnIHZpZXdCb3g9JzAgMCA0OC41IDQ4LjUnIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgMCAwIDQ4LjUgNDguNScgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nI0Y2ODIxMicgZD0nTTM4LjMsMjcuM2MtMC4zLTAuNy0wLjctMS40LTEuMS0yLjFWMTNjMC0zLjUtMS4zLTYuNy0zLjgtOS4yQzMxLDEuMywyNy43LDAsMjQuMywwYzAsMCwwLDAsMCwwIGMtMy41LDAtNi43LDEuMy05LjIsMy44Yy0yLjQsMi40LTMuOCw1LjctMy44LDkuMnYxLjhoNS4yVjEzYzAtMi4xLDAuOC00LDIuMy01LjVjMS41LTEuNSwzLjQtMi4zLDUuNS0yLjNjMCwwLDAsMCwwLDAgYzQuMywwLDcuOCwzLjUsNy44LDcuOHY3LjFjLTAuNi0wLjQtMS4yLTAuNy0xLjktMC45Yy0xLjktMC44LTMuOS0xLjItNi0xLjJjLTIuMSwwLTQuMSwwLjQtNiwxLjJjLTEuOCwwLjgtMy41LDEuOS00LjksMy4zIGMtMS40LDEuNC0yLjUsMy0zLjMsNC45Yy0wLjgsMS45LTEuMiwzLjktMS4yLDZjMCwyLjEsMC40LDQuMSwxLjIsNmMwLjgsMS44LDEuOSwzLjUsMy4zLDQuOWMxLjQsMS40LDMsMi41LDQuOSwzLjMgYzEuOSwwLjgsMy45LDEuMiw2LDEuMmMyLjEsMCw0LjEtMC40LDYtMS4yYzEuOC0wLjgsMy41LTEuOSw0LjktMy4zYzEuNC0xLjQsMi41LTMsMy4zLTQuOWMwLjgtMS45LDEuMi0zLjksMS4yLTYgQzM5LjUsMzEuMSwzOS4xLDI5LjEsMzguMywyNy4zeiBNMjQuMiw0My4zYy01LjYsMC0xMC4xLTQuNS0xMC4xLTEwLjFzNC41LTEwLjEsMTAuMS0xMC4xczEwLjEsNC41LDEwLjEsMTAuMVMyOS44LDQzLjMsMjQuMiw0My4zeiAnLz48Y2lyY2xlIGZpbGw9JyNGNjgyMTInIGN4PScyNC4yJyBjeT0nMzMuMycgcj0nNC4zJy8+PC9zdmc+) no-repeat center;
        background-size: contain;
    }

    .journal-grid .js-form-type-checkbox em {
        font-style: inherit;
        font-weight: 500;
        color: #803c00;
    }

@media(min-width:850px) {
    .journal-grid__filters .form-item-tid, .journal-grid__filters .js-form-type-select {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .journal-grid__filters fieldset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .journal-grid__filters .js-form-type-checkbox {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.journal-grid__search input[type=submit] {
    display: none;
}

.pager {
    position: relative;
    padding-bottom: 2em;
    width: 100%;
}

@media(min-width:600px) {
    .pager {
        padding-bottom: 0;
    }
}

.pager__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pager__pages li:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.pager__item--next, .pager__item--previous {
    padding: .5em 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .pager__item--next:hover, .pager__item--previous:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.pager__item--previous {
    left: 0;
    right: auto;
}

.ui-autocomplete a {
    font-size: 18px !important;
    display: block;
    width: 100%;
}

    .ui-autocomplete a:hover {
        background-color: #183456;
        color: #fff;
        border: none;
    }

.ui-autocomplete .ui-state-active {
    background-color: #183456;
    color: #fff;
    border: none;
}

.js input.form-autocomplete {
    background-image: none;
}

    .js input.form-autocomplete.ui-autocomplete-loading {
        background-image: url(/themes/custom/emerald_publishing/assets/search-loader.gif);
        background-size: 25px;
        background-position: 98% center;
    }

.form-checkbox {
    margin-right: 10px;
}

.news-grid {
}

.news-grid__title {
    text-align: center;
    margin-bottom: 15px;
}

    .news-grid__title p {
        font-size: 4rem;
        font-weight: 300;
    }

.news-grid__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width:767px) {
    .news-grid__cards {
        margin: -35px;
    }
}

.news-grid__card {
    width: 100%;
    margin: 50px 0;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    position: relative;
    padding: 30px 30px 80px;
    border: 2px solid transparent;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-grid__card--cfp {
    padding: 30px;
}

.news-grid__card:hover {
    border: 2px solid #183456;
}

@media screen and (min-width:767px) {
    .news-grid__card {
        width: calc(50% - 40px);
        margin: 0 20px 60px;
    }
}

@media screen and (min-width:1024px) {
    .news-grid__card {
        width: calc(33.33333% - 40px);
    }
}

.news-grid__card-title {
    margin-bottom: .25em;
    font-size: 1.2em;
    font-family: Sans-serif;
    color: #333;
}

.news-grid__card-content {
    font-size: .8em;
    font-family: Sans-serif;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-grid__card-date-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 30px;
}

.news-grid__card-date {
    font-size: 12px;
    color: #333;
    position: relative;
    padding-left: 15px;
}

    .news-grid__card-date:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-image: url(/themes/custom/emerald_publishing/assets/svg/clock.svg);
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.news-grid__card-reference {
    font-size: .8em;
    color: #183456;
    margin-top: 1em;
    line-height: 1.3;
}

.news-grid__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.news-grid__filters--cfp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-grid__filters .js-form-type-textfield {
    display: none;
}

.news-grid .js-form-item-sort-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.news-grid .form-select select {
    -webkit-appearance: none;
    font-size: 18px;
    color: #0275d8;
    padding: 5px 30px 5px 10px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #cbd6d6;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    background: 0 0;
}

    .news-grid .form-select select:hover {
        cursor: pointer;
    }

.news-grid .form-select--arrow {
    position: relative;
}

    .news-grid .form-select--arrow:after {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(/themes/custom/emerald_publishing/assets/svg/down-arrow-green.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        pointer-events: none;
    }

.news-grid .form-type-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .news-grid .form-type-select label {
        margin-right: 10px;
    }

.news-grid__search input[type=submit] {
    display: none;
}

.news-grid--empty {
    text-align: center;
    padding: 5em 0;
}

div.node--type-expert-briefing.news-grid__card:hover, div.node--type-case-study.news-grid__card:hover {
    border: 2px solid transparent;
}

.view-get-all-news .form-submit {
    display: none;
}

.b-two-col-content__title {
    margin-bottom: .5em;
}

.b-two-col-content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-two-col-content__column {
    width: 100%;
}

    .b-two-col-content__column + .b-two-col-content__column {
        margin-top: 2em;
    }

@media screen and (min-width:1024px) {
    .b-two-col-content__column {
        width: calc((100% - 5rem)/2);
    }

        .b-two-col-content__column + .b-two-col-content__column {
            margin-top: 0;
        }
}

.b-two-col-content .b-full-width-accordion__inner .field__item {
    margin-bottom: 40px;
}

.b-featured-text.section {
    padding: 0;
}

.b-featured-text__image {
    position: relative;
    height: 100%;
    padding: 30px;
}

@media screen and (min-width:767px) {
    .b-featured-text__image {
        padding: 80px 40px;
    }
}

@media screen and (min-width:1024px) {
    .b-featured-text__image {
        padding: 80px 130px;
    }
}

.b-featured-text__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-featured-text__inner {
    position: relative;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    box-shadow: 0 0 2rem rgba(0,0,0,.1),1.25em 1.25em 0 -.5em #fff;
    padding: 2em;
}

.b-featured-text__inner--right {
    margin-right: 0;
}

.b-featured-text__inner--left {
    margin-left: 0;
}

.b-featured-text__button {
    margin: 1em 0 -1em;
}

.b-featured-text__text > ul {
    border-top: 1px solid rgba(204,204,204,.5);
    margin: 2em -2em 1em;
}

    .b-featured-text__text > ul > li {
        margin: 0;
        padding: 1em 2em;
        border-bottom: 1px solid rgba(204,204,204,.5);
    }

        .b-featured-text__text > ul > li:before {
            display: none;
        }

        .b-featured-text__text > ul > li > img {
            width: 2em;
            height: 2em;
            display: inline-block;
            vertical-align: middle;
            margin: -.2em 1em -.2em 0;
        }

.b-form-block {
    background-color: #eee;
}

.b-form-block__description {
    margin-bottom: 3em;
}

.b-form-block__link {
    margin-top: 1em;
    display: inline-block;
}

@media(min-width:1000px) {
    .b-form-block__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-form-block__description, .b-form-block__form {
        width: calc((100% - 5rem)/2);
        margin-bottom: 0;
    }
}

.b-cta-slider {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.b-cta-slider__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-cta-slider__slide {
    width: 100%;
    padding: 7rem 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    background-color: rgba(225,237,237,.9);
}

.b-cta-slider__text {
    max-width: 38em;
    margin: 0 auto;
}

.b-cta-slider__btn {
    margin-top: 1em;
}

.b-cta-slider__prev, .b-cta-slider__next {
    position: absolute;
    width: 4.2rem;
    height: 5rem;
    bottom: 2rem;
    fill: transparent;
    stroke: #6e7375;
    -webkit-transition: .2s fill cubic-bezier(.2,1,1,1),.2s stroke cubic-bezier(.2,1,1,1);
    -o-transition: .2s fill cubic-bezier(.2,1,1,1),.2s stroke cubic-bezier(.2,1,1,1);
    transition: .2s fill cubic-bezier(.2,1,1,1),.2s stroke cubic-bezier(.2,1,1,1);
}

    .b-cta-slider__prev:hover, .b-cta-slider__next:hover {
        stroke: #333;
    }

        .b-cta-slider__prev:hover .b-cta-slider__prevnext-bg, .b-cta-slider__next:hover .b-cta-slider__prevnext-bg {
            fill: #fff;
        }

.b-cta-slider__prev {
    left: 2rem;
}

.b-cta-slider__next {
    right: 2rem;
}

.b-cta-slider__prevnext-bg {
    fill: transparent;
    -webkit-transition: .2s fill cubic-bezier(.2,1,1,1);
    -o-transition: .2s fill cubic-bezier(.2,1,1,1);
    transition: .2s fill cubic-bezier(.2,1,1,1);
}

@media(min-width:950px) {
    .b-cta-slider__prev, .b-cta-slider__next {
        margin-top: -2.5rem;
        top: 50%;
        bottom: auto;
    }

    .b-cta-slider__prev {
        left: 4rem;
    }

    .b-cta-slider__next {
        right: 4rem;
    }
}

.contact__map {
    height: 70vw;
    max-height: 80vh;
}

@media(min-width:600px) {
    .contact__map {
        height: 40vw;
    }
}

.b-contact-select__title {
    display: block;
    font-family: Sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: .5em;
}

.b-contact-select__select {
    -webkit-box-shadow: 1.25em 1.25em 0 -.5em #fff,0 0 2rem rgba(0,0,0,.1);
    box-shadow: 1.25em 1.25em 0 -.5em #fff,0 0 2rem rgba(0,0,0,.1);
    max-width: 28em;
}

.b-contact-places {
    background-color: #eee;
}

.b-contact-places__places {
    margin-top: 3em;
}

@media(min-width:800px) {
    .b-contact-places__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-contact-places__places, .b-contact-places__form {
        margin-top: 0;
        width: calc((100% - 5rem)/2);
    }
}

.b-contact-places__usa {
    margin-top: 2em;
}

    .b-contact-places__usa select {
        margin: .5em 0;
    }

.b-location-info.hide, .b-contact-places__place.hide {
    display: none;
}

.location-details__address {
    margin-bottom: 1em;
}

.location-details__extra {
    margin: 1em 0;
}

.location-details__usa-sub {
    display: none;
    margin-top: 1em;
}

.gated-content__form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 20px;
}

@media screen and (min-width:1024px) {
    .gated-content__form {
        padding: 60px 0;
    }
}

.gated-content__form input, .gated-content__form select {
    border: 1px solid #183456;
    border-radius: 5px;
}

.gated-content__form legend {
    font-weight: 300;
}

.gated-content__form h3 {
    text-align: center;
    font-size: 20px;
}

.gated-content__form p {
    text-align: center;
    margin-bottom: 40px;
}

.gated-content__form button[type=submit] {
    margin: 0;
}

.gated-content__form .js-form-type-checkbox input {
    display: inline;
    vertical-align: middle;
}

.gated-content__form .js-form-type-checkbox label {
    padding-left: 5px;
    display: inline;
    vertical-align: middle;
    font-weight: 300;
}

.focus-box {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

.focus-box__image {
    position: absolute;
    height: 100%;
    margin-left: -5%;
    margin-right: -5%;
    margin: 0;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

    .focus-box__image:after {
        content: "";
        position: absolute;
        top: 0;
        border: 0;
        height: 100%;
        width: 100%;
        right: 0;
        z-index: 1;
        background-color: rgba(255,255,255,.85);
    }

    .focus-box__image picture img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.focus-box__content {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 45px;
    position: relative;
    margin: 0 auto;
}

    .focus-box__content .text-formatted {
        width: 100%;
    }
