@charset "UTF-8";
/*jB custom reset/normalize*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

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

article, aside, blockquote, body, details, dl, fieldset, figcaption, figure, footer, form, header, hgroup, legend, main, menu, nav, ol, p, section, summary, ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

audio, canvas, video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

    a:active, a:hover {
        outline: 0;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

small {
    font-size: .9em;
}

dl, menu, ol, ul {
    margin: 0;
}

dd {
    margin: 0;
}

iframe {
    border: none;
}

ul, ol {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0;
}

img {
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

legend {
    white-space: normal;
    *margin-left: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

label::-moz-selection, input::-moz-selection {
    background-color: transparent;
}

label::selection, input::selection {
    background-color: transparent;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 1em;
    *width: 1em;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 2 */
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    display: block;
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: "";
    display: table;
    float: none;
    clear: both;
}

/*equals max 767px*/
/*equals min 768px*/
/*equals min 1024px*/
/*equals 1152px*/
/*equals min 1280px*/
/*equals min 1440px*/
/* equals min 1536px*/
/*equals 1920px, fullscreen on a 1080p monitor */
/* Blue Hex
#5786C7
*/
/* Green Hex
#76A120
*/
/* Purple Hex
#7B2981
*/
/* Yellow Hex
    #f8d03d
*/
/* Red Hex #A92323*/
.sr-only,
.sr-only a {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    font-size: 1px;
    line-height: 1;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: none;
    visibility: hidden;
}

.hidden-def {
    display: none;
}

.hidden {
    display: none;
}

@media screen and (max-width: 47.9999em) {
    .hidden-mobile {
        display: none;
    }
}

.visible-mobile {
    display: none;
}

@media screen and (max-width: 47.9999em) {
    .visible-mobile {
        display: block !important;
    }
}

.homepage-container, .fwcta-container {
    position: relative;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
    width: 125vw;
    border-radius: 0 0 50% 50%/160px;
    padding-left: calc(25vw / 2);
    padding-right: calc(25vw / 2);
}

@media (max-width: 47.9999em) {
    .homepage-container, .fwcta-container {
        border-radius: 0 0 55% 55%/40px;
    }
}

.arvo-video-thumbnail-trigger img, .arvo-fiftyfifty .arvo-image-block img,
.arvo-fiftyfifty .arvo-video-block img {
    height: auto;
    width: 100%;
    min-height: 100%;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .arvo-video-thumbnail-trigger img, .arvo-fiftyfifty .arvo-image-block img,
    .arvo-fiftyfifty .arvo-video-block img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        transform: none;
        left: 0;
        top: 0;
    }
}

/*
███╗   ███╗██╗██╗  ██╗██╗███╗   ██╗███████╗
████╗ ████║██║╚██╗██╔╝██║████╗  ██║██╔════╝
██╔████╔██║██║ ╚███╔╝ ██║██╔██╗ ██║███████╗
██║╚██╔╝██║██║ ██╔██╗ ██║██║╚██╗██║╚════██║
██║ ╚═╝ ██║██║██╔╝ ██╗██║██║ ╚████║███████║
╚═╝     ╚═╝╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝╚══════╝
*/
/*
 ██████╗██╗     ███████╗ █████╗ ██████╗ ███████╗██╗██╗  ██╗
██╔════╝██║     ██╔════╝██╔══██╗██╔══██╗██╔════╝██║╚██╗██╔╝
██║     ██║     █████╗  ███████║██████╔╝█████╗  ██║ ╚███╔╝ 
██║     ██║     ██╔══╝  ██╔══██║██╔══██╗██╔══╝  ██║ ██╔██╗ 
╚██████╗███████╗███████╗██║  ██║██║  ██║██║     ██║██╔╝ ██╗
 ╚═════╝╚══════╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝
*/
/*
 ██████╗ ██████╗  █████╗ ██████╗ ██╗███████╗███╗   ██╗████████╗███████╗
██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██║██╔════╝████╗  ██║╚══██╔══╝██╔════╝
██║  ███╗██████╔╝███████║██║  ██║██║█████╗  ██╔██╗ ██║   ██║   ███████╗
██║   ██║██╔══██╗██╔══██║██║  ██║██║██╔══╝  ██║╚██╗██║   ██║   ╚════██║
╚██████╔╝██║  ██║██║  ██║██████╔╝██║███████╗██║ ╚████║   ██║   ███████║
 ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═╝╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝
*/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*
██████╗ ███████╗████████╗██╗███╗   ██╗ █████╗ 
██╔══██╗██╔════╝╚══██╔══╝██║████╗  ██║██╔══██╗
██████╔╝█████╗     ██║   ██║██╔██╗ ██║███████║
██╔══██╗██╔══╝     ██║   ██║██║╚██╗██║██╔══██║
██║  ██║███████╗   ██║   ██║██║ ╚████║██║  ██║
╚═╝  ╚═╝╚══════╝   ╚═╝   ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝
*/
/* @include background-image-retina(logo, png, 200px, 100px); */
/*
 █████╗ ███╗   ██╗██╗███╗   ███╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗
██╔══██╗████╗  ██║██║████╗ ████║██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║
███████║██╔██╗ ██║██║██╔████╔██║███████║   ██║   ██║██║   ██║██╔██╗ ██║
██╔══██║██║╚██╗██║██║██║╚██╔╝██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║
██║  ██║██║ ╚████║██║██║ ╚═╝ ██║██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║
╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝╚═╝     ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝
*/
/*
██╗  ██╗███████╗██╗   ██╗███████╗██████╗  █████╗ ███╗   ███╗███████╗
██║ ██╔╝██╔════╝╚██╗ ██╔╝██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝
█████╔╝ █████╗   ╚████╔╝ █████╗  ██████╔╝███████║██╔████╔██║█████╗  
██╔═██╗ ██╔══╝    ╚██╔╝  ██╔══╝  ██╔══██╗██╔══██║██║╚██╔╝██║██╔══╝  
██║  ██╗███████╗   ██║   ██║     ██║  ██║██║  ██║██║ ╚═╝ ██║███████╗
╚═╝  ╚═╝╚══════╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
*/
/*
@include keyframes(move-the-object) {
	0%   { left: 100px; }
	100% { left: 200px; }
}

.object-to-animate {
	@include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
} 
*/
.arvo-fiftyfifty-heading, .arvo-fiftyfifty .arvo-image-block figcaption, .visually-hidden, .sr-only {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.hide {
    display: none;
    visibility: hidden;
}

.arvo-modal-wrapper {
    transition: .5s opacity;
    z-index: 150;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    opacity: 1;
    overflow: auto;
}

    .arvo-modal-wrapper[aria-hidden="true"] {
        visibility: hidden;
        opacity: 0;
    }

@media (max-width: 47.9999em) {
    .arvo-modal-wrapper {
        padding: 2.4rem;
    }
}

.arvo-modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .arvo-modal-overlay:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .arvo-modal-overlay:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100vh;
    }

.arvo-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 1023px;
    margin-left: auto;
    margin-right: auto;
    top: 4.8rem;
}

@media (max-width: 47.9999em) {
    .arvo-modal-dialog {
        width: 100%;
        bottom: auto;
        top: 25%;
    }
}

.arvo-modal-inner {
    position: relative;
    overflow: auto;
}

.arvo-modal-wrapper {
    background-color: rgba(69, 89, 101, 0.9);
}

.arvo-modal-inner {
    background-color: #fff;
    padding: 5rem;
}

.arvo-modal-inner-full-bleed {
    padding: 0;
}

.arvo-modal-close {
    width: .6rem;
    height: .6rem;
    position: absolute;
    right: -2.4rem;
    top: -1.6rem;
}

@media (max-width: 47.9999em) {
    .arvo-modal-close {
        right: 0;
    }
}

.arvo-modal-close:before, .arvo-modal-close:after {
    content: '';
    display: block;
    width: 1.69706rem;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}

.arvo-modal-close:before {
    transform: rotate(-45deg);
}

.arvo-modal-close:after {
    transform: rotate(45deg);
}

.skip-nav {
    display: block;
    z-index: 1;
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    left: -1000px;
    top: -1000px;
    white-space: nowrap;
    padding: 10px;
    background: #fff;
}

    .skip-nav:focus,
    .skip-nav:active,
    .skip-nav:hover {
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        width: auto;
        overflow: hidden;
        z-index: 999;
    }

.column--auto {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-align: center;
    align-items: center;
}

    .column--auto.column--auto__nopad {
        padding-left: 0;
        padding-right: 0;
    }

    .column--auto.left {
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

.column--sidebar {
    -ms-flex: 1;
    flex: 1;
}

.column--main {
    -ms-flex: 3;
    flex: 3;
}

[class^="col-sm"],
[class^="col-md"],
[class^="col-lg"] {
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-align: center;
    align-items: center;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3.2rem;
}

@media (max-width: 47.9999em) {
    .row {
        display: block;
    }
}

@media (min-width: 48em) {
    .row.row--packed {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
    }
}

.row.row--nopad {
    padding-bottom: 0;
}

.row .row--full {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row--tight {
    margin-top: -3.2rem !important;
}

.contained,
.row--contained {
    max-width: 76em;
    margin: 0 auto;
    padding: 0 1.6rem;
}

@media (min-width: 48em) and (max-width: 1023px) {
    .common-container > .row-wrapper > .row > [class^="column"]:first-child {
        padding-right: 0;
        padding-left: 0;
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-xs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 48em) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: calc(25% - 3.2rem);
        flex-basis: calc(25% - 3.2rem);
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 64em) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 80em) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

html {
    font-size: 10px;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
}

.no-hero {
    padding-top: 14rem;
}

@media (max-width: 1023px) {
    .no-hero {
        padding-top: 10rem;
    }
}

.no-hero .navMain {
    background: #2c5b99;
}

.sublayout__contentBlock h1, .sublayout__contentBlock
h2, .sublayout__contentBlock
h3, .sublayout__contentBlock
h4, .sublayout__contentBlock
h5, .sublayout__contentBlock
h6 {
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0;
}

.header-homepage h1 {
    font-size: 9.6rem;
    line-height: 1;
    padding-bottom: .175em;
}

.header-interior h1 {
    font-size: 6rem;
}

.template-content h1,
.template-category h1,
.template-interior h1,
.template-search h1 {
    font-size: 5.4rem;
}

@media (max-width: 47.9999em) {
    .template-content h1,
    .template-category h1,
    .template-interior h1,
    .template-search h1 {
        font-size: 3.2rem;
    }
}

.sublayout__contentBlock h2 {
    padding-top: 1.6rem;
}

.list-styled ul,
.list-styled ol {
    margin: 0 0 2rem 2rem;
}

ul, ol {
    margin: 0 0 2rem 2rem;
}

.text-center {
    text-align: center;
}

.headline--section {
    margin-bottom: 4rem;
    text-align: center;
    line-height: 1.2;
    color: #34495e;
}

    .headline--section a {
        text-decoration: none;
        color: #34495e;
    }

.headline--card {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #34495e;
}

.section {
    padding: 4rem 0;
}

    .section .headline--section {
        margin-bottom: 4rem;
        font-size: 3.2rem;
        text-align: center;
        line-height: 1.2;
        color: #34495e;
    }

.well {
    margin-bottom: 5rem;
    padding-top: 5rem;
    text-align: center;
    border-top: 0.1rem solid #e0e0e0;
}

    .well h2,
    .well h3 {
        margin-bottom: 2rem;
        padding: 0;
        font-size: 3.2rem;
        line-height: 1.2;
        color: #34495e;
        padding: 0;
    }

    .well p {
        color: gray;
    }

    .well.well--noborder {
        border: 0;
        padding-top: 0;
    }

.figure {
    float: right;
    max-width: 30rem;
    padding-left: 2rem;
    font-size: .9em;
    color: #666;
}

    .figure img {
        display: block;
    }

@media (max-width: 47.9999em) {
    .figure {
        float: none;
        margin: auto;
        padding: 0;
    }
}

.list--numeric {
    list-style-type: numeric;
}

.list--alpha-upper {
    list-style-type: upper-alpha;
}

.list--alpha-lower {
    list-style-type: lower-alpha;
}

hr {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    border: 0;
    border-top: 0.1rem solid #b1b1b1;
}

@media (min-width: 48em) {
    hr.hr-mobile {
        display: none;
    }
}

.alert-text {
    color: #a92323;
}

    .alert-text a,
    .alert-text a:hover {
        color: #a92323;
    }

a {
    color: #2c5b99;
    text-decoration: none;
}

    a:hover {
        color: #2c5b99;
        text-decoration: underline;
    }

.visually-hidden + * {
    margin-top: 0;
}

.theme-b2b-green .button--ghostTheme, .button--ghostTheme, .button--gumboTheme, .button--whiteHover, .button--linkTheme, .footer--main .footer--main__info__column .button--ghostTheme, .grid--tiles--b2b-green .button--ghostTheme, .button--meetingTheme, .btn, .btn-primary, .btn-secondary, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span), span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, .EPiServerForms button, .theme-b2b-green .button--ghostTheme a, .button--ghostTheme a, .button--gumboTheme a, .button--whiteHover a, .button--linkTheme a, .footer--main .footer--main__info__column .button--ghostTheme a, .grid--tiles--b2b-green .button--ghostTheme a, .button--meetingTheme a, .btn a, .btn-primary a, .btn-secondary a, *.btn-sm:not(span) a, *.btn-xs:not(span) a, *.btn-lg:not(span) a, .EPiServerForms button a, .unlink {
    text-decoration: none;
    color: initial;
    background: initial;
}

    .theme-b2b-green .button--ghostTheme:before, .button--ghostTheme:before, .button--gumboTheme:before, .button--whiteHover:before, .button--linkTheme:before, .footer--main .footer--main__info__column .button--ghostTheme:before, .grid--tiles--b2b-green .button--ghostTheme:before, .button--meetingTheme:before, .btn:before, .btn-primary:before, .btn-secondary:before, .btn-sm:not(span):before, .btn-xs:not(span):before, .btn-lg:not(span):before, span.btn-sm > a:before, span.btn-xs > a:before, span.btn-lg > a:before, .EPiServerForms button:before, .theme-b2b-green .button--ghostTheme a:before, .button--ghostTheme a:before, .button--gumboTheme a:before, .button--whiteHover a:before, .button--linkTheme a:before, .footer--main .footer--main__info__column .button--ghostTheme a:before, .grid--tiles--b2b-green .button--ghostTheme a:before, .button--meetingTheme a:before, .btn a:before, .btn-primary a:before, .btn-secondary a:before, *.btn-sm:not(span) a:before, *.btn-xs:not(span) a:before, *.btn-lg:not(span) a:before, span.btn-sm > a a:before, span.btn-xs > a a:before, span.btn-lg > a a:before, .EPiServerForms button a:before, .theme-b2b-green .button--ghostTheme:after, .button--ghostTheme:after, .button--gumboTheme:after, .button--whiteHover:after, .button--linkTheme:after, .footer--main .footer--main__info__column .button--ghostTheme:after, .grid--tiles--b2b-green .button--ghostTheme:after, .button--meetingTheme:after, .btn:after, .btn-primary:after, .btn-secondary:after, .btn-sm:not(span):after, .btn-xs:not(span):after, .btn-lg:not(span):after, span.btn-sm > a:after, span.btn-xs > a:after, span.btn-lg > a:after, .EPiServerForms button:after, .theme-b2b-green .button--ghostTheme a:after, .button--ghostTheme a:after, .button--gumboTheme a:after, .button--whiteHover a:after, .button--linkTheme a:after, .footer--main .footer--main__info__column .button--ghostTheme a:after, .grid--tiles--b2b-green .button--ghostTheme a:after, .button--meetingTheme a:after, .btn a:after, .btn-primary a:after, .btn-secondary a:after, *.btn-sm:not(span) a:after, *.btn-xs:not(span) a:after, *.btn-lg:not(span) a:after, span.btn-sm > a a:after, span.btn-xs > a a:after, span.btn-lg > a a:after, .EPiServerForms button a:after, .unlink:before, .unlink:after {
        content: none;
    }

ul.unstyled, ol.unstyled {
    list-style-type: none;
    margin-left: 0;
}

:root {
    --responsive-h1: 6.4rem;
    --responsive-h2: 5.6rem;
    --responsive-h3: 4.4rem;
    --responsive-h4: 3.6rem;
    --responsive-h5: 3rem;
    --responsive-h6: 2rem;
    --responsive-large: 2.8rem;
    --responsive-body: 2rem;
    --responsive-small: 1rem;
    --responsive-h1-line: 1.125;
    --responsive-h2-line: 1.142;
    --responsive-h3-line: 1.18;
    --responsive-h4-line: 1.222;
    --responsive-h5-line: 1.266;
    --responsive-h6-line: 1.4;
    --responsive-large-line: 1.28;
    --responsive-body-line: 1.4;
    --responsive-small-line: 1.5;
}

@media (max-width: 47.9999em) {
    :root {
        --navigation-font-size: 1.125rem;
        --responsive-h1: 4.4rem;
        --responsive-h2: 3.8rem;
        --responsive-h3: 3.2rem;
        --responsive-h4: 2.8rem;
        --responsive-h5: 2.4rem;
        --responsive-h6: 1.8rem;
        --responsive-h1-line: 1.18;
        --responsive-h2-line: 1.21;
        --responsive-h3-line: 1.25;
        --responsive-h4-line: 1.28;
        --responsive-h5-line: 1.33;
        --responsive-h6-line: 1.444;
        --responsive-body-line: 1.44;
        --responsive-large-line: 1.33;
    }
}

body {
    font-family: "Noto Sans", sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-size: var(--responsive-body);
    color: #0A0E11;
}

h1, h1 > p, .h1-style, .h1-style > p, h2, h2 > p, .h2-style, .h2-style > p, h3, h3 > p, .h3-style, .h3-style > p, h4, h4 > p, .h4-style, .h4-style > p, h5, h5 > p, .h5-style, .h5-style > p, h6, h6 > p, .h6-style, .h6-style > p {
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    color: #002F65;
}

    h1, h1 > p, .h1-style, .h1-style > p {
        font-size: 6.4rem;
        font-size: var(--responsive-h1);
        line-height: 1.125;
        line-height: var(--responsive-h1-line);
    }

    h2, h2 > p, .h2-style, .h2-style > p {
        font-size: 5.6rem;
        font-size: var(--responsive-h2);
        line-height: 1.142;
        line-height: var(--responsive-h2-line);
    }

    h3, h3 > p, .h3-style, .h3-style > p {
        font-size: 4.4rem;
        font-size: var(--responsive-h3);
        line-height: 1.18;
        line-height: var(--responsive-h3-line);
    }

    h4, h4 > p, .h4-style, .h4-style > p {
        font-size: 3.6rem;
        font-size: var(--responsive-h4);
        line-height: 1.222;
    }

    h5, h5 > p, .h5-style, .h5-style > p {
        font-size: 3rem;
        font-size: var(--responsive-h5);
        line-height: 1.266;
        line-height: var(--responsive-h5-line);
    }

    h6, h6 > p, .h6-style, .h6-style > p {
        font-size: 2rem;
        font-size: var(--responsive-h6);
        line-height: 1.4;
        line-height: var(--responsive-h6-line);
    }


p,
label,
input,
li {
    font-size: 2rem;
    font-size: var(--responsive-body);
    line-height: 1.4;
    line-height: var(--responsive-body-line);
}


.large,
.large p,
.large li {
    font-size: 2.8rem;
    font-size: var(--responsive-large);
    line-height: 1.28;
    line-height: var(--responsive-large-line);
}


.small,
.small p,
.small li {
    font-size: 1rem;
    font-size: var(--responsive-small);
    line-height: 1.5;
    line-height: var(--responsive-small-line);
}


.label-bold,
.label {
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    display: block;
    padding: 0;
    font-size: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: 0;
}

.label-bold {
    font-weight: 700;
}

.theme-b2b-green .button--ghostTheme, .button--ghostTheme, .button--gumboTheme, .button--whiteHover, .button--linkTheme, .footer--main .footer--main__info__column .button--ghostTheme, .grid--tiles--b2b-green .button--ghostTheme, .button--meetingTheme, .btn, .btn-primary, .btn-secondary, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span), span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, .EPiServerForms button, .btn {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    padding: .75rem 1.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-size: 2rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .button--ghostTheme[disabled], .button--gumboTheme[disabled], .button--whiteHover[disabled], .button--linkTheme[disabled], .footer--main .footer--main__info__column .button--ghostTheme[disabled], .button--meetingTheme[disabled], .btn[disabled], .btn-primary[disabled], .btn-secondary[disabled], .btn-sm[disabled]:not(span), .btn-xs[disabled]:not(span), .btn-lg[disabled]:not(span), span.btn > a[disabled], span.btn-sm > a[disabled], span.btn-xs > a[disabled], span.btn-lg > a[disabled], .EPiServerForms button[disabled], .disabled.button--ghostTheme, .disabled.button--gumboTheme, .disabled.button--whiteHover, .disabled.button--linkTheme, .footer--main .footer--main__info__column .disabled.button--ghostTheme, .disabled.button--meetingTheme, .disabled.btn, .disabled.btn-primary, .disabled.btn-secondary, .disabled.btn-sm:not(span), .disabled.btn-xs:not(span), .disabled.btn-lg:not(span), span.btn > a.disabled, span.btn-sm > a.disabled, span.btn-xs > a.disabled, span.btn-lg > a.disabled, .EPiServerForms button.disabled, .btn[disabled], .btn.disabled {
        cursor: not-allowed;
        opacity: .4;
        pointer-events: none;
    }

    .theme-b2b-green .button--ghostTheme svg, .button--ghostTheme svg, .button--gumboTheme svg, .button--whiteHover svg, .button--linkTheme svg, .footer--main .footer--main__info__column .button--ghostTheme svg, .grid--tiles--b2b-green .button--ghostTheme svg, .button--meetingTheme svg, .btn svg, .btn-primary svg, .btn-secondary svg, *.btn-sm:not(span) svg, *.btn-xs:not(span) svg, *.btn-lg:not(span) svg, span.btn > a svg, span.btn-sm > a svg, span.btn-xs > a svg, span.btn-lg > a svg, .EPiServerForms button svg, .btn svg {
        width: 1.8rem;
        height: 1.8rem;
        vertical-align: middle;
    }

.theme-b2b-green .button--ghostTheme, .button--ghostTheme, .button--gumboTheme, .button--whiteHover, .button--linkTheme, .footer--main .footer--main__info__column .button--ghostTheme, .grid--tiles--b2b-green .button--ghostTheme, .button--meetingTheme, .btn, .btn-primary {
    border: 2px solid transparent;
    background: #E61700;
    color: #fff;
    border: 2px solid transparent;
}

    .theme-b2b-green .button--ghostTheme:after, .button--ghostTheme:after, .button--gumboTheme:after, .button--whiteHover:after, .button--linkTheme:after, .footer--main .footer--main__info__column .button--ghostTheme:after, .grid--tiles--b2b-green .button--ghostTheme:after, .button--meetingTheme:after, .btn:after, .btn-primary:after {
        content: '';
    }

    .button--ghostTheme:hover, .button--gumboTheme:hover, .button--whiteHover:hover, .button--linkTheme:hover, .footer--main .footer--main__info__column .button--ghostTheme:hover, .button--meetingTheme:hover, .button--ghostTheme:focus, .button--gumboTheme:focus, .button--whiteHover:focus, .button--linkTheme:focus, .footer--main .footer--main__info__column .button--ghostTheme:focus, .button--meetingTheme:focus, .button--ghostTheme:active, .button--gumboTheme:active, .button--whiteHover:active, .button--linkTheme:active, .footer--main .footer--main__info__column .button--ghostTheme:active, .button--meetingTheme:active, .btn:hover, .btn:focus, .btn:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #fff;
        border-color: #E61700;
        color: #E61700;
    }

        .button--ghostTheme:hover:after, .button--gumboTheme:hover:after, .button--whiteHover:hover:after, .button--linkTheme:hover:after, .footer--main .footer--main__info__column .button--ghostTheme:hover:after, .button--meetingTheme:hover:after, .button--ghostTheme:focus:after, .button--gumboTheme:focus:after, .button--whiteHover:focus:after, .button--linkTheme:focus:after, .footer--main .footer--main__info__column .button--ghostTheme:focus:after, .button--meetingTheme:focus:after, .button--ghostTheme:active:after, .button--gumboTheme:active:after, .button--whiteHover:active:after, .button--linkTheme:active:after, .footer--main .footer--main__info__column .button--ghostTheme:active:after, .button--meetingTheme:active:after, .btn:hover:after, .btn:focus:after, .btn:active:after, .btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after {
            content: '';
            background-image: url("/src/img/icons/btn-arrow.svg");
            height: 1.8rem;
            width: 1.8rem;
            display: inline-block;
            margin-left: .5rem;
        }

    .disabled.button--ghostTheme, .disabled.button--gumboTheme, .disabled.button--whiteHover, .disabled.button--linkTheme, .footer--main .footer--main__info__column .disabled.button--ghostTheme, .disabled.button--meetingTheme, .button--ghostTheme:disabled, .button--gumboTheme:disabled, .button--whiteHover:disabled, .button--linkTheme:disabled, .footer--main .footer--main__info__column .button--ghostTheme:disabled, .button--meetingTheme:disabled, .button--ghostTheme[disabled], .button--gumboTheme[disabled], .button--whiteHover[disabled], .button--linkTheme[disabled], .footer--main .footer--main__info__column .button--ghostTheme[disabled], .button--meetingTheme[disabled], .btn.disabled, .btn:disabled, .btn[disabled], .btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
        border-color: transparent;
        background: gray;
        color: #fff;
    }

.btn-secondary {
    color: #E61700;
    background-color: #fff;
    border: 2px solid #E61700;
}

    .btn-secondary:after {
        content: '';
    }

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-color: #E61700;
        border-color: #E61700;
        color: #fff;
    }

        .btn-secondary:hover:after, .btn-secondary:focus:after, .btn-secondary:active:after {
            background-image: url("/src/img/icons/btn-arrow-inverted.svg");
            height: 1.8rem;
            width: 1.8rem;
            display: inline-block;
            margin-left: .5rem;
        }

    .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary[disabled] {
        border-color: transparent;
        background: gray;
        color: #fff;
    }

.arvo-modal-close, .arvo-video-thumbnail-trigger,
.un-button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline;
    text-align: left;
}

    .arvo-modal-close:hover, .arvo-video-thumbnail-trigger:hover, .arvo-modal-close:focus, .arvo-video-thumbnail-trigger:focus,
    .un-button:hover,
    .un-button:focus {
        background: transparent;
        border: 0;
    }

    .arvo-modal-close[disabled], .arvo-video-thumbnail-trigger[disabled], .disabled.arvo-modal-close, .disabled.arvo-video-thumbnail-trigger,
    .un-button[disabled],
    .un-button.disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

.theme-gray {
    background-color: #dadddf;
}

.theme-b2b-purple {
    background-color: #29085A;
    color: #fff;
}

    .theme-b2b-purple .heading {
        color: #fff;
    }

.theme-b2b-pink {
    background-color: #8f0066;
    color: #fff;
}

    .theme-b2b-pink .heading {
        color: #fff;
    }

.theme-b2b-green {
    background-color: #D1F37B;
}

.theme-green {
    background-color: #7e9aa8;
    color: #fff;
}

    .theme-green .heading {
        color: #fff;
    }

.theme-international-dark-blue {
    background-color: #002554;
    color: #fff;
}

    .theme-international-dark-blue .heading {
        color: #fff;
    }

.theme-international-gray {
    background-color: #696158;
    color: #fff;
}

    .theme-international-gray .heading {
        color: #fff;
    }

.theme-international-green {
    background-color: #008330;
    color: #fff;
}

    .theme-international-green .heading {
        color: #fff;
    }

.theme-international-light-blue {
    background-color: #93C0E7;
    color: #fff;
}

    .theme-international-light-blue .heading {
        color: #fff;
    }

.theme-international-pink {
    background-color: #F59194;
    color: #fff;
}

    .theme-international-pink .heading {
        color: #fff;
    }

.theme-green--alt {
    background-color: #76a120;
    color: #fff;
}

    .theme-green--alt .heading {
        color: #fff;
    }

.theme-yellow--alt {
    background-color: #f8d03d;
    color: #000;
}

.theme-purple--alt {
    background-color: #543694;
    color: #fff;
}

    .theme-purple--alt .heading {
        color: #fff;
    }

.theme-blue--light {
    background-color: #1999d5;
    color: #fff;
}

    .theme-blue--light .heading {
        color: #fff;
    }

.theme-orange {
    background-color: #e98732;
    color: #fff;
}

    .theme-orange:before {
        content: '';
        display: block;
        background-color: #e57d29;
        height: 1.6rem;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }

    .theme-orange .heading {
        color: #fff;
    }

.theme-aqua {
    color: #069fa8;
    background-color: #c8e9eb;
}

    .theme-aqua .grid--tiles__block__headline {
        color: #069fa8;
    }

    .theme-aqua .grid--tiles__block__content {
        color: #069fa8;
    }

.theme-turquoise {
    color: #fff;
    background-color: #00a1b1;
}

    .theme-turquoise .heading {
        color: #fff;
    }

.theme-red {
    color: #fff;
    background-color: #a92323;
}

    .theme-red .heading {
        color: #fff;
    }

.theme-navy {
    color: #fff;
    background-color: #34495e;
}

    .theme-navy .heading {
        color: #fff;
    }

.theme-blue {
    background-color: #2c5b99;
    color: #fff;
}

    .theme-blue .heading {
        color: #fff;
    }

.theme-brand-blue {
    background-color: #002F65;
    color: #fff;
    border-color: #97C5EB;
}

    .theme-brand-blue .heading {
        color: #fff;
    }

    .theme-brand-blue.theme-border {
        border-bottom: 5px solid #97C5EB;
        border-top: 5px solid #97C5EB;
    }

.theme-brand-lightblue {
    background-color: #97C5EB;
    border-color: #E61700;
}

    .theme-brand-lightblue.theme-border {
        border-bottom: 5px solid #E61700;
        border-top: 5px solid #E61700;
    }

.theme-brand-black {
    background-color: #000;
    color: #fff;
}

    .theme-brand-black .heading {
        color: #fff;
    }

    .theme-brand-black.theme-border {
        border-bottom: 5px solid #455965;
        border-top: 5px solid #455965;
    }

.theme-brand-grey {
    background-color: #455965;
    color: #fff;
}

    .theme-brand-grey .heading {
        color: #fff;
    }

    .theme-brand-grey.theme-border {
        border-bottom: 5px solid #8FA7B6;
        border-top: 5px solid #8FA7B6;
    }

.homepage-container {
    background-color: #002F65;
    border-bottom: 5px solid #97C5EB;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 75vh;
    margin-bottom: 5rem;
    padding-top: 9rem;
    padding-top: 0;
}

@media (max-width: 47.9999em) {
    .homepage-container {
        margin-bottom: 0;
        min-height: 40vh;
    }
}

.homepage-container > * {
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
}

.homepage-container-bg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.homepage {
    overflow-x: hidden;
}

.homepage-content-desktop {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 50rem;
    padding: 4rem;
    text-align: center;
    z-index: 2;
}

    .homepage-content-desktop > * {
        margin-bottom: 1.4rem;
    }

    .homepage-content-desktop:last-child {
        margin-bottom: 0;
    }

@media (min-width: 47.9999em) {
    .homepage-content-desktop {
        display: block;
    }
}

.homepage-content-mobile {
    padding: 4rem;
    text-align: center;
    z-index: 2;
    margin-bottom: 3rem;
    border-bottom: 5px solid #002F65;
}

@media (min-width: 47.9999em) {
    .homepage-content-mobile {
        display: none;
    }
}

.homepage-content-mobile > * {
    margin-bottom: 1.4rem;
}

.homepage-content-mobile:last-child {
    margin-bottom: 0;
}

.epimode .homepage-container {
    min-height: 650px !important;
}

.fwcta-container {
    display: -ms-flexbox;
    display: flex;
    min-height: 50vh;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: none;
}

.fwcta-inner {
    max-width: 76em;
    padding: 4rem;
    text-align: center;
}

@media (max-width: 47.9999em) {
    .fwcta-inner {
        padding: 1.6rem;
    }
}

.fwcta-title {
    margin-bottom: 2.4rem;
}

.fwcta-description {
    margin-bottom: 4rem;
}

.epimode .fwcta-container {
    min-height: 650px !important;
}

:root {
    --text-icon-size: 124px;
}

@media (max-width: 64em) {
    :root {
        --text-icon-size: 60px;
    }
}

.text-icon-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 5rem;
}

.text-icon-item {
    margin: 1.2rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.4rem;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: calc(33% - 2.4rem);
}

@media (max-width: 64em) {
    .text-icon-item {
        max-width: calc(50% - 2.4rem);
    }
}

@media (max-width: 47.9999em) {
    .text-icon-item {
        max-width: calc(100% - 2.4rem);
    }
}

.text-icon-item-content {
    margin-left: 2.4rem;
}

.text-icon-item-image-container {
    min-width: var(--text-icon-size);
}

.text-icon-item-image {
    border-radius: 50%;
    width: 124px;
    height: 124px;
    width: var(--text-icon-size);
    height: var(--text-icon-size);
}

.text-icon-item-cta {
    display: inline-block;
    color: #E61700;
    margin-top: 2.4rem;
}

    .text-icon-item-cta:hover {
        color: #E61700;
        text-decoration: none;
    }

.content-highlight-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.content-highlight-container-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 3.2rem;
    width: 100%;
}

@media (max-width: 60em) {
    .content-highlight-container-inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content-highlight-title {
    color: #002F65;
}

.content-highlight-main-content {
    margin-top: 3.2rem;
}

@media (max-width: 60em) {
    .content-highlight-main-content {
        margin-top: 1.6rem;
    }
}

.content-highlight-main-highlight {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

@media (max-width: 60em) {
    .content-highlight-main-highlight {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

.content-highlight-item-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 2.4rem;
}

@media (max-width: 60em) {
    .content-highlight-item-container {
        margin-top: 2.4rem;
        margin-left: 0;
    }
}

.content-highlight-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 2.4rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.4rem;
}

    .content-highlight-item:hover {
        background: #002F65;
        text-decoration: none;
    }

        .content-highlight-item:hover .content-highlight-item-title, .content-highlight-item:hover .content-highlight-item-text {
            color: #fff;
        }

        .content-highlight-item:hover .content-highlight-cta {
            background: #fff;
            border: 2px solid #E61700;
        }

            .content-highlight-item:hover .content-highlight-cta:after {
                background: url("/src/img/icons/btn-arrow.svg");
            }

.content-highlight-item-inner {
    display: -ms-flexbox;
    display: flex;
}

.content-highlight-item-text {
    color: #000;
}

.content-highlight-item-title {
    margin-bottom: 1.6rem;
}

.content-highlight-cta {
    background-color: #fff;
    border-color: #E61700;
    color: #E61700;
    margin-left: 3rem;
    background: #E61700;
    border-radius: 50%;
    padding: 0.8rem;
    border: 2px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .content-highlight-cta:after {
        content: '';
        background-image: url("/src/img/icons/btn-arrow-inverted.svg");
        height: 2.4rem;
        width: 2.4rem;
        display: inline-block;
    }

@media (max-width: 60em) {
    .content-highlight-cta {
        margin-left: 1.4rem;
    }
}

.content-hightlight-item-inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.content-highlight-image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.content-highlight-image-container {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.arvo-video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    max-width: 100%;
}

    .arvo-video-iframe > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.arvo-video-native {
    max-width: 100%;
}

    .arvo-video-native > video {
        width: 100%;
        height: auto;
        display: block;
    }

.arvo-video-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.arvo-video-thumbnail-trigger {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
}

    .arvo-video-thumbnail-trigger:before {
        content: '';
        display: block;
        position: absolute;
        transition: 0.3s;
        width: 7.5rem;
        height: 7.5rem;
        border-radius: 50%;
        margin-top: -3.75rem;
        margin-left: -3.75rem;
        top: 50%;
        left: 50%;
        z-index: 1;
    }

    .arvo-video-thumbnail-trigger svg {
        position: absolute;
        fill: #fff;
        width: 6.25rem;
        height: 6.25rem;
        margin-top: -3.125rem;
        margin-left: -2.15517rem;
        top: 50%;
        left: 50%;
        z-index: 2;
    }

:root {
    --fifty-padding: 5rem;
}

@media (max-width: 769px) {
    :root {
        --fifty-padding: 3rem;
    }
}

.arvo-fiftyfifty {
    margin-left: auto;
    margin-right: auto;
}

.arvo-fiftyfifty-container {
    margin: 5rem 0;
}

@media (max-width: 769px) {
    .arvo-fiftyfifty-container {
        margin: 0;
    }
}

.arvo-fiftyfifty-container.theme-border {
    border-bottom: none;
}

@media (max-width: 769px) {
    .arvo-fiftyfifty-container.theme-border {
        border-top: none;
    }
}

.arvo-fiftyfifty-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 50rem;
}

@media (max-width: 769px) {
    .arvo-fiftyfifty-inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 769px) {
    .arvo-fiftyfifty-inner.reversed {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.arvo-fiftyfifty-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
}

@media (max-width: 769px) {
    .arvo-fiftyfifty-item {
        width: 100%;
    }
}

.arvo-fiftyfifty-item-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 769px) {
    .arvo-fiftyfifty-item-text {
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 2.4rem 0;
    }
}

.arvo-fiftyfifty-item-text-heading {
    margin-bottom: 2.4rem;
}

.arvo-fiftyfifty-item-text-cta {
    margin-top: 4.8rem;
}

.arvo-fiftyfifty-item-text-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    overflow: hidden;
    height: 100%;
    padding: 0 var(--fifty-padding) 0 2.4rem;
}

    .arvo-fiftyfifty-item-text-content-inner.reversed {
        padding: 0 3.2rem 0 var(--fifty-padding);
    }

.arvo-fiftyfifty-item-text-content-outer {
    display: block;
    width: 100%;
    overflow: hidden;
}

.arvo-fiftyfifty-item-media {
    margin-top: -5px;
}

.arvo-fiftyfifty .arvo-block {
    width: 100%;
}

.arvo-fiftyfifty .arvo-image-block {
    width: 100%;
}

.arvo-fiftyfifty .arvo-image-block,
.arvo-fiftyfifty .arvo-video-block {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

    .arvo-fiftyfifty .arvo-image-block > a,
    .arvo-fiftyfifty .arvo-video-block > a {
        width: 100%;
        height: 100%;
    }

    .arvo-fiftyfifty .arvo-image-block img,
    .arvo-fiftyfifty .arvo-video-block img {
        max-height: none;
    }

.arvo-fiftyfifty .arvo-media-wrapper-image, .arvo-fiftyfifty .arvo-media-wrapper-video {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-width: 0;
    border-top: none;
    min-height: 30rem;
    border-radius: 0 60% 60% 0/35em;
}

    .arvo-fiftyfifty .arvo-media-wrapper-image.reversed, .arvo-fiftyfifty .arvo-media-wrapper-video.reversed {
        border-radius: 60% 0 0 60% /35em;
    }

@media (max-width: 769px) {
    .arvo-fiftyfifty .arvo-media-wrapper-image, .arvo-fiftyfifty .arvo-media-wrapper-video {
        transform: translateX(-50%);
        left: 50%;
        width: 125vw;
        border-radius: 0 0 55% 55%/40px;
        padding-left: calc(25vw / 2);
        padding-right: calc(25vw / 2);
        border-width: 5px;
    }

        .arvo-fiftyfifty .arvo-media-wrapper-image.reversed, .arvo-fiftyfifty .arvo-media-wrapper-video.reversed {
            border-radius: 0 0 55% 55%/40px;
        }
}

.no-hero .navMain {
    background: #1b2b58;
}

.logo-sticky {
    display: none;
}

.logo-static {
    display: block;
}

.body--SCROLLED-STATE .logo-sticky {
    display: block;
}

.body--SCROLLED-STATE .logo-static {
    display: none;
}

.advertisementWrapper {
    margin-bottom: 3rem;
    text-align: center;
    padding: 0 3rem;
}

.back-top {
    position: fixed;
    right: 0;
    width: 5em;
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

    .back-top i.fa {
        font-size: 3rem;
    }

    .back-top span {
        display: block;
        font-size: 1.2rem;
    }

        .back-top span::-moz-selection {
            background-color: transparent;
        }

        .back-top span::selection {
            background-color: transparent;
        }

    .back-top.back-top--scrolled {
        bottom: 5vh;
        cursor: pointer;
        opacity: .5;
        transition: all 0.2s ease-in-out;
    }

        .back-top.back-top--scrolled:hover {
            opacity: 1;
        }

.banner__wrapper--outer {
    background-size: cover;
    background-position: 50% 50%;
}

.breadcrumb__list {
    list-style: none;
}

.breadcrumb__item {
    display: inline-block;
}

    .breadcrumb__item + .breadcrumb__item:before {
        content: '/';
        padding-left: .8rem;
        margin-right: 1rem;
    }

.breadcrumb__wrapper--outer {
    margin-bottom: 2rem;
    color: #fff;
}

    .breadcrumb__wrapper--outer a {
        color: #fff;
        text-decoration: none;
    }

.button {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
}

.button--sm {
    padding: 1.2rem 2.2rem;
    font-size: 1.6rem;
}

    .button--sm:hover:after {
        height: 1.6rem;
        width: 1.6rem;
    }

.event--featured__wrapper {
    padding: 10rem;
}

@media (max-width: 80em) {
    .event--featured__wrapper {
        padding: 5rem 3rem;
    }
}

.event--featured__wrapper .event--featured__category {
    color: #969998;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.event--featured__wrapper .event--featured__headline {
    color: #34495e;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.event--featured__wrapper .event--featured__description {
    padding-bottom: 2rem;
    color: #222222;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.events--upcoming__wrapper {
    min-width: 100%;
}

    .events--upcoming__wrapper .events--upcoming__title {
        color: #34495e;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 4rem;
    }

.events--upcoming__list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    .events--upcoming__list .grid--cards__card {
        background-color: transparent;
        margin: 0 1.6rem;
        max-width: calc(25% - 3.2rem);
        margin-bottom: 3rem;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

@media (min-width: 48em) and (max-width: 64em) {
    .events--upcoming__list .grid--cards__card {
        max-width: calc(50% - 3.2rem);
    }
}

@media (max-width: 48em) {
    .events--upcoming__list .grid--cards__card {
        max-width: 100%;
    }
}

.events--upcoming__list .grid--cards__card:hover {
    text-decoration: none !important;
}

    .events--upcoming__list .grid--cards__card:hover .grid--cards__card__wrapper {
        background-color: #002F65;
    }

    .events--upcoming__list .grid--cards__card:hover .grid--cards__card__figcaption,
    .events--upcoming__list .grid--cards__card:hover .grid--cards__card__headline,
    .events--upcoming__list .grid--cards__card:hover .grid--cards__card__date-link, .events--upcoming__list .grid--cards__card:hover .grid--cards__card__date-num,
    .events--upcoming__list .grid--cards__card:hover .grid--cards__card__subtitle, .events--upcoming__list .grid--cards__card:hover .grid--cards__card__content {
        color: #fff !important;
    }

    .events--upcoming__list .grid--cards__card:hover .btn-primary {
        background-color: #fff;
        border-color: #E61700;
        color: #E61700;
    }

        .events--upcoming__list .grid--cards__card:hover .btn-primary:after {
            content: '';
            background-image: url("/src/img/icons/btn-arrow.svg");
            height: 2.4rem;
            width: 2.4rem;
            display: inline-block;
            margin-left: .5rem;
        }

.events--upcoming__list .grid--cards__card img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.events--upcoming__list .grid--cards__card .grid--cards__card__figure {
    position: relative;
    border-bottom: 5px solid #97C5EB;
    padding-bottom: 56.25%;
    min-height: 200px;
}

    .events--upcoming__list .grid--cards__card .grid--cards__card__figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.events--upcoming__list .grid--cards__card .grid--cards__card__figcaption {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: transparent;
    text-align: center;
    color: #000;
    min-width: 8rem;
    padding: 1rem .5rem;
}

    .events--upcoming__list .grid--cards__card .grid--cards__card__figcaption .grid--cards__card__date-link {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        letter-spacing: 0;
        text-decoration: none;
    }

    .events--upcoming__list .grid--cards__card .grid--cards__card__figcaption .grid--cards__card__date-num {
        font-size: 4.2rem;
        line-height: 1;
        color: #000;
        letter-spacing: 0;
        display: block;
    }

.events--upcoming__list .grid--cards__card .grid--cards__card__wrapper {
    padding: 2.4rem 2rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.events--upcoming__list .grid--cards__card .grid--cards__card__headline {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    text-align: left;
    color: #002F65;
}

.events--upcoming__list .grid--cards__card .grid--cards__card__subtitle {
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    color: #000;
}

.events--upcoming__list .grid--cards__card .grid--cards__card__content {
    font-size: 1.6rem;
    color: #000;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.events--upcoming__list .grid--cards__card .grid--cards__card__footer {
    text-align: right;
    margin-top: 3.6rem;
}

@media only screen and (max-width: 47.9999em) {
    .events--upcoming__list {
        display: block;
    }

        .events--upcoming__list .grid--cards__card {
            margin-left: auto;
            margin-right: auto;
        }
}

.events--upcoming__footer {
    text-align: center;
    margin-top: 3rem;
}

.footer__nav__linksList {
    list-style: none;
}

@media (max-width: 47.9999em) {
    .footer__image {
        padding-top: 6rem;
    }
}

.footer__image img {
    max-width: 30rem;
    display: block;
    margin: 0;
    margin-bottom: 3rem;
}

.footer--main {
    background-color: #1b2b58;
}

    .footer--main .footer--main__info__row {
        margin: 0 8rem;
    }

@media (max-width: 80em) {
    .footer--main .footer--main__info__row {
        margin: 0 3rem;
    }
}

.footer--main .footer--main__info {
    max-width: 144rem;
    margin: 0 auto;
    position: relative;
    padding-top: 3.5rem;
}

    .footer--main .footer--main__info:before {
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        left: 3.2rem;
        right: 3.2rem;
        top: 0;
        background: white;
    }

    .footer--main .footer--main__info .footer--main__logo__link {
        max-width: 17rem;
        margin-bottom: 6rem;
        margin-right: 6rem;
        display: block;
    }

        .footer--main .footer--main__info .footer--main__logo__link .footer--main__logo__image {
            max-width: 100%;
        }

    .footer--main .footer--main__info .footer--main__info__address {
        margin-bottom: 1rem;
    }

    .footer--main .footer--main__info .footer--main__info__address__line,
    .footer--main .footer--main__info .footer--main__info__numbers__line {
        font-size: 1.8rem;
        color: #fff;
        font-style: normal;
        margin-bottom: 1rem;
    }

@media (max-width: 80em) {
    .footer--main .footer__nav__column {
        padding: 0;
        margin-bottom: 3rem;
    }

        .footer--main .footer__nav__column:first-child {
            padding-left: 0;
        }
}

@media (max-width: 80em) {
    .footer--main .footer__nav__column {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}

.footer--main .footer--main__info-wrapper {
    line-height: 1;
}

.footer--main .footer--main__info__column {
    font-size: 1.8rem;
    color: #f2f2f2;
    letter-spacing: 0;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .footer--main .footer--main__info__column:first-child {
        display: -ms-flexbox;
        display: flex;
    }

@media (max-width: 80em) {
    .footer--main .footer--main__info__column:first-child {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .footer--main .footer--main__info__column:first-child .footer--main__logo__link {
            margin-right: 0;
            margin-bottom: 3rem;
        }

        .footer--main .footer--main__info__column:first-child .footer--main__info-wrapper {
            width: 100%;
        }
}

@media (max-width: 80em) {
    .footer--main .footer--main__info__column .footer--main__logo__link {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.footer--main .footer--main__info__column .column__headline {
    color: #f2f2f2;
    line-height: 1;
}

.footer__nav {
    padding: 7rem 2rem 6.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 80em) {
    .footer__nav {
        padding: 4rem 3rem 3rem;
    }
}

@media (max-width: 80em) {
    .footer__nav .footer__nav__column {
        margin-bottom: 3rem;
    }
}

.footer__nav__links__headline {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

@media (max-width: 80em) {
    .footer__nav__links__headline {
        padding-bottom: 0;
    }
}

.footer__nav__links__listItem {
    margin-bottom: 1rem;
}

    .footer__nav__links__listItem a {
        font-size: 1.8rem;
        line-height: 1;
        color: #fff;
        text-decoration: none;
    }

        .footer__nav__links__listItem a:hover, .footer__nav__links__listItem a:active, .footer__nav__links__listItem a:focus {
            text-decoration: underline;
        }

.footer--main__copyrightSocialWrapper {
    background-color: #022148;
    padding: 0 2rem;
}

    .footer--main__copyrightSocialWrapper .row--contained {
        margin: 0 auto;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5rem 0;
    }

    .footer--main__copyrightSocialWrapper .socialIcons__wrapper--outer {
        margin-top: 0;
    }

@media (max-width: 80em) {
    .footer--main__copyrightSocialWrapper .socialIcons__wrapper--outer {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2.5rem;
    }
}

.footer--main__copyrightSocialWrapper .footer--main__copyright {
    font-size: 1.4rem;
    color: #fff;
}

@media (max-width: 80em) {
    .footer--main__copyrightSocialWrapper .footer--main__copyright {
        margin-bottom: 2.5rem;
    }
}

.footer--main__copyrightSocialWrapper .footer--main__nav .footer--main__list {
    display: -ms-flexbox;
    display: flex;
}

    .footer--main__copyrightSocialWrapper .footer--main__nav .footer--main__list .footer--main__item {
        font-size: 1.4rem;
        color: #fff;
        margin-left: 2rem;
    }

.footer--main__list {
    list-style: none;
}

.footer--main__item a {
    color: #fff;
}

    .footer--main__item a:hover, .footer--main__item a:active, .footer--main__item a:focus {
        color: #fff;
        text-decoration: underline;
    }

.gridArticle > .column--auto {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0;
    background-color: #b8b8b8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 80em) {
    .gridArticle > .column--auto:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.gridArticle .banner__wrapper--outer {
    min-height: 63rem;
    width: 100%;
    display: block;
}

@media (max-width: 80em) {
    .gridArticle .banner__wrapper--outer {
        min-height: 40rem;
    }
}

.gridArticle .event--featured__wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    right: 0;
    top: 0;
    height: 1.6rem;
    background-color: #000;
    opacity: 0.2;
}

.gridArticle .event--featured__headline,
.gridArticle .event--featured__description {
    color: #fff;
}

.grid--cards {
    margin-top: 5rem;
}

    .grid--cards .grid--cards__card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }

    .grid--cards .grid--cards__column {
        text-align: center;
        padding: 11.5rem 8rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

@media (max-width: 80em) {
    .grid--cards .grid--cards__column {
        padding: 5rem 3rem;
    }
}

.grid--cards .grid--cards__column:first-child .grid--cards__card {
    margin-left: auto;
}

.grid--cards .grid--cards__column:last-child .grid--cards__card {
    margin-right: auto;
}

.grid--cards .grid--cards__column .grid--cards__card {
    width: 93%;
}

@media (max-width: 80em) {
    .grid--cards .grid--cards__column .grid--cards__card {
        width: 100%;
    }
}

.grid--cards .grid--cards__column.grid--cards__column--gray {
    background-color: #7e9aa8;
}

.grid--cards .grid--cards__column.grid--cards__column--orange {
    background-color: #e98732;
}

.grid--cards .grid--cards__column .grid--cards__card__headline {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.grid--cards .grid--cards__column .grid--cards__card__content {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
}

.grid--cards .button {
    padding: 1.3rem 2.3rem;
}

.grid--cards__card__category {
    color: #969998;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.grid--cards__card__padded {
    padding: 7.5rem 6rem 5.5rem 6rem;
}

.grid--cards__card__footer {
    margin-top: 3rem;
}

/* these styles are just for the homepage*/
.gridContent {
    padding-bottom: 0;
}

@media (max-width: 80em) {
    .gridContent > .column--auto:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.standalone-block {
    margin-top: 2rem;
}

.standalone-block-cta {
    height: auto !important;
    padding-top: 4.5rem !important;
    padding-bottom: 3rem !important;
}

.grid--sponsor {
    margin-top: 5rem;
    margin-bottom: 10rem;
}

@media (max-width: 80em) {
    .grid--sponsor {
        margin-bottom: 5rem;
    }
}

.grid--sponsor .grid--cards__row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 80em) {
    .grid--sponsor .grid--cards__row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.grid--sponsor .grid--cards__column {
    display: -ms-flexbox;
    display: flex;
    padding-right: 3rem;
}

@media (max-width: 80em) {
    .grid--sponsor .grid--cards__column {
        padding: 0 3rem;
    }
}

.grid--sponsor .grid--cards__column.cta-card-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: unset;
    align-items: unset;
}

@media (max-width: 768px) {
    .grid--sponsor .grid--cards__column.cta-card-wrapper {
        display: block;
    }
}

.grid--sponsor .grid--cards__column.cta-card-wrapper .grid--cards__card {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .grid--sponsor .grid--cards__column.cta-card-wrapper .grid--cards__card {
        width: 100%;
        max-width: 37.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 769px) {
    .grid--sponsor .grid--cards__column.cta-card-wrapper .grid--cards__card:nth-child(odd) {
        margin-right: 3rem;
    }
}

.grid--sponsor .grid--cards__column.cta-card-wrapper .grid--cards__card .b2b-cta-image {
    max-width: 100%;
}

.grid--sponsor .grid--cards__card__headline {
    color: #34495e;
    font-weight: 700;
    line-height: 1.2;
}

.grid--sponsor .grid--cards__card__content {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    opacity: 0.6;
    color: #1a1a1a;
}

@media (max-width: 80em) {
    .grid--sponsor .grid--cards__card__content {
        font-size: 1.8rem;
    }
}

.grid--sponsor .grid--cards__image {
    position: relative;
    padding-left: 5rem;
    max-width: 60rem;
}

@media (max-width: 80em) {
    .grid--sponsor .grid--cards__image {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3rem;
    }
}

.grid--sponsor .grid--cards__image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 168px;
    background-color: #979797;
    margin-top: -4rem;
}

@media (max-width: 80em) {
    .grid--sponsor .grid--cards__image:before {
        display: none;
    }
}

.grid--sponsor .grid--cards__image img {
    max-width: 100%;
}

.grid--tiles .grid--tiles__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.grid--tiles__column {
    background-size: cover;
    background-position: 50% 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 40.7rem;
    padding: 7.5rem 3.5rem 5.5rem 4.5rem;
    position: relative;
}

    .grid--tiles__column a:not(.button) {
        color: #222222;
        text-decoration: none;
    }

    .grid--tiles__column .grid--tiles__block__icon {
        margin-bottom: 2.5rem;
    }

    .grid--tiles__column .grid--tiles__block__headline {
        color: #28384b;
        font-weight: 700;
        line-height: 1.2;
    }

    .grid--tiles__column .grid--tiles__block__content {
        color: #222222;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 2rem;
        margin-top: .5rem;
    }

    .grid--tiles__column .grid--tiles__block__footer {
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex;
        z-index: 2;
    }

    .grid--tiles__column.grid--tiles--image {
        position: relative;
    }

        .grid--tiles__column.grid--tiles--image .grid--tiles__block__content {
            text-align: center;
            color: #fff;
        }

            .grid--tiles__column.grid--tiles--image .grid--tiles__block__content .screens-icon {
                display: block;
                margin: 0 auto 4rem auto;
            }

        .grid--tiles__column.grid--tiles--image .grid--tiles__block__footer {
            text-align: left;
        }

            .grid--tiles__column.grid--tiles--image .grid--tiles__block__footer .grid--tiles__link {
                color: #fff;
                font-weight: 700;
            }

                .grid--tiles__column.grid--tiles--image .grid--tiles__block__footer .grid--tiles__link span {
                    margin-right: 1rem;
                }

    .grid--tiles__column .grid--tiles__block-url {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .grid--tiles__column .grid--tiles__link {
        text-decoration: underline;
    }

    .grid--tiles__column .grid--tiles__img {
        margin-bottom: 2rem;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid--tiles__column {
        -ms-flex: 0;
        flex: 0;
        min-width: 50%;
    }
}

.grid--tiles--gray {
    background-color: #dadddf;
}

.grid--tiles--b2b-purple {
    background-color: #29085A;
}

    .grid--tiles--b2b-purple .grid--tiles__block__headline,
    .grid--tiles--b2b-purple .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--b2b-purple a {
        color: #fff;
    }

.grid--tiles--b2b-pink {
    background-color: #8f0066;
}

    .grid--tiles--b2b-pink .grid--tiles__block__headline,
    .grid--tiles--b2b-pink .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--b2b-pink a {
        color: #fff;
    }

.grid--tiles--b2b-green {
    background-color: #D1F37B;
}

.grid--tiles--green {
    background-color: #7e9aa8;
}

    .grid--tiles--green .grid--tiles__block__headline,
    .grid--tiles--green .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--green a {
        color: #fff;
    }

.grid--tiles--international-dark-blue {
    background-color: #002554;
}

    .grid--tiles--international-dark-blue .grid--tiles__block__headline,
    .grid--tiles--international-dark-blue .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--international-dark-blue a {
        color: #fff;
    }

.grid--tiles--international-gray {
    background-color: #696158;
}

    .grid--tiles--international-gray .grid--tiles__block__headline,
    .grid--tiles--international-gray .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--international-gray a {
        color: #fff;
    }

.grid--tiles--international-green {
    background-color: #008330;
}

    .grid--tiles--international-green .grid--tiles__block__headline,
    .grid--tiles--international-green .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--international-green a {
        color: #fff;
    }

.grid--tiles--international-light-blue {
    background-color: #93C0E7;
}

    .grid--tiles--international-light-blue .grid--tiles__block__headline,
    .grid--tiles--international-light-blue .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--international-light-blue a {
        color: #fff;
    }

.grid--tiles--international-pink {
    background-color: #F59194;
}

    .grid--tiles--international-pink .grid--tiles__block__headline,
    .grid--tiles--international-pink .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--international-pink a {
        color: #fff;
    }

.grid--tiles--green--alt {
    background-color: #76a120;
}

    .grid--tiles--green--alt .grid--tiles__block__headline,
    .grid--tiles--green--alt .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--green--alt a {
        color: #fff;
    }

.grid--tiles--yellow--alt {
    background-color: #f8d03d;
}

    .grid--tiles--yellow--alt .grid--tiles__block__headline,
    .grid--tiles--yellow--alt .grid--tiles__block__content {
        color: #000;
    }

    .grid--tiles--yellow--alt a {
        color: #000;
    }

.grid--tiles--purple--alt {
    background-color: #543694;
}

    .grid--tiles--purple--alt .grid--tiles__block__headline,
    .grid--tiles--purple--alt .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--purple--alt a {
        color: #fff;
    }

.grid--tiles--blue--light {
    background-color: #1999d5;
}

    .grid--tiles--blue--light .grid--tiles__block__headline,
    .grid--tiles--blue--light .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--blue--light a {
        color: #fff;
    }

.grid--tiles--orange {
    background-color: #e98732;
}

    .grid--tiles--orange:before {
        content: '';
        display: block;
        background-color: #e57d29;
        height: 1.6rem;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }

    .grid--tiles--orange .grid--tiles__block__headline,
    .grid--tiles--orange .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--orange a {
        color: #fff;
    }

.grid--tiles--aqua {
    color: #069fa8;
    background-color: #c8e9eb;
}

    .grid--tiles--aqua .grid--tiles__block__headline {
        color: #069fa8;
    }

    .grid--tiles--aqua .grid--tiles__block__content {
        color: #069fa8;
    }

.grid--tiles--turquoise {
    color: #fff;
    background-color: #00a1b1;
}

    .grid--tiles--turquoise .grid--tiles__block__headline,
    .grid--tiles--turquoise .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--turquoise a {
        color: #fff;
    }

.grid--tiles--red {
    color: #fff;
    background-color: #a92323;
}

    .grid--tiles--red .grid--tiles__block__headline,
    .grid--tiles--red .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--red a {
        color: #fff;
    }

.grid--tiles--navy {
    color: #fff;
    background-color: #34495e;
}

    .grid--tiles--navy .grid--tiles__block__headline,
    .grid--tiles--navy .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--navy a {
        color: #fff;
    }

.grid--tiles--blue {
    color: #fff;
    background-color: #2c5b99;
}

    .grid--tiles--blue .grid--tiles__block__headline,
    .grid--tiles--blue .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles--blue a {
        color: #fff;
    }

.themeCounter .grid--tiles__block__header:before {
    counter-increment: grid--tiles__column;
    content: counter(grid--tiles__column);
}

.themeCounter .grid--tiles__row {
    counter-reset: grid--tiles__column;
}

.grid--tiles--stacked .grid--tiles__column {
    height: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 3.5rem;
}

@media only screen and (max-width: 47.9999em) {
    .grid--tiles--stacked .grid--tiles__column {
        margin-right: 1.5rem;
    }
}

.grid--tiles--stacked .grid--tiles__column + .grid--tiles__column {
    margin-top: 2rem;
}

.grid--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .grid--wrap .grid--tiles__column {
        height: auto;
        padding: 3.5rem;
    }

    .grid--wrap.grid--4 .grid--tiles__column {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        min-height: 27.2rem;
    }

    .grid--wrap.grid--3 .grid--tiles__column {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        min-width: 33.333%;
        max-width: 33.333%;
    }

@media screen and (min-width: 48em) {
    .grid--wrap.grid--spaced {
        margin-left: -1.6rem;
        margin-right: -1.6rem;
    }

        .grid--wrap.grid--spaced .grid--tiles__column {
            margin: 0 1.6rem 3rem 1.6rem;
        }

        .grid--wrap.grid--spaced.grid--4 .grid--tiles__column {
            -ms-flex-preferred-size: calc(25% - 3.2rem);
            flex-basis: calc(25% - 3.2rem);
            min-width: calc(25% - 3.2rem);
            max-width: calc(25% - 3.2rem);
        }

        .grid--wrap.grid--spaced.grid--3 .grid--tiles__column {
            -ms-flex-preferred-size: calc(33.333% - 3.2rem);
            flex-basis: calc(33.333% - 3.2rem);
            min-width: calc(33.333% - 3.2rem);
            max-width: calc(33.333% - 3.2rem);
        }
}

@media only screen and (max-width: 47.9999em) {
    .grid--wrap {
        display: block;
    }

        .grid--wrap .grid--tiles__column {
            margin-top: 2rem;
        }

        .grid--wrap.grid--3 .grid--tiles__column {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            min-width: 100%;
            max-width: 100%;
        }
}

.tile--border:before,
.card--border:before,
.has-border:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1.6rem;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.grid--tiles__column.grid--tiles__feature {
    position: relative;
    height: auto;
    padding: 0;
    background: #000;
}

    .grid--tiles__column.grid--tiles__feature .grid--tiles__block__headline,
    .grid--tiles__column.grid--tiles__feature .grid--tiles__block__content {
        color: #fff;
    }

    .grid--tiles__column.grid--tiles__feature a {
        color: #fff;
    }

    .grid--tiles__column.grid--tiles__feature .grid--tiles__block {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 3.5rem;
        z-index: 1;
    }

    .grid--tiles__column.grid--tiles__feature .tiles--feature--img {
        position: relative;
        opacity: .5;
    }

.grid--wrap .grid--tiles__column.grid--tiles__feature {
    padding: 0;
}

.tiles--feature--img {
    width: 100%;
    min-height: 37rem;
    background-position: 50% 50%;
    background-size: cover;
}

#main [data-hasheroimage="false"] .hero__wrapper--outer {
    min-height: auto;
    background-color: #1b2b58;
}

    #main [data-hasheroimage="false"] .hero__wrapper--outer:before {
        content: initial;
    }

    #main [data-hasheroimage="false"] .hero__wrapper--outer .hero__wrapper--inner .hero__headline {
        background-color: transparent;
        box-shadow: none;
    }

@media (max-width: 1023px) {
    #main [data-hasheroimage="false"] .hero__wrapper--outer {
        padding-top: 7.2rem;
    }
}

@media (min-width: 64em) {
    #main [data-hasheroimage="false"] .hero__wrapper--outer {
        padding-top: 14rem;
    }
}

@media (max-width: 47.9999em) {
    #main [data-hasheroimage="false"] .hero__descr {
        margin-left: 0;
        margin-bottom: 0;
        max-width: none;
    }
}

@media (min-width: 48em) {
    #main [data-hasheroimage="false"] .hero__descr {
        margin-bottom: 0;
    }
}

.hero__wrapper--outer {
    background-color: #2c5b99;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 60rem;
    padding-top: 30rem;
    position: relative;
}

    .hero__wrapper--outer.b2b-hero:after {
        background-color: rgba(63, 0, 153, 0.2);
    }

    .hero__wrapper--outer.has-video {
        /*overflow: hidden;*/
    }

@media (min-width: 48em) {
    .hero__wrapper--outer.has-video {
        background-image: none !important;
    }
}

@media (max-width: 47.9999em) {
    .hero__wrapper--outer {
        padding-top: 25rem;
    }
}

.hero__wrapper--outer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.hero__wrapper--outer.anchorLeft {
    background-position: 0 50%;
}

.hero__wrapper--outer.anchorRight {
    background-position: 100% 50%;
}

.hero__wrapper--outer.anchorRight {
    background-position: 50% 50%;
}

.hero__wrapper--outer:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    bottom: -1.6rem;
    display: block;
    height: 1.6rem;
    position: absolute;
    z-index: 0;
}

.hero__wrapper--outer .hero__wrapper--inner {
    position: relative;
    z-index: 1;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .hero__wrapper--outer .hero__wrapper--inner .hero__descr {
        max-width: 46rem;
        margin-bottom: 10rem;
    }

@media (max-width: 47.9999em) {
    .hero__wrapper--outer .hero__wrapper--inner .hero__descr {
        margin-left: auto;
        margin-right: auto;
    }
}

.hero__wrapper--outer .hero__wrapper--inner .hero__headline {
    display: inline;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.3;
    color: #fff;
    background: #333333;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 1rem 0 0 #333333, -1rem 0 0 #333333;
}

.hero__wrapper--outer .hero__wrapper--inner .hero__header {
    margin-bottom: 4rem;
}

.hero__wrapper--outer .hero__wrapper--inner .hero__content {
    display: inline;
    font-size: 2.4rem;
    letter-spacing: -.075rem;
    line-height: 1.4;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #333333;
    box-shadow: 1rem 0 0 #333333, -1rem 0 0 #333333;
}

.hero__wrapper--outer .hero__wrapper--inner .hero__footer {
    margin-top: 3rem;
}

@media (max-width: 48em) {
    .hero__wrapper--outer .hero__wrapper--inner {
        margin-left: auto;
        margin-right: auto;
    }
}

.hero__wrapper--outer.hero__wrapper--interior .hero__wrapper--inner .hero__descr {
    max-width: 60rem;
}

.hero__wrapper--outer.hero--themeLeft .hero__descr {
    margin-right: auto;
}

.hero__wrapper--outer.hero--themeRight .hero__descr {
    margin-left: auto;
    width: 100%;
}

.hero__wrapper--outer.hero--themeCenter .hero__descr {
    margin-right: auto;
    margin-left: auto;
}

.hero__wrapper--outer.hero--has--highlight .hero__wrapper--inner .hero__header {
    margin: 0;
}

.hero {
    padding-bottom: 0;
}

.hero__bottom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .hero__bottom-row .hero__subtitle {
        -ms-flex: 1;
        flex: 1;
        padding-left: 4rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        border-right: 1px white solid;
        color: #fff;
        font-size: 2rem;
        line-height: 1.3;
    }

        .hero__bottom-row .hero__subtitle h5 {
            font-weight: 700;
            font-size: 2.4rem;
            color: #fff;
        }

        .hero__bottom-row .hero__subtitle:last-child {
            border-right: 0;
        }

@media (max-width: 80em) {
    .hero__bottom-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .hero__bottom-row .hero__subtitle {
            border-color: transparent;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }
}

@media (max-width: 47.9999em) {
    .hero__bottom-row {
        display: none;
    }
}

.hero__subtitle__headline a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

    .hero__subtitle__headline a:hover, .hero__subtitle__headline a:active, .hero__subtitle__headline a:focus {
        color: #ffc300;
    }

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
    }
}

.hero-video video {
    /*@supports (object-fit: cover) {*/
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
    /*}*/
}

@media (max-width: 48em) {
    .hero-video video {
        display: none;
    }
}

.blog-sidebar a {
    color: #fff;
    text-decoration: underline;
}

.blog-sidebar {
    margin-bottom: 2rem;
    background: #34495E;
    padding: 3.5rem;
    border-top: 15px solid #2F4254;
    color: #fff;
}

.blog-main-content {
    padding-bottom: 3rem;
}

.navMain a {
    text-decoration: none;
}

.primary-nav__trigger {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 1rem;
    color: #fff;
}

@media (min-width: 64em) {
    .primary-nav__trigger {
        display: none;
    }
}

.primary-nav__trigger:hover, .primary-nav__trigger:active, .primary-nav__trigger:focus {
    cursor: pointer;
    text-decoration: none;
}

.primary-nav__trigger .menu-text {
    line-height: 1.6;
    padding-right: 1rem;
    display: none;
}

.primary-nav__trigger .trigger__icon {
    display: inline-block;
    position: relative;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    padding-top: .6rem;
}

.primary-nav__trigger .close__icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.2rem;
    padding: 1.6rem;
    visibility: hidden;
    line-height: 1;
}

.primary-nav__trigger .trigger--x {
    visibility: hidden;
}

    .primary-nav__trigger .trigger--x + .close__icon {
        visibility: visible;
    }

.navMain__row {
    padding-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navMain__row--hasMainNav {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 64em) {
    .navMain__row--hasMainNav {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.navMain {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    font-family: "Heebo", sans-serif;
    z-index: 3;
}

    .navMain li, .navMain a, .navMain span {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .navMain li::-moz-selection, .navMain a::-moz-selection, .navMain span::-moz-selection {
            background-color: transparent;
        }

        .navMain li::selection, .navMain a::selection, .navMain span::selection {
            background-color: transparent;
        }

.navMain__wrapper .row--contained {
    max-width: 96em;
}

.primary-nav__list {
    list-style: none;
    width: 100%;
    position: relative;
}

.primary-nav__item {
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.4rem;
}

.primary-nav--simple,
.primary-nav--children {
    font-weight: 500;
    color: #fff;
    display: block;
    position: relative;
    transition: all 0.225s ease-in-out;
}

@media (min-width: 80em) {
    .primary-nav--simple,
    .primary-nav--children {
        font-size: 1.7rem;
    }
}

.primary-nav__interior__listItem {
    display: block;
    width: 100%;
}

.navMain__article {
    overflow: hidden;
    font-family: "Heebo", sans-serif;
}

    .navMain__article:after {
        content: '';
        display: table;
        clear: both;
    }

.navMain__article__image {
    max-width: 15rem;
    float: left;
    margin-right: 1.6rem;
}

.navMain__article__headline {
    font-size: 1.4rem;
    font-weight: 500;
}

.navMain__article__text {
    font-size: 1.4rem;
    line-height: 1.4444;
}

.mega-nav {
    display: none;
}

.primary-nav__item[data-open=true] .mega-nav {
    display: block;
}

.mega-nav-section-header {
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 1023px) {
    .mega-nav-section-header {
        color: #fff;
    }
}

.mega-nav-links-container {
    list-style: none;
}

    .mega-nav-links-container .mega-nav-link {
        margin-bottom: 1.5rem;
    }

@media (max-width: 1023px) {
    .mega-nav-link a {
        color: #fff;
    }
}

@media (max-width: 47.9999em) {
    .mega-nav-section:not(:first-child) {
        margin-top: 2rem;
    }
}

/*
██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
██████╔╝███████║██║   ██║██╔██╗ ██║█████╗  
██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝  
██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
*/
@media (max-width: 1023px) {
    .navMain {
        min-height: 6.8rem;
    }

    .body--SCROLLED-STATE .navMain {
        background-color: #1b2b58;
    }

    .primary-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: auto;
        margin: 0;
        padding-top: 18rem;
        background: #1b2b58;
        opacity: 0;
        visibility: hidden;
        transition: all .1s ease-in-out;
        z-index: 2;
    }

        .primary-nav[data-open=true] {
            visibility: visible;
            opacity: 1;
        }

    .primary-nav__item {
        position: relative;
        height: auto;
        box-shadow: 0 1px rgba(255, 255, 255, 0.2);
        overflow: hidden;
    }

        .primary-nav__item > a,
        .primary-nav__item > .primary-nav--children {
            padding: 2rem;
            font-size: 1.8rem;
            position: relative;
        }

            .primary-nav__item > a:after,
            .primary-nav__item > .primary-nav--children:after {
                content: '';
                position: absolute;
                top: calc(50% - 6px);
                right: 3rem;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #fff;
                transform: rotate(0);
                transform-origin: 50% 50%;
                transition: all 0.15s ease-out;
            }

            .primary-nav__item > a:hover,
            .primary-nav__item > .primary-nav--children:hover {
                color: #fff;
            }

            .primary-nav__item > a:not(.primary-nav--children):after {
                display: none;
            }

        .primary-nav__item .primary-nav__interior {
            max-height: 0;
            padding: 0;
            transition: all 0.225s ease-in-out;
            overflow: hidden;
        }

        .primary-nav__item[data-open=true] {
            background-color: #346bb3;
        }

            .primary-nav__item[data-open=true] .primary-nav__interior {
                max-height: 100vh;
                transition: all 0.225s ease-in-out;
            }

            .primary-nav__item[data-open=true] .primary-nav--children:after {
                transform: rotate(90deg);
            }

    .primary-nav__interior > li ul.interior__links {
        line-height: 1.4;
    }

    .primary-nav__interior__listItem {
        margin-bottom: 2rem;
    }

    .primary-nav__interior__link {
        padding: .8rem 4rem;
        color: #fff;
    }

        .primary-nav__interior__link:hover {
            color: #fff;
        }

    .navMain__article {
        display: none;
    }

    .primary-nav__utility-list {
        display: block;
        padding: 2rem;
    }

        .primary-nav__utility-list li {
            padding-bottom: 1rem;
            font-size: 1.4rem;
        }

    .primary-nav__list {
        box-shadow: none;
        height: calc(100vh - 18rem);
        width: 100vw;
        overflow: auto;
        overflow-x: hidden;
        padding: 0;
        display: block;
    }

        .primary-nav__list > li, .primary-nav__list a {
            width: 100%;
            display: block;
            text-align: left;
            font-size: 1.6rem;
        }
}

/*
██████╗ ███████╗███████╗██╗  ██╗████████╗ ██████╗ ██████╗ 
██╔══██╗██╔════╝██╔════╝██║ ██╔╝╚══██╔══╝██╔═══██╗██╔══██╗
██║  ██║█████╗  ███████╗█████╔╝    ██║   ██║   ██║██████╔╝
██║  ██║██╔══╝  ╚════██║██╔═██╗    ██║   ██║   ██║██╔═══╝ 
██████╔╝███████╗███████║██║  ██╗   ██║   ╚██████╔╝██║     
╚═════╝ ╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚═╝                                                         
*/
@media (min-width: 64em) {
    .navMain {
        padding-right: 1.6rem;
        background-color: transparent;
        transition: background-color .333s ease;
    }

    .body--SCROLLED-STATE .navMain {
        background-color: #1b2b58;
    }

    .primary-nav__interior__listItem {
        margin-bottom: 2rem;
    }

    .primary-nav__interior__link {
        font-size: 1.4rem;
        color: #657b85;
        transition: all 0.2s ease-in-out;
    }

        .primary-nav__interior__link:hover, .primary-nav__interior__link:active, .primary-nav__interior__link:focus {
            text-decoration: underline;
        }

    .primary-nav {
        top: 0;
        width: 100%;
        padding: 0;
        overflow: visible;
        z-index: 3;
        transition: all 0.225s ease-in-out;
    }

        .primary-nav .primary-nav__list {
            position: relative;
            padding: 0;
            padding-left: 18rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            box-shadow: none;
        }

            .primary-nav .primary-nav__list li {
                padding-right: 3rem;
            }

        .primary-nav .primary-nav__interior__wrapper {
            display: block;
            width: 100%;
            padding-left: 18rem;
            padding-right: 16.4rem;
        }

            .primary-nav .primary-nav__interior__wrapper .column--auto {
                padding-right: 0;
                padding-left: 0;
            }

        .primary-nav .primary-nav--simple,
        .primary-nav .primary-nav--children {
            font-size: 1.6rem;
        }

            .primary-nav .primary-nav--simple:hover, .primary-nav .primary-nav--simple:active, .primary-nav .primary-nav--simple:focus,
            .primary-nav .primary-nav--children:hover,
            .primary-nav .primary-nav--children:active,
            .primary-nav .primary-nav--children:focus {
                color: #ffc300;
            }

        .primary-nav .primary-nav__interior {
            background: #fff;
            transition: all 0.225s ease-in-out;
            box-shadow: -500px 0 #fff, 500px 0 #fff, -1500px 0 #fff, 1500px 0 #fff;
        }

        .primary-nav:after {
            clear: both;
            content: "";
            display: table;
        }

        .primary-nav ul {
            position: static;
            margin: 0;
            padding: 0;
            height: auto;
            width: auto;
            background: transparent;
            overflow: visible;
            list-style: none;
        }

        .primary-nav .primary-nav__item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }

            .primary-nav .primary-nav__item > a:before {
                transition: all 0.225s ease-in-out;
            }

            .primary-nav .primary-nav__item[data-open=true] > a.primary-nav--children {
                position: relative;
                color: #ffc300;
            }

                .primary-nav .primary-nav__item[data-open=true] > a.primary-nav--children:before {
                    content: '';
                    position: absolute;
                    left: 50%;
                    bottom: -22px;
                    transform: translate(-50%);
                    width: 0;
                    height: 0;
                    border-left: 16px solid transparent;
                    border-right: 16px solid transparent;
                    border-bottom: 16px solid #fff;
                }

        .primary-nav [data-open=true] > .primary-nav__interior {
            opacity: 1;
            visibility: visible;
        }

        .primary-nav .primary-nav__interior {
            visibility: hidden;
            position: absolute;
            width: 100%;
            left: 0;
            top: 3.6rem;
            padding: 2em 0;
            text-align: left;
            color: #333;
            cursor: auto;
            z-index: 4;
            will-change: opacity;
            opacity: 0;
            transition: all 0.225s ease-in-out;
        }

            .primary-nav .primary-nav__interior .interior__links li {
                margin-bottom: 1rem;
            }

            .primary-nav .primary-nav__interior .interior__item {
                margin-bottom: 1rem;
            }

            .primary-nav .primary-nav__interior > li {
                margin: 0;
                padding: 0;
            }

                .primary-nav .primary-nav__interior > li > a {
                    font-size: 1.6rem;
                    margin-top: 0.6rem;
                    margin-bottom: 0.4rem;
                    transition: all 0.225s ease-in-out;
                    box-shadow: none;
                }

                    .primary-nav .primary-nav__interior > li > a:after {
                        display: none;
                    }

                    .primary-nav .primary-nav__interior > li > a:hover, .primary-nav .primary-nav__interior > li > a:active, .primary-nav .primary-nav__interior > li > a:focus {
                        box-shadow: inset 0 -.1em 0 0 #fff;
                    }

                .primary-nav .primary-nav__interior > li a {
                    line-height: 1.4;
                    box-shadow: inset 0px -0.1em 0px 0px transparent;
                    text-decoration: none;
                    transition: all 0.225s ease-in-out;
                }

                    .primary-nav .primary-nav__interior > li a:hover, .primary-nav .primary-nav__interior > li a:focus {
                        text-decoration: none;
                        transition: all 0.225s ease-in-out;
                    }

                .primary-nav .primary-nav__interior > li img {
                    width: 100%;
                }

                .primary-nav .primary-nav__interior > li p {
                    margin: 1rem 0;
                    line-height: 2rem;
                }

                .primary-nav .primary-nav__interior > li.nav-article {
                    float: right;
                    width: 33%;
                }

                    .primary-nav .primary-nav__interior > li.nav-article .content-block-image-wrapper {
                        margin-bottom: 1em;
                    }

                    .primary-nav .primary-nav__interior > li.nav-article p {
                        margin-bottom: 0;
                    }

                .primary-nav .primary-nav__interior > li ul.primary-nav__interior {
                    position: relative;
                    top: 0;
                    max-width: 20rem;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                    .primary-nav .primary-nav__interior > li ul.primary-nav__interior li {
                        float: none;
                        width: 100%;
                        margin-top: 0;
                    }
}

@media (min-width: 80em) {
    .primary-nav .primary-nav__list {
        padding-left: 36rem;
    }

    .primary-nav .primary-nav__interior__wrapper {
        padding-left: 36rem;
    }
}

.user-panel-wrap {
    position: relative;
    z-index: 4;
}

    .user-panel-wrap .user-panel {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 3.4rem;
        left: 0;
        min-width: 24rem;
        padding: 1.5rem;
        color: #fff;
        background: #4a90e2;
        border-radius: 0 .4rem .4rem .4rem;
        transition: all .2s ease-in-out;
    }

@media (max-width: 1023px) {
    .user-panel-wrap .user-panel {
        left: auto;
        right: 0;
        border-radius: .4rem 0 .4rem .4rem;
    }
}

.user-panel-wrap .user-panel h4 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.user-panel-wrap .user-panel a {
    color: #fff;
}

.user-panel-wrap .user-panel ul {
    list-style: none;
}

.user-panel-wrap .user-panel li {
    font-size: 1.6rem;
}

    .user-panel-wrap .user-panel li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .user-panel-wrap .user-panel li a:before {
            content: '';
            display: -ms-flexbox;
            display: flex;
            width: 1.8rem;
            height: 1.8rem;
            margin-right: 1rem;
            background-size: 100%;
        }

        .user-panel-wrap .user-panel li a.user-manage:before {
            background-image: url(871a29fb16a616d635092ef6ecd03e63.svg);
        }

        .user-panel-wrap .user-panel li a.user-logout:before {
            background-image: url(63ba6703c03f6ae9f5e2b6ab74cb9bbe.svg);
        }

    .user-panel-wrap .user-panel li + li {
        margin-top: 1rem;
    }

.user-panel-wrap[data-open=true] .user-panel {
    visibility: visible;
    opacity: 1;
}

.user-panel-wrap[data-open=true] .button {
    border-radius: .4rem .4rem 0 0;
    background: #4a90e2;
    border-color: transparent;
}

.navMain__logo__link {
    padding-left: 1rem;
}

@media (max-width: 1023px) {
    .navMain__logo__link {
        padding-top: 1rem;
    }
}

@media (min-width: 96em) {
    .navMain__logo__link {
        padding-left: 0;
    }
}

.navMain__logo {
    width: 100%;
    max-width: 13rem;
}

@media (min-width: 64em) {
    .navMain__logo {
        position: absolute;
        top: 0;
        max-width: 14rem;
        padding-top: 2rem;
        padding-left: 1rem;
    }
}

@media (min-width: 80em) {
    .navMain__logo {
        padding-left: 1.6rem;
    }
}

@media (min-width: 80em) {
    .navMain__logo {
        max-width: 26rem;
    }
}

.nav-utility__list {
    list-style: none;
}

.nav-utility__item {
    display: inline-block;
    padding-right: .8rem;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .nav-utility__item:first-child img {
        display: none;
    }
}

@media (min-width: 64em) {
    .nav-utility__item:first-child span {
        display: none;
    }
}

.nav-utility__item:last-child {
    padding-right: 0;
}

.nav-utility__item a {
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
}

    .nav-utility__item a:hover, .nav-utility__item a:active, .nav-utility__item a:focus {
        color: #ffc300;
    }

.nav-utility__item.loginJoin__wrapper {
    padding: 0 .8rem;
}

.nav-utility__item .button:hover,
.nav-utility__item .button:active,
.nav-utility__item .button:focus {
    color: #fff;
}

.arvo-connect-icon {
    max-width: 10rem;
}

.arvo-jobs-icon {
    display: inline-block;
    width: 1.6rem;
    margin-right: .8rem;
    margin-top: .2rem;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .navUtility__iconsWrapper {
        display: none;
        text-align: center;
    }

    .body--FREEZE .navUtility__iconsWrapper {
        display: block;
    }
}

@media (min-width: 64em) {
    .navUtility__iconsWrapper {
        display: inline-block;
        padding-left: 2.5vw;
    }
}

.cartIcon__wrapper--outer {
    display: inline-block;
    height: auto;
    box-shadow: 1px 0 #fff;
    margin-right: 1rem;
}

.cartIcon__wrapper--inner {
    margin-right: 1.6rem;
}

.icon--cart {
    width: 2.4rem;
    height: 2.4rem;
}

@media (max-width: 1023px) {
    .socialIcons__wrapper--outer {
        display: inline-block;
    }
}

.loginJoin__wrapper .button {
    font-size: 1.4rem;
    padding: .6rem .8rem;
}

    .loginJoin__wrapper .button:hover span:before {
        content: none;
    }

    .loginJoin__wrapper .button span:before {
        content: '';
        display: inline-block;
        width: 1.8rem;
        height: 1.8rem;
        margin-right: .8rem;
        background-size: 100%;
        background-image: url("/src/img/icons/my-arvo.svg");
        vertical-align: middle;
    }

@media (max-width: 1023px) {
    .navMain__row--hasUtilityNav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        z-index: 3;
    }

    .navMain__row .navMain__logo__link {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 1.2rem;
        padding-left: .6rem;
    }

    .body--FREEZE .navMain__row .navMain__logo__link {
        display: none;
    }

    .navMain__row .nav-utility__list__wrapper {
        text-align: center;
        display: none;
        padding: 4rem 1rem 1rem 1rem;
    }

    .body--FREEZE .navMain__row .nav-utility__list__wrapper {
        display: block;
        z-index: 3;
    }

    .navMain__row .loginJoin__wrapper {
        position: fixed;
        top: 0;
        right: 5.6rem;
        padding-top: 1.2rem;
        z-index: 3;
    }

    .body--FREEZE .navMain__row .loginJoin__wrapper {
        display: none;
        visibility: hidden;
        z-index: -1;
    }

    .navMain__row .searchBox {
        visibility: hidden;
        display: none;
        text-align: center;
        padding: 1.5rem 1rem 1rem 1rem;
        z-index: -1;
    }

    .body--FREEZE .navMain__row .searchBox {
        display: block;
        visibility: visible;
        z-index: 3;
    }
}

@media (min-width: 64em) {
    .navMain__logo__link,
    .nav-utility__list__wrapper,
    .loginJoin__wrapper,
    .socialIcons__wrapper--outer,
    .searchBox {
        display: inline-block;
    }

    .navMain__row--hasUtilityNav {
        display: block;
        padding-top: 1.2rem;
    }

    .navMain__row .searchBox {
        float: right;
    }

    .navMain__row:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (min-width: 64em) {
    .loginJoin__wrapper {
        padding-left: 2.4rem;
    }
}

@media (min-width: 64em) {
    .nav-utility__list__wrapper {
        padding-left: 18rem;
    }
}

@media (min-width: 80em) {
    .nav-utility__list__wrapper {
        padding-left: 38rem;
    }
}

.promoBlock__wrapper--outer {
    padding-left: 1rem;
    background: #ddd;
}

.promoBlock__wrapper--inner {
    box-shadow: -1px 0 #000;
    padding-left: 1rem;
}

.promoBlock__headline {
    font-size: 1.6rem;
}

.promoBlock__description {
    font-size: 1.2rem;
}

.screen__overlay {
    position: fixed;
    top: 12rem;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    transition: all 0.225s ease-in-out;
}

    .screen__overlay.screen__overlay--on {
        display: block;
    }

@media (min-width: 64em) {
    .screen__overlay {
        top: 11rem;
    }
}

.body--FREEZE {
    overflow: hidden;
}

.searchBox .searchBox__fieldset {
    position: relative;
}

@media (max-width: 1023px) {
    .searchBox .searchBox__fieldset {
        max-width: 24rem;
        margin: 0 auto;
    }
}

.searchBox .searchBox__searchField {
    font-size: 1.2rem;
    border-radius: 4px;
    border: 2px white solid;
    background-color: transparent;
    width: 17rem;
    color: #fff;
    padding: 1rem 0 1rem 1.5rem;
}

@media (min-width: 64em) and (max-width: 79.9999em) {
    .searchBox .searchBox__searchField {
        width: auto;
    }
}

.searchBox .searchBox__searchField:-ms-input-placeholder {
    color: #fff;
}

.searchBox .searchBox__searchField::placeholder {
    color: #fff;
}

.searchBox .searchBox__searchField::-webkit-input-placeholder {
    color: #fff;
}

.searchBox .searchBox__submitButton {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 2.6rem;
    height: 4rem;
    background: transparent url(005e595339b74b3b6759c7a90ed98f78.svg) center no-repeat;
    background-size: 75%;
    border: 0;
}

@media (max-width: 1023px) {
    .searchBox .searchBox__submitButton {
        right: 3.2rem;
    }
}

.socialIcons__wrapper--outer .socialIcons__link {
    margin: 0 .5rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.social__icon,
.icon--cart {
    transition: all 0.2s ease-in-out;
}

    .social__icon:hover, .social__icon:active, .social__icon:focus,
    .icon--cart:hover,
    .icon--cart:active,
    .icon--cart:focus {
        opacity: .6666;
    }

.socialIcons__link img {
    max-width: 80%;
}

.article-tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

.article-tools__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1rem;
    color: #000;
    text-decoration: none;
}

    .article-tools__item:before {
        content: '';
        display: -ms-flexbox;
        display: flex;
        width: 1.4rem;
        height: 1.4rem;
        margin-right: .6rem;
        background-size: 100%;
    }

    .article-tools__item:hover {
        color: #000;
    }

.article-tools__item--share:before {
    background-image: url(47470b5e46be3ddb36979457ae8c698c.svg);
}

.article-tools__item--print:before {
    background-image: url(1312c5d93ba0a98e159f585779afee1d.svg);
}

.article-tools__item--text:before {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(e41631ac4813f1ebcbe299f6e2a5aa6a.svg);
}

.article {
    margin-bottom: 5rem;
}

    .article .article--header {
        margin-top: 3rem;
    }

        .article .article--header > h1:first-child,
        .article .article--header > h2:first-child {
            margin-top: 5rem;
        }

    .article h1,
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        color: #34495e;
    }

    .article p {
        margin-bottom: 3rem;
    }

.article__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin: 5rem 0;
    padding: 3rem 5rem;
    color: #fff;
    background: #2c5b99;
}

    .article__cta .article__cta__content {
        -ms-flex: 3 0 0px;
        flex: 3 0 0;
    }

    .article__cta h1,
    .article__cta h2,
    .article__cta h3,
    .article__cta h4,
    .article__cta h5,
    .article__cta h6 {
        color: white;
    }

    .article__cta .article__cta__img {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-left: 6rem;
        transform: translateY(-6rem);
    }

.article--footer {
    margin-top: 6rem;
}

.column--auto.column__article {
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.column--auto.column__article__sidebar {
    margin-right: 0;
    padding-right: 0;
}

/* Adage Edits */
/* News Landing Page */
.cover-story-block {
    width: 100%;
}

.category-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .category-section .category-section-list {
        display: -ms-flexbox;
        display: flex;
        max-width: calc(33.333% - 2rem);
        -ms-flex-preferred-size: calc(33.333% - 2rem);
        flex-basis: calc(33.333% - 2rem);
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #f2f2f2;
        padding: 2rem;
    }

@media (min-width: 48em) {
    .category-section .category-section-list:nth-child(3n+2) {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .category-section .category-section-list {
        margin-bottom: 3rem;
    }
}

@media (max-width: 47.9999em) {
    .category-section .category-section-list {
        width: 100% !important;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
}

.featured-article-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .featured-article-block .featured-article {
        display: -ms-flexbox;
        display: flex;
        max-width: calc(33.333% - 2rem);
        -ms-flex-preferred-size: calc(33.333% - 2rem);
        flex-basis: calc(33.333% - 2rem);
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        color: #34495E;
    }

        .featured-article-block .featured-article h5 a, .featured-article-block .featured-article h5 a:hover {
            color: #34495E;
            text-decoration: none;
        }

    .featured-article-block .featured-article-image {
        width: 100%;
        margin-bottom: 1.5rem;
        -ms-flex: auto 0 0px;
        flex: auto 0 0;
    }

        .featured-article-block .featured-article-image img {
            width: 100%;
            height: auto;
        }

.featured-article-optional {
    font-size: 1.2rem;
}

@media (min-width: 48em) {
    .featured-article-block .featured-article:nth-child(3n+2) {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .featured-article-block .featured-article {
        margin-bottom: 3rem;
    }

    .featured-article-block .featured-article-image {
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
    }
}

@media (max-width: 47.9999em) {
    .featured-article-block .featured-article {
        width: 100% !important;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
}

.fifty-fifty-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}

.fifty-fifty-content {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fifty-fifty-content-inner {
    max-width: 38em;
    padding: 100px 1.6rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #fff !important;
}

    .fifty-fifty-content-inner a {
        display: inline-block;
        font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        background: transparent;
        border: 2px solid #fff;
        border-radius: .4rem;
        font-size: 1.6rem;
        color: #fff;
        line-height: 1;
        padding: 1.4rem 3.3rem;
        transition: all .2s ease-in-out;
        text-decoration: none;
    }

        .fifty-fifty-content-inner a:hover {
            background-color: #fff;
            color: #34495E !important;
            text-decoration: none;
        }

.fifty-fifty-content-bg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    background-position: center;
}

.fifty-fifty-content-bg-mobile {
    display: none;
}

@media (max-width: 47.9999em) {
    .fifty-fifty-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fifty-fifty-content-inner {
        max-width: 100% !important;
        padding: 5rem 1.6rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .fifty-fifty-content-bg {
        background-image: none !important;
        -ms-flex-order: 1;
        order: 1;
    }

    .fifty-fifty-content-bg-mobile {
        display: block;
        width: 100%;
    }

        .fifty-fifty-content-bg-mobile img {
            width: 100%;
            height: auto;
        }
}

.video-fifty-fifty .fifty-fifty-content-bg-desktop {
    position: relative;
    background-size: cover;
    background-position: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 47.9999em) {
    .video-fifty-fifty .fifty-fifty-content-bg-desktop {
        padding-bottom: 56.25%;
    }
}

.video-fifty-fifty .fifty-fifty-block.limited-width {
    max-width: 76em;
    margin: 0 auto;
}

.video-fifty-fifty .fifty-fifty-block .video-trigger {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-fifty-fifty .fifty-fifty-block .video-trigger-inner {
    height: 5em;
    width: 5em;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .video-fifty-fifty .fifty-fifty-block .video-trigger-inner img {
        width: 31px;
        height: 31px;
        margin-left: 5px;
        margin-top: 2px;
    }

.video-modal {
    position: fixed;
    /* Stay in place */
    z-index: 150;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.2);
    /* Black w/ opacity */
    padding: 3em;
}

.video-modal-content {
    max-width: 50em;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 2.5rem;
}

.video-modal-content-inner {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

    .video-modal-content-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-modal-close {
    position: relative;
    background: none;
    border: none;
    width: 2em;
    height: 2em;
    cursor: pointer;
    overflow: hidden;
}

    .video-modal-close:before, .video-modal-close:after {
        content: '';
        display: block;
        width: 2em;
        height: 0;
        border-style: solid;
        border-color: #fff;
        border-width: 0 0 3px 0;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
    }

    .video-modal-close:before {
        transform: rotate(45deg);
    }

    .video-modal-close:after {
        transform: rotate(-45deg);
    }

.horizontal-video-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    color: #34495E;
}

.horizontal-video-block-video {
    -ms-flex: 2;
    flex: 2;
    padding-right: 3rem;
}

    .horizontal-video-block-video * {
        width: 100%;
    }

.horizontal-video-block-info {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 47.9999em) {
    .horizontal-video-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .horizontal-video-block-video {
        padding-right: 0 !important;
        margin-bottom: 2rem;
    }
}

.additional-articles .additional-article {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    color: #34495E;
}

    .additional-articles .additional-article h5 a, .additional-articles .additional-article h5 a:hover {
        color: #34495E;
        text-decoration: none;
    }

    .additional-articles .additional-article .additional-article-optional {
        font-size: 1.2rem;
    }

.category-section {
    margin-bottom: 1rem;
}

.additional-articles-sidebar {
    margin-bottom: 2rem;
    background: #34495E;
    padding: 3.5rem;
    border-top: 15px solid #2F4254;
    color: #fff;
}

    .additional-articles-sidebar a {
        color: #fff;
        text-decoration: underline;
    }

.b2b-sidebar {
    margin-top: 3rem;
}

.b2b-main {
    padding-top: 0 !important;
}

.b2b-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .b2b-cards .grid--tiles {
        display: -ms-flexbox;
        display: flex;
    }

        .b2b-cards .grid--tiles .grid--tiles__column {
            min-height: 40.7rem;
            height: auto;
        }

.b2b-cta-image {
    max-width: 600px;
    margin-bottom: 16px;
    display: inline-block;
}

.news-landing-section {
    margin-bottom: 60px;
}

.news-landing-section-heading {
    color: #022148;
    margin-bottom: 20px;
}

/* Article Page */
.wysiwyg-block {
    padding: 4rem 0;
    max-width: 70%;
    margin: 0 auto;
    color: #022148;
}

    .wysiwyg-block ul {
        margin-left: 20px;
    }

.quote-block {
    background: #34495E;
    padding: 3.5rem;
    margin: 4rem 0;
    color: #fff;
}

    .quote-block .rich-text {
        font-size: 2.4rem;
    }

.image-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 4rem 0;
}

.image-block-caption {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #022148;
}

.article-detail-page {
    padding-top: 4rem;
}

.more-from-newsletter-block {
    background: #DADDDF;
    margin: 2rem 0;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    border-top: 15px solid #C4C6C8;
    color: #022148 !important;
}

.more-from-newsletter-block-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #fff;
    padding-right: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.more-from-newsletter-block-links {
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-left: 3rem;
}

.more-from-newsletter-block-content-cta {
    margin-top: 2rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .more-from-newsletter-block-content-cta a {
        display: inline-block;
        font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        background: transparent;
        border: 2px solid #022148;
        border-radius: .4rem;
        font-size: 1.6rem;
        color: #022148;
        line-height: 1;
        padding: 1.4rem 3.3rem;
        transition: all .2s ease-in-out;
        text-decoration: none;
    }

.more-from-newsletter-block-content a:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: none;
    background: #022148;
}

.more-from-newsletter-block-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .more-from-newsletter-block-links a {
        display: block;
        color: #000;
        text-decoration: underline;
    }

        .more-from-newsletter-block-links a + a {
            padding-top: 1rem;
            margin-top: 1rem;
            border-top: 1px solid #fff;
        }

.cover-hero-heading {
    padding: 2rem 0 !important;
}

.hero-block-landing {
    padding: 200px 0 20px 0;
}

.hero-block {
    background: #5E737E;
    color: #fff;
}

    .hero-block .row--contained {
        position: relative;
    }

.hero-block-content-optional {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;
}

    .hero-block-content-optional span.break {
        margin: 0 10px;
    }

    .hero-block-content-optional p {
        margin: 0;
    }

.landing-page-ad {
    width: 729px;
    height: auto;
    margin: 0 auto;
}

.cover-hero-heading-image {
    text-align: center;
    margin-top: 16px;
}

    .cover-hero-heading-image img {
        height: auto;
        max-width: 100%;
    }

.news-landing-section-no-margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

.article__cta--gray {
    background-color: #dadddf;
}

.article__cta--green {
    background-color: #7e9aa8;
}

    .article__cta--green .article__cta__content,
    .article__cta--green .article__cta__headline {
        color: #fff;
    }

    .article__cta--green a {
        color: #fff;
    }

.article__cta--green--alt {
    background-color: #77777A;
}

    .article__cta--green--alt .article__cta__content,
    .article__cta--green--alt .article__cta__headline {
        color: #fff;
    }

    .article__cta--green--alt a {
        color: #fff;
    }

.article__cta--blue--light {
    background-color: #060E9F;
}

    .article__cta--blue--light .article__cta__content,
    .article__cta--blue--light .article__cta__headline {
        color: #fff;
    }

    .article__cta--blue--light a {
        color: #fff;
    }

.article__cta--orange {
    background-color: #e98732;
}

    .article__cta--orange:before {
        content: '';
        display: block;
        background-color: #e57d29;
        height: 1.6rem;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }

    .article__cta--orange .article__cta__content,
    .article__cta--orange .article__cta__headline {
        color: #fff;
    }

    .article__cta--orange a {
        color: #fff;
    }

.article__cta--aqua {
    color: #069fa8;
    background-color: #c8e9eb;
}

    .article__cta--aqua .article__cta__headline {
        color: #069fa8;
    }

    .article__cta--aqua .article__cta__content {
        color: #069fa8;
    }

.article__cta--turquoise {
    color: #fff;
    background-color: #00a1b1;
}

    .article__cta--turquoise .article__cta__content,
    .article__cta--turquoise .article__cta__headline {
        color: #fff;
    }

    .article__cta--turquoise a {
        color: #fff;
    }

.article__cta--red {
    color: #fff;
    background-color: #a92323 !important;
}

    .article__cta--red .article__cta__content,
    .article__cta--red .article__cta__headline {
        color: #fff;
    }

    .article__cta--red a {
        color: #fff;
    }

.article__cta--navy {
    color: #fff;
    background-color: #34495e;
}

    .article__cta--navy .article__cta__content,
    .article__cta--navy .article__cta__headline {
        color: #fff;
    }

    .article__cta--navy a {
        color: #fff;
    }

.article__cta--blue {
    color: #fff;
    background-color: #77777A;
}

    .article__cta--blue .article__cta__content,
    .article__cta--blue .article__cta__headline {
        color: #fff;
    }

    .article__cta--blue a {
        color: #fff;
    }

#cookieDialog__toggle {
    display: none !important;
}

.nav--secondary {
    margin: 4rem 0 3rem 0;
    text-align: center;
}

    .nav--secondary ul {
        display: inline-block;
        font-size: 0;
    }

        .nav--secondary ul li {
            position: relative;
            display: inline-block;
        }

            .nav--secondary ul li a {
                position: relative;
                display: block;
                padding: 1.2rem 3rem;
                font-size: 1.6rem;
                font-weight: 700;
                line-height: 2.8rem;
                color: #7d9aa8;
                text-decoration: none;
                border-bottom: 0.1rem solid #b1b1b1;
            }

                .nav--secondary ul li a:hover {
                    color: #000;
                }

            .nav--secondary ul li + li:before {
                position: absolute;
                top: 1.2rem;
                left: 0;
                content: '';
                display: inline-block;
                width: .1rem;
                height: 2.8rem;
                border-left: 0.1rem solid #b1b1b1;
            }

            .nav--secondary ul li.active a {
                color: #000;
            }

                .nav--secondary ul li.active a:before, .nav--secondary ul li.active a:after {
                    position: absolute;
                    content: '';
                    display: inline-block;
                    bottom: -.1rem;
                    left: 50%;
                }

                .nav--secondary ul li.active a:before {
                    margin-left: -1.2rem;
                    border: 1.2rem solid #e0e0e0;
                    border-color: transparent transparent #b1b1b1 transparent;
                }

                .nav--secondary ul li.active a:after {
                    margin-left: -1.1rem;
                    border: 1.1rem solid #fff;
                    border-color: transparent transparent #fff transparent;
                }

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4rem;
}

    .media .media--img {
        width: 7rem;
        margin-right: 1.5rem;
    }

    .media .media--date {
        width: 7rem;
        padding: .4rem;
        margin-right: 2.5rem;
        font-weight: 700;
        text-align: center;
        color: #4b4b4b;
        background: #d8d8d8;
    }

    .media .media--date--day {
        display: block;
        font-size: 4rem;
        line-height: 1.2;
        background: #fff;
    }

    .media .media--date--month {
        display: block;
        padding-top: .4rem;
    }

    .media .media--body {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }

    .media h4 {
        margin-bottom: 1rem;
        padding: 0;
        font-size: 2.2rem;
        line-height: 1.3;
        color: #34495e;
    }

    .media p {
        color: gray;
    }

    .media.media--calendar p {
        margin-bottom: 2rem;
    }

    .media.media--calendar .video-wrap {
        max-width: 40rem;
    }

    .media.media--people img {
        border-radius: 50%;
    }

    .media.media--people p {
        margin-bottom: 1rem;
    }

.speaker-wrap {
    position: relative;
    background: #f2f2f2;
}

    .speaker-wrap.spaced {
        margin-bottom: 6rem;
    }

    .speaker-wrap .speaker {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        padding: 5rem 1.5rem 0 1.5rem;
    }

        .speaker-wrap .speaker .speaker--copy {
            width: 75%;
            padding-bottom: 5rem;
        }

        .speaker-wrap .speaker .speaker--heading {
            font-size: 3.2rem;
            line-height: 1.3;
            color: #34495e;
        }

        .speaker-wrap .speaker .speaker--footer {
            margin-top: 2rem;
        }

        .speaker-wrap .speaker .speaker--img {
            width: 25%;
            padding-left: 6rem;
        }

@media only screen and (min-width: 48em) {
    .speaker-wrap .speaker {
        padding: 5rem 3.2rem 0 3.2rem;
    }
}

@media only screen and (min-width: 64em) {
    .speaker-wrap .speaker {
        padding: 5rem 10rem 0 10rem;
    }
}

@media screen and (max-width: 47.9999em) {
    .speaker-wrap .speaker {
        display: block;
    }

        .speaker-wrap .speaker .speaker--copy {
            width: 100%;
        }

        .speaker-wrap .speaker .speaker--img {
            margin: 0;
            width: 100%;
            padding: 0;
        }
}

.speaker-wrap .speaker.speaker--alt {
    padding-bottom: 5rem;
}

    .speaker-wrap .speaker.speaker--alt .speaker--img img {
        border-radius: 50%;
    }

.responsive-video {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25% 0;
    overflow: hidden;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#alert {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 4rem 0 3rem 0;
    color: #fff;
    background-color: #0753b6;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
    transform: translateY(100%);
}

    #alert.open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    #alert:before {
        content: '';
        display: block;
        background-color: rgba(0, 0, 0, 0.1);
        height: 1.6rem;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }

    #alert .alert--inner {
        max-width: 120rem;
        margin: 0 auto;
        padding: 0 1.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    #alert h4, #alert p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #alert a {
        color: #fff;
        text-decoration: none;
    }

    #alert .alert--content {
        margin: 0 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    #alert .alert--cta {
        margin-left: 2rem;
    }

    #alert .alert--dismiss {
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

        #alert .alert--dismiss:before {
            width: 1.4rem;
            height: 1.4rem;
            margin-right: .5rem;
            content: '';
            background: url(9a8a26194e950e955fc25c4c8a5c3374.svg) no-repeat 50% 50%;
            background-size: 100% 100%;
        }

@media screen and (max-width: 47.9999em) {
    #alert {
        padding: 1.5rem;
    }

        #alert .alert--content {
            margin: 0;
        }

        #alert .alert--cta {
            margin: 0;
        }

        #alert .alert--dismiss {
            margin: 0 0 0 auto;
        }

        #alert .alert--inner header, #alert .alert--inner p {
            display: none;
        }

        #alert:before {
            display: none;
        }
}

@media screen and (min-width: 768px) {
    .img-right {
        float: right;
        margin: 0 0 2rem 2rem;
    }
}

@media screen and (min-width: 768px) {
    .img-left {
        float: left;
        margin: 0 2rem 2rem 0;
    }
}

@media screen and (max-width: 767px) {
    .img-left img,
    .img-right img {
        display: block;
        margin: 0 auto 2rem auto;
    }
}

.search-results ol {
    list-style: none;
}

.search-result {
    margin-bottom: 4rem;
}

    .search-result h3 {
        font-size: 2.4rem;
    }

        .search-result h3 a {
            text-decoration: none;
        }

.search-result--meta {
    margin-bottom: 1rem;
    color: gray;
}

.search-filters {
    margin-top: -3.3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #f2f2f2;
}

    .search-filters h3 {
        font-size: 2.4rem;
        color: #34495e;
    }

    .search-filters h4 {
        font-size: 2rem;
    }

    .search-filters .checkbox,
    .search-filters .radio {
        margin-bottom: .5rem;
        font-size: 1.4rem;
    }

    .search-filters input[type="checkbox"],
    .search-filters input[type="radio"] {
        pointer-events: none;
    }

    .search-filters label > a {
        position: relative;
        padding-left: 1.6rem;
        z-index: 1;
    }

        .search-filters label > a > input {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
        }

    .search-filters section {
        padding: 2rem 0;
    }

        .search-filters section + section {
            border-top: 0.1rem solid #b1b1b1;
        }

    .search-filters .search-filters--block .search-filters--toggle {
        display: block;
        position: relative;
        color: #000;
        text-decoration: none;
    }

        .search-filters .search-filters--block .search-filters--toggle:after {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 1.2rem;
            height: 1.2rem;
            content: '';
            background: url(3e421500b7eb60c963ed45ddd2ba68df.svg);
            background-size: 100%;
        }

    .search-filters .search-filters--block.closed .search-filters--inner {
        display: none;
    }

    .search-filters .search-filters--block.closed .search-filters--toggle:after {
        transform: rotate(180deg);
    }

.search-results--total {
    margin: 0 0 2rem 0;
    color: gray;
}

.search-results--filters--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 3rem 0;
    padding: 1rem 0;
    border: 0.1rem solid #b1b1b1;
    border-width: .1rem 0;
    -ms-flex-align: center;
    align-items: center;
}

    .search-results--filters--list .search-results--filter--item {
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 1rem;
        padding: .5rem .6rem;
        font-size: 1.4rem;
        cursor: pointer;
        color: #fff;
        background: #e98732;
        border-radius: .4rem;
        -ms-flex-align: center;
        align-items: center;
        transition: background .2s ease-in-out;
    }

        .search-results--filters--list .search-results--filter--item:after {
            content: '';
            display: -ms-flexbox;
            display: flex;
            width: 1rem;
            height: 1rem;
            margin-left: 1rem;
            background: url(c7c580cb26117cb5a175655e2e6e6807.svg) no-repeat 50% 50%;
            background-size: 100%;
        }

        .search-results--filters--list .search-results--filter--item:hover {
            background: #dd7318;
        }

        .search-results--filters--list .search-results--filter--item a {
            color: #fff;
        }

            .search-results--filters--list .search-results--filter--item a:hover {
                text-decoration: none;
            }

    .search-results--filters--list .search-results--filters--tools {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    .search-results--filters--list .search-results--filters--clear {
        margin-left: auto;
    }

@media screen and (max-width: 47.9999em) {
    .search-results--filters--list {
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .search-results--filters--list .search-results--filters--tools {
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .search-results--filters--list .search-results--filter--item {
            margin: .3rem 0;
        }
}

.pagination-wrap {
    margin-bottom: 3rem;
}

.pagination {
    display: inline-block;
    font-size: 0;
    list-style: none;
    border: 0.1rem solid #e0e0e0;
    border-radius: .4rem;
    overflow: hidden;
}

    .pagination li {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1;
        text-align: center;
        border-right: 0.1rem solid #e0e0e0;
    }

        .pagination li a, .pagination li > span {
            display: block;
            padding: 1rem;
            min-width: 3.6rem;
            background: #f2f2f2;
        }

        .pagination li a {
            color: #2c5b99;
        }

            .pagination li a.active {
                color: #fff;
                background: #2c5b99;
            }

            .pagination li a:hover {
                text-decoration: none;
            }

        .pagination li:last-child {
            border: 0;
        }

.page-item {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    border: 0.1rem solid #e0e0e0;
    border-radius: .4rem;
    overflow: hidden;
}

    .page-item a, .page-item > span {
        display: block;
        padding: 1rem;
        min-width: 3.6rem;
        background: #f2f2f2;
    }

    .page-item a {
        color: #2c5b99;
    }

        .page-item a.active {
            color: #fff;
            background: #2c5b99;
        }

        .page-item a:hover {
            text-decoration: none;
        }

.arrow-left,
.arrow-right {
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
}

.arrow-left {
    border-right: 0.6rem solid #2c5b99;
}

.arrow-right {
    border-left: 0.6rem solid #2c5b99;
}

.form-center {
    max-width: 50rem;
    margin: 0 auto 3rem auto;
}

.form-item {
    margin-bottom: 2rem;
}

    .form-item label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .form-item .form-item--field {
        display: block;
        width: 100%;
        height: 4rem;
        padding: .6rem 1.2rem;
        font-size: 1.6rem;
        line-height: 1.42857143;
        color: #000;
        background-color: #fff;
        border: 0.1rem solid #b1b1b1;
    }

.checkbox input[type='checkbox'],
.checkbox input[type='radio'],
.radio input[type='checkbox'],
.radio input[type='radio'] {
    margin-right: .5rem;
}

.EPiServerForms .form-center {
    max-width: 50rem;
    margin: 0 auto 3rem auto;
}

.EPiServerForms .Form__Element {
    max-width: 35rem;
    margin-bottom: 2rem;
}

    .EPiServerForms .Form__Element label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .EPiServerForms .Form__Element textarea {
        width: 100%;
        padding: .6rem 1.2rem;
        min-height: 100px;
    }

    .EPiServerForms .Form__Element .form-item--field, .EPiServerForms .Form__Element input[type='text'] {
        display: block;
        width: 100%;
        height: 4rem;
        padding: .6rem 1.2rem;
        font-size: 1.6rem;
        line-height: 1.42857143;
        color: #000;
        background-color: #fff;
        border: 0.1rem solid #b1b1b1;
    }

    .EPiServerForms .Form__Element.FormSelection label {
        display: block;
    }

    .EPiServerForms .Form__Element.FormSelection select {
        padding: .6rem 1.2rem;
    }

.EPiServerForms .checkbox input[type='checkbox'],
.EPiServerForms .checkbox input[type='radio'],
.EPiServerForms .radio input[type='checkbox'],
.EPiServerForms .radio input[type='radio'] {
    margin-right: .5rem;
}

.EPiServerForms button {
    padding: 1.2rem 2.2rem;
    font-size: 1.6rem;
    background: transparent;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    body {
        padding-top: 0 !important;
    }

    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        text-align: left !important;
        opacity: 1 !important;
    }

    * {
        color: #000 !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .article__row.hero--none {
        padding: 0;
        margin: 0;
    }

    .container {
        width: 100% !important;
    }

    ol.breadcrumb {
        margin: 0;
        padding: 0;
        margin-top: 1rem;
    }

    .hero__background-image,
    .color-block__image,
    .primary-nav,
    .utility-nav,
    .footer--main,
    .aside-navigation,
    .figure-block__image,
    .primary-nav__trigger,
    .content-detail__block img,
    .nav-utility__list__wrapper,
    .loginJoin__wrapper,
    .navUtility__iconsWrapper,
    .utility-search__form,
    .alert,
    .advertisementWrapper,
    .cta--horizontal,
    .nav--secondary,
    .article-tools,
    .breadcrumb__wrapper--outer,
    .search-filters,
    .pagination-wrap,
    .search-results--filters--list {
        display: none !important;
    }

    .btn,
    [class*=col-],
    .row,
    .container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .color-block {
        float: none !important;
        width: 100% !important;
        display: block !important;
        position: static;
        max-width: 100%;
    }

        .color-block .color-block__content {
            padding: 0;
        }

    .hero__content {
        width: 100% !important;
    }

    .number-block .number-block__numerals {
        margin-left: -1000px;
    }

        .number-block .number-block__numerals:after {
            content: attr(data-counter);
            left: 1000px;
            margin: 0;
            border: none;
            height: auto;
            width: auto;
            top: 0;
        }

    .accordion .accordion__item .accordion-item__article {
        max-height: 200rem;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .button {
        display: none !important;
    }

    .navMain {
        position: static;
        margin: 0 0 2rem 0 !important;
        padding: 2rem !important;
        border-bottom: 0.1rem solid #b1b1b1;
        background: #fff !important;
    }

    .navMain__logo__link {
        display: block;
        width: 16rem;
        padding: 0 !important;
    }

        .navMain__logo__link img {
            display: none !important;
        }

        .navMain__logo__link:after {
            display: block;
            width: 16rem;
            content: url(d0aed712539835ae04312c22cb14bd76.svg) !important;
        }

    .hero__wrapper--outer,
    .hero__wrapper--inner {
        padding: 0 !important;
        margin: 0 !important;
        min-height: 0 !important;
        background: none !important;
    }

        .hero__wrapper--outer a,
        .hero__wrapper--inner a {
            color: #000;
        }

        .hero__wrapper--outer .hero__descr,
        .hero__wrapper--inner .hero__descr {
            max-width: 100% !important;
            margin: 0 0 3rem 0 !important;
            padding: 0 !important;
            text-align: left !important;
        }

        .hero__wrapper--outer .hero__headline,
        .hero__wrapper--outer .hero__content,
        .hero__wrapper--inner .hero__headline,
        .hero__wrapper--inner .hero__content {
            display: block !important;
            margin: 0 !important;
            padding: 0 !important;
            color: #000 !important;
            background: none !important;
            box-shadow: none !important;
        }

        .hero__wrapper--outer .hero__content,
        .hero__wrapper--inner .hero__content {
            font-size: 1.8rem !important;
        }

    .hero__bottom-row {
        display: block !important;
        margin-bottom: 4rem;
    }

    .hero__subtitle {
        margin: 0 0 4rem 0 !important;
        padding: 0 !important;
    }

    .column {
        padding: 0 !important;
    }

    .grid--cards__card {
        padding: 0 !important;
    }

    .grid--tiles__block,
    .grid--cards__column,
    .grid--tiles__column,
    .grid--cards__card,
    .card--combo,
    .well,
    .grid--tiles__column,
    .card--wide--copy {
        position: static !important;
        max-width: 100% !important;
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 2rem 0 !important;
        padding: 0 !important;
        text-align: left !important;
        color: #000 !important;
        background: none !important;
    }

    .card--stacked__figure {
        min-height: 1rem !important;
        background: none !important;
    }

    .card--stacked__figcaption {
        position: static !important;
        background: none !important;
        padding: 0 !important;
    }

    .card--stacked + .card--stacked {
        margin-top: 2rem !important;
        padding-top: 2rem !important;
        border-top: 0.1rem solid #b1b1b1;
    }

    .grid--cards__card__content {
        opacity: 1 !important;
    }

    .grid--tiles__block__icon,
    .screens-icon {
        display: none !important;
    }

    .grid--cards__card * {
        margin: 0 !important;
        padding: 0 !important;
    }

    .grid--tiles__block-url {
        position: static !important;
    }

    .grid--tiles__feature figure {
        display: none !important;
    }

    .grid--cards__card__figure {
        width: 30rem;
    }

    .banner__wrapper--outer {
        min-height: 1rem !important;
        background: none !important;
    }

    .row,
    .events--upcoming__list,
    .grid--wrap {
        display: block !important;
    }

    .column--auto {
        margin-bottom: 2rem !important;
        background: none !important;
    }

    .speaker-wrap {
        background: none !important;
    }

        .speaker-wrap:before, .speaker-wrap:after {
            content: " ";
            display: table;
        }

        .speaker-wrap:after {
            clear: both;
        }

    .speaker--copy {
        padding-bottom: 2rem !important;
    }

    .speaker--img {
        width: 30rem;
        margin: 0 !important;
    }

    .article__cta {
        display: block;
        padding: 0;
        background: none !important;
    }

        .article__cta .article__cta__img {
            transform: none;
            margin: 2rem 0 0 0;
        }

    h1, .h1 {
        font-size: 3rem !important;
    }

    h2, .h2 {
        font-size: 2.4rem !important;
    }

    h3, .h3 {
        font-size: 2rem !important;
    }

    h4, .h4 {
        font-size: 1.8rem !important;
    }

    h5, .h5 {
        font-size: 1.8rem !important;
    }

    h6, .h6 {
        font-size: 1.8rem !important;
    }
}

.b2b-page .events--upcoming__list .grid--cards__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f7f7;
}

    .b2b-page .events--upcoming__list .grid--cards__card h4.grid--cards__card__headline {
        color: #34495e;
    }

    .b2b-page .events--upcoming__list .grid--cards__card a.button {
        color: #bb4787;
        border-color: #bb4787;
    }

        .b2b-page .events--upcoming__list .grid--cards__card a.button:hover {
            background-color: #bb4787;
        }

    .b2b-page .events--upcoming__list .grid--cards__card .grid--cards__card__content {
        -ms-flex-positive: 1;
        flex-grow: 1;
        color: #000;
    }

.b2b-page .gridArticle .column.column--auto {
    background-color: #a30059;
}

    .b2b-page .gridArticle .column.column--auto .grid--cards__card:before {
        background-color: #8f0066;
    }

    .b2b-page .gridArticle .column.column--auto .grid--cards__card * {
        color: #ffffff !important;
    }

.b2b-page .fifty-fifty-block .fifty-fifty-content .fifty-fifty-content-inner {
    max-width: 100%;
    position: relative;
}

    .b2b-page .fifty-fifty-block .fifty-fifty-content .fifty-fifty-content-inner:after {
        content: '';
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        right: 0;
        top: 0;
        display: block;
        height: 1.6rem;
        position: absolute;
        z-index: 0;
    }

.b2b-page .row--contained {
    padding-top: 3.2rem;
}

.b2b-page .video-modal-content-inner video {
    width: 100%;
    height: auto;
}

.b2b-page .hero-video video {
    position: relative;
}

.b2b-page .hero-video-control {
    position: absolute;
    bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 120rem;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

@media (max-width: 48em) {
    .b2b-page .hero-video-control {
        display: none;
    }
}

.b2b-page .hero-video-control-pause {
    font-size: 1.2rem;
    padding: 1rem;
    margin-right: 20px;
}

.cta--horizontal {
    width: 100%;
    margin-bottom: 6rem;
    padding: 4rem 0 3rem 0;
    color: #fff;
    background-color: #00a1b1;
}

    .cta--horizontal:before {
        content: '';
        display: block;
        background-color: rgba(0, 0, 0, 0.1);
        height: 1.6rem;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }

    .cta--horizontal .cta--horizontal--inner {
        max-width: 76em;
        margin: 0 auto;
        padding: 0 1.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cta--horizontal .cta--horizontal--icon {
        width: 7rem;
    }

    .cta--horizontal h2 {
        font-size: 3.2rem;
    }

    .cta--horizontal p {
        padding-bottom: 0;
    }

    .cta--horizontal .cta--horizontal--content {
        margin: 0 4rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    .cta--horizontal .cta--horizontal--icon + .cta--horizontal--content {
        margin-left: 4rem;
    }

@media screen and (max-width: 47.9999em) {
    .cta--horizontal {
        display: block;
    }

        .cta--horizontal .cta--horizontal--inner,
        .cta--horizontal .cta--horizontal--content {
            display: block;
            text-align: center;
            margin: 0;
        }

        .cta--horizontal .cta--horizontal--icon + .cta--horizontal--content {
            margin-left: 0;
        }

        .cta--horizontal .cta--horizontal--btn {
            margin: 1rem 0 0 0;
        }

        .cta--horizontal .cta--horizontal--icon {
            margin: 0 auto 2rem auto;
        }
}

.cta--horizontal.cta--horizontal__gray {
    background: gray;
}

.grid--tiles__column.card--stacked {
    padding: 0;
}

    .grid--tiles__column.card--stacked .card--stacked__figure {
        position: relative;
    }

    .grid--tiles__column.card--stacked .card--stacked__figcaption {
        position: absolute;
        top: 1rem;
        left: 0;
        width: 60%;
        padding: 1rem 2rem;
        background: #00a1b1;
        color: #fff;
    }

    .grid--tiles__column.card--stacked .card--stacked__header h4 {
        margin: 2rem 0 .5rem 0;
        padding: 0;
        font-size: 2.6rem;
        line-height: 1.4;
    }

    .grid--tiles__column.card--stacked .card--stacked__content {
        font-size: 1.6rem;
    }

    .grid--tiles__column.card--stacked .card--stacked__footer {
        margin: 2rem 0 0 0;
    }

    .grid--tiles__column.card--stacked .button {
        padding: 1.3rem 2.3rem;
    }

@media only screen and (max-width: 47.9999em) {
    .grid--tiles__column.card--stacked {
        margin: 0 auto 6rem auto;
    }
}

.card--stacked__figure {
    width: 100%;
    min-height: 37rem;
    background-color: #636363;
    background-position: 50% 50%;
    background-size: cover;
}

.hero__wrapper--outer.hero__wrapper-meetings {
    color: #fff;
}

    .hero__wrapper--outer.hero__wrapper-meetings .hero__wrapper--inner .hero__descr .hero__headline {
        background: none;
        box-shadow: none;
    }

    .hero__wrapper--outer.hero__wrapper-meetings.hero--themeRight .hero__descr {
        text-align: right;
    }

    .hero__wrapper--outer.hero__wrapper-meetings .hero__descr .hero__header {
        margin-bottom: 0;
    }

    .hero__wrapper--outer.hero__wrapper-meetings .hero__descr .hero__footer {
        margin-top: 1.5rem;
    }

@media (max-width: 47.9999em) {
    .hero__wrapper--outer.hero__wrapper-meetings.hero--themeRight .hero__descr {
        text-align: center;
    }
}

.meeting-meta {
    display: block;
    margin-bottom: .5rem;
}

.meeting-countdown {
    margin-top: 3rem;
}

    .meeting-countdown .meeting-countdown--item {
        display: inline-block;
        margin: 0 0 0 2rem;
    }

        .meeting-countdown .meeting-countdown--item .meeting-countdown--value {
            display: inline-block;
            width: 8rem;
            height: 8rem;
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 7rem;
            text-align: center;
            border: 0.5rem solid #fff;
            border-radius: 50%;
            background: #1999d5;
        }

            .meeting-countdown .meeting-countdown--item .meeting-countdown--value + span {
                display: block;
                margin-top: .5rem;
                text-transform: uppercase;
                text-align: center;
            }

@media (max-width: 47.9999em) {
    .meeting-countdown .meeting-countdown--item {
        margin: 0 1rem;
    }

        .meeting-countdown .meeting-countdown--item .meeting-countdown--value {
            width: 6rem;
            height: 6rem;
            font-size: 2.4rem;
            line-height: 5rem;
        }
}

.card--wide {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .card--wide .card--wide--image {
        -ms-flex: 2 0 0px;
        flex: 2 0 0;
        position: relative;
    }

        .card--wide .card--wide--image .grid--tiles__block {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0 3rem 3rem 3rem;
            text-align: center;
            color: #fff;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        }

    .card--wide .card--wide--copy {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 3 0 0px;
        flex: 3 0 0;
        padding: 3rem;
        text-align: center;
        color: #fff;
        background: #00a1b1;
        font-size: 2rem;
    }

        .card--wide .card--wide--copy img {
            margin-bottom: 2rem;
        }

        .card--wide .card--wide--copy > div {
            width: 100%;
        }

@media screen and (max-width: 47.9999em) {
    .card--wide {
        display: block;
        max-width: 60rem;
        margin-left: auto;
        margin-right: auto;
    }

        .card--wide .card--wide--image {
            display: block;
            width: 100%;
        }

        .card--wide .card--wide--copy {
            display: block;
            width: 100%;
            padding: 6rem 3rem;
        }
}

@media screen and (min-width: 48em) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card--wide .card--wide--image {
        -ms-flex: 0;
        flex: 0;
        min-width: 40%;
    }

    .card--wide .card--wide--copy {
        -ms-flex: 0;
        flex: 0;
        min-width: 60%;
    }
}

.card--combo--wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.2rem;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    color: #fff;
}

    .card--combo--wrap .card--combo {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 6rem;
        -ms-flex: 1;
        flex: 1;
        background-size: cover;
        background-color: #636363;
    }

        .card--combo--wrap .card--combo.card--blue {
            background-color: #1999d5;
        }

@media screen and (max-width: 47.9999em) {
    .card--combo--wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

        .card--combo--wrap .card--combo {
            -ms-flex: 1;
            flex: 1;
        }

            .card--combo--wrap .card--combo.card--img--only {
                min-height: 75vw;
            }
}

@media screen and (min-width: 48em) {
    .card--combo--wrap .card--combo.card--combo--primary {
        -ms-flex: 4 0 0px;
        flex: 4 0 0;
    }

    .card--combo--wrap .card--combo.card--combo--secondary {
        -ms-flex: 2 0 0px;
        flex: 2 0 0;
    }
}

/*# sourceMappingURL=main.css.map*/
