@charset "UTF-8";

button {
	border: none;
	background-color: transparent;
}
figure {
    margin: 0
}
.section__heading.bold{
	font-weight: bold;
	color: #000;
}


.wrapper,
:not(.grid__col)>.module-banner-link .module-banner-link__wrapper {
    margin: 0 auto;
    padding: 0 1.25em;
    position: relative;
    width: 100%
}

@media screen and (min-width:40.625em) {

    .wrapper,
    :not(.grid__col)>.module-banner-link .module-banner-link__wrapper {
        max-width: 80%
    }
}

@media screen and (min-width:56.25em) {

    .wrapper,
    :not(.grid__col)>.module-banner-link .module-banner-link__wrapper {
        max-width: 76em;
        padding: 0 3em
    }
}

@media screen and (max-width:40.5625em) {
    .wrapper--tight {
        padding: 0 .625em
    }
}

.grid {
    font-size: 0;
    margin-left: -1.25rem
}

.grid:after {
    clear: both;
    content: "";
    display: table
}

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

.grid--align-right {
    text-align: right
}

.grid--no-gutter {
    margin-left: 0
}

.grid--wide-gutter {
    margin-left: -1.875rem
}

.grid--x-wide-gutter {
    margin-left: -2.875rem
}

@media screen and (min-width:56.25em) {
    .flexbox .grid--flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.grid__col {
    display: inline-block;
    font-size: 1rem;
    padding-left: 1.25em;
    text-align: left;
    vertical-align: top;
    width: 100%
}

.grid--align-middle .grid__col {
    vertical-align: middle
}

.grid--align-bottom .grid__col {
    vertical-align: bottom
}

.grid--no-gutter .grid__col {
    padding-left: 0
}

.grid--wide-gutter .grid__col {
    padding-left: 1.875em
}

.grid--x-wide-gutter .grid__col {
    padding-left: 2.875em
}

@media screen and (min-width:56.25em) {
    .grid__col--align-right {
        float: right
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .grid--flex .grid__col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .grid--flex .grid__col--flex-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .grid--flex .col-desk--1-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .grid--flex .col-desk--1-3 {
        -ms-flex-preferred-size: 33.333334%;
        flex-basis: 33.333334%
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .grid--flex .col-desk--3-4 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }
}

.col-palm--1-2 {
    width: 50%
}

@media screen and (min-width:40.625em) {
    .col-lap--1-12 {
        width: 8.333334%
    }

    .col-lap--1-6 {
        width: 16.666667%
    }

    .col-lap--1-4 {
        width: 25%
    }

    .col-lap--1-3 {
        width: 33.333334%
    }

    .col-lap--5-12 {
        width: 41.666667%
    }

    .col-lap--1-2 {
        width: 50%
    }

    .col-lap--7-12 {
        width: 58.333334%
    }

    .col-lap--2-3 {
        width: 66.666667%
    }

    .col-lap--3-4 {
        width: 75%
    }

    .col-lap--5-6 {
        width: 83.333334%
    }

    .col-lap--11-12 {
        width: 91.666667%
    }

    .col-lap--full {
        width: 100%
    }

    .push-lap--1-12 {
        margin-left: 8.333334%
    }

    .push-lap--1-6 {
        margin-left: 16.666667%
    }

    .push-lap--1-4 {
        margin-left: 25%
    }

    .push-lap--1-3 {
        margin-left: 33.333334%
    }

    .push-lap--5-12 {
        margin-left: 41.666667%
    }

    .push-lap--1-2 {
        margin-left: 50%
    }

    .push-lap--7-12 {
        margin-left: 58.333334%
    }

    .push-lap--2-3 {
        margin-left: 66.666667%
    }

    .push-lap--3-4 {
        margin-left: 75%
    }

    .push-lap--5-6 {
        margin-left: 83.333334%
    }

    .push-lap--11-12 {
        margin-left: 91.666667%
    }
}

@media screen and (min-width:56.25em) {
    .col-desk--1-12 {
        width: 8.333334%
    }

    .col-desk--1-8 {
        width: 12.5%
    }

    .col-desk--1-6 {
        width: 16.666667%
    }

    .col-desk--1-5 {
        width: 20%
    }

    .col-desk--1-4 {
        width: 25%
    }

    .col-desk--1-3 {
        width: 33.333334%
    }

    .col-desk--4-10 {
        width: 40%
    }

    .col-desk--5-12 {
        width: 41.666667%
    }

    .col-desk--1-2 {
        width: 50%
    }

    .col-desk--7-12 {
        width: 58.333334%
    }

    .col-desk--6-10 {
        width: 60%
    }

    .col-desk--2-3 {
        width: 66.666667%
    }

    .col-desk--3-4 {
        width: 75%
    }

    .col-desk--4-5 {
        width: 80%
    }

    .col-desk--5-6 {
        width: 83.333334%
    }

    .col-desk--7-8 {
        width: 87.5%
    }

    .col-desk--11-12 {
        width: 91.666667%
    }

    .col-desk--full {
        width: 100%
    }

    .push-desk--none {
        margin-left: 0
    }

    .push-desk--1-12 {
        margin-left: 8.333334%
    }

    .push-desk--1-6 {
        margin-left: 16.666667%
    }

    .push-desk--1-4 {
        margin-left: 25%
    }

    .push-desk--1-3 {
        margin-left: 33.333334%
    }

    .push-desk--5-12 {
        margin-left: 41.666667%
    }

    .push-desk--1-2 {
        margin-left: 50%
    }

    .push-desk--7-12 {
        margin-left: 58.333334%
    }

    .push-desk--2-3 {
        margin-left: 66.666667%
    }

    .push-desk--3-4 {
        margin-left: 75%
    }

    .push-desk--5-6 {
        margin-left: 83.333334%
    }

    .push-desk--11-12 {
        margin-left: 91.666667%
    }
}

@media screen and (min-width:70em) {
    .col-max--1-12 {
        width: 8.333334%
    }

    .col-max--1-8 {
        width: 12.5%
    }

    .col-max--1-6 {
        width: 16.666667%
    }

    .col-max--1-5 {
        width: 20%
    }

    .col-max--1-4 {
        width: 25%
    }

    .col-max--1-3 {
        width: 31%
    }

    .col-max--4-10 {
        width: 40%
    }

    .col-max--5-12 {
        width: 41.666667%
    }

    .col-max--1-2 {
        width: 50%
    }

    .col-max--7-12 {
        width: 58.333334%
    }

    .col-max--6-10 {
        width: 60%
    }

    .col-max--2-3 {
        width: 66.666667%
    }

    .col-max--3-4 {
        width: 75%
    }

    .col-max--4-5 {
        width: 80%
    }

    .col-max--5-6 {
        width: 83.333334%
    }

    .col-max--7-8 {
        width: 87.5%
    }

    .col-max--11-12 {
        width: 91.666667%
    }

    .col-max--full {
        width: 100%
    }

    .push-max--none {
        margin-left: 0
    }

    .push-max--1-12 {
        margin-left: 8.333334%
    }

    .push-max--1-6 {
        margin-left: 16.666667%
    }

    .push-max--1-4 {
        margin-left: 25%
    }

    .push-max--1-3 {
        margin-left: 33.333334%
    }

    .push-max--5-12 {
        margin-left: 41.666667%
    }

    .push-max--1-2 {
        margin-left: 50%
    }

    .push-max--7-12 {
        margin-left: 58.333334%
    }

    .push-max--2-3 {
        margin-left: 66.666667%
    }

    .push-max--3-4 {
        margin-left: 75%
    }

    .push-max--5-6 {
        margin-left: 83.333334%
    }

    .push-max--11-12 {
        margin-left: 91.666667%
    }
}

.p {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em
}

@media screen and (min-width:56.25em) {

    .p,
    .text-content p {
        font-size: 1em
    }
}

.p--caption {
    line-height: 1.6
}

@media screen and (min-width:56.25em) {
    .p--caption {
        line-height: 1.5
    }
}

.text-content p {
    max-width: 52.188em
}

.text-content--small {
    font-size: .75em
}

.p--ghost {
    width: 100%
}

.p--ghost,
.p--ghost-inline {
    background: linear-gradient(180deg, #fff 0, #fff .25rem, #fafaf9 0, #fafaf9 calc(100% - .25rem), #fff calc(100% - .25rem), #fff);
    background-color: #f5f5f3
}

.p--ghost-inline {
    width: 50%
}

.p--inline {
    display: inline-block
}

@media screen and (max-width:40.5625em) {
    .p--inline-lap {
        margin-bottom: 0
    }
}

@media screen and (min-width:40.625em) {
    .p--inline-lap {
        display: inline-block
    }
}

@media screen and (max-width:40.5625em) {
    .p--inline-lap+.p--inline-lap {
        margin-top: .5rem
    }
}

.p--inline-gutter {
    margin-right: 1.25rem
}

.p--small {
    font-size: .625em;
    line-height: 1.4
}

@media screen and (min-width:40.625em) {
    .p--small {
        font-size: .75em
    }
}

.p--bullet {
    padding-left: 1em
}

.p--bullet:before {
    content: "•";
    font-size: .929em;
    padding-right: 1.385em
}

@media screen and (min-width:40.625em) {
    .p--bullet-lap {
        padding-left: 1em
    }
}

@media screen and (min-width:40.625em) {
    .p--bullet-lap:before {
        content: "•";
        font-size: .929em;
        padding-right: 1.385em
    }
}

.p--tight,
.text-content.p--tight p {
    margin-bottom: .813rem
}

@media screen and (min-width:56.25em) {
    .flexbox .align-desk--middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.p-meta {
    color: #757575;
    font-size: .75em;
    line-height: 1.167
}

@media screen and (min-width:40.625em) {
    .p-meta {
        font-size: .875em
    }
}

.p-meta--icon-small {
    padding-left: 1.667em;
    position: relative
}

@media screen and (min-width:40.625em) {
    .p-meta--icon-small {
        padding-left: 1.714em
    }
}

.p-meta--icon-large {
    padding-left: 4em;
    position: relative
}

@media screen and (min-width:40.625em) {
    .p-meta--icon-large {
        padding-left: 3.429em
    }
}

.p-meta--icon-large>svg {
    height: 2.375rem;
    left: 0;
    position: absolute;
    top: -.688rem;
    width: 2.375rem
}

.p-meta--icon-large>svg path:not([fill]) {
    fill: #154194
}

.p-meta--icon-large:before,
.p-meta--icon-small:before {
    background: no-repeat 50%;
    content: "";
    display: block;
    height: 1.167em;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.167em
}

.p-meta--icon-date:before {
    background-image: url("../images/86d83e98be7a49deb8fa63b71f9a3b38.gif")
}

.p-meta--icon-date.color-reverse:before {
    background-image: url("../images/f2638a15a5434f8dbfdcb735a805fefb.gif")
}

.p-meta--icon-time:before {
    background-image: url("../images/c9c9be048a8c44b4bf97d5e548aaea83.gif")
}

.p-meta--icon-time.color-reverse:before {
    background-image: url("../images/9fb0bd8b58564df1811c0dc6135e3ccb.gif")
}

.p-meta--icon-document:before {
    background-image: url("../images/3e356b24aac14a00aa8a6bf66f672962.gif")
}

.p-meta--icon-document.color-reverse:before {
    background-image: url("../images/6b48933b04354717a10398959ea3faa9.gif")
}

.p-headline {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media screen and (min-width:56.25em) {
    .p-headline--large {
        font-size: 1.625em;
        line-height: 1.4
    }
}

.list-sitemap>.list-sitemap__list-item>.list-sitemap__link,
.p-standfirst {
    color: #757575;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1.7em
}

@media screen and (min-width:56.25em) {

    .list-sitemap>.list-sitemap__list-item>.list-sitemap__link,
    .p-standfirst {
        font-size: 1.5em;
        line-height: 1.167
    }
}

@media screen and (min-width:70em) {

    .list-sitemap>.list-sitemap__list-item>.list-sitemap__link,
    .p-standfirst {
        font-size: 1.75em;
        line-height: 1.286
    }
}

.p-standfirst--tight {
    margin-bottom: .643em
}

.p-pull-text {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.4
}

@media screen and (min-width:70em) {
    .p-pull-text {
        font-size: 1.75em;
        line-height: 1.286
    }
}

.p-pull-text__large-span {
    display: block;
    font-size: 1.5em;
    line-height: 1.167
}

@media screen and (min-width:70em) {
    .p-pull-text__large-span {
        font-size: 2.143em;
        line-height: 1.067
    }
}

.cta-button-paragraph {
    display: inline-block;
    margin-right: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    text-rendering: optimizeLegibility
}

.text-content:not(.text-content--two-col) h1,
.text-content:not(.text-content--two-col) h2,
.text-content:not(.text-content--two-col) h3,
.text-content:not(.text-content--two-col) h4 {
    max-width: 52.188em
}

.h1,
.text-content h1 {
    font-size: 1.875em;
    line-height: 1.167;
    margin-bottom: .733em
}

@media screen and (min-width:40.625em) {

    .h1,
    .text-content h1 {
        font-size: 2.5em
    }
}

@media screen and (min-width:70em) {

    .h1,
    .text-content h1 {
        font-size: 3.75em;
        line-height: 1.067
    }
}

.h1 sub,
.h1 sup {
    font-size: 52%;
    font-weight: 400;
    top: -.7em
}

.h1--margin-half {
    margin-bottom: .367em
}

.contourField h2,
.h2,
.text-content h2 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: .5em
}

@media screen and (min-width:70em) {

    .contourField h2,
    .h2,
    .text-content h2 {
        font-size: 1.5em
    }
}

.text-content *+h2 {
    padding-top: .8em
}

.h3,
.text-content h3 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .625em
}

@media screen and (min-width:70em) {

    .h3,
    .text-content h3 {
        font-size: 1.25em
    }
}

.text-content *+h3 {
    padding-top: .75em
}

.h4,
.text-content h4 {
    font-size: .75em;
    font-weight: 700;
    line-height: 1.167;
    margin-bottom: 1em;
    text-transform: uppercase
}

@media screen and (min-width:70em) {

    .h4,
    .text-content h4 {
        font-size: 1.5em;
        margin-bottom: .857em
    }
}

.text-content *+h4 {
    padding-top: .667em
}

.h4--margin-b-double {
    margin-bottom: 2.167em
}

@media screen and (min-width:70em) {
    .h4--margin-b-double {
        margin-bottom: 2.143em
    }
}

a {
    text-decoration: none
}

.link {
    color: #154194;
    transition: color .2s ease-out
}

.link:focus,
.link:hover {
    color: #54829b
}

[href^=tel] {
    color: inherit;
    text-decoration: none
}

.text-content a:not([class]),
.text-link,
label a:not([class]) {
    border-bottom: 1px solid rgba(105, 162, 194, .5);
    color: #154194;
    transition: border-color .2s ease-out, color .2s ease-out
}

.text-content a:not([class]):focus,
.text-content a:not([class]):hover,
.text-link:focus,
.text-link:hover,
label a:not([class]):focus,
label a:not([class]):hover {
    border-color: #54829b;
    color: #54829b
}

.text-link--no-border,
.text-link--no-border:focus,
.text-link--no-border:hover {
    border-bottom-color: transparent
}

.text-content [href^="mailto:"]:not([class]),
.text-link[href^="mailto:"] {
    word-break: break-all
}

.text-link--cover:after {
    background-color: rgba(0, 0, 0, .001);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.text-link.color-reverse:focus,
.text-link.color-reverse:hover {
    border-color: #fff;
    color: #fff
}

.icon-link {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em;
    color: #154194;
    display: inline-block;
    -ms-flex: none;
    flex: none;
    font-weight: 700;
    line-height: 1.375;
    margin: 0 0 0 1.5em;
    text-indent: -1.5em;
    transition: color .2s ease-out
}

@media screen and (min-width:56.25em) {
    .icon-link {
        font-size: 1em
    }
}

.icon-link:focus,
.icon-link:hover {
    color: #54829b
}

.icon-link span:not([class]) {
    border-bottom: 1px solid transparent;
    color: inherit;
    display: inline;
    transition: border-color .2s ease-out
}

.icon-link:focus span:not([class]),
.icon-link:hover span:not([class]) {
    border-color: #54829b
}

.icon-link:before {
    background: url("../images/a54968a6419b4ad8b19155f809cd4d3d.gif") no-repeat 0 0;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 1.25em;
    margin: -.125em .25em -.25em 0;
    transition: background-image .2s ease-out, transform .2s ease-out;
    width: 1.25em
}

.icon-link:focus:before,
.icon-link:hover:before {
    background-image: url("../images/c4f96095691e418dac674a25e8756b82.gif")
}

.icon-link--download:before {
    background-image: url("../images/963a0c6f9cfb44d598fba53f1f4a2f45.gif")
}

.icon-link--download:focus:before,
.icon-link--download:hover:before {
    background-image: url("../images/e4c10c92144d47acb90b3e2791b08f19.gif")
}

.icon-link--reverse {
    color: #fff
}

.icon-link--reverse:before {
    background: url("../images/099023b46fe246c1adf56c83573e3128.gif") no-repeat 0 0
}

.icon-link--reverse:focus:before,
.icon-link--reverse:hover:before {
    background-image: url("../images/099023b46fe246c1adf56c83573e3128.gif")
}

.icon-link--reverse:focus,
.icon-link--reverse:hover {
    color: #fff
}

.icon-link--reverse:focus span:not([class]),
.icon-link--reverse:hover span:not([class]) {
    border-color: #fff
}

.icon-link--grey,
.icon-link--grey:focus,
.icon-link--grey:hover {
    color: #757575
}

.icon-link--grey:focus span:not([class]),
.icon-link--grey:hover span:not([class]) {
    border-color: #757575
}

.icon-link--grey.icon-link--download:before,
.icon-link--grey.icon-link--download:focus:before,
.icon-link--grey.icon-link--download:hover:before {
    background-image: url("../images/9ce95762f3b44df3a9524609910d4eb6.gif")
}

.icon-link--external:before {
    background-image: url("../images/5656ae82e39e4bb39c90ac73de0e872b.gif")
}

.icon-link--external:focus:before,
.icon-link--external:hover:before {
    background-image: url("../images/92a665341bbc4a6a9f1140ca4309262d.gif")
}

.icon-link--date:before {
    background-image: url("../images/5413391043ca442098e80be7232462e5.gif")
}

.icon-link--date:focus:before,
.icon-link--date:hover:before {
    background-image: url("../images/07123b7c317f40baa0926e51bf257faf.gif")
}

.download-link {
    background-color: #fff;
    display: block;
    padding: 1.875em;
    position: relative;
    text-align: center;
    white-space: normal
}

@media screen and (min-width:56.25em) {
    .flexbox .expander-links .download-link {
        border-bottom: 1px solid #f5f5f3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.download-link__title {
    font-size: .75em;
    font-weight: 300;
    line-height: 1.333;
    margin-bottom: 2em;
    min-height: 2.5em;
    word-wrap: break-word
}

@media screen and (min-width:56.25em) {
    .download-link__title {
        font-size: .875em;
        line-height: 1.286;
        margin-bottom: 1.857em;
        min-height: 2.571em
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .download-link__title {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.download-link__icon {
    color: #154194;
    display: block;
    font-size: .625em;
    font-weight: 700;
    margin-bottom: 1.4em;
    padding-top: 5.6em;
    position: relative;
    text-transform: uppercase
}

.download-link__icon:before {
    background: url("../images/2b8f38c8a31a47a580670b84fc621474.gif") no-repeat 50%;
    border: 1px solid #154194;
    border-radius: 50%;
    content: "";
    height: 2.875rem;
    left: 50%;
    margin-left: -1.438rem;
    position: absolute;
    top: 0;
    width: 2.875rem
}

.download-link__icon--file:before {
    background-image: url("../images/d6fcf73f6ef846cb969918730c25aa64.gif")
}

.download-link__icon--image:before {
    background-image: url("../images/f6f1ccb88888476591c042af99a172af.gif")
}

.download-link .button--download {
    white-space: nowrap
}

.button,
.contourNavigation [type=submit],
.nav-bypass__link {
    background: #154194 no-repeat 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .625em;
    font-weight: 700;
    line-height: 1.2;
    padding: 1.4em 3em;
    text-transform: uppercase;
    transition: background-color .2s ease-out, color .2s ease-out
}

.flexbox .button,
.flexbox .nav-bypass__link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.button:not([disabled]):focus,
.button:not([disabled]):hover,
.contourNavigation [type=submit]:not([disabled]):focus,
.contourNavigation [type=submit]:not([disabled]):hover,
.nav-bypass__link:not([disabled]):focus,
.nav-bypass__link:not([disabled]):hover {
    background-color: #54829b
}

.button[disabled],
.nav-bypass__link[disabled] {
    background-color: #e1ecf3;
    color: hsla(0, 0%, 100%, .5)
}

.bg-primary .button[disabled],
.bg-primary .nav-bypass__link[disabled] {
    background-color: hsla(0, 0%, 100%, .2)
}

.button--dark {
    background-color: #54829b
}

.button--dark:not([disabled]):focus,
.button--dark:not([disabled]):hover,
.button--white {
    background-color: #fff;
    color: #154194
}

.button--white:not([disabled]):focus,
.button--white:not([disabled]):hover {
    background-color: #54829b;
    color: #fff
}

.button--has-icon:before {
    background: no-repeat 50%;
    background-size: 1.7em;
    content: "";
    display: inline-block;
    height: 2em;
    margin: -1em .6em -.6em 0;
    width: 2em
}

.button--date:before {
    background-image: url("../images/f2638a15a5434f8dbfdcb735a805fefb.gif")
}

.button--date.button--dark:focus:before,
.button--date.button--dark:hover:before,
.button--date.button--white:before {
    background-image: url("../images/5413391043ca442098e80be7232462e5.gif")
}

.button--date:focus:before,
.button--date:hover:before {
    background-image: url("../images/f2638a15a5434f8dbfdcb735a805fefb.gif")
}

.button--download:before {
    background-image: url("../images/a40d0b9db66544a8b1c525f76e5c3ee1.gif")
}

.button--download.button--dark:focus:before,
.button--download.button--dark:hover:before,
.button--download.button--white:before {
    background-image: url("../images/963a0c6f9cfb44d598fba53f1f4a2f45.gif")
}

.button--download:focus:before,
.button--download:hover:before {
    background-image: url("../images/a40d0b9db66544a8b1c525f76e5c3ee1.gif")
}

.button--cover:after {
    background: hsla(0, 0%, 100%, .001);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.button-icon {
    background: #154194 url("/box/images/big.png") no-repeat 50%;
    border-radius: 50%;
    display: block;
    height: 2.375em;
    transition: background .2s ease-out, border .2s ease-out;
    width: 2.375em
}

.button-icon:focus,
.button-icon:hover,
[href]:focus .button-icon,
[href]:hover .button-icon {
    background-color: #54829b
}

.button-icon--download {
    background-image: url("../images/ddb004d2fab744d29c3a748c5f7f02e0.gif")
}

.button-icon--expand {
    background-image: url("../images/48c9fb3ef84148c1ba135ad392255a1a.gif")
}

.button-icon--close {
    background-image: url("../images/889a31f235914dd49fc4694550606f62.gif")
}

.button-icon--inverse {
    background-color: #fff;
    border: 1px solid #154194
}

.button-icon--inverse:focus,
.button-icon--inverse:hover {
    background-color: #54829b;
    border-color: #54829b
}

.button-icon--dark {
    background-color: #54829b;
    border: 1px solid #154194
}

.button-icon--dark:focus,
.button-icon--dark:hover {
    background-color: #fff;
    border-color: #fff
}

.button-icon--facebook.button-icon--inverse {
    background-image: url("../images/9cf3a085a4744e6e958b1394f799a3f6.gif")
}

.button-icon--facebook:focus,
.button-icon--facebook:hover,
.button-icon--facebook:not(.button-icon--inverse) {
    background-image: url("../images/42ef8d946eef4ea992314f5c70a7b458.gif")
}

.button-icon--facebook.button-icon--dark:focus,
.button-icon--facebook.button-icon--dark:hover {
    background-image: url("../images/6a2d36cb85e4473a9723724e303d3c89.gif")
}

.button-icon--twitter.button-icon--inverse {
    background-image: url("../images/1c71dc271f044ffcbcd47b7c0261cdc8.gif")
}

.button-icon--twitter:focus,
.button-icon--twitter:hover,
.button-icon--twitter:not(.button-icon--inverse) {
    background-image: url("../images/2e8e57e4e47d4fcdbbb1bfabbbeaee7a.gif")
}

.button-icon--twitter.button-icon--dark:focus,
.button-icon--twitter.button-icon--dark:hover {
    background-image: url("../images/e5bdc99516734c03ab49ba48b9fc4589.gif")
}

.button-icon--youtube.button-icon--inverse {
    background-image: url("../images/a57f79cf26db4fa7b624abef1faa073c.gif")
}

.button-icon--youtube:focus,
.button-icon--youtube:hover,
.button-icon--youtube:not(.button-icon--inverse) {
    background-image: url("../images/f7faab8fdbf44edba18cf775bb0ad76f.gif")
}

.button-icon--youtube.button-icon--dark:focus,
.button-icon--youtube.button-icon--dark:hover {
    background-image: url("../images/77fb3036a7624f2591639424d0b83dc9.gif")
}

.button-icon--google\+.button-icon--inverse {
    background-image: url("../images/452206f154ca487aad6724c4a81c3ecc.gif")
}

.button-icon--google\+:focus,
.button-icon--google\+:hover,
.button-icon--google\+:not(.button-icon--inverse) {
    background-image: url("../images/466513e761d74fe4aa114376fa578cac.gif")
}

.button-icon--google\+.button-icon--dark:focus,
.button-icon--google\+.button-icon--dark:hover {
    background-image: url("../images/6363e81ddd47496b904352b9844b86bc.gif")
}

.button-icon--linkedin.button-icon--inverse {
    background-image: url("../images/903ed129766c4b55aa07df4ad16060b9.gif")
}

.button-icon--linkedin:focus,
.button-icon--linkedin:hover,
.button-icon--linkedin:not(.button-icon--inverse) {
    background-image: url("../images/5e98fc3daaa64d06a540e4f4d5d138d3.gif")
}

.button-icon--linkedin.button-icon--dark:focus,
.button-icon--linkedin.button-icon--dark:hover {
    background-image: url("../images/0022822e88ef493ba30ac5ee9b031cdd.gif")
}

.button-icon--email.button-icon--inverse {
    background-image: url("../images/139a00ad4c8f4fa6b6cec472a943e60f.gif")
}

.button-icon--email:focus,
.button-icon--email:hover,
.button-icon--email:not(.button-icon--inverse) {
    background-image: url("../images/c6750e79b9cc43baa782ad91cc4deecb.gif")
}

.button-icon--email.button-icon--dark:focus,
.button-icon--email.button-icon--dark:hover {
    background-image: url("../images/a3e1a7c4b6f74916ae75b402fe1506ea.gif")
}

.button-icon--wechat.button-icon--inverse {
    background-image: url("../images/e97644e16e8c4fbd9306ce21afb3dcaa.gif")
}

.button-icon--wechat:focus,
.button-icon--wechat:hover,
.button-icon--wechat:not(.button-icon--inverse) {
    background-image: url("../images/ca46b934106d4cb3a8fac1a993bd2130.gif")
}

.button-icon--wechat.button-icon--dark:focus,
.button-icon--wechat.button-icon--dark:hover {
    background-image: url("../images/1550b35b252c4760b580e907fd501777.gif")
}

.button-icon--instagram.button-icon--inverse {
    background-image: url("../images/1c34dd99be7a4df4b533dc2238c25cf2.gif")
}

.button-icon--instagram:focus,
.button-icon--instagram:hover,
.button-icon--instagram:not(.button-icon--inverse) {
    background-image: url("../images/094b4b6d3b75444badb49ba6a5d7c8be.gif")
}

.button-icon--instagram.button-icon--dark:focus,
.button-icon--instagram.button-icon--dark:hover {
    background-image: url("../images/5809665f48d04d788151af2a08b78bf5.gif")
}

.button-icon--transparent,
.button-icon--transparent:focus,
.button-icon--transparent:hover {
    background-color: transparent
}

ul {
    list-style: none
}

.list-plain,
.text-content dl,
.text-content ol,
.text-content ul {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em
}

@media screen and (min-width:56.25em) {

    .list-plain,
    .text-content dl,
    .text-content ol,
    .text-content ul {
        font-size: 1em
    }
}

.text-content:not(.text-content--two-col) dl,
.text-content:not(.text-content--two-col) ol,
.text-content:not(.text-content--two-col) ul {
    max-width: 52.188em
}

.text-content ol:not([class]),
.text-content ul:not([class]) {
    overflow: hidden
}

.text-content li>ol,
.text-content li>ul {
    font-size: 1em;
    margin-bottom: 1.6em;
    margin-top: 1em
}

.text-content ol,
.text-content ul {
    list-style: none
}

.text-content ol {
    counter-reset: a
}

.text-content ol li,
.text-content ul li {
    margin: 0 0 1em;
    padding: 0 0 0 2em;
    position: relative
}

@media screen and (min-width:56.25em) {

    .text-content ol li,
    .text-content ul li {
        padding-left: 2.25em
    }
}

.text-content ul>li:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: .267em;
    left: 0;
    position: absolute;
    top: .667em;
    width: .267em
}

@media screen and (min-width:56.25em) {
    .text-content ul>li:before {
        height: .313em;
        width: .313em
    }
}

.text-content ol>li:before {
    content: counter(a);
    counter-increment: a;
    left: 0;
    position: absolute
}

@media screen and (min-width:40.625em) {

    .text-content--two-col ol,
    .text-content--two-col ul {
        column-gap: 1.25em;
        columns: 2
    }
}

@media screen and (min-width:40.625em) {
    .text-content--two-col li {
        break-inside: avoid-column;
        display: inline-block;
        width: 100%
    }
}

.table,
.text-content table {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: left;
    width: 100%
}

@media screen and (min-width:56.25em) {

    .table,
    .text-content table {
        font-size: 1em
    }
}

.container-table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%
}

.table caption {
    padding: 1.25em;
    text-align: left;
    vertical-align: top
}

.table td,
.table th,
.text-content table td,
.text-content table th {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 1.25em;
    text-align: left;
    vertical-align: top
}

.table th,
.text-content table th {
    font-weight: 700
}

.table tr:nth-child(2n) td,
.text-content table tr:nth-child(2n) td {
    background-color: #fbfbfa
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.fieldset {
    margin-bottom: 1.25em
}

.fieldset--margin-top {
    margin-top: 1.25em
}

@media screen and (min-width:56.25em) {
    .fieldset--margin-top {
        margin-top: 1.875em
    }
}

@media screen and (min-width:40.625em) {
    .fieldset--lap-left {
        text-align: left
    }
}

.legend {
    color: #154194;
    display: block;
    font-size: 1.5em;
    margin-bottom: .5em
}

@media screen and (min-width:56.25em) {
    .legend {
        font-size: 2.375em
    }
}

.contour .fieldLabel,
.label {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em;
    display: block;
    margin-bottom: .375em
}

@media screen and (min-width:56.25em) {

    .contour .fieldLabel,
    .label {
        font-size: 1em
    }
}

.label--required:after {
    content: "*"
}

@media screen and (min-width:56.25em) {
    .label--inline {
        display: inline-block;
        margin-right: 1.25em;
        text-align: left;
        vertical-align: top;
        width: 16.666667%
    }
}

@media screen and (min-width:56.25em) {
    .label--inline.label--button-align {
        padding-top: .625em
    }
}

@media screen and (max-width:40.5625em) {
    .label--lap-center {
        text-align: center
    }
}

.fixed-width-labels label {
    min-width: 14em
}

.input-group {
    display: table;
    width: 100%
}

.input-group__input {
    display: table-cell;
    vertical-align: top
}

.input-group__input--end {
    width: 1%
}

#contour input.text,
#contour textarea,
.contour input.text,
.contour textarea {
    margin: 0 !important
}

.contour .contourField {
    margin: 0 0 26px
}

.contour input[type=file] {
    margin-top: 15px
}

.contour .help-block {
    font-size: 13px;
    color: gray;
    display: block;
    padding-bottom: 5px
}

.contour [type=text],
.contour textarea,
.input-base,
.input-text,
.select,
.textarea,
select {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    color: #111;
    margin-bottom: 2em;
    outline: none;
    padding: .688em 1.25em .625em;
    transition: border-color .2s ease-out;
    width: 100%
}

@media screen and (min-width:56.25em) {

    .contour [type=text],
    .contour textarea,
    .input-base,
    .input-text,
    .select,
    .textarea,
    select {
        font-size: 1em
    }
}

.contour :focus[type=text],
.contour textarea:focus,
.input-base:focus,
.input-text:focus,
.select:focus,
.textarea:focus,
select:focus {
    border-color: #154194
}

.bg-primary .contour :focus[type=text],
.bg-primary .contour textarea:focus,
.bg-primary .input-base:focus,
.bg-primary .input-text:focus,
.bg-primary .select:focus,
.bg-primary .textarea:focus,
.bg-primary select:focus,
.contour .bg-primary :focus[type=text],
.contour .bg-primary textarea:focus {
    border-color: #54829b
}

.contour [type=text].datepickerfield,
.input-text.datepickerfield {
    padding-left: 40px
}

.input-text--small-caps {
    font-size: .75em;
    font-weight: 700;
    line-height: 1.167;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding: 1em 1.429em
}

@media screen and (min-width:70em) {
    .input-text--small-caps {
        font-size: .875em;
        margin-bottom: .857em
    }
}

.input-text--no-border:focus {
    border-color: transparent
}

@media screen and (min-width:56.25em) {
    .input-text--desk-half {
        width: 50%
    }
}

.contourPage .checkbox,
.contourPage .multiplechoice {
    margin-bottom: 1em
}

.input-toggle {
    font-size: .938em;
    line-height: 1.733;
    margin: 0 0 1.733em;
    display: block;
    padding-left: 2.25em;
    position: relative;
    text-align: left
}

@media screen and (min-width:56.25em) {
    .input-toggle {
        font-size: 1em
    }
}

.input-toggle--small {
    font-size: .75em;
    font-weight: 700;
    line-height: 1.167;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding-bottom: .5em;
    padding-top: .5em
}

@media screen and (min-width:70em) {
    .input-toggle--small {
        font-size: .875em;
        margin-bottom: .857em;
        margin-bottom: 0;
        padding-bottom: .429em;
        padding-top: .429em
    }
}

@media screen and (min-width:40.625em) {
    .input-toggle--lap-inline {
        display: inline-block;
        margin-bottom: 0
    }
}

@media screen and (min-width:40.625em) {
    .input-toggle--lap-inline:not(:last-child) {
        margin-right: 1.875rem
    }
}

.input-toggle+[type=hidden]+.input-toggle:not(.input-toggle--button) {
    margin-top: -1.125rem
}

.contour .checkboxlist,
.contour .radiobuttonlist {
    display: inline-block;
    position: relative
}

.contour .checkbox {
    position: relative
}

.contour .checkboxlist br,
.contour .radiobuttonlist br {
    display: none
}

.contour .checkboxlist [type=checkbox],
.contour .radiobuttonlist [type=radio] {
    left: -1000em;
    opacity: 0;
    position: absolute
}

.contour .checkbox label,
.contour .checkboxlist [type=checkbox]+label,
.contour .radiobuttonlist [type=radio]+label {
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 0;
    padding-left: 2em;
    padding-right: 1.25em;
    position: relative
}

@media screen and (min-width:40.625em) {

    .contour .checkbox label,
    .contour .checkboxlist [type=checkbox]+label,
    .contour .radiobuttonlist [type=radio]+label {
        margin-bottom: 1.25em
    }
}

@media screen and (min-width:56.25em) {

    .contour .checkbox label,
    .contour .checkboxlist [type=checkbox]+label,
    .contour .radiobuttonlist [type=radio]+label {
        white-space: nowrap
    }
}

.contour .checkboxlist [type=checkbox]+label {
    display: block
}

.contour .checkbox label:before,
.contour .checkboxlist [type=checkbox]+label:before,
.contour .radiobuttonlist [type=radio]+label:before {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: 1.125rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: border .2s ease-out;
    width: 1.125rem
}

.contour .checkbox label:before {
    top: .25rem
}

.contour .radiobuttonlist [type=radio]+label:before {
    border-radius: 50%
}

.contour .checkbox label:focus:before,
.contour .checkbox label:hover:before,
.contour .checkboxlist [type=checkbox]+label:focus:before,
.contour .checkboxlist [type=checkbox]+label:hover:before,
.contour .checkboxlist [type=checkbox]:focus+label:before,
.contour .radiobuttonlist [type=radio]+label:focus:before,
.contour .radiobuttonlist [type=radio]+label:hover:before,
.contour .radiobuttonlist [type=radio]:focus+label:before {
    border-color: #154194
}

.contour .checkbox [type=checkbox],
.contour .checkboxlist [type=checkbox]+label:after,
.contour .radiobuttonlist [type=radio]+label:after {
    background-color: #154194;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    transform: scale(.8);
    transition: opacity .2s ease-out, transform .2s ease-out
}

.contour .radiobuttonlist [type=radio]+label:after {
    border-radius: 50%;
    height: .5rem;
    left: .3125rem;
    top: .3125rem;
    width: .5rem
}

.contour .radiobuttonlist [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.contour .checkbox [type=checkbox],
.contour .checkboxlist [type=checkbox]+label:after {
    background: url("../images/6c202c73ab5249b0ab6065ca12d7b49e.gif") no-repeat 50%;
    background-size: contain;
    height: 1.125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.125rem
}

.contour .checkbox [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    top: .25rem
}

.contour .checkbox [type=checkbox]:checked,
.contour .checkboxlist [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.input-toggle__icon {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
    height: 1.125rem;
    left: 0;
    position: absolute;
    top: .25rem;
    transition: border .2s ease-out;
    width: 1.125rem
}

.input-toggle__input:focus+.input-toggle__icon--checkbox,
.input-toggle__input:focus+.input-toggle__icon--radio {
    border-color: #154194
}

.bg-primary .input-toggle__input:focus+.input-toggle__icon--checkbox,
.bg-primary.input-toggle__input:focus+.input-toggle__icon--radio {
    border-color: rgba(0, 0, 0, .1)
}

.input-toggle__icon:after {
    content: "";
    display: block;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .2s ease-out, transform .2s ease-out
}

.input-toggle__input:checked~.input-toggle__icon:after {
    opacity: 1;
    transform: scale(1)
}

.input-toggle__icon--checkbox,
.input-toggle__icon--checkbox:after {
    height: 1.125rem;
    width: 1.125rem
}

.input-toggle__icon--checkbox:after {
    background: url("../images/6c202c73ab5249b0ab6065ca12d7b49e.gif") no-repeat 50%;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.input-toggle__icon--radio,
.input-toggle__icon--radio:after {
    border-radius: 50%;
    position: absolute
}

.input-toggle__icon--radio:after {
    background-color: #154194;
    height: .5rem;
    left: 50%;
    margin: -.25rem 0 0 -.25rem;
    top: 50%;
    width: .5rem
}

.input-toggle--button {
    font-size: .75em;
    font-weight: 700;
    line-height: 1.167;
    margin-bottom: 1em;
    text-transform: uppercase;
    border: 1px solid #154194;
    color: #154194;
    display: block;
    padding: 1.333em 1.167em 1.25em 3.5em;
    text-align: left
}

@media screen and (min-width:70em) {
    .input-toggle--button {
        font-size: .875em;
        margin-bottom: .857em
    }
}

@media screen and (min-width:40.625em) {
    .input-toggle--button {
        display: inline-block;
        margin-right: 1rem;
        padding-left: 4em
    }
}

@media screen and (min-width:70em) {
    .input-toggle--button {
        padding: 1.071em 1.429em 1em 3.429em
    }
}

.input-toggle--button .input-toggle__icon {
    left: .938rem;
    top: .875rem
}

@media screen and (min-width:40.625em) {
    .input-toggle--button .input-toggle__icon {
        left: 1.25rem
    }
}

.input-toggle--button.is-checked {
    background-color: #154194;
    color: #fff
}

.input-toggle--reverse {
    border-color: #fff;
    color: #fff
}

.input-toggle--reverse.is-checked {
    background-color: #fff;
    color: #154194
}

.input-tooltip {
    background: url("../images/6130a2148d1942d68417b515c9bd871a.gif") no-repeat;
    background-color: #f2f1f1;
    background-position: .938rem 1.25rem;
    border-radius: 10px;
    color: #111;
    display: none;
    font-size: 1em;
    font-weight: 400;
    left: -1px;
    padding: 1.417em 1.417em 1.417em 2.813rem;
    position: absolute;
    text-transform: none;
    top: 3.625rem;
    width: 15.625rem;
    z-index: 9
}

.input-toggle:focus,
.input-toggle:hover {
    cursor: pointer
}

.input-toggle:focus .input-tooltip,
.input-toggle:hover .input-tooltip {
    display: block
}

.contour textarea,
.textarea {
    min-height: 12.5em
}

.datepickerfield {
    background-image: url("../images/5413391043ca442098e80be7232462e5.gif");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 40px;
    max-width: 400px;
    width: 100%
}

.select,
select {
    padding-bottom: .625em;
    padding-top: .6875em;
    transition: background-color .2s ease-out, background-image .2s ease-out, color .2s ease-out
}

.appearance .select,
.appearance select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/e61f0d9fcebd43a4825fc79e1b980d55.gif");
    background-position: 100%;
    background-repeat: no-repeat;
    padding-right: 2.875em
}

select:focus::-ms-value {
    background: transparent;
    color: #111
}

.select option,
select option {
    font-weight: 300
}

.contour select {
    margin-bottom: 1.75em
}

.select[disabled] {
    color: #abacae
}

.appearance .select[disabled] {
    background-image: url("../images/834c14615adf46c8abc6184fa2b2c01d.gif")
}

.select--omitted[disabled],
.select[disabled]:not([required]) {
    background-color: hsla(0, 0%, 100%, .2);
    border-color: transparent
}

.appearance .select--omitted[disabled],
.appearance .select[disabled]:not([required]) {
    background-image: url("../images/bfcefe86fb3c4ec983e924b39961bafa.gif")
}

.select.is-loading {
    background-image: url("../images/7545860abd284287b3e61fd41ceef6cc.gif");
    background-position: calc(100% - 2.5em);
    background-repeat: no-repeat;
    background-size: 42px
}

.appearance .select.is-loading {
    background-position: calc(100% - .25em)
}

.input-search-submit {
    background-image: url("../images/e9438580665143c7a50a26d1b9c5ef04.gif");
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 3.625rem
}

@media screen and (min-width:70em) {
    .input-search-submit {
        padding: 1.7em 0
    }
}

.input-search-submit:focus,
.input-search-submit:hover {
    background-image: url("../images/89c25e8de9914deb8c07aa37303e6551.gif")
}

.validation-summary-errors {
    color: #cd5969;
    display: none;
    margin-bottom: 3.75em
}

.field-validation-error {
    color: #cd5969;
    display: block;
    font-size: .875em;
    margin: -1rem 0 1.75rem
}

.checkbox .field-validation-error,
.multiplechoice .field-validation-error,
.radiobuttonlist .field-validation-error,
.singlechoice .field-validation-error {
    margin-top: -.5em
}

.p-error-message {
    font-style: italic
}

.p-error-message:empty {
    display: none
}

.contourPage {
    margin-bottom: 5em
}

.contour .contourPageName,
.contour .textfield {
    margin-bottom: 1.75em
}

.contour .contourPageName,
.contour .textfield p {
    color: #757575;
    font-size: 1em;
    line-height: 1.4;
    max-width: 32em;
    word-break: break-word
}

@media screen and (min-width:40.625em) {

    .contour .contourPageName,
    .contour .textfield p {
        font-size: 1.625em
    }
}

.form-page {
    margin-bottom: 3em
}

@media screen and (min-width:40.625em) {

    .form-page .button,
    .form-page .nav-bypass__link {
        padding-left: 6em;
        padding-right: 6em
    }
}

.form-page .grid .list-sitemap>.list-sitemap__list-item>.list-sitemap__link,
.form-page .grid .p-standfirst {
    display: block;
    margin-bottom: 1.25rem
}

.form-section {
    margin-bottom: 1.5rem
}

.form-section--category {
    display: none
}

[for=Frau]~[for=Frau],
[for=Frau]~[id=Frau] {
    display: none !important
}

#contour .checkbox input,
#contour .checkboxlist input,
#contour .radiobuttonlist input,
.contour .checkbox input,
.contour .checkboxlist input,
.contour .radiobuttonlist input {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    display: inline !important
}



.media-holder {
    position: relative
}

@media screen and (max-width:40.5625em) {
    .media-holder {
        margin-left: -1.25em;
        width: calc(100% + 2.5em)
    }
}

@media screen and (max-width:56.1875em) {
    .media-holder {
        margin-bottom: 1.25em
    }
}

@media screen and (min-width:56.25em) {
    .media-holder--max-width {
        max-width: 64.063em
    }
}

.media-wrap {
    display: block;
    overflow: hidden;
    position: relative
}

.media-wrap--tint {
    background-color: rgba(0, 0, 0, .05)
}

.media-wrap__item {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.media-wrap__item--cover {
    height: auto;
    left: 0;
    max-width: none;
    min-height: 100.1%;
    min-width: 100.1%;
    position: absolute;
    top: 0;
    width: auto
}

@media screen and (max-width:56.1875em) {
    .media-wrap__item--cover {
        max-height: 100%
    }
}

.csstransforms .media-wrap__item--cover {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap .media-wrap__item--cover {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        width: 100%
    }
}

.media-wrap--margin-bottom {
    margin-bottom: 1.25em
}

.media-wrap--1-1 {
    padding-top: 100%
}

.media-wrap--5-4 {
    padding-top: 89.47%
}

.media-wrap--3-2 {
    padding-top: 66.66%
}

.media-wrap--16-9,
.media-wrap--image-breaker {
   padding-top: 56.25%
}

@media screen and (min-width:56.25em) {
    .media-wrap--image-breaker {
        padding-top: 21.875em
    }
}

@media screen and (min-width:56.25em) {
    .media-wrap--desk-square {
        padding-top: 100%
    }
}

.figure {
    display: block
}

.figcaption {
    background-color: #f5f5f3;
    display: table;
    margin-bottom: 0;
    padding: 1em 1.25em;
    width: 100%
}

.figcaption--fixed-height {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 4.938rem;
    padding: .75em 0
}

@media screen and (max-width:40.5625em) {
    .figcaption--fixed-height {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 2.5em)
    }
}

@media screen and (min-width:56.25em) {
    .figcaption--indented {
        margin-left: 5.938em;
        padding: 1.625em 1.875em;
        width: calc(100% - 5.938em + 1px)
    }
}

video {
    height: auto;
    width: 100%
}

@media screen and (min-width:56.25em) {
    .figure--offset-right {
        margin-right: 5.938em
    }
}

@media screen and (min-width:56.25em) {
    .figure--offset-left {
        margin-left: 5.938em
    }
}

@media screen and (min-width:56.25em) {
    .figure--pull-up {
        margin-top: -1.875em
    }
}

@media screen and (min-width:56.25em) {
    .figure--pull-down {
        margin-top: 1.875em
    }
}

.figure--send-back {
    position: relative;
    z-index: -1
}

.section {
    border-bottom: 1px solid #f5f5f3;
    clear: both;
    padding: 2.5em 0
}

@media screen and (min-width:40.625em) {
    .section {
        padding: 3.75em 0
    }
}

@media screen and (min-width:40.625em) {
    .section--tight {
        padding: 2.5em 0
    }
}

.section--full-width {
    margin-left: -1.25em;
    width: calc(100% + 2.5em)
}

@media screen and (min-width:40.625em) {
    .section--full-width {
        margin-left: calc(-50vw + 50%);
        width: 100vw
    }
}

@media screen and (min-width:40.625em) {
    .section--min-height {
        min-height: 30em
    }
}

.section--no-border {
    border-bottom: 0
}

.section--margin {
    margin-bottom: 1.25em
}

.dynamic-results {
    transition: opacity .2s ease-out
}

.is-loading+.section--dynamic .dynamic-results {
    opacity: .5
}

@media screen and (max-width:56.1875em) {
    .section__lead-image {
        margin-bottom: 2.125em;
        margin-top: -5.625em;
        position: relative
    }
}

@media screen and (max-width:56.1875em) and (max-width:40.5625em) {
    .section__lead-image {
        margin-top: -4.375em
    }
}

.section__heading {
    margin-bottom: 2em;
    position: relative;
    z-index: 1
}

@media screen and (min-width:40.625em) {
    .section__heading {
        margin-bottom: 2.714em
    }
}

.hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin: 0 0 1.25em
}

.hr--margin-top {
    margin-top: 1.25em
}

.panel-cookie-settings-container {
    display: none
}

.panel-cookie-container {
    height: 100%;
    position: fixed;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: transform .5 ease-in;
    top: 0;
    width: 100%;
    z-index: 10
}

.panel-cookie-container.is-visible {
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.panel-cookie-container__overlay {
    background-color: rgba(0, 0, 0, .35);
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 11
}

.panel-cookie-basic__wrapper,
.panel-cookie-settings__wrapper {
    box-shadow: 0 0 .625em 0 rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12
}

@media screen and (max-width:40.5625em) {

    .panel-cookie-basic__wrapper,
    .panel-cookie-settings__wrapper {
        width: 100%
    }
}

.panel-cookie-settings__wrapper {
    background-color: #54829b;
    left: calc(50% - 310px);
    padding: 1.25rem 0;
    width: 620px
}

@media screen and (max-width:40.5625em) {
    .panel-cookie-settings__wrapper {
        left: 3%;
        width: 94%
    }
}

.panel-cookie-settings__header {
    color: #fff;
    font-size: 20px;
    padding: 0 20px 20px
}

.panel-cookie-settings__actions {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 0
}

@media screen and (max-width:40.5625em) {
    .panel-cookie-settings__actions a {
        font-size: 10px
    }
}

.panel-cookie-settings__actions a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px
}

@media screen and (max-width:40.5625em) {
    .panel-cookie-settings__actions button {
        display: block;
        margin: 0 auto
    }

    .panel-cookie-settings__actions button:first-of-type {
        margin-bottom: 5px
    }
}

.panel-cookie-settings__form {
    background-color: #154194;
    height: 450px;
    overflow: auto;
    padding: 20px
}

@media screen and (max-width:40.5625em) {
    .panel-cookie-settings__form {
        height: 390px
    }
}

.panel-cookie-settings__form input[type=checkbox] {
    margin: 20px 0
}

.panel-cookie-settings__form label {
    color: #fff;
    font-weight: 700
}

.panel-cookie-settings__form p {
    color: #fff
}

.panel-cookie-basic__wrapper {
    background-color: #154194;
    left: calc(50% - 240px);
    padding: 1.25rem;
    width: 480px
}

@media screen and (max-width:40.5625em) {
    .panel-cookie-basic__wrapper {
        left: 3%;
        width: 94%
    }
}

.panel-cookie-basic .button--transparent {
    background-color: transparent
}

.panel-cookie-basic .button--transparent:hover {
    background-color: #fff;
    color: #54829b
}

.panel-cookie-basic p {
    color: #fff;
    line-height: 20px
}

.panel-overflow {
    overflow-x: auto;
    padding: 1.25em;
    text-align: center
}

.panel-cookie-basic__caption {
    color: #fff;
    margin-bottom: 30px
}

.panel-cookie-basic__caption a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.panel-cookie-basic__button {
    cursor: pointer;
    color: #fff;
    float: right;
    outline: 0;
    margin-top: .625em;
    text-indent: 0
}

.panel-cookie-basic__button:hover {
    background-color: #54829b
}

body.scrollDisable {
    height: 100vh;
    overflow: hidden
}

.cookie-trigger {
    border-bottom: 1px solid rgba(105, 162, 194, .5);
    color: #154194
}

.cookie-trigger:hover {
    border-bottom: 1px solid #54829b;
    color: #54829b
}

.nav-bypass {
    left: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    z-index: 20
}

.nav-bypass__link {
    display: inline-block;
    left: 0;
    position: fixed;
    top: -200%;
    white-space: nowrap
}

.nav-bypass__link:focus {
    top: 0
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    height: 4.375rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

@media screen and (min-width:63.75em) {
    .site-header {
        height: 7.25rem
    }
}

.site-header--primary {
    background-color: #154194
}

.header-anchor-spacer {
    background-clip: padding-box;
    border-top: 4.375rem solid transparent;
    margin-top: -4.375rem
}

@media screen and (min-width:63.75em) {
    .header-anchor-spacer {
        border-top-width: 7.25rem;
        margin-top: -7.25rem
    }
}

.site-header__logo {
    display: block;
    height: 1.875em;
    margin: 1.5em 0 0 1.5em;
    width: 7.5em
}

@media screen and (min-width:63.75em) {
    .site-header__logo {
        height: 2em;
        margin-left: 3em;
        width: 8.375em
    }
}

.site-header__logo-svg {
    display: block;
    height: 100%;
    width: 100%
}

.site-header__logo-svg--white path {
    fill: #fff
}

@media screen and (min-width:56.25em) {
    .site-footer {
        position: relative
    }
}

.site-footer__header {
    padding: 1.25em .625em 0
}

.site-footer__inner {
    background-color: #154194;
    padding: .938rem 0 3.125rem
}

@media screen and (min-width:40.625em) {
    .site-footer__inner {
        padding: 4.688rem 0
    }
}

.site-footer__inner:not(.site-footer__inner--white) {
    color: #fff
}

.site-footer__inner--white {
    background-color: #fff;
    border-top: 1px solid #f5f5f3
}

.site-footer__heading {
    color: #111;
    font-family: Gotham SSm A, Gotham SSm B, Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 1.875rem 0 1rem
}

@media screen and (min-width:40.625em) {
    .site-footer__heading {
        margin-top: 0
    }
}

.site-footer__support {
    background-color: #54829b;
    padding: 1.25em 0 1em
}

@media screen and (min-width:40.625em) {
    .site-footer__support {
        padding: 1.25em 0
    }
}

.site-footer__support--primary {
    background-color: #154194
}

.site-footer__copyright {
    color: #fff;
    font-size: .875em;
    line-height: 1.286
}

@media screen and (max-width:69.9375em) {
    .site-footer__copyright {
        margin-bottom: .625rem
    }
}

@media screen and (min-width:70em) {
    .site-footer__support .list-support {
        text-align: right
    }
}

.html--scroll-locked {
    overflow-y: hidden
}

@media screen and (max-width:63.6875em) {
    .off-canvas__container {
        height: 100%;
        left: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 140%;
        width: 100%;
        z-index: 10
    }

    .off-canvas__container--is-visible,
    .off-canvas__container:target {
        top: 0
    }

    .off-canvas__container--is-animate-ready {
        transition: all .2s ease-out
    }

    .csstransforms3d .off-canvas__container {
        top: 0;
        transform: translate3d(0, 140%, 0)
    }

    .csstransforms3d .off-canvas__container--is-visible {
        transform: translateZ(0)
    }
}

@media screen and (min-width:63.75em) {

    .off-canvas__button-close,
    .off-canvas__button-open {
        display: none
    }
}

.off-canvas__container {
    outline: none
}

@media screen and (max-width:63.6875em) {
    .off-canvas__container {
        background-color: #154194;
        padding: 5em 0 1.875em
    }
}

@media screen and (max-width:63.6875em) {

    .off-canvas__button-close,
    .off-canvas__button-open {
        display: block;
        height: 2.75em;
        position: absolute;
        right: .625em;
        top: .875em;
        width: 2.75em
    }
}

@media screen and (max-width:63.6875em) {
    .off-canvas__button-open {
        background: url("../images/cea938b8e65b4a8aa9a369e3396eb42e.gif") no-repeat 50%
    }
}

@media screen and (max-width:63.6875em) {
    .site-header--primary .off-canvas__button-open {
        background: url("../images/1a77174988ee4d5ba38809a3b6623ccd.gif") no-repeat 50%
    }
}

@media screen and (max-width:63.6875em) {
    .off-canvas__button-close {
        background: url("../images/889a31f235914dd49fc4694550606f62.gif") no-repeat 50%
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary {
        margin-bottom: 1.75em
    }
}

@media screen and (min-width:63.75em) {
    .nav-primary {
        bottom: 0;
        font-size: 0;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary__list-item {
        background-color: #154194;
        position: relative
    }
}

@media screen and (min-width:63.75em) {
    .nav-primary__list-item {
        display: inline-block;
        font-size: 1rem
    }
}

@media screen and (max-width:63.6875em) {

    .nav-primary__list-item:first-child:before,
    .nav-primary__list-item:last-child:after {
        border-top: 1px solid hsla(0, 0%, 100%, .5);
        content: "";
        height: 0;
        left: 1.5em;
        position: absolute;
        width: calc(100% - 3em)
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary__list-item:first-child:before {
        top: -.625em
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary__list-item:last-child:after {
        bottom: -.625em
    }
}

.nav-primary__link {
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    transition: background .2s ease-out, color .2s ease-out
}

@media screen and (max-width:63.6875em) {
    .nav-primary__link {
        background: no-repeat calc(100% - 1.5em) 1.063em;
        color: #fff;
        display: block;
        padding: .938em 1.5em;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
}

@media screen and (min-width:63.75em) {
    .nav-primary__link {
        color: #154194;
        display: inline-block;
        font-size: .813em;
        padding: 1.308em 2em 1.385em
    }
}

@media screen and (min-width:63.75em) {

    .nav-primary__link.is-active,
    .nav-primary__link.is-visible,
    .nav-primary__link:hover {
        color: #000
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary__link.is-active {
        background-color: hsla(0, 0%, 100%, .2);
        background-image: url("../images/5cf68f82825c4223bfbc36870ef713c1.gif")
    }
}

@media screen and (min-width:63.75em) {
    .nav-primary__link:after {
        border-left: .625em solid transparent;
        border-right: .625em solid transparent;
        border-top: .625em solid #fff;
        bottom: 0;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -.625em;
        position: absolute;
        transition: transform .2s ease-out;
        width: 0;
        z-index: 1
    }
}

@media screen and (min-width:63.75em) {
    .js .nav-primary__link.is-visible:after {
        transform: translateY(100%);
        -ms-transform: translateY(100%)
    }
}

.nav-primary--white .nav-primary__link {
    color: #fff
}

@media screen and (min-width:63.75em) {

    .nav-primary--white .nav-primary__link.is-active,
    .nav-primary--white .nav-primary__link.is-visible,
    .nav-primary--white .nav-primary__link:focus,
    .nav-primary--white .nav-primary__link:hover {
        color: #355161
    }
}

.nav-primary--white .nav-primary__link:after {
    border-top-color: #154194
}

@media screen and (max-width:63.6875em) {
    .nav-primary__dropdown {
        position: relative;
        transition: background-color .2s ease-out
    }
}

@media screen and (min-width:63.75em) {
    .nav-primary__dropdown {
        background-color: #154194;
        height: calc(100vh - 7.188rem) !important;
        left: 0;
        opacity: 0;
        outline: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        text-align: left;
        top: 3rem;
        visibility: hidden;
        width: 100%
    }
}

@media screen and (max-width:63.6875em) {
    .no-js .nav-primary__dropdown {
        display: block
    }
}

@media screen and (max-width:63.6875em) {
    .js .nav-primary__dropdown {
        height: 0;
        overflow: hidden
    }
}

@media screen and (min-width:63.75em) {
    .js .nav-primary__dropdown {
        transition: opacity .2s ease-out, visibility .2s ease-out
    }
}

.nav-open .nav-primary__dropdown {
    outline: none
}

@media screen and (min-width:63.75em) {
    .nav-open .nav-primary__dropdown {
        transition: none
    }
}

@media screen and (max-width:63.6875em) {

    .js .nav-primary__link.is-active+.nav-primary__dropdown,
    .no-js .nav-primary__dropdown:target {
        background-color: hsla(0, 0%, 100%, .2);
        height: auto
    }
}

@media screen and (min-width:63.75em) {

    .js .nav-primary__link.is-visible+.nav-primary__dropdown,
    .no-js .nav-primary__dropdown:target {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary__dropdown-close {
        display: none
    }
}

@media screen and (min-width:63.75em) {
    .nav-primary__dropdown-close {
        background: url("../images/755a2de8c06e4860a19988edc86364e9.gif") 50% no-repeat;
        height: 2.188em;
        position: absolute;
        right: .625em;
        top: 1.625em;
        transition: opacity .2s ease-out;
        width: 2.188em
    }
}

@media screen and (min-width:76em) {
    .nav-primary__dropdown-close {
        right: 2.375em
    }
}

.nav-primary__dropdown-close:focus,
.nav-primary__dropdown-close:hover {
    opacity: .5
}

@media screen and (max-width:63.6875em) {
    .nav-secondary {
        overflow: hidden
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary {
        font-size: 0;
        margin: 0 auto;
        max-width: 70rem;
        position: relative;
        text-align: center
    }
}

@media screen and (min-width:70em) {
    .nav-secondary {
        padding: 0 3rem
    }
}

@media screen and (max-width:63.6875em) {
    .js .nav-secondary {
        opacity: 0;
        transition: .2s ease-out
    }
}

@media screen and (max-width:63.6875em) {
    .nav-primary__link.is-active+.nav-primary__dropdown .nav-secondary {
        opacity: 1
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__list-item {
        display: inline-block;
        font-size: 1rem;
        height: 100%;
        vertical-align: top
    }
}

@media screen and (min-width:63.75em) {
    .no-js .nav-secondary__list-item {
        width: 100%
    }
}

.nav-secondary__link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__link {
        display: block;
        font-size: .813em;
        line-height: 1.154;
        padding: .769em 1.846em;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__link {
        display: inline-block;
        font-size: .875em;
        padding: 2.571em 1.857em;
        position: relative
    }
}

@media screen and (min-width:70em) {
    .nav-secondary__link {
        padding-left: 2.143em;
        padding-right: 2.143em
    }
}

@media screen and (min-width:63.75em) {
    [lang=de] .nav-secondary__link {
        padding-left: 1.286em;
        padding-right: 1.286em
    }
}

@media screen and (min-width:70em) {
    [lang=de] .nav-secondary__link {
        padding-left: 1.714em;
        padding-right: 1.714em
    }
}

@media screen and (min-width:63.75em) {

    .nav-secondary__link.is-active:after,
    .nav-secondary__link.is-visible:after {
        border-left: .625rem solid transparent;
        border-right: .625rem solid transparent;
        border-top: .625rem solid #b4d1e1;
        bottom: -.625rem;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -.625rem;
        position: absolute;
        width: 0
    }
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__list-item:last-child .nav-secondary__link {
        margin-bottom: 1.25em
    }
}

.nav-secondary__link--icon {
    position: relative
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__link--icon {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .769em;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__link--icon {
        font-size: .625em;
        line-height: 1.2;
        min-height: 19em;
        outline: none;
        padding: 3.6em 2.5em 2.6em;
        width: 19.8em
    }
}

@media screen and (min-width:70em) {
    .nav-secondary__link--icon {
        width: 19.8em
    }
}

@media screen and (min-width:63.75em) {

    .nav-secondary__list-item:nth-last-child(n+5) .nav-secondary__link--icon,
    .nav-secondary__list-item:nth-last-child(n+5)~li .nav-secondary__link--icon {
        width: 15.6em
    }
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__list-item:last-child .nav-secondary__link--icon {
        margin-bottom: 1.25em
    }
}

.nav-secondary__svg-holder {
    display: none;
    position: absolute
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__svg-holder {
        height: 3.077em;
        left: 1.846em;
        top: 0;
        width: 3.077em
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__svg-holder {
        height: 8em;
        left: 50%;
        margin-left: -4em;
        top: 3.6em;
        transition: transform .2s ease-out;
        width: 8em
    }
}

.nav-secondary__link--icon .nav-secondary__svg-holder {
    display: block
}

@media screen and (min-width:63.75em) {

    .nav-secondary__link--icon:not(.is-visible):focus .nav-secondary__svg-holder,
    .nav-secondary__link--icon:not(.is-visible):hover .nav-secondary__svg-holder {
        transform: scale(1.05)
    }
}

.nav-secondary__svg-holder>svg {
    width: 100%
}

.nav-secondary__svg-holder .nav-icon__border {
    fill: #fff
}

.nav-secondary__svg-holder .nav-icon__icon {
    fill: #fff;
    transition: fill .2s ease-out
}

.nav-secondary__link--icon.is-active .nav-icon__icon,
.nav-secondary__link--icon.is-visible .nav-icon__icon {
    fill: #154194
}

.nav-secondary__link--red.is-active .nav-icon__icon,
.nav-secondary__link--red.is-visible .nav-icon__icon {
    fill: #cd5969
}

.nav-secondary__link--yellow.is-active .nav-icon__icon,
.nav-secondary__link--yellow.is-visible .nav-icon__icon {
    fill: #f6c565
}

.nav-secondary__link--green.is-active .nav-icon__icon,
.nav-secondary__link--green.is-visible .nav-icon__icon {
    fill: #93b66f
}

.nav-secondary__link--teal.is-active .nav-icon__icon,
.nav-secondary__link--teal.is-visible .nav-icon__icon {
    fill: #5eb2b2
}

.nav-secondary__link--purple.is-active .nav-icon__icon,
.nav-secondary__link--purple.is-visible .nav-icon__icon {
    fill: #8572b9
}

.nav-secondary__link--pink.is-active .nav-icon__icon,
.nav-secondary__link--pink.is-visible .nav-icon__icon {
    fill: #d384b1
}

.nav-secondary__link--icon:before {
    border-radius: 50%;
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 3.077em;
    margin-right: 1.077em;
    transition: background .2s ease-out, transform .2s ease-out;
    width: 3.077em
}

@media screen and (min-width:63.75em) {
    .nav-secondary__link--icon:before {
        height: 8em;
        margin: 0 auto 1.4em;
        width: 8em
    }
}

.nav-secondary__link--icon:focus:before,
.nav-secondary__link--icon:hover:before {
    background-color: hsla(0, 0%, 100%, .1)
}

@media screen and (min-width:63.75em) {

    .nav-secondary__link--icon:not(.is-visible):focus:before,
    .nav-secondary__link--icon:not(.is-visible):hover:before {
        transform: scale(1.05)
    }
}

.nav-secondary__link--icon.is-active:before {
    background-color: #fff
}

@media screen and (min-width:63.75em) {
    .nav-secondary__link--icon.is-visible:before {
        background-color: #fff
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__link:not(.nav-secondary__link--icon) .nav-secondary__link-text {
        border-bottom: 1px solid transparent;
        padding: .143em 0;
        transition: border .2s ease-out
    }
}

@media screen and (min-width:63.75em) {

    .nav-secondary__link.is-active .nav-secondary__link-text,
    .nav-secondary__link.is-visible .nav-secondary__link-text,
    .nav-secondary__link:focus .nav-secondary__link-text,
    .nav-secondary__link:hover .nav-secondary__link-text {
        border-bottom-color: #fff
    }
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__dropdown {
        padding: 0 1.5em 0 2.75em
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__dropdown {
        padding: 2em 1.25em
    }
}

@media screen and (min-width:72.5em) {
    .nav-secondary__dropdown {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__link--icon+.nav-secondary__dropdown {
        margin: -.25em 0 .25em;
        padding-left: 5.5em
    }
}

@media screen and (max-width:63.6875em) {
    .js .nav-secondary__dropdown {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height .2s ease-out, opacity .2s ease-out
    }
}

@media screen and (min-width:63.75em) {
    .js .nav-secondary__dropdown {
        display: none;
        height: auto !important;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%
    }
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__link.is-active:not([data-nav-toggle-behaviour=link])+.nav-secondary__dropdown {
        height: auto;
        opacity: 1;
        padding-top: .5em
    }
}

@media screen and (min-width:63.75em) {

    .nav-secondary__link.is-active+.nav-secondary__dropdown,
    .nav-secondary__link.is-visible+.nav-secondary__dropdown {
        display: block
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__dropdown:before {
        border-top: 1px solid #b4d1e1;
        content: "";
        height: 0;
        left: calc(-1 * 50vw + 50%);
        position: absolute;
        top: 0;
        width: 100vw
    }
}

.nav-secondary__section-link {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline;
    position: relative;
    transition: border .2s ease-out
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__section-link {
        font-size: 1.125em;
        line-height: 1.222
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__section-link {
        font-size: 1.25em;
        line-height: 1.2;
        margin-left: .625rem
    }
}

.nav-secondary__section-link.is-active,
.nav-secondary__section-link:focus,
.nav-secondary__section-link:hover {
    border-bottom-color: #fff
}

.nav-secondary__section-link:before {
    background: url("../images/ceabe60254494eadbb861c021dab999b.gif") no-repeat 0;
    background-size: 8px;
    content: "";
    display: block;
    height: 1.375rem;
    left: -.625rem;
    position: absolute;
    top: 0;
    width: .625rem
}

@media screen and (min-width:63.75em) {
    .nav-secondary__section-link:before {
        height: 1.563rem
    }
}

.nav-secondary__section-caption {
    color: #fff
}

@media screen and (max-width:63.6875em) {
    .nav-secondary__section-caption {
        font-size: 1.125em;
        line-height: 1.222;
        margin-bottom: .889em
    }
}

@media screen and (min-width:63.75em) {
    .nav-secondary__section-caption {
        font-size: 1.375em;
        line-height: 1.182;
        margin-bottom: .818em
    }
}

.nav-secondary__dropdown-footer {
    background-color: #87b5ce;
    display: none;
    padding: 1.875em 3em
}

.js .nav-secondary__dropdown-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%
}

@media screen and (min-width:63.75em) and (min-height:46em) {

    .nav-secondary__link.is-active~.nav-secondary__dropdown-footer,
    .nav-secondary__link.is-visible~.nav-secondary__dropdown-footer {
        display: block
    }
}

.csstransforms .nav-secondary__dropdown-footer {
    transform: translateY(100%);
    transition: transform .2s ease-out
}

.nav-open .nav-secondary__dropdown-footer {
    transform: translateY(0)
}

.nav-secondary__footer-inline-block {
    display: inline-block;
    margin: 0 .625rem;
    vertical-align: middle
}

.nav-tertiary {
    margin-top: 1rem
}

@media screen and (min-width:63.75em) {
    .nav-tertiary {
        transform: translateZ(0)
    }
}

@media screen and (min-width:63.75em) {
    .nav-tertiary--two-col {
        column-gap: 1.25em;
        columns: 2
    }
}

@media screen and (min-width:63.75em) {
    .nav-tertiary--three-col {
        column-gap: 1.25em;
        columns: 3
    }
}

.no-csscolumns .nav-tertiary--two-col>li {
    float: left;
    width: 50%
}

.no-csscolumns .nav-tertiary--three-col>li {
    float: left;
    width: 33.3333%
}

.nav-tertiary__list-item {
    break-inside: avoid-column;
    display: block;
    margin: 0 0 .875rem;
    padding: 0
}

@media screen and (min-width:63.75em) {
    .nav-tertiary__list-item {
        padding-left: .625rem
    }
}

.nav-tertiary__link {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline;
    font-size: .875em;
    line-height: 1.286;
    position: relative;
    transition: border .2s ease-out
}

.nav-tertiary__link.is-active,
.nav-tertiary__link:focus,
.nav-tertiary__link:hover {
    border-bottom-color: #fff
}

.nav-tertiary__link:before {
    background: url("../images/ceabe60254494eadbb861c021dab999b.gif") no-repeat 0;
    background-size: 7px;
    content: "";
    display: block;
    height: 1.125rem;
    left: -.625rem;
    position: absolute;
    top: 0;
    width: .625rem
}

@media screen and (max-width:63.6875em) {
    .nav-support {
        padding: 0 1.5em
    }
}

@media screen and (min-width:63.75em) {
    .nav-support {
        font-size: 0;
        position: absolute;
        right: 3rem;
        top: 1.5rem
    }
}

@media screen and (min-width:63.75em) {
    .nav-support__list-item {
        display: inline-block;
        font-size: 1rem;
        line-height: 1
    }
}

@media screen and (min-width:63.75em) {
    .nav-support__list-item:not(:last-child) {
        margin-right: 1.5em
    }
}

@media screen and (max-width:63.6875em) {

    .nav-support__list-item--top-center,
    .nav-support__list-item--top-left {
        position: absolute;
        top: .875em
    }
}

@media screen and (max-width:63.6875em) {
    .nav-support__list-item--top-left {
        left: .625em
    }
}

@media screen and (max-width:63.6875em) {
    .nav-support__list-item--top-center {
        left: 50%;
        transform: translateX(-50%)
    }
}

.nav-support__link {
    background-repeat: no-repeat;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:63.6875em) {
    .nav-support__link {
        background-position: 0 .917em;
        color: #fff;
        display: block;
        font-size: .75em;
        line-height: 1.167;
        padding: 1.167em 0 1.167em 2.667em
    }
}

@media screen and (min-width:63.75em) {
    .nav-support__link {
        background-position: 0 .1em;
        background-size: 15px 15px;
        color: #abacae;
        display: inline-block;
        font-size: .625em;
        line-height: 1.2;
        padding: .2em 0;
        transition: background .2s ease-out, color .2s ease-out
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link:focus,
    .nav-support__link:hover {
        color: #111
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--downloads,
    .nav-support__link--icon,
    .nav-support__link--info,
    .nav-support__link--my-coperion,
    .nav-support__link--visit-coperion {
        padding-left: 2em
    }
}

.nav-support--white .nav-support__link {
    color: #fff
}

@media screen and (min-width:63.75em) {

    .nav-support--white .nav-support__link:focus,
    .nav-support--white .nav-support__link:hover {
        color: #355161
    }
}

.nav-support__link--location {
    background-image: url("../images/34a0571e4b824edbbc05ab006598ac12.gif")
}

@media screen and (min-width:63.75em) {
    .nav-support__link--location {
        background-image: url("../images/6b4605a8f07f407da727e0c20cef6672.gif")
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--location:focus,
    .nav-support__link--location:hover {
        background-image: url("../images/213b98f600334700953fd560f61d737e.gif")
    }
}

.nav-support--white .nav-support__link--location {
    background-image: url("../images/34a0571e4b824edbbc05ab006598ac12.gif")
}

@media screen and (min-width:63.75em) {

    .nav-support--white .nav-support__link--location:focus,
    .nav-support--white .nav-support__link--location:hover {
        background-image: url("../images/89a35b4b1300404080a83825ed43e759.gif")
    }
}

.nav-support__link--my-coperion {
    background-image: url("../images/608115ba7d0746fc878db0a7145ddad2.gif")
}

@media screen and (min-width:63.75em) {
    .nav-support__link--my-coperion {
        background-image: url("../images/cf872adbb843431d9251622ae1811197.gif")
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--my-coperion:focus,
    .nav-support__link--my-coperion:hover {
        background-image: url("../images/1efaa35febac4ac48e327018411f704b.gif")
    }
}

.nav-support__link--visit-coperion {
    background-image: url("../images/ea4210d1bd5a42cd8eed27caac299437.gif")
}

@media screen and (min-width:63.75em) {
    .nav-support__link--visit-coperion {
        background-image: url("../images/1b4e6e16c4ab4ac5986dc0bb96b73f9e.gif")
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--visit-coperion:focus,
    .nav-support__link--visit-coperion:hover {
        background-image: url("../images/5c6eea0cc2dc4a56bdc2104ce0cd1749.gif")
    }
}

.nav-support__link--downloads {
    background-image: url("../images/d514a89605194ab991d14013050e05e0.gif")
}

@media screen and (min-width:63.75em) {
    .nav-support__link--downloads {
        background-image: url("../images/04e811903c9449de9c8777fdbb207485.gif")
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--downloads:focus,
    .nav-support__link--downloads:hover {
        background-image: url("../images/e384251070fc46afb0ac3c79a987797e.gif")
    }
}

@media screen and (max-width:63.6875em) {
    .nav-support__link--contact {
        background-image: url("../images/475bedac8e0542fca27d2c15a8140e98.gif")
    }
}

@media screen and (min-width:63.75em) {
    .nav-support__link--contact {
        background-image: url("../images/c388918a62c840f89706a287b3db5340.gif")
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--contact:focus,
    .nav-support__link--contact:hover {
        background-image: url("../images/2ef17dddb3c3482696812b439ddd6712.gif")
    }
}

@media screen and (max-width:63.6875em) {
    .nav-support__link--info {
        background-image: url("../images/70ebcb0fb2da4769890f7283e3ea10a5.gif")
    }
}

@media screen and (min-width:63.75em) {
    .nav-support__link--info {
        background-image: url("../images/4ae1df90afca4bfca5bbe87e60286259.gif")
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--info:focus,
    .nav-support__link--info:hover {
        background-image: url("../images/6130a2148d1942d68417b515c9bd871a.gif")
    }
}

@media screen and (max-width:63.6875em) {
    .nav-support__link--search {
        background-image: url("../images/14f08c23e38c4da6a79a1bd8019d7e29.gif")
    }
}

@media screen and (min-width:63.75em) {
    .nav-support__link--search {
        background-image: url("../images/f0d160934d4a47bda57e2ee9f017c621.gif");
        background-position: center 0;
        text-indent: 7.5rem;
        width: 2em
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link--search:focus,
    .nav-support__link--search:hover {
        background-image: url("../images/138cee8574444de4ae2d61fa9399f675.gif")
    }
}

.nav-support__link[data-button-toggle] {
    display: inline-block;
    width: auto
}

.nav-support__link[data-button-toggle]:after {
    background: url("../images/5eaca3fff3dd4e5ca5858b4977ac270f.gif") no-repeat 50%;
    content: "";
    display: inline-block;
    height: 1.25em;
    margin-left: .333em;
    vertical-align: middle;
    width: 1.25em
}

@media screen and (min-width:63.75em) {
    .nav-support__link[data-button-toggle]:after {
        background: url("../images/8a47907a68e342068f507ff7ccab21c9.gif");
        background-size: contain
    }
}

@media screen and (min-width:63.75em) {

    .nav-support__link[data-button-toggle]:focus:after,
    .nav-support__link[data-button-toggle]:hover:after {
        background-image: url("../images/6aa21d40623b4628b670bd2da7e81057.gif")
    }
}

[data-button-toggle-active=true] .nav-support__link[data-button-toggle]:after {
    background-image: url("../images/c748b943887141f9bbd272c10b903ee8.gif")
}

@media screen and (min-width:63.75em) {
    [data-button-toggle-active=true] .nav-support__link[data-button-toggle]:after {
        background-image: url("../images/ae9b884509a44f04bb01f49ced9a5c79.gif")
    }
}

.nav-support--white .nav-support__link[data-button-toggle]:after {
    background-image: url("../images/5eaca3fff3dd4e5ca5858b4977ac270f.gif")
}

@media screen and (min-width:63.75em) {

    .nav-support--white .nav-support__link[data-button-toggle]:focus:after,
    .nav-support--white .nav-support__link[data-button-toggle]:hover:after {
        background-image: url("../images/879f54a395ed4da9884b47b16aca9b3b.gif")
    }
}

.nav-support--white [data-button-toggle-active=true] .nav-support__link[data-button-toggle]:after {
    background-image: url("../images/c748b943887141f9bbd272c10b903ee8.gif")
}

@media screen and (min-width:63.75em) {
    .nav-support--white [data-button-toggle-active=true] .nav-support__link[data-button-toggle]:after {
        background-image: url("../images/48c97d23b7fc461185ff19b5174108a8.gif")
    }
}

@media screen and (max-width:63.6875em) {

    .nav-support__link--contact,
    .nav-support__link--search {
        background-position: 50%;
        display: block;
        height: 3.667em;
        overflow: hidden;
        padding: 0;
        text-indent: 200%;
        white-space: nowrap;
        width: 3.667em
    }
}

.breadcrumb {
    background-color: #f5f5f3;
    box-shadow: inset 0 .375em .625em -.5em rgba(0, 0, 0, .2);
    padding: 1.625em 1.25em 1.25em
}

@media screen and (max-width:63.6875em) {
    .breadcrumb {
        display: none
    }
}

.list-breadcrumb__list-item {
    display: inline;
    vertical-align: top
}

.list-breadcrumb__list-item:not(:first-child):before {
    content: "/";
    display: inline-block;
    padding: 0 .6em 0 .4em;
    vertical-align: top
}

.list-breadcrumb__link {
    color: #154194;
    transition: color .2s ease-out;
    vertical-align: top
}

.list-breadcrumb__link:focus,
.list-breadcrumb__link:hover {
    color: #111
}

.list-breadcrumb--site {
    color: #111;
    line-height: 1
}

.list-breadcrumb--site .list-breadcrumb__list-item {
    font-size: .875em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.list-breadcrumb--site .list-breadcrumb__list-item:not(:first-child):before {
    color: #abacae
}

.main {
    font-family: Gotham SSm A,Gotham SSm B,Arial,Helvetica,sans-serif;

}

@media screen and (min-width:63.75em) {
    .main {
 
    }
}

@media screen and (min-width:70em) {
    .main {
        overflow: hidden
    }
}

@media screen and (min-width:63.75em) {
    .breadcrumb+.main-header {
        border-top: .188em solid #154194
    }
}

.main-header.theme-red {
    border-color: #cd5969
}

.main-header.theme-yellow {
    border-color: #f6c565
}

.main-header.theme-green {
    border-color: #93b66f
}

.main-header.theme-teal {
    border-color: #5eb2b2
}

.main-header.theme-purple {
    border-color: #8572b9
}

.main-header.theme-pink {
    border-color: #d384b1
}

.main-header--padded {
    padding: 1.375em 0 1.25em
}

.main-header__hero {
    background-color: #f5f5f3;
    margin-bottom: 1.25em;
    min-height: 14.75em;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (min-width:63.75em) {
    .main-header__hero {
        margin-top: -.25em
    }
}

@media screen and (min-width:56.25em) {
    .main-header__hero {
        min-height: 21.625em
    }
}

.main-header__hero-image {
    left: 0;
    max-width: none;
    min-height: 100.1%;
    min-width: 100.1%;
    position: absolute;
    top: 0;
    width: auto
}

@media screen and (max-width:56.1875em) {
    .main-header__hero-image {
        max-height: 100%
    }
}

.csstransforms .main-header__hero-image {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .main-header .main-header__hero-image {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        width: 100%
    }
}

.main-header__hero-overlay {
    display: table;
    height: 14.75em;
    padding-bottom: 1.875em;
    padding-top: 1.875em;
    width: 100%
}

@media screen and (min-width:56.25em) {
    .main-header__hero-overlay {
        height: 21.625em
    }
}

.main-header__hero-text {
    display: table-cell;
    vertical-align: middle
}

.main-header__meta {
    min-height: 2.375em;
    padding: .688em 3.125em .688em 0;
    position: relative
}

@media screen and (min-width:40.625em) {
    .main-header__meta {
        padding-right: 7.5em
    }
}

.main-header__lead {
    margin-top: 2em
}

@media screen and (min-width:56.25em) {
    .main-header__lead {
        width: 83.333334%
    }
}

.main-header__lead .h1 {
    margin-bottom: .3em
}

.newsletter {
    padding: 20px 25px;
    width: 280px;
    position: fixed;
    bottom: 0;
    right: -300px;
    background-color: #87b5ce;
    transition: .25s ease-in
}

@media (max-width:500px) {
    .newsletter {
        width: 100%;
        padding: 30px 20px;
        right: -100%
    }
}

.newsletter--reveal {
    right: 0
}

.newsletter__text {
    color: #f5f5f3;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    font-weight: 300;
    line-height: 24px
}

@media (max-width:500px) {
    .newsletter__text {
        text-align: center
    }
}

.newsletter__btn-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:500px) {
    .newsletter__btn-holder {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.newsletter__confirm {
    display: inline-block;
    margin-right: 20px;
    background-color: #fff;
    color: #154194;
    transition: .25s ease-in;
    text-decoration: none;
    font-weight: 500;
    font-size: .625em;
    font-weight: 700;
    line-height: 1.2;
    padding: 1.4em 2.2em;
    text-transform: uppercase;
    transition: background-color .2s
}

.newsletter__confirm:hover {
    background-color: #54829b;
    text-decoration: none;
    color: #fff
}

@media (max-width:500px) {
    .newsletter__confirm {
        margin-right: 15px
    }
}

.newsletter__decline {
    font-size: 14px;
    color: #fff
}

.newsletter__decline:hover {
    text-decoration: underline
}

@media screen and (min-width:56.25em) {
    .expander-links {
        overflow: hidden;
        transition: height .2s ease-out
    }
}

@media screen and (min-width:56.25em) {
    .expander-links .expander-links__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.expander-links__button-wrap {
    border-top: 1px solid #f5f5f3;
    clear: both;
    display: none;
    height: 3em;
    text-align: center
}

@media screen and (max-width:40.5625em) {
    .expander-links__button-wrap {
        display: none
    }
}

.expander-links--hidden-items+.expander-links__button-wrap {
    display: block
}

.expander-links__button {
    background: #fff;
    color: #154194;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 3em;
    outline: none;
    transition: color .2s ease-out;
    width: 100%
}

.expander-links__button:focus,
.expander-links__button:hover {
    color: #54829b
}

.expander-links__button--is-expanded .expander-links__view-more,
.expander-links__button .expander-links__view-less {
    display: none
}

.expander-links__button--is-expanded .expander-links__view-less {
    display: inline-block
}

.expander-links__view-less,
.expander-links__view-more {
    font-size: .625em;
    font-weight: 700;
    line-height: 1;
    padding-left: 1.15rem;
    position: relative;
    text-transform: uppercase
}

.expander-links__view-less:before,
.expander-links__view-more:before {
    background: url("../images/8965550633a14e2b8c404f77eebce789.gif") no-repeat 50%;
    background-size: 1rem;
    content: "";
    display: block;
    height: 1.429em;
    left: 0;
    position: absolute;
    top: -1px;
    transition: background .2s ease-out;
    width: 1.429em
}

.expander-links__button:focus .expander-links__view-more:before,
.expander-links__button:hover .expander-links__view-more:before {
    background-image: url("../images/eea8cba6b004422c9e77ba4af95c4694.gif")
}

.expander-links__view-less:before {
    background-image: url("../images/faf5cf74bf0f4d3292a8dc0d1af30e82.gif")
}

.expander-links__button:focus .expander-links__view-less:before,
.expander-links__button:hover .expander-links__view-less:before {
    background-image: url("../images/dedc0f3662844d5d852751374d65c432.gif")
}

.list-inline {
    font-size: 0
}

.list-inline__list-item {
    display: inline-block;
    font-size: 1rem
}

.list-inline__list-item:not(:last-child) {
    margin-right: 1.875em
}

@media screen and (min-width:70em) {
    .list-inline--max {
        overflow: hidden
    }
}

@media screen and (max-width:69.9375em) {
    .list-inline--max .list-inline__list-item {
        display: block;
        margin-right: 0
    }
}

@media screen and (min-width:70em) {
    .list-inline--max .list-inline__list-item {
        float: left;
        white-space: nowrap
    }
}

.list-inline--scroll {
    background-color: #fff
}

@media screen and (max-width:56.1875em) {
    .list-inline--scroll {
        height: auto !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }
}

.list-inline--scroll .list-inline__list-item {
    margin-right: 0;
    position: relative;
    vertical-align: top;
    width: 70%
}

@media screen and (max-width:56.1875em) {
    .list-inline--scroll .list-inline__list-item {
        white-space: nowrap
    }
}

@media screen and (min-width:40.625em) {
    .list-inline--scroll .list-inline__list-item {
        width: 40%
    }
}

@media screen and (min-width:56.25em) {
    .list-inline--scroll .list-inline__list-item {
        position: relative;
        width: 25%
    }
}

@media screen and (min-width:56.25em) {
    .no-flexbox .list-inline--scroll .list-inline__list-item:not(:nth-child(4n)):after {
        background-color: #f5f5f3;
        content: "";
        display: block;
        height: 100em;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px
    }
}

@media screen and (min-width:56.25em) {
    .no-flexbox .list-inline--scroll .list-inline__list-item:last-child:before {
        background-color: #fff;
        content: "";
        height: 100%;
        left: calc(100% + 1px);
        position: absolute;
        top: 0;
        width: 300%
    }
}

@media screen and (min-width:56.25em) {
    .no-flexbox .list-inline--scroll .list-inline__list-item:nth-child(4n+1):not(:first-child) .download-link:after {
        background-color: #f5f5f3;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 420%
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .list-inline--scroll {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .list-inline--scroll .list-inline__list-item {
        margin: 1px 0 -1px
    }
}

@media screen and (max-width:56.1875em) {
    .flexbox .list-inline--scroll .list-inline__list-item:not(:last-child) {
        border-right: 1px solid #f5f5f3
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .list-inline--scroll .list-inline__list-item:not(:nth-child(4n)) .download-link {
        border-right: 1px solid #f5f5f3
    }
}

.list-block__list-item {
    margin-bottom: 1.875em
}

.list-block--bordered .list-block__list-item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.list-block--tight .list-block__list-item {
    margin-bottom: 1px
}

.list-links {
    margin-bottom: 1.733em
}

.list-links__list-item:not(:last-child) {
    margin-bottom: .75em
}

.list-links--tight .list-links__list-item:not(:last-child) {
    margin-bottom: .375em
}

.list-icons {
    font-size: 0
}

.list-icons__list-item {
    font-size: 1rem;
    vertical-align: top
}

.list-icons__list-item:not(:last-child) {
    margin-bottom: .625em
}

.list-icons--horizontal {
    margin-bottom: -.625rem
}

.list-icons--horizontal .list-icons__list-item {
    display: inline-block;
    margin: 0 .313em .625em
}

.list-icons--horizontal .list-icons__list-item:first-child {
    margin-left: 0
}

.list-icons--horizontal .list-icons__list-item:last-child {
    margin-right: 0
}

.list-icons--horizontal-wide .list-icons__list-item {
    display: inline-block;
    margin: 0 .625em 1.25em
}

.list-icons--margin {
    margin-bottom: 1.25rem
}

.list-icons__icon {
    display: block;
    height: 2.5em;
    outline: none;
    position: relative;
    width: 2.5em
}

.list-icons__icon--medium {
    height: 3.125em;
    width: 3.125em
}

.list-icons__icon--large {
    height: 3.75em;
    width: 3.75em
}

.list-icons__icon--extra-large {
    height: 5em;
    width: 5em
}

.list-icons__icon>svg {
    height: 100%;
    width: 100%
}

.list-icons__tooltip {
    background: #154194;
    color: #fff;
    font-size: .625em;
    font-weight: 700;
    left: 50%;
    line-height: 1.2;
    opacity: 0;
    padding: .8em 1em;
    position: absolute;
    text-transform: uppercase;
    top: calc(100% + .8rem);
    transform: translate(-50%, .4em);
    -ms-transform: translate(-50%, .4em);
    transition: opacity .2s ease-out, transform .2s ease-out, visibility .2s;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1
}

.list-icons__tooltip:after {
    border-bottom: .8em solid #154194;
    border-left: .8em solid transparent;
    border-right: .8em solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -.8em;
    position: absolute;
    top: -.7em;
    width: 0
}

.list-icons__icon:not(.list-icons__icon--tint):focus .list-icons__tooltip,
.list-icons__icon:not(.list-icons__icon--tint):hover .list-icons__tooltip {
    opacity: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    transition: opacity .2s ease-out, transform .2s ease-out;
    visibility: visible
}

.list-icons__group .list-icons__group-item {
    display: inline-block;
    margin: 0 .25em 1em
}

@media screen and (min-width:70em) {
    .list-icons__group .list-icons__group-item {
        margin: 0 .4em 1em
    }
}

.list-icons__icon--tint {
    border-color: rgba(0, 0, 0, .1)
}

.list-icons__icon--tint path {
    fill: rgba(0, 0, 0, .1)
}

.list-icons__icon--blue {
    border-color: #154194
}

.icon--theme-blue path,
.list-icons__icon--blue path {
    fill: #154194
}

.list-icons__icon--red {
    border-color: #cd5969
}

.icon--theme-red path,
.list-icons__icon--red path {
    fill: #cd5969
}

.list-icons__icon--yellow {
    border-color: #f6c565
}

.icon--theme-yellow path,
.list-icons__icon--yellow path {
    fill: #f6c565
}

.list-icons__icon--green {
    border-color: #93b66f
}

.icon--theme-green path,
.list-icons__icon--green path {
    fill: #93b66f
}

.list-icons__icon--teal {
    border-color: #5eb2b2
}

.icon--theme-teal path,
.list-icons__icon--teal path {
    fill: #5eb2b2
}

.list-icons__icon--purple {
    border-color: #8572b9
}

.icon--theme-purple path,
.list-icons__icon--purple path {
    fill: #8572b9
}

.list-icons__icon--pink {
    border-color: #d384b1
}

.icon--theme-pink path,
.list-icons__icon--pink path {
    fill: #d384b1
}

.list-thumbnails {
    font-size: 0
}

.list-thumbnails__list-item {
    display: inline-block;
    font-size: 1rem;
    margin: 0 .625em .625em 0;
    vertical-align: top
}

.list-thumbnails__thumb {
    background: #fff no-repeat 50%;
    background-size: cover;
    box-shadow: inset 0 0 0 1px transparent;
    display: block;
    height: 4.5em;
    outline: none;
    transition: box-shadow .2s ease-out;
    width: 4.5em
}

.list-thumbnails__thumb:not(.list-thumbnails__thumb--is-active):focus,
.list-thumbnails__thumb:not(.list-thumbnails__thumb--is-active):hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}

.list-thumbnails__thumb--is-active {
    box-shadow: inset 0 0 0 1px #154194
}

.list-tabs {
    border-bottom: 1px solid #eee;
    font-size: 0;
    width: 100%
}

@media screen and (max-width:40.5625em) {
    .list-tabs {
        margin-left: -1.25rem;
        width: calc(100% + 2.5rem)
    }
}

@media screen and (max-width:56.1875em) {
    .list-tabs {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.flexbox.flexwrap .list-tabs {
    border-bottom: 0;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:56.25em) {
    .flexbox.flexwrap .list-tabs {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

@media screen and (max-width:40.5625em) {
    .wrapper--tight .list-tabs {
        margin-left: -.625rem;
        width: calc(100% + 1.25rem)
    }
}

.list-tabs__list-item {
    display: inline-block;
    font-size: 1rem
}

.flexbox.flexwrap .list-tabs__list-item {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:56.1875em) {
    .flexbox.flexwrap .list-tabs__list-item {
        -ms-flex: none;
        flex: none
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:56.25em),
screen and (-ms-high-contrast:none) and (min-width:56.25em) {
    .flexbox.flexwrap .list-tabs__list-item {
        min-width: calc(50% - 1.25em)
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:56.25em),
screen and (-ms-high-contrast:none) and (min-width:56.25em) {

    .flexbox.flexwrap .list-tabs__list-item:nth-last-child(3):first-child,
    .flexbox.flexwrap .list-tabs__list-item:nth-last-child(3):first-child~li {
        min-width: calc(33% - 2.5em)
    }
}

.list-tabs__tab {
    background-color: #fbfbfa;
    border: 1px solid #eee;
    color: #154194;
    display: block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1.167;
    padding: 2em;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0);
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    white-space: nowrap
}

@media screen and (max-width:56.1875em) {
    .list-tabs__tab {
        min-width: 50vw
    }
}

@media screen and (min-width:70em) {
    .list-tabs__tab {
        font-size: .875em
    }
}

@media screen and (max-width:56.1875em) {

    .list-tabs__list-item:nth-last-child(n+3) .list-tabs__tab,
    .list-tabs__list-item:nth-last-child(n+3)~li .list-tabs__tab {
        min-width: 40vw
    }
}

.list-tabs__tab:focus,
.list-tabs__tab:hover {
    background-color: rgba(0, 0, 0, .05)
}

.list-tabs--arrow .list-tabs__tab--is-active,
.list-tabs__tab[tabindex="0"] {
    background-color: #154194;
    border-color: #154194;
    color: #fff
}

.list-tabs--reverse .list-tabs__tab {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.list-tabs--reverse .list-tabs__tab:not(.list-tabs__tab--is-active):focus,
.list-tabs--reverse .list-tabs__tab:not(.list-tabs__tab--is-active):hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.list-tabs--reverse .list-tabs__tab--is-active,
.list-tabs--reverse .list-tabs__tab[tabindex="0"] {
    background-color: #fff;
    border-color: #fff;
    color: #154194
}

.list-tabs--gutter {
    border-bottom: 0
}

@media screen and (max-width:40.5625em) {
    .list-tabs--gutter .list-tabs__list-item:first-child {
        padding-left: .625em
    }
}

@media screen and (max-width:40.5625em) {
    .list-tabs--gutter .list-tabs__list-item:last-child {
        padding-right: .625em
    }
}

.list-tabs--gutter .list-tabs__list-item:not(:last-child) {
    margin-right: .625em
}

@media screen and (min-width:40.625em) {
    .list-tabs--gutter .list-tabs__list-item:not(:last-child) {
        margin-right: 1.25em
    }
}

@media screen and (max-width:56.1875em) {
    .list-tabs--gutter .list-tabs__tab {
        min-width: calc(50vw - 1.25em)
    }
}

.list-tabs--arrow {
    border-bottom: 0
}

@media screen and (max-width:56.1875em) {
    .list-tabs--arrow .list-tabs__list-item {
        padding-bottom: .625em
    }
}

.list-tabs--arrow .list-tabs__tab {
    padding: 1em 1.667em;
    position: relative
}

@media screen and (min-width:56.25em) {
    .list-tabs--arrow .list-tabs__tab {
        padding: 1.571em
    }
}

.list-tabs--arrow .list-tabs__tab--is-active:after {
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-top: .625rem solid #154194;
    bottom: -.688rem;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -.313rem;
    position: absolute;
    width: 0;
    z-index: 1
}

.list-tabs--reverse.list-tabs--arrow .list-tabs__tab--is-active:after {
    border-top-color: #fff
}

.container-list-pagination {
    padding: 2.5em 0
}

@media screen and (min-width:40.625em) {
    .container-list-pagination {
        padding: 3.75em 0
    }
}

.list-pagination {
    line-height: 1;
    text-align: center
}

.list-pagination__list-item {
    display: inline-block;
    font-size: 1em;
    line-height: 1.2;
    vertical-align: top
}

@media screen and (min-width:56.25em) {
    .list-pagination__list-item {
        font-size: 1.25em;
        margin: 0 .15em
    }
}

@media screen and (max-width:25em) {

    .list-pagination__list-item--next,
    .list-pagination__list-item--prev {
        display: none
    }
}

.list-pagination__item--dots,
.list-pagination__link {
    background-color: #fff;
    color: #154194;
    display: inline-block;
    min-width: 2.5em;
    padding: .65em;
    transition: background-color .2s ease-out, color .2s ease-out
}

.list-pagination__link--is-current,
.list-pagination__link:focus,
.list-pagination__link:hover {
    background-color: #154194;
    color: #fff
}

.list-pagination__link--next,
.list-pagination__link--prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.25em;
    width: 2.5em
}

@media screen and (min-width:56.25em) {

    .list-pagination__link--next,
    .list-pagination__link--prev {
        background-size: 2.1em
    }
}

.list-pagination__link--prev {
    background-image: url("../images/278bcb5e5a13496bb03a117c6fd00cfb.gif")
}

.list-pagination__link--prev:focus,
.list-pagination__link--prev:hover {
    background-image: url("../images/306f237b093445ac95ae98ec2898f682.gif")
}

.list-pagination__link--next {
    background-image: url("../images/8e1295c36d5f4837aa10957512b96fd6.gif")
}

.list-pagination__link--next:focus,
.list-pagination__link--next:hover {
    background-image: url("../images/a2eb9505a7ca4b3298fa5ec705f4c091.gif")
}

.list-news__list-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.list-news__link {
    color: #fff;
    display: block
}

.list-news__link--padded {
    padding: 1.75em 1.25em
}

@media screen and (min-width:56.25em) {
    .list-news__link--padded {
        padding: 1.875em
    }
}

.list-news__date {
    display: block;
    margin-bottom: .583em
}

.list-news__title {
    border-bottom: 1px solid transparent;
    display: inline;
    transition: border .2s ease-out
}

.list-news__link:focus .list-news__title,
.list-news__link:hover .list-news__title {
    border-bottom-color: #fff
}

.list-sitemap {
    margin: 1.875rem 0 3.75rem
}

@media screen and (min-width:40.625em) {
    .list-sitemap {
        margin-bottom: 7.5rem
    }
}

.list-sitemap>.list-sitemap__list-item+.list-sitemap__list-item {
    margin-top: 2.5rem
}

.list-sitemap>.list-sitemap__list-item>.list-sitemap__link {
    color: #154194;
    display: inline-block;
    margin-bottom: .813rem
}

.list-sitemap>.list-sitemap__list-item>.list-sitemap__link+.list-sitemap-child {
    border-top: 1px solid #ededed;
    padding-top: 1.25rem
}

.list-sitemap__link {
    font-weight: lighter
}

.list-sitemap h2 {
    border-bottom: 1px solid #ededed;
    color: #154194;
    margin-bottom: 1.75rem;
    padding-bottom: .75rem
}

.list-sitemap-child:empty {
    display: none
}

.list-sitemap>.list-sitemap__list-item>.list-sitemap-child .list-sitemap__list-item>.list-sitemap-child {
    margin-top: 1rem
}

.list-sitemap-child>.list-sitemap__list-item {
    border: 0;
    margin-bottom: 2rem;
    padding: 0
}

.list-sitemap-child>.list-sitemap__list-item>.list-sitemap__link {
    color: #000;
    font-size: .875em;
    line-height: 1.143;
    padding: 0
}

@media screen and (min-width:40.625em) {
    .list-sitemap-child>.list-sitemap__list-item>.list-sitemap__link {
        font-size: 1.25em;
        line-height: 1.2
    }
}

.list-sitemap-child .icon-link:before {
    background: url("../images/3e7045bf9ef5456e8ba0bc34fd183e05.gif") no-repeat 0 0
}

.list-sitemap-child .icon-link:focus span,
.list-sitemap-child .icon-link:hover span {
    border-color: #000
}

@media screen and (min-width:56.25em) {
    .list-sitemap-child>.list-sitemap__list-item>.list-sitemap-child {
        column-gap: 1.25em;
        columns: 2
    }
}

@media screen and (min-width:70em) {
    .list-sitemap-child>.list-sitemap__list-item>.list-sitemap-child {
        columns: 3
    }
}

.list-sitemap-child>.list-sitemap__list-item>.list-sitemap-child>.list-sitemap__list-item {
    margin-bottom: .75rem
}

.list-sitemap-child .list-sitemap__list-item .list-sitemap-child .list-sitemap__link {
    font-size: .875em;
    line-height: 1
}

.list-sitemap-child .list-sitemap__list-item .list-sitemap-child .icon-link:before {
    background-size: .813rem
}

.list-sitemap-child .list-sitemap-child .list-sitemap-child {
    display: none
}

.list-support {
    line-height: 1
}

.list-support__list-item {
    display: inline-block;
    line-height: 1;
    margin-right: .75em
}

@media screen and (max-width:56.1875em) {
    .list-support__list-item {
        padding: .625em 0
    }
}

.list-support__item {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: .875em;
    font-weight: 700;
    line-height: 1.286;
    text-decoration: none;
    transition: border .2s ease-out;
    white-space: nowrap
}

.list-support__item:focus,
.list-support__item:hover {
    border-bottom-color: #fff
}

.list-support__item--white {
    color: #fff
}

.list-support__item--white:focus,
.list-support__item--white:hover {
    border-bottom-color: #fff
}

.card {
    background-color: #fff;
    padding: 1.25em
}

@media screen and (min-width:56.25em) {
    .card {
        padding: 2.5em;
        position: relative
    }
}

.card__full-width {
    margin-left: -1.25em;
    width: calc(100% + 2.5em)
}

@media screen and (min-width:56.25em) {
    .card__full-width {
        margin-left: -2.5em;
        width: calc(100% + 5em)
    }
}

@media screen and (min-width:56.25em) {
    .card--small {
        padding: 1.875em
    }
}

@media screen and (min-width:56.25em) {
    .card--small .card__full-width {
        margin-left: -1.875em;
        width: calc(100% + 3.75em)
    }
}

.card--slab {
    position: relative
}

@media screen and (min-width:56.25em) {
    .card--slab {
        padding-right: calc(8.333334% + 1.25em)
    }
}

@media screen and (min-width:56.25em) {

    .card--slab,
    .card--slab-left {
        padding-left: calc(8.333334% + 1.25em)
    }

    .card--slab-left {
        padding-right: calc(16.666667% + 1.25em)
    }
}

@media screen and (min-width:56.25em) {
    .card--slab-right {
        padding-left: calc(16.666667% + 1.25em);
        padding-right: calc(8.333334% + 1.25em)
    }
}

@media screen and (min-width:40.625em) {
    .card--pullup {
        margin-top: -1.25em;
        padding-top: 2.5em
    }
}

@media screen and (min-width:56.25em) {
    .card--pullup {
        margin-top: -2.5em;
        padding-top: 5em
    }
}

.card--lift {
    position: relative;
    z-index: 1
}

.card :last-child {
    margin-bottom: 0
}

@media screen and (max-width:56.1875em) {
    .card__title {
        margin-top: .5rem
    }
}

.card--flex {
    margin-bottom: 1.25em;
    position: relative
}

@media screen and (max-width:56.1875em) {
    .card--flex {
        padding: 1.875em
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .card--flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.flexbox .card__flex-button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.flexbox .card__flex-title {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card--icon:before {
    background: no-repeat 50%;
    background-size: 1.625em;
    border: 1px solid #154194;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4.375em;
    margin: 0 auto 1em;
    width: 4.375em
}

.card--contact:before {
    background-image: url("../images/5465774781a54cfab0ce28350f8d2aca.gif")
}

.card--expandable {
    transition: height .2s ease-out
}

@media screen and (min-width:56.25em) {
    .card--expandable {
        padding-bottom: 5.5em
    }
}

@media screen and (min-width:76em) {
    .card--expandable {
        min-height: 31.813em
    }
}

@media screen and (min-width:76em) {
    .js .card--expandable {
        height: 31.813em;
        overflow: hidden
    }
}

.is-expandable {
    overflow: hidden
}

.card--expandable-button-wrap {
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    display: none;
    height: 3.15em;
    left: 2.5em;
    position: absolute;
    right: 2.5em;
    text-align: center
}

.is-expandable .card--expandable-button-wrap {
    display: block
}

.card--expandable-button {
    background: #fff;
    border: 0;
    color: #154194;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 3.15em;
    outline: none;
    position: relative;
    transition: color .2s ease-out;
    width: 100%
}

.card--expandable-button:focus,
.card--expandable-button:hover {
    color: #54829b
}

.card--expandable-button:before {
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 3.15em;
    content: "";
    display: block;
    height: 4em;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s ease-out;
    width: 100%
}

.card--expandable-button.expanded:before {
    opacity: 0
}

.card--expandable-button .card--expandable-read-less,
.card--expandable-button.expanded .card--expandable-read-more {
    display: none
}

.card--expandable-button.expanded .card--expandable-read-less {
    display: inline-block
}

.card--expandable-read-less,
.card--expandable-read-more {
    font-size: .875em;
    font-weight: 700;
    line-height: 1;
    padding: .143em 0 .143em 1.786em;
    position: relative;
    text-transform: uppercase
}

.card--expandable-read-less:before,
.card--expandable-read-more:before {
    background-image: url("../images/8965550633a14e2b8c404f77eebce789.gif");
    content: "";
    display: block;
    height: 1.429em;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .2s ease-out;
    width: 1.429em
}

.card--expandable-button:focus .card--expandable-read-more:before,
.card--expandable-button:hover .card--expandable-read-more:before {
    background-image: url("../images/eea8cba6b004422c9e77ba4af95c4694.gif")
}

.card--expandable-read-less:before {
    background-image: url("../images/faf5cf74bf0f4d3292a8dc0d1af30e82.gif")
}

.card--expandable-button:focus .card--expandable-read-less:before,
.card--expandable-button:hover .card--expandable-read-less:before {
    background-image: url("../images/dedc0f3662844d5d852751374d65c432.gif")
}

.card__corner-shim {
    float: right;
    margin-bottom: 1em
}

@media screen and (min-width:56.25em) {
    .card__corner-shim--raise {
        margin-top: -.625em
    }
}

.card__corner-shim+* {
    clear: right
}

@media screen and (min-width:56.25em) {

    .card-media:after,
    .card-media:before {
        content: " ";
        display: table
    }
}

@media screen and (min-width:56.25em) {
    .card-media:after {
        clear: both
    }
}

.card-media__image {
    position: relative;
    z-index: 1
}

@media screen and (min-width:56.25em) {
    .card-media__image {
        float: left;
        margin: 2.5em 0;
        width: calc(25% - 1.25em)
    }
}

@media screen and (min-width:56.25em) {
    .card-media--align-right .card-media__image {
        float: right
    }
}

@media screen and (min-width:56.25em) {
    .card-media--small .card-media__image {
        margin: 1.875em 0;
        width: calc(45% - 1.25em)
    }
}

@media screen and (max-width:56.1875em) {
    .media-holder .card-media__image {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
}

.card-media__image--small {
    position: relative
}

@media screen and (max-width:56.1875em) {
    .card-media__image--small {
        margin: 0 auto;
        width: 11em
    }
}

.card-media__figure {
    background-color: #fff;
    border: 1px solid #f5f5f3
}

.media-wrap__item--icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%
}

@media screen and (min-width:56.25em) {
    .media-wrap__item--icon {
        height: 9.375em;
        margin: -4.6875em 0 0 -4.6875em;
        width: 9.375em
    }
}

@media screen and (max-width:56.1875em) {
    .media-wrap__item--icon {
        height: 7em;
        margin: -3.5em 0 0 -3.5em;
        width: 7em
    }
}

.media-wrap__item--icon svg {
    height: 100%;
    width: 100%
}

.card-media__image-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.flexbox .card-media__image-overlay {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.card-media__text-overlay {
    padding: 1.25rem;
    width: 100%
}

.card-media__body {
    background-color: #fff
}

@media screen and (max-width:56.1875em) {
    .card-media__body {
        margin: -1.875em 0 0 -1.25em;
        padding: 3.125em 1.25em 1.875em;
        width: calc(100% + 2.5em)
    }
}

@media screen and (min-width:56.25em) {
    .card-media__body {
        float: left;
        margin-left: calc(-8.333% + 1.188em);
        min-height: 18.125em;
        padding: 2.5em 5.5% 1.875em 12%;
        width: 83.333334%
    }
}

@media screen and (min-width:70em) {
    .card-media__body {
        min-height: 21.25em
    }
}

.flexbox .card-media__body:not(.card-media__body--equal-height) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:56.25em) {
    .card-media--align-right .card-media__body {
        margin-left: 0;
        margin-right: calc(-8.333% + 1.188em);
        padding-left: 5.5%;
        padding-right: 12%
    }
}

@media screen and (min-width:56.25em) {
    .card-media--small .card-media__body {
        margin-left: calc(-14.333% + 1.188em);
        min-height: 20.625em;
        padding: 1.875em 1.875em 1.875em 16%;
        width: 69.333%
    }
}

.card-media__body--equal-height {
    margin-bottom: -26.25em;
    padding-bottom: 31.25em !important
}

@media screen and (min-width:56.25em) {
    .card-media__body--equal-height {
        margin-bottom: -25.625em
    }
}

.card-media__body--border-top {
    border-top: 3px solid #154194
}

@media screen and (max-width:56.1875em) {
    .media-holder .card-media__body {
        margin-left: 0;
        position: relative;
        width: 100%
    }
}

.card-media__body-inner {
    padding-bottom: 1.625em
}

.card-media__body-inner a {
    color: #154194;
    transition: color .2s ease-out
}

.card-media__body-inner a:hover {
    color: #54829b
}

.flexbox .card-media__body-inner {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card-media__date {
    margin-bottom: .667em
}

.card-media__title {
    color: #111;
    margin-bottom: .6em
}

@media screen and (min-width:56.25em) {
    .card-media__title {
        margin-bottom: .417em
    }
}

.card-media__title--ghost {
    background: linear-gradient(180deg, #fff 0, #fff .25rem, #fafaf9 0, #fafaf9 calc(100% - .25rem), #fff calc(100% - .25rem), #fff);
    background-color: #f5f5f3;
    width: 80%
}

@media screen and (min-width:40.625em) {
    .flexbox .card-media__footer {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:40.5625em) {
    .card-media__footer-right {
        margin-top: 1.25rem
    }
}

.no-flexbox .card-media__footer-right {
    margin-top: 1.25rem
}

.blockquote {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 4.875em 0 1.625em;
    position: relative
}

@media screen and (min-width:40.625em) {
    .blockquote {
        padding: 2.188em 0 2.188em 5.938em
    }
}

@media screen and (min-width:70em) {
    .blockquote {
        padding-left: 8.333334%
    }
}

.blockquote:before {
    background: #154194 url("../images/7f201d1918574986bb4faf53f1694f34.gif") no-repeat 50%;
    border-radius: 50%;
    content: "";
    height: 3.125em;
    left: 0;
    position: absolute;
    top: 1.25em;
    width: 3.125em
}

@media screen and (max-width:40.5625em) {
    .blockquote:before {
        background-size: 3.313em 3.313em
    }
}

@media screen and (min-width:40.625em) {
    .blockquote:before {
        background-size: contain;
        height: 4.688em;
        top: 2.188em;
        width: 4.688em
    }
}

.blockquote__cite,
.blockquote__quote {
    max-width: 34.375rem
}

.blockquote__cite {
    color: #154194;
    margin-bottom: 0
}

.document-block,
.document-block:last-child {
    display: inline-block;
    margin-bottom: 1.25em;
    position: relative
}

@media screen and (max-width:56.1875em) {

    .document-block,
    .document-block:last-child {
        max-width: 40%
    }
}

@media screen and (min-width:56.25em) {

    .document-block,
    .document-block:last-child {
        text-align: center
    }
}

.document-block__image {
    border: 1px solid #f5f5f3;
    display: block;
    margin: 0 0 .75em auto
}

@media screen and (min-width:56.25em) {
    .document-block__image {
        margin-bottom: 1.25em
    }
}

@media screen and (min-width:56.25em) {
    .document-block__link {
        margin-right: .375em
    }
}

.module {
    padding-bottom: 3.125em;
    padding-top: 3.125em
}

@media screen and (min-width:56.25em) {
    .module {
        padding-bottom: 3.75em;
        padding-top: 3.75em
    }
}

@media screen and (min-width:70em) {
    .module:not(.module-richtext) {
        clear: both
    }
}

.bg-primary+.bg-primary,
.bg-tint+.bg-tint,
.module:not([class*=bg-])+.module:not([class*=bg-]):not(.module-banner-link) {
    padding-top: 0
}

@media screen and (min-width:56.25em) {

    .module__body,
    .module__image-wrap {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen and (min-width:56.25em) {
    .module__image-wrap {
        padding-right: 1.875em
    }
}

@media screen and (min-width:70em) {
    .module__image-wrap {
        padding-right: 2.5em
    }
}

.module__title {
    font-size: 1.625em;
    font-weight: 300;
    line-height: 1.231;
    margin-bottom: .462em
}

@media screen and (min-width:70em) {

    .module__title--large,
    :not(.grid__col)>.module-banner-link .module__title {
        font-size: 2.5em;
        letter-spacing: -.025em;
        line-height: 1.1;
        margin-bottom: .25em
    }
}

.module__title--double-margin {
    margin-bottom: .75em
}

.module__strap-title {
    background-color: #fff;
    color: #154194;
    margin-bottom: 1px;
    padding: 1.417em 1.667em
}

@media screen and (max-width:56.1875em) {
    .module__strap-title {
        text-align: center
    }
}

@media screen and (min-width:70em) {
    .module__strap-title {
        padding: 1.143em 1.429em
    }
}

.module__inline-title {
    background-color: #f5f5f3;
    display: inline-block;
    margin-bottom: 0;
    padding: 2em 1.429em;
    position: relative;
    z-index: 3
}

@media screen and (max-width:40.5625em) {
    .module__inline-title {
        margin-left: -1.25rem
    }
}

.module__inline-title--light-grey {
    background-color: #abacae;
    color: #fff
}

.module__inline-title+* {
    margin-top: -1.938rem
}

@media screen and (min-width:70em) {
    .module__inline-title+* {
        margin-top: -2.25rem
    }
}

.module-icons__top-right {
    position: absolute;
    right: .625rem;
    top: .625rem
}

@media screen and (min-width:56.25em) {
    .module-richtext:not(.module-richtext--flush) {
        padding-left: 8.938em;
        padding-right: 8.938em
    }
}

@media screen and (min-width:70em) {
    .module-richtext:not(.module-richtext--flush) {
        margin: 0 auto;
        padding-right: 14.875em
    }
}

.main-header+.module-richtext {
    padding-top: 0
}

@media screen and (min-width:70em) {
    .section--cta-intro+.module-richtext {
        padding-left: 3em
    }
}

.module-richtext .text-content p:last-child {
    margin-bottom: 0
}

.microsite-overwrite.module-richtext,
.microsite-overwrite.module-richtext:not(.module-richtext--flush) {
    padding-left: 3em;
    padding-right: 3em
}

.module-richtext.module.wrapper,
:not(.grid__col)>.module-banner-link .module-richtext.module.module-banner-link__wrapper {
    padding-bottom: 3em !important;
    padding-left: 3em !important;
    padding-right: 3em !important
}

.module-richtext.module.wrapper .text-content>*,
:not(.grid__col)>.module-banner-link .module-richtext.module.module-banner-link__wrapper .text-content>* {
    max-width: 100% !important
}

.module-figure {
    position: relative
}

.module-figure__image {
    margin-bottom: .5em;
    overflow: hidden;
    position: relative;
    transition: opacity .2s ease-out
}

.module-figure__image:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    width: 100%
}

.module-figure:hover .module-figure__image:after {
    opacity: .8
}

.module-figure__caption {
    display: block;
    font-size: .75em;
    line-height: 1.333
}

.module-figure__caption[href]:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.module-figure__caption[href]:after {
    content: "\00a0\003e"
}

.module-promo {
    margin-bottom: 2.5em;
    position: relative;
    z-index: 1
}

@media screen and (min-width:40.625em) {
    .module-promo {
        margin-bottom: 3.75em
    }
}

.module-promo--has-link {
    overflow: hidden;
    background-color: #fff;
}

.module-promo__figure {
    position: relative;
    z-index: -1
}

.module-promo__figure:after {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    width: 100%
}

.module-promo--has-link:hover .module-promo__figure:after {
    opacity: 1
}

.relative-box {
    position: relative
}

.relative-box+div .p--caption p {
    margin-bottom: 10px
}

.relative-box .module-icons__top-right {
    z-index: 1
}

.relative-box .module-promo__inner {
    position: relative;
    margin-top: -50px
}

.relative-box .module-promo__inner a {
    display: block;
    word-break: break-word
}

.relative-box .module-promo__inner a:after {
    content: none
}

.download-icon-hover {
    background-color: #54829b
}

.module-promo__inner {
    background-color: #fff;
    border-bottom: .188em solid transparent;
    margin-top: -1.25em;
    min-height: 5.625em;
    padding: 1.25em;
    transition: border-color .2s ease-out;
    width: calc(100% - 3.125em);
    z-index: 1
}

@media screen and (min-width:40.625em) {
    .module-promo__inner {
        margin-top: -1.875em;
        min-height: 6.875em;
        padding: 1.625em 1.875em 1.875em
    }
}

.module-promo__inner--large {
    margin-top: -1.875em;
    padding: 1.875em;
    width: calc(100% - 3.75em)
}

@media screen and (min-width:40.625em) {
    .module-promo__inner--large {
        margin-top: -2.5em;
        padding: 2.25em 2.5em 2.5em
    }
}

.module-promo--video .module-promo__inner {
    margin-left: 3.125em
}

.module-promo__title {
    margin-bottom: .5rem
}

.module-promo__caption {
    margin-bottom: 0
}

.module-promo__link {
    color: #154194;
    transition: color .2s ease-out
}

.module-promo__link:focus,
.module-promo__link:hover {
    color: #54829b
}

.module-promo__link:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.module-promo__link:before {
    background: #154194 url("/static/images/jiantou.png") no-repeat 50%;
    background-size: 40px;
    content: "";
    height: 3.125rem;
    position: absolute;
    right: 0;
    transition: background .2s ease-out;
    width: 3.125rem
}

.module-promo__link:focus:before,
.module-promo__link:hover:before {
    background-color: #54829b
}

.module-promo__inner--large .module-promo__link:before {
    background-size: 50px;
    height: 3.75rem;
    width: 3.75rem
}

.module-promo--video .module-promo__link:before {
    background-image: url("../images/f6d0ea3d08804cf88c8fabef88d30ef3.gif");
    background-size: 1.125em 1.125em;
    left: 0;
    right: auto
}

.module-feature+.module-feature {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 4.25em;
    padding-top: 2.5em
}

.module-feature__figure-col {
    margin-bottom: 1.25rem
}

.module-feature:nth-child(2n) .module-feature__figure-col,
.module-feature:nth-child(odd) .module-feature__content-col {
    float: right
}

.module-featured-product {
    overflow: hidden
}

.module-featured-product .wrapper,
.module-featured-product :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
:not(.grid__col)>.module-banner-link .module-featured-product .module-banner-link__wrapper {
    padding: 0 1.25em
}

@media screen and (min-width:70em) {

    .module-featured-product .wrapper,
    .module-featured-product :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
    :not(.grid__col)>.module-banner-link .module-featured-product .module-banner-link__wrapper {
        max-width: 76em;
        padding: 0
    }
}

@media screen and (max-width:40.5625em) {

    .module-featured-product .wrapper,
    .module-featured-product :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
    :not(.grid__col)>.module-banner-link .module-featured-product .module-banner-link__wrapper {
        max-width: 100%
    }
}

@media screen and (max-width:56.1875em) {
    .module-featured-product .featured-product__text-wrapper {
        padding: 0
    }
}

@media screen and (max-width:56.1875em) {
    .module-featured-product .module-feature__figure-col {
        margin-left: -1.25em;
        margin-right: -1.25em
    }
}

.featured-product__text {
    margin-bottom: 2em;
    position: relative;
    z-index: 3
}

@media screen and (min-width:70em) {
    .featured-product__text {
        padding-right: 4em
    }
}

.featured-product__text .featured-product__text--heading {
    margin-bottom: 2em
}

.featured-product__related-industry {
    padding-top: 1.75em
}

@media screen and (min-width:56.25em) {
    .featured-product__related-industry {
        margin-left: -1.5em;
        padding-top: 2.5em
    }
}

.featured-product__related-industry .split-heading {
    margin: 0 auto 2em
}

@media screen and (min-width:56.25em) {
    .featured-product__related-industry .split-heading {
        max-width: 12em
    }
}

.featured-product__related-industry .list-icons__group {
    margin: 0 auto 1.5em;
    max-width: 14em
}

.featured-product__statistics {
    background: #154194;
    color: #fff;
    margin-left: -1.25em;
    margin-right: -1.25em;
    padding: 1em;
    position: relative;
    text-align: center;
    z-index: 5
}

@media screen and (min-width:56.25em) {
    .featured-product__statistics {
        margin-left: -2.5em;
        margin-right: -2.25em;
        padding: 1.75em;
        text-align: left
    }
}

@media screen and (max-width:56.1875em) {
    .featured-product__statistics {
        padding-top: 2em
    }
}

.featured-product__statistics .statistic-title {
    margin-bottom: .75em
}

@media screen and (min-width:56.25em) {
    .featured-product__statistics .statistic-title {
        letter-spacing: -.067em;
        margin-bottom: .25em
    }
}

@media screen and (min-width:70em) {
    .featured-product__statistics .statistic-title {
        font-size: 2.875em
    }
}

@media screen and (min-width:56.25em) {
    .featured-product__statistics .statistic-unit {
        font-size: .667em;
        letter-spacing: -.025em
    }
}

.featured-product__statistics .statistic-caption {
    color: #fff;
    font-size: .875em;
    line-height: 1.15em;
    margin-bottom: 1.5em
}

@media screen and (max-width:56.1875em) {
    .featured-product__statistics .statistic-caption {
        margin-left: auto;
        margin-right: auto;
        max-width: 14em
    }
}

.featured-product__hero-image {
    float: right;
    width: 100%
}

@media screen and (min-width:56.25em) {
    .featured-product__hero-image {
        height: 100%;
        margin-right: -1.25em;
        position: absolute;
        right: 58.333334%;
        top: 0
    }
}

@media screen and (max-width:56.1875em) {
    .featured-product__hero-image {
        margin-right: -1.25em;
        width: 160%
    }
}

.module-feature__figure-hero {
    float: right;
    height: 100%;
    margin-top: -1.5em
}

.module-feature__figure-hero .figure {
    height: 100%
}

.module-feature__figure-hero .figure img {
    max-height: 100%;
    width: auto
}

.module-contact {
    background-color: #fff;
    padding: 1.25em
}

@media screen and (min-width:56.25em) {
    .module-contact {
        display: table;
        width: 100%
    }
}

@media screen and (min-width:56.25em) {

    .module-contact__body,
    .module-contact__image-wrap {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen and (min-width:56.25em) {
    .module-contact__image-wrap {
        padding-right: 1.875em
    }
}

@media screen and (min-width:70em) {
    .module-contact__image-wrap {
        padding-right: 2.5em
    }
}

.module-contact__image {
    border-radius: 50%;
    display: block;
    max-width: 9.25em
}

@media screen and (max-width:56.1875em) {
    .module-contact__image {
        margin: 0 auto 1.25em
    }
}

@media screen and (min-width:56.25em) {
    .module-contact__body {
        width: 100%
    }
}

.module-contact__list {
    margin-bottom: 0
}

.tabbed-contact {
    margin-top: 2.5em
}

.module-hero {
    padding-bottom: 3.125em
}

@media screen and (min-width:56.25em) {
    .module-hero {
        padding-bottom: 7.625em
    }
}

.module-hero__figure {
    background-color: rgba(0, 0, 0, .05);
    min-height: 29.375em;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:56.25em) {
    .module-hero__figure {
        height: 70vh;
        max-height: 56.25em
    }
}

.module-hero__image {
    height: auto;
    left: 0;
    max-width: none;
    min-height: 100.1%;
    min-width: 100.1%;
    position: absolute;
    top: 0;
    width: auto
}

@media screen and (max-width:56.1875em) {
    .module-hero__image {
        max-height: 100%
    }
}

.csstransforms .module-hero__image {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .module-hero .module-hero__image {
        height: 100%;
        left: auto;
        -o-object-fit: cover;
        object-fit: cover;
        top: auto;
        transform: none;
        width: 100%
    }
}

.module-hero__inner-wrap {
    position: relative
}

.module-hero__inner {
    background-color: #fff;
    display: block;
    margin-top: -4.5em;
    padding: 1.125em 1.25em 4.375em
}

@media screen and (min-width:40.625em) {
    .module-hero__inner {
        padding: 2em 2.25em 4.375em
    }
}

@media screen and (min-width:56.25em) {
    .module-hero__inner {
        bottom: -3.875rem;
        max-width: 28.438em;
        min-width: 28.438em;
        padding-bottom: 5.375em;
        position: absolute;
        right: 0
    }
}

.module-hero__title {
    font-size: 1.625em;
    font-weight: 300;
    line-height: 1.231;
    margin-bottom: .385em
}

@media screen and (min-width:56.25em) {
    .module-hero__title {
        font-size: 2.5em;
        line-height: 1.1;
        margin-bottom: .65em
    }
}

.module-hero__link {
    color: #154194;
    display: block;
    transition: color .2s ease-out
}

.module-hero__link:focus,
.module-hero__link:hover {
    color: #54829b
}

.module-hero__link:before {
    background-color: rgba(0, 0, 0, .001);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.module-hero__link:after {
    background: #154194 url("../images/a2eb9505a7ca4b3298fa5ec705f4c091.gif") no-repeat 50%;
    background-size: 40px;
    bottom: 0;
    content: "";
    display: block;
    height: 3.125rem;
    position: absolute;
    right: 0;
    transition: background-color .2s ease-out;
    width: 3.125rem
}

@media screen and (min-width:56.25em) {
    .module-hero__link:after {
        background-size: 48px;
        height: 3.875rem;
        width: 3.875rem
    }
}

.module-hero__link:focus:after,
.module-hero__link:hover:after {
    background-color: #54829b
}

.module-hero__caption {
    margin-bottom: 0
}

.module-billboard {
    background-color: rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative
}

.module-billboard__image,
.module-billboard__video {
    height: auto;
    left: 0;
    max-width: none;
    min-height: 100.1%;
    min-width: 100.1%;
    position: absolute;
    top: 0;
    width: auto
}

@media screen and (max-width:56.1875em) {

    .module-billboard__image,
    .module-billboard__video {
        max-height: 100%
    }
}

.csstransforms .module-billboard__image,
.csstransforms .module-billboard__video {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.no-video .module-billboard__video {
    display: none
}

@media screen and (max-width:56.1875em) {
    .module-billboard__video {
        display: none
    }
}

.module-billboard__table {
    display: table;
    height: 29.375em;
    position: relative;
    width: 100%
}

@media screen and (min-width:56.25em) {
    .module-billboard__table {
        height: 70vh;
        max-height: 43.75em
    }
}

.module-billboard__table--gray-overlay:after,
.module-billboard__table--overlay:before {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.module-billboard__table--gray-overlay .main-header__hero-overlay {
    z-index: 5
}

.module-billboard__inner {
    display: table-cell;
    padding: 3.75em 1.25em;
    position: relative;
    vertical-align: middle
}

.module-billboard__subtitle {
    font-weight: 400;
    margin-bottom: .375em;
    text-transform: uppercase
}

.module-billboard__title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .35em
}

@media screen and (min-width:40.625em) {
    .module-billboard__title {
        font-size: 3.75em;
        line-height: 1
    }
}

@media screen and (min-width:70em) {
    .module-billboard__title {
        font-size: 6.875em;
        margin-bottom: .127em
    }
}

@media screen and (min-width:70em) {
    .module-billboard__title--small {
        font-size: 5em
    }
}

.module-banner {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.module-banner__figure {
    position: relative;
    z-index: -1
}

@media screen and (min-width:56.25em) {
    .module-banner__figure {
        max-width: 83.333334%
    }
}

@media screen and (min-width:56.25em) {
    .module-banner__inner {
        bottom: 3.125rem;
        position: absolute;
        right: 0;
        width: 50%
    }
}

@media screen and (min-width:70em) {
    .module-banner__inner {
        width: 41.666667%
    }
}

.module-banner__link {
    display: block
}

@media screen and (min-width:56.25em) {
    .module-banner__link:before {
        bottom: -3.313rem;
        right: calc(33.333332% - 3.125rem)
    }
}

@media screen and (min-width:70em) {
    .module-banner__link:before {
        right: calc(40% - 3.125rem)
    }
}

@media screen and (min-width:56.25em) {
    .module-banner__link:after {
        bottom: -3.313rem;
        height: 56.25vw;
        left: auto;
        right: 0;
        top: auto;
        width: 200%
    }
}

@media screen and (min-width:70em) {
    .module-banner__link:after {
        max-height: 39.375rem;
        width: 240%
    }
}

.module-banner__bg {
    height: auto;
    left: 0;
    max-width: none;
    min-height: 100.1%;
    min-width: 100.1%;
    position: absolute;
    top: 0;
    width: auto
}

@media screen and (max-width:56.1875em) {
    .module-banner__bg {
        max-height: 100%
    }
}

.csstransforms .module-banner__bg {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .module-banner .module-banner__bg {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        width: 100%
    }
}

.module-banner__bg--shader {
    background-color: rgba(0, 0, 0, .3)
}

.module-banner__card {
    padding: 1.875em
}

@media screen and (min-width:56.25em) {
    .module-banner__card {
        padding: 3.75em
    }
}

.module-banner__card>* {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.375rem
}

.module-banner-link {
    background-color: #fff;
    padding: 2.5em 0;
    position: relative
}

@media screen and (max-width:56.1875em) {
    .col-desk--1-2+.col-desk--1-2 .module-banner-link {
        margin-top: 1.25rem
    }
}

.module-banner-link__wrapper {
    text-align: center
}

.grid__col .module-banner-link__wrapper {
    padding-left: 1.25em;
    padding-right: 1.25em;
    position: static
}

.module-banner-link__title {
    margin-bottom: .692em !important
}

@media screen and (min-width:70em) {
    .module-banner-link__title {
        margin-bottom: .55em !important
    }
}

@media screen and (min-width:56.25em) and (max-width:69.9375em) {
    .module-quote__wrapper {
        max-width: none
    }
}

.module-profile-quote {
    position: relative
}

.grid__col>.module-profile-quote {
    padding: 0
}

@media screen and (min-width:56.25em) {
    .grid__col>.module-profile-quote {
        overflow: hidden
    }
}

:not(.grid__col)>.module-profile-quote {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25em;
    padding-right: 1.25em
}

@media screen and (min-width:40.625em) {
    :not(.grid__col)>.module-profile-quote {
        max-width: 80%;
        padding-bottom: 2.5em
    }
}

@media screen and (min-width:56.25em) {
    :not(.grid__col)>.module-profile-quote {
        margin-bottom: 3.125em;
        max-width: 76em;
        overflow: hidden;
        padding-left: 3em;
        padding-right: 3em
    }
}

@media screen and (min-width:70em) {
    :not(.grid__col)>.module-profile-quote {
        padding-bottom: 3.125em
    }
}

@media screen and (min-width:56.25em) {
    .module-richtext+.module-profile-quote {
        margin-top: -1.25em;
        padding-bottom: 0
    }
}

@media screen and (min-width:70em) {
    .module-richtext+.module-profile-quote {
        float: left;
        margin-bottom: 0;
        margin-top: -1.25em;
        max-width: 40.375em;
        padding-bottom: 2em;
        padding-top: .25em;
        width: 50%
    }
}

@media screen and (min-width:76.25em) {
    .module-richtext+.module-profile-quote {
        margin-left: calc(-50vw + 100% - 37.5em)
    }
}

@media screen and (min-width:70em) {
    .module-profile-quote+.module-richtext {
        margin-top: -1.625em
    }
}

.module-profile-quote__figure {
    margin-bottom: 0
}

@media screen and (min-width:70em) {
    :not(.grid__col)>.module-profile-quote .module-profile-quote__figure {
        margin-right: 5.938em
    }
}

:not(.grid__col)>.module-profile-quote__media-wrap {
    padding-top: 56.25%
}

@media screen and (min-width:70em) {
    .module-richtext+.module-profile-quote .module-profile-quote__figure {
        margin-right: 0
    }
}

.module-profile-quote__inner {
    background-color: #f5f5f3;
    padding: 1.625em 1.25em 1.875em 5em;
    position: relative
}

@media screen and (max-width:40.5625em) {
    .module-profile-quote__inner {
        margin-right: -1.25em
    }
}

@media screen and (min-width:40.625em) {
    .module-profile-quote__inner {
        margin-left: 1.25em;
        padding: 2.375em 2.5em 2.5em 5.938em
    }
}

@media screen and (max-width:56.1875em) {
    .module-profile-quote__inner {
        margin-top: -2.875em
    }
}

@media screen and (min-width:56.25em) {
    .module-profile-quote__inner {
        bottom: 0;
        margin-left: 8.938em;
        margin-right: 3em;
        position: absolute;
        right: 0
    }
}

.bg-tint .module-profile-quote__inner {
    background-color: #fff
}

@media screen and (min-width:70em) {
    :not(.grid__col)>.module-profile-quote .module-profile-quote__inner {
        margin-right: 3em;
        max-width: 34.375em;
        padding-bottom: 3.125em;
        padding-top: 3.125em
    }
}

.grid__col>.module-profile-quote .module-profile-quote__inner,
.module-richtext+.module-profile-quote .module-profile-quote__inner {
    min-width: calc(100% - 5.938em)
}

@media screen and (min-width:56.25em) {

    .grid__col>.module-profile-quote .module-profile-quote__inner,
    .module-richtext+.module-profile-quote .module-profile-quote__inner {
        float: right;
        margin: -5.938em 0 0 5.938em;
        position: relative
    }
}

@media screen and (min-width:70em) {
    .module-richtext+.module-profile-quote .module-profile-quote__inner {
        padding-bottom: 1.625em;
        padding-top: 1.625em
    }
}

.module-profile-quote__inner:before {
    background: #154194 url("../images/7f201d1918574986bb4faf53f1694f34.gif") no-repeat 50%;
    border-radius: 50%;
    content: "";
    height: 2.5em;
    left: 1.25em;
    position: absolute;
    top: 1.25em;
    width: 2.5em
}

@media screen and (max-width:40.5625em) {
    .module-profile-quote__inner:before {
        background-size: 3.313em 3.313em
    }
}

@media screen and (min-width:40.625em) {
    .module-profile-quote__inner:before {
        background-size: 3.875em 3.875em;
        height: 3.625em;
        top: 2.5em;
        width: 3.625em
    }
}

@media screen and (min-width:70em) {
    :not(.grid__col)>.module-profile-quote .module-profile-quote__inner:before {
        top: 3.125em
    }
}

@media screen and (min-width:70em) {
    .module-richtext+.module-profile-quote .module-profile-quote__inner:before {
        top: 1.25em
    }
}

.module-profile-quote__cite {
    color: #154194;
    margin-bottom: 0
}

.video-embed {
    background: #000;
    height: 0;
    left: 0;
    opacity: 0;
    padding-top: 56.25%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out .2s;
    width: 100%
}

.video--is-playing .video-embed {
    opacity: 1;
    z-index: 2
}

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

.module-media__figure {
    position: relative
}

.module-media__figure--margin,
.module-media__figure--margin:last-child {
    margin-bottom: 1.25em
}

.module-media__overlay {
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1
}

.module-media__overlay iframe {
    height: 100%
}

.tencent-video .media-wrap__item,
.tencent-video .module-media__overlay {
    z-index: 2
}

.module-media__icon-play {
    background: #154194 url("../images/f6d0ea3d08804cf88c8fabef88d30ef3.gif") no-repeat 50%;
    bottom: 0;
    display: block;
    height: 3.125em;
    left: 0;
    position: absolute;
    transition: background-color .2s ease-out;
    width: 3.125em
}

@media screen and (max-width:56.1875em) {
    .module-media__icon-play {
        background-size: 1.125em 1.125em
    }
}

.module-media__icon-play--small {
    background-size: 1.125em 1.125em
}

@media screen and (min-width:56.25em) {
    .module-media__icon-play:not(.module-media__icon-play--small) {
        height: 5.938em;
        width: 5.938em
    }
}

.card:hover .module-media__icon-play,
.module-media__overlay:focus .module-media__icon-play,
.module-media__overlay:hover .module-media__icon-play {
    background-color: #54829b
}

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

.tencent-video .module-media__overlay {
    cursor: pointer
}

.module-multi-promo__footer {
    margin-top: 1.25em
}

@media screen and (min-width:40.625em) {
    .module-multi-promo__link {
        margin-top: -.625rem
    }
}

.list-statistics {
    font-size: 0
}

@media screen and (max-width:40.5625em) {
    .list-statistics {
        margin-left: -1.25rem;
        width: calc(100% + 2.5rem)
    }
}

@media screen and (min-width:56.25em) {
    .flexbox .list-statistics {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.list-statistics__list-item {
    font-size: 1rem
}

@media screen and (max-width:56.1875em) {
    .list-statistics__list-item {
        border-bottom: 1px solid #fff
    }
}

@media screen and (min-width:56.25em) {
    .list-statistics__list-item {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}

@media screen and (min-width:70em) {
    .list-statistics__list-item {
        width: 33.333334%
    }
}

@media screen and (max-width:69.9375em) {
    .flexbox .list-statistics__list-item {
        border-bottom: 1px solid #fff
    }
}

@media screen and (min-width:70em) {

    .list-statistics__list-item:nth-last-child(2):first-child,
    .list-statistics__list-item:nth-last-child(2):first-child~li,
    .list-statistics__list-item:nth-last-child(4):first-child,
    .list-statistics__list-item:nth-last-child(4):first-child~li {
        width: 50%
    }
}

@media screen and (min-width:70em) {

    .flexbox .list-statistics__list-item:not(:nth-child(3n)),
    .flexbox .list-statistics__list-item:nth-last-child(2):first-child~li:nth-child(3n),
    .flexbox .list-statistics__list-item:nth-last-child(4):first-child~li:nth-child(3n) {
        border-right: 1px solid #fff
    }
}

.statistic {
    padding: 1.875em
}

@media screen and (min-width:40.625em) {
    .statistic {
        padding: 2.5em
    }
}

.list-statistics__list-item:first-child .statistic {
    padding-top: 3.75em
}

@media screen and (min-width:56.25em) {
    .list-statistics__list-item:nth-child(2) .statistic {
        padding-top: 3.75em
    }
}

@media screen and (min-width:70em) {
    .list-statistics__list-item:nth-child(3) .statistic {
        padding-top: 3.75em
    }
}

@media screen and (min-width:70em) {
    .list-statistics__list-item:nth-last-child(4):first-child~.list-statistics__list-item:nth-child(3) .statistic {
        padding-top: 2.5em
    }
}

.statistic__title {
    font-weight: 300;
    margin-bottom: .267em
}

.statistic__value {
    font-size: 3.75em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: .1em
}

@media screen and (min-width:56.25em) {
    .statistic__value {
        font-size: 4.375em
    }
}

.statistic__unit {
    font-size: .667em
}

@media screen and (min-width:56.25em) {
    .statistic__unit {
        font-size: .571em
    }
}

.statistic__caption {
    margin-bottom: 0
}

.module-richtext+.module-image-carousel {
    padding-top: 0
}

@media screen and (min-width:70em) {
    .module-image-carousel--inset {
        float: left;
        margin-bottom: 0;
        margin-top: -1.25em;
        max-width: 40.375em;
        padding-bottom: 2em;
        padding-top: .25em;
        position: relative;
        width: 50%;
        z-index: 1
    }
}

@media screen and (min-width:76.25em) {
    .module-image-carousel--inset {
        margin-left: calc(-50vw + 100% - 37.5em)
    }
}

.search-form {
    background-color: #154194;
    bottom: -3em;
    left: 0;
    opacity: 0;
    padding-top: 4.25em;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-3em);
    transition: all .2s ease-out;
    visibility: hidden;
    z-index: -1
}

@media screen and (min-width:40.625em) {
    .search-form {
        padding-top: 6.75em
    }
}

.search-form--opened {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 150
}

.search-form__input-group-wrap {
    position: relative
}

.search-form__input-group {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-right: 3em;
    width: 100%
}

.search-form__input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.625em;
    line-height: 1;
    outline: none;
    padding: .125rem .5rem .375rem;
    width: 100%
}

.search-form__input::-webkit-input-placeholder {
    color: #bed4e2
}

.search-form__input:-moz-placeholder,
.search-form__input::-moz-placeholder {
    color: #bed4e2
}

.search-form__input:-ms-input-placeholder {
    color: #bed4e2
}

@media screen and (min-width:40.625em) {
    .search-form__input {
        font-size: 2.375em;
        line-height: 1.105
    }
}

.search-form__button-wrap {
    bottom: 0;
    position: absolute;
    right: -.5rem
}

@media screen and (min-width:40.625em) {
    .search-form__button-wrap {
        right: -1rem
    }
}

.search-form__button {
    background-position: 50%;
    background-size: 5em auto;
    height: 3em;
    opacity: .7;
    padding: 0;
    width: 3em
}

@media screen and (min-width:40.625em) {
    .search-form__button {
        background-size: 7em auto;
        height: 4em;
        width: 4em
    }
}

.search-form__button:focus,
.search-form__button:hover {
    opacity: 1
}

.search-form__button-close {
    left: .75em;
    position: absolute;
    top: 1em
}

@media screen and (min-width:56.25em) {
    .search-form__button-close {
        left: auto;
        right: 2.5em;
        top: .75em
    }
}

.module-slider-holder {
    background-color: #1d1d1b;
    overflow: hidden;
    width: 100%;
    position: relative
}

.module-slider-holder .module-hero-slider,
.module-slider-holder .module-hero-slider .module-hero-slider__cell {
    width: 100%;
    float: left
}

@media screen and (min-width:56.25em) {
    .module-slider-holder .module-hero-slider .module-hero-slider__cell {
        position: relative
    }
}

.module-slider-holder .module-hero-slider .module-hero-slider__cell .module-hero__figure {
    width: 100%;
    min-height: auto;
    height: auto
}

@media screen and (min-width:56.25em) {
    .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-hero__figure {
        width: 58.1%;
        float: right
    }
}

@media screen and (min-width:76.25em) {
    .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-hero__figure {
        width: calc((50% - 608px) + 700px)
    }
}

.module-slider-holder .module-hero-slider .module-hero-slider__cell .module-hero__figure img {
    width: 100%;
    height: auto
}

@media screen and (min-width:56.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper {
        position: relative;
        width: 41.9%;
        float: right;
        padding-right: 0
    }
}

@media screen and (min-width:76.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper {
        padding-left: 0;
        width: 470px
    }
}

.module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text,
.module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text,
:not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text {
    padding: 22px 0 50px;
    font-family: Gotham SSm A, Gotham SSm B, Arial, Helvetica, sans-serif
}

@media screen and (min-width:56.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text {
        max-width: 100%;
        padding-bottom: 130px;
        padding-top: 40px;
        padding-right: 20px;
        float: right;
        word-wrap: break-word
    }
}

@media screen and (min-width:76.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text {
        padding-top: 80px
    }
}

.module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text h2,
.module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text h2,
:not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text h2 {
    color: #68a1c1;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    padding-right: 25%
}

@media screen and (min-width:56.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text h2,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text h2,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text h2 {
        font-size: 36px;
        line-height: 40px;
        padding-right: 15px
    }
}

@media screen and (min-width:70em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text h2,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text h2,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text h2 {
        font-size: 52px;
        line-height: 56px
    }
}

.module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text p,
.module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text p,
:not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text p {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    padding-right: 25%
}

@media screen and (min-width:56.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text p,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text p,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text p {
        font-size: 18px;
        line-height: 25px
    }
}

@media screen and (min-width:70em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text p,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text p,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text p {
        padding-top: 25px
    }
}

.module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text .button,
.module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text .nav-bypass__link,
.module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text .button,
.module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text .nav-bypass__link,
:not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text .button,
:not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text .nav-bypass__link {
    margin-top: 35px
}

@media screen and (min-width:56.25em) {

    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text .button,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text .nav-bypass__link,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text .button,
    .module-slider-holder .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text .nav-bypass__link,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text .button,
    :not(.grid__col)>.module-banner-link .module-slider-holder .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text .nav-bypass__link {
        margin-right: 25%
    }
}

.module-slider-holder .module-hero-slider__controls {
    width: 100%
}

@media screen and (min-width:56.25em) {
    .module-slider-holder .module-hero-slider__controls {
        position: absolute;
        max-width: 76em;
        padding: 0 3em;
        margin: 0 auto;
        bottom: 25px;
        left: 0;
        right: 0
    }
}

@media screen and (min-width:70em) {
    .module-slider-holder .module-hero-slider__controls {
        bottom: 55px
    }
}

.module-slider-holder .module-hero-slider__controls .module-hero-slider__arrows .slick-arrow {
    position: absolute;
    top: 20%;
    left: 0;
    margin-top: -23px
}

@media screen and (min-width:56.25em) {
    .module-slider-holder .module-hero-slider__controls .module-hero-slider__arrows .slick-arrow {
        margin-top: 0;
        position: relative;
        left: auto;
        right: auto
    }
}

.module-slider-holder .module-hero-slider__controls .module-hero-slider__arrows .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.module-slider-holder .module-hero-slider__controls .module-hero-slider__counter {
    float: left;
    margin: 14px 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 25px;
    display: none
}

@media screen and (min-width:56.25em) {
    .module-slider-holder .module-hero-slider__controls .module-hero-slider__counter {
        display: inline-block
    }
}

.module-slider-holder.bg-color-grey .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text p,
.module-slider-holder.bg-color-grey .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text p,
.module-slider-holder.bg-color-grey .module-hero-slider__controls .module-hero-slider__counter,
.module-slider-holder.bg-color-white .module-hero-slider .module-hero-slider__cell .wrapper .module-hero__text p,
.module-slider-holder.bg-color-white .module-hero-slider .module-hero-slider__cell :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .module-hero__text p,
.module-slider-holder.bg-color-white .module-hero-slider__controls .module-hero-slider__counter,
:not(.grid__col)>.module-banner-link .module-slider-holder.bg-color-grey .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text p,
:not(.grid__col)>.module-banner-link .module-slider-holder.bg-color-white .module-hero-slider .module-hero-slider__cell .module-banner-link__wrapper .module-hero__text p {
    color: #1d1d1b
}

.slick-arrow {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: #68a1c1;
    z-index: 1;
    float: left;
    text-indent: -999em;
    position: relative;
    outline: none
}

.slick-arrow:after {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    top: 15px;
    left: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg)
}

.slick-arrow.slick-next:after {
    transform: rotate(45deg);
    left: auto;
    right: 18px
}

.slick-arrow.slick-disabled {
    opacity: .47
}

.button.curved,
.curved.nav-bypass__link {
    background-color: #68a1c1;
    padding: 1.8em 4.6em
}

@media screen and (min-width:56.25em) {

    .button.curved,
    .curved.nav-bypass__link {
        font-size: 12px
    }
}

.module-single-image .wrapper,
.module-single-image :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
:not(.grid__col)>.module-banner-link .module-single-image .module-banner-link__wrapper {
    display: -ms-flexbox;
    display: flex
}

.module-single-image .text-left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (min-width:56.3125em) {
    .module-single-image .text-left>div:first-child {
        padding-left: 10px
    }

    .module-single-image .text-left>div:last-child {
        padding-right: 10px
    }
}

@media screen and (max-width:56.1875em) {
    .module-single-image .text-left {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.module-single-image .text-right {
    -ms-flex-direction: row;
    flex-direction: row
}

.module-single-image .text-right>div:last-child {
    padding-left: 10px
}

.module-single-image .text-right>div:first-child {
    padding-right: 10px
}

@media screen and (max-width:56.1875em) {
    .module-single-image .text-right {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }
}

.module-single-image .quote {
    background-color: #f5f5f3;
    font-size: 16px;
    line-height: 27px;
    margin-top: -5px;
    padding: 30px 26px;
    width: 75%
}

@media screen and (max-width:56.1875em) {
    .module-single-image .quote {
        width: 100%
    }
}

.module-single-image .text-content {
    width: 100%
}

@media screen and (max-width:56.1875em) {
    .module-single-image .text-content {
        margin-top: 20px
    }
}

.module-single-image .image-quote-wrapper {
    margin: 0 auto;
    width: 100%
}

.module-single-image .image-quote-wrapper img {
    width: 100%
}

@media screen and (min-width:56.3125em) {

    .module-single-image .image-quote-wrapper.small,
    .module-single-image .image-quote-wrapper.small+.text-content {
        width: 50%
    }

    .module-single-image .image-quote-wrapper.medium,
    .module-single-image .image-quote-wrapper.relative {
        width: 75%
    }

    .module-single-image .image-quote-wrapper.medium+.text-content,
    .module-single-image .image-quote-wrapper.relative+.text-content {
        width: 25%
    }

    .module-single-image .image-quote-wrapper.large {
        width: 100%
    }
}

.who-we-are-wrap {
    background-color: #1d1d1b;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #fff;
    padding: 36px 0
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap {
        padding: 70px 0 90px
    }
}

.who-we-are-wrap .heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .heading h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.who-we-are-wrap .heading h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.who-we-are-wrap .heading p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 23px;
    padding-right: 20%
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .heading p {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
        padding-right: 0;
        margin-top: 73px
    }
}

.who-we-are-wrap .statistic-block .grid__col {
    margin-top: 38px
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .statistic-block .grid__col {
        margin-top: 58px
    }
}

.who-we-are-wrap .statistic-block .grid__col .head {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .statistic-block .grid__col .head {
        font-size: 20px;
        line-height: 25px
    }
}

.who-we-are-wrap .statistic-block .grid__col .number {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    margin-top: 12px
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .statistic-block .grid__col .number {
        font-size: 60px;
        line-height: 60px
    }
}

@media screen and (min-width:70em) {
    .who-we-are-wrap .statistic-block .grid__col .number {
        font-size: 70px;
        line-height: 70px
    }
}

.who-we-are-wrap .statistic-block .grid__col .number .unit {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .statistic-block .grid__col .number .unit {
        font-size: 16px;
        line-height: 20px
    }
}

.who-we-are-wrap .statistic-block .grid__col .intro {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #68a1c1;
    margin-top: 14px;
    padding-right: 18%;
    max-width: 400px
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .statistic-block .grid__col .intro {
        font-size: 16px;
        line-height: 25px;
        padding-right: 10%
    }
}

.who-we-are-wrap .content {
    margin-top: 28px
}

.who-we-are-wrap .content .desktop {
    display: none
}

.who-we-are-wrap .content .desktop:first-child {
    padding-right: 3%
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .content .desktop {
        display: inline-block
    }
}

.who-we-are-wrap .content .mobile {
    display: block
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .content .mobile {
        display: none
    }
}

.who-we-are-wrap .content p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding-top: 18px
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .content p {
        font-size: 14px;
        line-height: 23px
    }
}

.who-we-are-wrap .link-block {
    margin-top: 45px;
    text-align: right
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .link-block {
        margin-top: 50px
    }
}

.who-we-are-wrap .link-block .link {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    float: right;
    color: #fff;
    text-align: right
}

@media screen and (min-width:40.625em) {
    .who-we-are-wrap .link-block .link {
        max-width: 100%
    }
}

@media screen and (min-width:56.25em) {
    .who-we-are-wrap .link-block .link {
        font-size: 16px;
        line-height: 22px
    }
}

.who-we-are-wrap .link-block .link:hover {
    text-decoration: none
}

.who-we-are-wrap.bg-color-grey .content p,
.who-we-are-wrap.bg-color-grey .heading h2,
.who-we-are-wrap.bg-color-grey .heading p,
.who-we-are-wrap.bg-color-grey .link-block .link,
.who-we-are-wrap.bg-color-grey .statistic-block .grid__col .head,
.who-we-are-wrap.bg-color-grey .statistic-block .grid__col .number,
.who-we-are-wrap.bg-color-grey .statistic-block .grid__col .number .unit,
.who-we-are-wrap.bg-color-white .content p,
.who-we-are-wrap.bg-color-white .heading h2,
.who-we-are-wrap.bg-color-white .heading p,
.who-we-are-wrap.bg-color-white .link-block .link,
.who-we-are-wrap.bg-color-white .statistic-block .grid__col .head,
.who-we-are-wrap.bg-color-white .statistic-block .grid__col .number,
.who-we-are-wrap.bg-color-white .statistic-block .grid__col .number .unit {
    color: #1d1d1b
}

.discover_wrapper {
    background-color: #1d1d1b;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px
}

@media screen and (min-width:56.25em) {
    .discover_wrapper {
        padding-top: 65px;
        padding-bottom: 70px
    }

    .discover_wrapper .global {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.discover_wrapper .heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .discover_wrapper .heading h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.discover_wrapper .heading h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.discover_wrapper .image {
    margin-top: 19px
}

@media screen and (min-width:56.25em) {
    .discover_wrapper .image {
        margin-top: 65px
    }
}

.discover_wrapper .head {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 35px;
    color: #68a1c1;
    margin: 24px auto 10px
}

@media screen and (min-width:56.25em) {
    .discover_wrapper .head {
        color: #fff;
        font-size: 33px;
        line-height: 37px;
        margin: 89px auto 10px
    }
}

.discover_wrapper .Intro_text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 14px auto
}

@media screen and (min-width:56.25em) {
    .discover_wrapper .Intro_text {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        margin: 33px auto
    }
}

.discover_wrapper .Summary_text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 30px
}

@media screen and (min-width:56.25em) {
    .discover_wrapper .Summary_text {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px
    }
}

.discover_wrapper .dec {
    padding-right: 40px
}

@media screen and (min-width:56.25em) {
    .discover_wrapper .dec {
        padding-right: 0
    }
}

.discover_wrapper.bg-color-grey .head,
.discover_wrapper.bg-color-grey .heading h2,
.discover_wrapper.bg-color-grey .Intro_text,
.discover_wrapper.bg-color-grey .Summary_text,
.discover_wrapper.bg-color-white .head,
.discover_wrapper.bg-color-white .heading h2,
.discover_wrapper.bg-color-white .Intro_text,
.discover_wrapper.bg-color-white .Summary_text {
    color: #1d1d1b
}

.upcoming-events-wrap {
    background-color: #1d1d1b;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #fff;
    padding: 42px 0 30px
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap {
        padding: 62px 0 0
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .content {
        padding-top: 20px;
        padding-bottom: 150px;
        padding-right: 20px
    }
}

.upcoming-events-wrap .content h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .content h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.upcoming-events-wrap .content h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.upcoming-events-wrap .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 26px;
    padding-right: 20%
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .content p {
        font-size: 14px;
        line-height: 23px;
        font-weight: 300;
        padding-right: 0;
        margin-top: 25px
    }
}

.upcoming-events-wrap .content .filter-events {
    display: none
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .content .filter-events {
        display: block;
        margin-top: 38px
    }
}

.upcoming-events-wrap .content .filter-events h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

.upcoming-events-wrap .content .filter-events ul {
    margin-top: 15px
}

.upcoming-events-wrap .content .filter-events ul li {
    padding: 18px 0
}

.upcoming-events-wrap .content .filter-events ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #fff;
    padding-left: 52px;
    display: inline-block
}

.upcoming-events-wrap .content .filter-events ul li a:before {
    height: 30px;
    width: 30px;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff
}

.upcoming-events-wrap .content .filter-events ul li a.active:before,
.upcoming-events-wrap .content .filter-events ul li a:hover:before {
    background: #68a1c1
}

.upcoming-events-wrap .slider-events {
    margin-top: 10px
}

@media only screen and (max-width:649px) {
    .upcoming-events-wrap .slider-events {
        margin-right: -1.25rem
    }

    .upcoming-events-wrap .slider-events .slick-list {
        padding-right: 50px
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events.btmBgGradient .slick-list {
        padding-bottom: 85px;
        position: relative
    }

    .upcoming-events-wrap .slider-events.btmBgGradient .slick-list:after {
        position: absolute;
        bottom: 0;
        content: "";
        left: 20px;
        height: 65px;
        background: rgba(29, 29, 27, .3);
        width: calc(100% - 20px)
    }
}

.upcoming-events-wrap .slider-events.oneSlide {
    padding-right: 1.25rem
}

@media screen and (min-width:40.625em) {
    .upcoming-events-wrap .slider-events.oneSlide {
        padding-right: 0
    }

    .upcoming-events-wrap .slider-events.oneSlide .slider-cell {
        width: 75%
    }

    .upcoming-events-wrap .slider-events.oneSlide .slider-cell .cell-content h3 {
        font-size: 20px;
        line-height: 26px;
        bottom: 50px
    }

    .upcoming-events-wrap .slider-events.oneSlide .slider-cell .cell-content p {
        font-size: 16px;
        line-height: 20px
    }

    .upcoming-events-wrap .slider-events.oneSlide .slider-cell .cell-content:hover h3 {
        margin-top: 40%
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events.oneSlide .slider-cell {
        width: 62.667%
    }

    .upcoming-events-wrap .slider-events.oneSlide .slider-cell .cell-content h3 {
        font-size: 24px;
        line-height: 30px
    }

    .upcoming-events-wrap .slider-events.oneSlide .slider-cell .cell-content:hover h3 {
        margin-top: 40%
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events.twoSlides .slider-cell {
        width: 50%
    }

    .upcoming-events-wrap .slider-events.twoSlides .slider-cell .cell-content h3 {
        font-size: 16px;
        line-height: 20px
    }

    .upcoming-events-wrap .slider-events.twoSlides .slider-cell .cell-content:hover h3 {
        margin-top: 40%
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events {
        margin-top: 0
    }
}

.upcoming-events-wrap .slider-events .slider-cell {
    margin-top: 15px;
    position: relative;
    min-height: 250px
}

@media screen and (min-width:40.625em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        min-height: 235px
    }
}

@media screen and (min-width:48em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        min-height: 277px
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        min-height: 162px
    }
}

@media screen and (min-width:64em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        min-height: 190px
    }
}

@media screen and (min-width:70em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        min-height: 211px
    }
}

@media screen and (min-width:75.625em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        min-height: 232px
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events .slider-cell {
        margin-top: 20px
    }
}

.upcoming-events-wrap .slider-events .slider-cell img {
    width: 100%;
    height: auto;
    float: left
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content {
    background: linear-gradient(126.49deg, #000, rgba(0, 0, 0, .1));
    position: absolute;
    z-index: 1;
    top: 0;
    display: block;
    height: 100%;
    padding: 15px;
    right: 0;
    left: 1.25em;
    color: #fff;
    overflow: hidden
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content .tags {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 12px;
    background: #fff;
    display: none
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content .tags .list-icons__icon {
    width: 35px;
    height: 35px
}

@media screen and (min-width:40.625em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content .tags .list-icons__icon {
        width: 30px;
        height: 30px
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content .tags .list-icons__icon {
        width: 20px;
        height: 20px
    }
}

@media screen and (min-width:70em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content .tags .list-icons__icon {
        width: 30px;
        height: 30px
    }
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content .tags .list-icons__tooltip {
    display: none !important
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content .event-date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 15px;
    text-align: left;
    font-size: 10.98px;
    font-weight: 300;
    line-height: 17.32px
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content .event-date .date {
    display: block;
    font-size: 54px;
    line-height: 50px;
    font-weight: 200
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content .event-date {
        font-size: 13.44px;
        font-weight: 300;
        line-height: 21.2px
    }

    .upcoming-events-wrap .slider-events .slider-cell .cell-content .event-date .date {
        font-size: 40px;
        line-height: 40px
    }
}

@media screen and (min-width:70em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content .event-date {
        font-size: 13.44px;
        font-weight: 300;
        line-height: 21.2px
    }

    .upcoming-events-wrap .slider-events .slider-cell .cell-content .event-date .date {
        font-size: 60px;
        line-height: 45px
    }
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content h3 {
    position: absolute;
    bottom: 16px;
    left: 15px;
    font-size: 12.07px;
    font-weight: 700;
    line-height: 16.6px;
    width: 80%
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content p {
    font-size: 10.8px;
    font-weight: 300;
    line-height: 15.3px;
    display: none
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: block;
    color: #fff;
    outline: none
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content span.link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    text-align: center;
    display: none;
    background: #68a1c1;
    font-size: 12.6px;
    font-weight: 500;
    line-height: 20.7px;
    color: #fff;
    padding: 17px;
    text-transform: uppercase
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover {
    background: #fff;
    color: #000
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover a {
    color: #000
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover .tags {
    display: block
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover .event-date {
    top: 20px;
    transform: none;
    font-size: 11.47px;
    line-height: 14.3px
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover .event-date .date {
    font-size: 20px;
    line-height: 20px
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content:hover .event-date .date {
        font-size: 18px;
        line-height: 18px
    }
}

@media screen and (min-width:70em) {
    .upcoming-events-wrap .slider-events .slider-cell .cell-content:hover .event-date .date {
        font-size: 26px;
        line-height: 26px
    }
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover h3 {
    position: static;
    margin-top: 60px
}

.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover p,
.upcoming-events-wrap .slider-events .slider-cell .cell-content:hover span.link {
    display: block
}

.upcoming-events-wrap .controls {
    margin-top: 20px
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .controls {
        margin-top: -132px
    }
}

.upcoming-events-wrap .controls .slider__controls {
    float: left
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .controls .slider__controls {
        float: right;
        padding-right: 20px
    }
}

.upcoming-events-wrap .controls .slider__controls .slider__arrows {
    float: left
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .controls .slider__controls .slider__arrows .slick-arrow.slick-next:after {
        transform: rotate(135deg);
        top: 10px;
        right: 15px
    }

    .upcoming-events-wrap .controls .slider__controls .slider__arrows .slick-arrow.slick-prev:after {
        transform: rotate(-45deg);
        top: 18px;
        left: 15px
    }

    .upcoming-events-wrap .controls .slider__controls .slider__arrows .slide-prev:after {
        top: 10px;
        left: 14px;
        transform: rotate(-45deg)
    }

    .upcoming-events-wrap .controls .slider__controls .slider__arrows .slide-next:after {
        top: 10px;
        left: 14px;
        transform: rotate(-225deg)
    }
}

.upcoming-events-wrap .controls .slider__controls .slider__counter {
    float: left;
    margin: 15px;
    font-size: 10px;
    line-height: 16px
}

@media screen and (min-width:40.625em) {
    .upcoming-events-wrap .controls .slider__controls .slider__counter {
        display: none
    }
}

.upcoming-events-wrap .controls .link {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    float: right;
    margin-top: 15px;
    color: #fff;
    text-align: right
}

@media screen and (min-width:40.625em) {
    .upcoming-events-wrap .controls .link {
        max-width: 100%
    }
}

@media screen and (min-width:56.25em) {
    .upcoming-events-wrap .controls .link {
        font-size: 16px;
        line-height: 22px;
        float: left
    }
}

.upcoming-events-wrap .controls .link:hover {
    text-decoration: none
}

.upcoming-events-wrap.bg-color-grey,
.upcoming-events-wrap.bg-color-grey .content .filter-events ul li a {
    color: #1d1d1b
}

.upcoming-events-wrap.bg-color-grey .content .filter-events ul li a:before {
    background: #1d1d1b
}

.upcoming-events-wrap.bg-color-grey .content .filter-events ul li a.active:before,
.upcoming-events-wrap.bg-color-grey .content .filter-events ul li a:hover:before {
    background: #68a1c1
}

.upcoming-events-wrap.bg-color-grey .controls .link {
    color: #1d1d1b
}

.upcoming-events-wrap.bg-color-grey .slider-events.btmBgGradient .slick-list:after {
    background: rgba(239, 241, 244, .4)
}

.upcoming-events-wrap.bg-color-white,
.upcoming-events-wrap.bg-color-white .content .filter-events ul li a {
    color: #1d1d1b
}

.upcoming-events-wrap.bg-color-white .content .filter-events ul li a:before {
    background: #1d1d1b
}

.upcoming-events-wrap.bg-color-white .content .filter-events ul li a.active:before,
.upcoming-events-wrap.bg-color-white .content .filter-events ul li a:hover:before {
    background: #68a1c1
}

.upcoming-events-wrap.bg-color-white .controls .link {
    color: #1d1d1b
}

.upcoming-events-wrap.bg-color-white .slider-events .slider-cell .cell-content:hover {
    background: #fff;
    border: 1px solid #1d1d1b
}

.upcoming-events-wrap.bg-color-white .slider-events.btmBgGradient .slick-list:after {
    background: hsla(0, 0%, 100%, .4)
}

.how-can-i-help-you {
    background-color: #eff1f4;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #1d1d1b;
    padding-top: 35px;
    padding-bottom: 35px
}

@media screen and (min-width:56.25em) {
    .how-can-i-help-you {
        padding-top: 57px;
        padding-bottom: 110px
    }

    .how-can-i-help-you .global {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.how-can-i-help-you .heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .how-can-i-help-you .heading h2 {
        font-size: 20px;
        line-height: 36px
    }
}

.how-can-i-help-you .heading h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.how-can-i-help-you .heading h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 35px;
    color: #68a1c1;
    margin: 53px auto 10px
}

@media screen and (min-width:56.25em) {
    .how-can-i-help-you .heading h3 {
        font-size: 33px;
        line-height: 37px;
        margin: 89px auto 10px
    }
}

.how-can-i-help-you .links {
    margin-top: 17px
}

@media screen and (min-width:40.625em) {
    .how-can-i-help-you .links {
        margin-top: 63px
    }
}

.how-can-i-help-you .links .grid__col:nth-child(n+7) {
    display: none
}

@media screen and (min-width:40.625em) {
    .how-can-i-help-you .links .grid__col:nth-child(n+7) {
        display: inline-block
    }
}

.how-can-i-help-you .links.showAll .grid__col:nth-child(n+7) {
    display: inline-block
}

.how-can-i-help-you .hide {
    display: none
}

@media screen and (min-width:56.25em) {
    .how-can-i-help-you .hide {
        display: inline-block
    }
}

.how-can-i-help-you .curved {
    border-radius: 0;
    margin: 5px auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    margin-top: 11px;
    padding: 5px 10px
}

.how-can-i-help-you .curved:hover {
    background-color: #fff;
    color: #1d1d1b
}

.how-can-i-help-you .curved span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.how-can-i-help-you .show_more a {
    padding: 1.5em 10px;
    background-color: #1d1d1b
}

@media screen and (min-width:40.625em) {
    .how-can-i-help-you .show_more {
        display: none
    }
}

.how-can-i-help-you.bg-color-black .heading h2 {
    color: #fff
}

.how-can-i-help-you.bg-color-black .show_more a {
    background-color: #fff;
    color: #1d1d1b
}

.how-can-i-help-you.bg-color-white .curved:hover {
    background: #eff1f4
}

.news_letter {
    background: url(../images/bg-newsletter-mob.png) no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 49px
}

@media screen and (min-width:56.25em) {
    .news_letter {
        height: 167px;
        background: url(../images/bg-newsletter.png) no-repeat 50%;
        background-size: cover
    }
}

.news_letter .Signup__text {
    text-align: center;
    margin: 0 auto 25px;
    font-family: Montserrat, sans-serif;
    color: #6d6d6d;
    letter-spacing: .5px;
    font-size: 1em;
    line-height: 1.5em;
    width: 90%
}

.news_letter #email {
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    transition: all .3s;
    border-bottom: 2px solid #fff;
    margin-top: 16px
}

@media screen and (min-width:56.25em) {
    .news_letter #email {
        margin-top: 30px
    }
}

.news_letter .Signup__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: column;
    flex-wrap: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:56.25em) {
    .news_letter .Signup__form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 50px
    }
}

.news_letter input {
    padding: 15px 5px;
    letter-spacing: .5px;
    margin-right: 10px;
    color: #fff;
    width: 100%
}

.news_letter :-ms-input-placeholder {
    color: #fff
}

.news_letter ::placeholder {
    color: #fff
}

.news_letter #error {
    margin-top: 5px;
    width: 100%;
    background-color: red;
    color: #fff;
    padding: 5px 10px 4px;
    height: auto;
    font-size: 14px;
    text-align: center;
    display: none
}

@media screen and (min-width:56.25em) {
    .news_letter #error {
        width: 100%
    }
}

.news_letter .Signup__button {
    color: #fff;
    background: #db4646;
    letter-spacing: .5px;
    padding: 0 40px;
    font-size: 16px;
    cursor: pointer
}

.news_letter .styled {
    margin-right: 10px;
    color: #fff;
    background-color: #68a1c1;
    margin-top: 37px;
    height: 41px;
    font-size: 10px;
    font-weight: 700;
    outline: none;
    text-align: center;
    width: 58%
}

.news_letter .input_cont {
    width: 100%
}

@media screen and (min-width:56.25em) {
    .news_letter .input_cont {
        width: 100%
    }
}

.news_letter h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 31px
}

@media screen and (min-width:56.25em) {
    .news_letter h2 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        margin-top: 43px
    }
}

.news_letter .news_content {
    margin-top: 25px
}

@media screen and (min-width:56.25em) {
    .news_letter .news_content {
        margin-top: 20px
    }
}

.news_letter label {
    display: none
}

.latest-news-wrap {
    background-color: #eff1f4;
    width: 100%;
    position: relative;
    color: #1d1d1b;
    padding: 38px 0 40px
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap {
        padding: 68px 0 90px
    }
}

.latest-news-wrap .heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .heading h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.latest-news-wrap .heading h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.latest-news-wrap .slider-latest-news {
    margin-top: 32px
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .slider-latest-news {
        margin-top: 58px
    }
}

@media only screen and (max-width:649px) {
    .latest-news-wrap .slider-latest-news {
        margin-right: -1.25rem
    }

    .latest-news-wrap .slider-latest-news .slick-list {
        padding-right: 50px
    }
}

.latest-news-wrap .slider-latest-news article {
    float: left;
    width: 100%;
    color: #1d1d1b
}

.latest-news-wrap .slider-latest-news article:hover {
    cursor: pointer
}

.latest-news-wrap .slider-latest-news article:hover .cell-content {
    background: #1d1d1b;
    color: #fff
}

.latest-news-wrap .slider-latest-news article:hover .cell-content h3,
.latest-news-wrap .slider-latest-news article:hover .cell-content p {
    color: #fff
}

.latest-news-wrap .slider-latest-news article:hover .cell-content a.button,
.latest-news-wrap .slider-latest-news article:hover .cell-content a.nav-bypass__link {
    color: #1d1d1b;
    background: #fff
}

.latest-news-wrap .slider-latest-news article img {
    width: 100%;
    height: auto;
    float: left
}

.latest-news-wrap .slider-latest-news article .cell-content {
    position: relative;
    padding: 25px 25px 80px;
    background: #fff;
    float: left;
    width: 100%;
    color: #1d1d1b;
    min-height: 200px
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .slider-latest-news article .cell-content {
        padding: 30px 35px 100px;
        min-height: 275px
    }
}

.latest-news-wrap .slider-latest-news article .cell-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #1d1d1b
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .slider-latest-news article .cell-content h3 {
        font-size: 20px;
        line-height: 26px;
        color: #68a1c1
    }
}

.latest-news-wrap .slider-latest-news article .cell-content p {
    color: #1d1d1b;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .slider-latest-news article .cell-content p {
        font-size: 14px;
        line-height: 23px
    }
}

.latest-news-wrap .slider-latest-news article .cell-content a.button,
.latest-news-wrap .slider-latest-news article .cell-content a.nav-bypass__link {
    position: absolute;
    bottom: 25px;
    padding: 1.1em 3.2em
}

@media screen and (min-width:56.25em) {

    .latest-news-wrap .slider-latest-news article .cell-content a.button,
    .latest-news-wrap .slider-latest-news article .cell-content a.nav-bypass__link {
        bottom: 35px
    }
}

.latest-news-wrap .controls {
    margin-top: 39px
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .controls {
        margin-top: 80px
    }
}

.latest-news-wrap .controls .slider__controls,
.latest-news-wrap .controls .slider__controls .slider__arrows {
    float: left
}

.latest-news-wrap .controls .slider__controls .slider__counter {
    float: left;
    margin: 15px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300
}

@media screen and (min-width:40.625em) {
    .latest-news-wrap .controls .slider__controls .slider__counter {
        display: none
    }
}

.latest-news-wrap .controls .link {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    float: right;
    margin-top: 15px;
    color: #1d1d1b;
    text-align: right
}

@media screen and (min-width:40.625em) {
    .latest-news-wrap .controls .link {
        max-width: 100%
    }
}

@media screen and (min-width:56.25em) {
    .latest-news-wrap .controls .link {
        font-size: 16px;
        line-height: 22px
    }
}

.latest-news-wrap .controls .link:hover {
    text-decoration: none
}

.latest-news-wrap.bg-color-white .slider-latest-news article .cell-content {
    background: #eff1f4
}

.latest-news-wrap.bg-color-white .slider-latest-news article:hover .cell-content {
    background: #1d1d1b
}

.latest-news-wrap.bg-color-black .heading h2 {
    color: #fff
}

.latest-news-wrap.bg-color-black .slider-latest-news article:hover {
    border: 1px solid #fff
}

.latest-news-wrap.bg-color-black .controls .link {
    color: #fff
}

.news-highlights-wrap {
    background-color: #eff1f4;
    width: 100%;
    position: relative;
    color: #1d1d1b;
    padding: 38px 0 40px
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap {
        padding: 68px 0 90px
    }
}

.news-highlights-wrap .heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .heading h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.news-highlights-wrap .heading h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.news-highlights-wrap .slider-news-highlights {
    margin-top: 32px
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .slider-news-highlights {
        margin-top: 58px
    }
}

@media only screen and (max-width:649px) {
    .news-highlights-wrap .slider-news-highlights {
        margin-right: -1.25rem
    }

    .news-highlights-wrap .slider-news-highlights .slick-list {
        padding-right: 50px
    }
}

.news-highlights-wrap .slider-news-highlights article {
    float: left;
    width: 100%;
    color: #1d1d1b
}

.news-highlights-wrap .slider-news-highlights article:hover {
    cursor: pointer
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content {
    background: #1d1d1b;
    color: #fff
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content h3,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p {
    color: #fff
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.press_release svg path,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.white_paper svg path {
    stroke: #fff
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.events svg path,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.events svg rect,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.infographic svg path,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.newletter-icon svg path,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.q-a svg path,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.video svg path {
    fill: #fff
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type.newletter-icon svg polygon {
    stroke: #fff;
    fill: #1d1d1b
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content p.type .txt {
    color: #fff
}

.news-highlights-wrap .slider-news-highlights article:hover .cell-content a.button,
.news-highlights-wrap .slider-news-highlights article:hover .cell-content a.nav-bypass__link {
    color: #1d1d1b;
    background: #fff
}

.news-highlights-wrap .slider-news-highlights article img {
    width: 100%;
    height: auto;
    float: left
}

.news-highlights-wrap .slider-news-highlights article .cell-content {
    position: relative;
    padding: 15px 25px 80px;
    background: #fff;
    float: left;
    width: 100%;
    color: #1d1d1b;
    min-height: 200px
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .slider-news-highlights article .cell-content {
        padding: 22px 33px 100px;
        min-height: 300px
    }
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type {
    overflow: hidden;
    margin-top: 0
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type.press_release svg path,
.news-highlights-wrap .slider-news-highlights article .cell-content p.type.white_paper svg path {
    stroke: #68a1c1
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type.events svg path,
.news-highlights-wrap .slider-news-highlights article .cell-content p.type.events svg rect,
.news-highlights-wrap .slider-news-highlights article .cell-content p.type.infographic svg path,
.news-highlights-wrap .slider-news-highlights article .cell-content p.type.newletter-icon svg path,
.news-highlights-wrap .slider-news-highlights article .cell-content p.type.q-a svg path,
.news-highlights-wrap .slider-news-highlights article .cell-content p.type.video svg path {
    fill: #68a1c1
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type.newletter-icon svg polygon {
    stroke: #68a1c1;
    fill: #fff
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type .img {
    float: left;
    max-width: 30px
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type .img svg {
    max-height: 15px;
    width: auto
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .slider-news-highlights article .cell-content p.type .img svg {
        max-height: 25px
    }
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.type .txt {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    float: left;
    padding-left: 8px;
    color: #68a1c1
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .slider-news-highlights article .cell-content p.type .txt {
        font-size: 15.84px;
        line-height: 24.75px;
        padding-left: 10px
    }
}

.news-highlights-wrap .slider-news-highlights article .cell-content p.date {
    color: #868686;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 12px
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .slider-news-highlights article .cell-content p.date {
        font-size: 13.86px;
        line-height: 22.77px;
        margin-top: 18px
    }
}

.news-highlights-wrap .slider-news-highlights article .cell-content h3 {
    font-size: 12px;
    font-weight: 300;
    line-height: 17.25px;
    color: #1d1d1b;
    margin-top: 12px
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .slider-news-highlights article .cell-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 18px
    }
}

.news-highlights-wrap .slider-news-highlights article .cell-content a.button,
.news-highlights-wrap .slider-news-highlights article .cell-content a.nav-bypass__link {
    position: absolute;
    bottom: 25px;
    padding: 1.1em 3.2em
}

@media screen and (min-width:56.25em) {

    .news-highlights-wrap .slider-news-highlights article .cell-content a.button,
    .news-highlights-wrap .slider-news-highlights article .cell-content a.nav-bypass__link {
        bottom: 35px;
        padding: 1.1em 2em
    }
}

@media screen and (min-width:64em) {

    .news-highlights-wrap .slider-news-highlights article .cell-content a.button,
    .news-highlights-wrap .slider-news-highlights article .cell-content a.nav-bypass__link {
        padding: 1.1em 3.2em
    }
}

.news-highlights-wrap .controls {
    margin-top: 39px
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .controls {
        margin-top: 80px
    }
}

.news-highlights-wrap .controls .slider__controls,
.news-highlights-wrap .controls .slider__controls .slider__arrows {
    float: left
}

.news-highlights-wrap .controls .slider__controls .slider__counter {
    float: left;
    margin: 15px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300
}

@media screen and (min-width:40.625em) {
    .news-highlights-wrap .controls .slider__controls .slider__counter {
        display: none
    }
}

.news-highlights-wrap .controls .link {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    float: right;
    margin-top: 15px;
    color: #1d1d1b;
    text-align: right
}

@media screen and (min-width:40.625em) {
    .news-highlights-wrap .controls .link {
        max-width: 100%
    }
}

@media screen and (min-width:56.25em) {
    .news-highlights-wrap .controls .link {
        font-size: 16px;
        line-height: 22px
    }
}

.news-highlights-wrap .controls .link:hover {
    text-decoration: none
}

.news-highlights-wrap.bg-color-white .slider-news-highlights article .cell-content {
    background: #eff1f4
}

.news-highlights-wrap.bg-color-white .slider-news-highlights article:hover .cell-content {
    background: #1d1d1b
}

.news-highlights-wrap.bg-color-black .heading h2 {
    color: #fff
}

.news-highlights-wrap.bg-color-black .slider-news-highlights article:hover {
    border: 1px solid #fff
}

.news-highlights-wrap.bg-color-black .controls .link {
    color: #fff
}

.sticky-wrap {
    background: #1d1d1b;
    padding-top: 50px;
    width: 100%
}

@media only screen and (max-width:649px) {
    .sticky-wrap {
        padding: 30px 0 0
    }
}

.sticky-wrap .sticky-holder {
    width: 100%
}

.sticky-wrap.fixed .fix-block {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    z-index: 2
}

.sticky-wrap.fixed .sticky-holder {
    padding-bottom: 60px
}

@media screen and (min-width:56.25em) {
    .sticky-wrap.fixed .sticky-holder {
        padding-bottom: 67px
    }
}

.sticky-wrap .fix-block {
    background: #1d1d1b;
    width: 100%
}

.sticky-wrap .wrapper .grid__col,
.sticky-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .grid__col,
:not(.grid__col)>.module-banner-link .sticky-wrap .module-banner-link__wrapper .grid__col {
    position: relative
}

@media only screen and (max-width:649px) {

    .sticky-wrap .wrapper,
    .sticky-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
    :not(.grid__col)>.module-banner-link .sticky-wrap .module-banner-link__wrapper {
        padding: 0
    }
}

.sticky-wrap .wrapper .mob-dropdown,
.sticky-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .mob-dropdown,
:not(.grid__col)>.module-banner-link .sticky-wrap .module-banner-link__wrapper .mob-dropdown {
    height: 58px;
    width: 100%;
    background-color: #68a1c1;
    display: block;
    color: #fff;
    padding: 20px 20px 0;
    font-size: 12px;
    font-weight: 700;
    position: relative
}

.sticky-wrap .wrapper .mob-dropdown:after,
.sticky-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .mob-dropdown:after,
:not(.grid__col)>.module-banner-link .sticky-wrap .module-banner-link__wrapper .mob-dropdown:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    left: auto;
    right: 20px
}

.sticky-wrap .wrapper .mob-dropdown.open:after,
.sticky-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .mob-dropdown.open:after,
:not(.grid__col)>.module-banner-link .sticky-wrap .module-banner-link__wrapper .mob-dropdown.open:after {
    transform: rotate(-45deg);
    top: 25px
}

@media screen and (min-width:56.25em) {

    .sticky-wrap .wrapper .mob-dropdown,
    .sticky-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper .mob-dropdown,
    :not(.grid__col)>.module-banner-link .sticky-wrap .module-banner-link__wrapper .mob-dropdown {
        display: none
    }
}

.sticky-wrap .sticky-nav {
    display: none;
    position: relative;
    z-index: 1;
    width: calc(100% - 1.25em)
}

@media screen and (min-width:56.25em) {
    .sticky-wrap .sticky-nav {
        display: block;
        width: 100%;
        background: #fff
    }
}

.sticky-wrap .sticky-nav.open {
    display: block;
    position: absolute;
    top: 100%
}

@media screen and (min-width:56.25em) {
    .sticky-wrap .sticky-nav.open {
        position: relative;
        top: 0
    }
}

@media screen and (min-width:56.25em) {
    .sticky-wrap ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #3f5a68
    }
}

.sticky-wrap ul li {
    margin: auto;
    text-align: center;
    padding: 0
}

.sticky-wrap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #3f5a68;
    display: block;
    padding: 10px 0;
    font-weight: 700;
    position: relative
}

@media screen and (min-width:56.25em) {
    .sticky-wrap ul li a {
        height: 67px;
        padding: 10px 20px
    }

    .sticky-wrap ul li a span {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block
    }

    .sticky-wrap ul li a.active,
    .sticky-wrap ul li a:hover {
        background-color: #68a1c1
    }
}

@media screen and (min-width:70em) {
    .sticky-wrap ul li a {
        padding: 10px 30px
    }
}

@media screen and (min-width:56.25em) {
    .sticky-wrap ul li {
        margin: 10px;
        text-align: center;
        margin: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        float: left
    }
}

.sticky-wrap ul li.top {
    display: none
}

@media screen and (min-width:56.25em) {
    .sticky-wrap ul li.top {
        position: relative;
        left: auto;
        display: block;
        float: right;
        margin-left: 15px;
        height: 67px;
        width: 67px
    }

    .sticky-wrap ul li.top:before {
        position: absolute;
        content: "";
        left: -15px;
        width: 15px;
        height: 100%;
        background: #1d1d1b;
        top: 0
    }

    .sticky-wrap ul li.top a {
        max-height: 67px;
        max-width: 67px;
        padding: 26px 10px;
        background-color: #68a1c1
    }
}

.sticky-wrap.bg-color-white .fix-block,
.sticky-wrap.bg-color-white ul li.top:before {
    background: #fff
}

.sticky-wrap.bg-color-grey .fix-block,
.sticky-wrap.bg-color-grey ul li.top:before {
    background: #eff1f4
}

.products-services-wrap {
    position: relative;
    width: 100%
}

.products-services-wrap .main-box {
    background-color: #1d1d1b;
    color: #fff;
    padding: 48px 0 20px;
    width: 100%
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box {
        padding: 68px 0 0
    }
}

.products-services-wrap .main-box .heading h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 16px;
    position: relative
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .heading h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.products-services-wrap .main-box .heading h2:after {
    height: 5px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #68a1c1
}

.products-services-wrap .main-box .tabs {
    margin-top: 30px
}

.products-services-wrap .main-box .tabs ul.tabs-list {
    font-size: 0;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    text-align: center
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list {
        max-width: 100%
    }
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 10px 0 15px
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item {
        width: auto;
        float: none;
        max-width: 195px;
        margin-top: 55px;
        margin-bottom: 0;
        min-height: 225px;
        position: relative
    }
}

@media screen and (min-width:64em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item {
        max-width: 222px
    }
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item:nth-child(odd) {
    clear: both
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a {
    display: inline-block;
    padding: 10px
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder {
    width: 123px;
    height: 123px;
    background: #68a1c1;
    border-radius: 100%;
    padding: 3px;
    display: inline-block;
    transition: transform .2s ease-out
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder {
        width: 109px;
        height: 109px
    }
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder svg {
    width: 100%;
    height: auto
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder svg .nav-icon__border {
    fill: #fff
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder svg .nav-icon__icon {
    fill: #fff;
    transition: fill .2s ease-out
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder.display-min {
        display: none
    }
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder.display-max {
    display: none
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .svg-holder.display-max {
        display: inline-block
    }
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .link-text {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 14.25px;
    text-transform: uppercase;
    margin: 12px auto 0;
    text-align: center;
    width: 100px;
    display: inline-block
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .link-text {
        width: 165px;
        font-size: 14px;
        line-height: 20px;
        float: left
    }
}

@media screen and (min-width:64em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a .link-text {
        width: 209px
    }
}

.products-services-wrap .main-box .tabs ul.tabs-list li.list-item a:hover .svg-holder {
    transform: scale(1.05)
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a.active:after {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid #1d1d1b;
        bottom: -13px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        width: 0
    }

    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a.active .svg-holder {
        background: #fff;
        border: 1px solid #68a1c1
    }

    .products-services-wrap .main-box .tabs ul.tabs-list li.list-item a.active .svg-holder svg .nav-icon__icon {
        fill: #68a1c1
    }
}

.products-services-wrap .secondary-box {
    background: #eff1f4;
    display: none;
    width: 100%
}

@media screen and (min-width:56.25em) {
    .products-services-wrap .secondary-box {
        display: block;
        padding: 68px 0 50px
    }
}

.products-services-wrap .secondary-box .tab-items {
    display: none
}

.products-services-wrap .secondary-box .tab-items:first-child {
    display: block
}

.products-services-wrap .secondary-box .tab-items .main-page {
    width: 100%;
    padding: 0 0 16px 30px;
    position: relative
}

.products-services-wrap .secondary-box .tab-items .main-page:before {
    border-top: 1px solid #1d1d1b;
    border-right: 1px solid #1d1d1b;
    top: 6px;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    transform: rotate(45deg);
    left: 0
}

.products-services-wrap .secondary-box .tab-items .main-page a {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.products-services-wrap .secondary-box .tab-items .main-page a:hover {
    text-decoration: underline
}

.products-services-wrap .secondary-box .tab-items .sub-page-list {
    column-gap: 1.25em;
    columns: 3
}

.products-services-wrap .secondary-box .tab-items .sub-page-list li {
    padding: 0 0 14px 30px;
    position: relative;
    display: inline-block;
    width: 100%
}

.products-services-wrap .secondary-box .tab-items .sub-page-list li:before {
    border-top: 1px solid #1d1d1b;
    border-right: 1px solid #1d1d1b;
    top: 6px;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    transform: rotate(45deg);
    left: 0
}

.products-services-wrap .secondary-box .tab-items .sub-page-list li a {
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.products-services-wrap .secondary-box .tab-items .sub-page-list li a:hover {
    text-decoration: underline
}

.products-services-wrap .secondary-box .tab-items.col-desk--1-3 .sub-page-list {
    column-gap: 1.25em;
    columns: 1
}

.products-services-wrap .secondary-box .tab-items.col-desk--2-3 .sub-page-list {
    column-gap: 1.25em;
    columns: 2
}

.products-services-wrap.bg-color-white .main-box {
    background-color: #fff
}

.products-services-wrap.bg-color-white .main-box .heading h2 {
    color: #1d1d1b
}

.products-services-wrap.bg-color-white .main-box .tabs ul.tabs-list li.list-item a.active:after {
    border-top-color: #fff
}

.products-services-wrap.bg-color-white .main-box .tabs ul.tabs-list li.list-item a .link-text {
    color: #1d1d1b
}

.products-services-wrap.bg-color-white .secondary-box {
    background: #eff1f4
}

.products-services-wrap.bg-color-grey .main-box {
    background-color: #eff1f4
}

.products-services-wrap.bg-color-grey .main-box .heading h2 {
    color: #1d1d1b
}

.products-services-wrap.bg-color-grey .main-box .tabs ul.tabs-list li.list-item a.active:after {
    border-top-color: #eff1f4
}

.products-services-wrap.bg-color-grey .main-box .tabs ul.tabs-list li.list-item a .link-text {
    color: #1d1d1b
}

.products-services-wrap.bg-color-grey .secondary-box {
    background: #fff
}

.promo-grid-wrap {
    background-color: #fff
}

.promo-grid-wrap,
.promo-grid-wrap .promo-slider {
    overflow: hidden;
    width: 100%;
    position: relative
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider.slick-slider .slider-cell .content .module-text {
        padding-bottom: 120px
    }
}

.promo-grid-wrap .promo-slider .slider-cell {
    width: 100%;
    float: left
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.promo-grid-wrap .promo-slider .slider-cell .img {
    width: 100%;
    height: auto
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell .img {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0
    }
}

.promo-grid-wrap .promo-slider .slider-cell .img img {
    width: 100%;
    height: auto
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell .img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }
}

.promo-grid-wrap .promo-slider .slider-cell .content {
    position: relative
}

.promo-grid-wrap .promo-slider .slider-cell .content .module-text {
    background: #fff;
    padding: 22px 0 45px;
    font-family: Gotham SSm A, Gotham SSm B, Arial, Helvetica, sans-serif;
    min-height: 300px
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell .content .module-text {
        max-width: 50%;
        padding: 76px 8.333334% 60px;
        min-height: 400px
    }
}

.promo-grid-wrap .promo-slider .slider-cell .content .module-text h2 {
    color: #68a1c1;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell .content .module-text h2 {
        font-size: 33px;
        line-height: 40px
    }
}

.promo-grid-wrap .promo-slider .slider-cell .content .module-text h3 {
    font-size: 14px;
    font-weight: 501;
    line-height: 18px;
    color: #1d1d1b;
    margin-top: 18px;
    padding-right: 25%
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell .content .module-text h3 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 26px;
        padding-right: 0;
        color: #000
    }
}

.promo-grid-wrap .promo-slider .slider-cell .content .module-text p {
    color: #868686;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-top: 13px
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .promo-slider .slider-cell .content .module-text p {
        font-size: 14px;
        line-height: 23px;
        font-weight: 300;
        margin-top: 20px
    }
}

.promo-grid-wrap .promo-slider .slider-cell .content .module-text .button,
.promo-grid-wrap .promo-slider .slider-cell .content .module-text .nav-bypass__link {
    margin-top: 35px
}

@media screen and (min-width:56.25em) {

    .promo-grid-wrap .promo-slider .slider-cell .content .module-text .button,
    .promo-grid-wrap .promo-slider .slider-cell .content .module-text .nav-bypass__link {
        padding: 1.1em 5.5em
    }
}

@media screen and (min-width:56.25em) {

    .promo-grid-wrap.align-right .controls,
    .promo-grid-wrap.align-right .promo-slider .slider-cell .content .module-text {
        float: right
    }
}

.promo-grid-wrap .wrapper,
.promo-grid-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
:not(.grid__col)>.module-banner-link .promo-grid-wrap .module-banner-link__wrapper {
    position: static
}

@media screen and (min-width:56.25em) {

    .promo-grid-wrap .wrapper,
    .promo-grid-wrap :not(.grid__col)>.module-banner-link .module-banner-link__wrapper,
    :not(.grid__col)>.module-banner-link .promo-grid-wrap .module-banner-link__wrapper {
        position: relative
    }
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .controls {
        width: 50%
    }
}

.promo-grid-wrap .slider__controls {
    width: 100%
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .slider__controls {
        width: 50%;
        position: relative;
        max-width: 76em;
        padding: 0 0 0 3em;
        margin: -180px 0 0
    }
}

.promo-grid-wrap .slider__controls .slider__arrows {
    margin-left: 16.66668%
}

.promo-grid-wrap .slider__controls .slider__arrows .slick-arrow {
    position: absolute;
    top: 15%;
    left: 0;
    margin-top: -23px
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .slider__controls .slider__arrows .slick-arrow {
        position: relative;
        left: auto;
        right: auto;
        margin-top: 0
    }
}

.promo-grid-wrap .slider__controls .slider__arrows .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.promo-grid-wrap .slider__controls .slider__counter {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    float: left;
    margin: 14px 15px;
    color: #1d1d1b;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 25px;
    z-index: 1;
    text-align: center
}

@media screen and (min-width:56.25em) {
    .promo-grid-wrap .slider__controls .slider__counter {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        right: auto
    }
}

.language-toggle {
    position: relative
}

@media screen and (max-width:63.6875em) {
    .language-toggle {
        overflow: hidden
    }
}

.language-toggle__toggle {
    display: block;
    outline: none;
    text-align: left;
    width: 100%
}

@media screen and (max-width:63.6875em) {
    .language-toggle__popup {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .2s ease-out, opacity .2s ease-out
    }
}

@media screen and (min-width:63.75em) {
    .language-toggle__popup {
        background-color: #154194;
        left: 50%;
        margin: 1em 0 0 -4.563em;
        opacity: 0;
        position: absolute;
        text-align: center;
        transform: translateY(-.5em);
        transition: opacity .2s ease-out, transform .2s ease-out, visibility .2s ease-out;
        visibility: hidden;
        width: 9.125em;
        z-index: 1
    }
}

.language-toggle--is-active+.language-toggle__popup,
.no-js .language-toggle__toggle:focus+.language-toggle__popup {
    opacity: 1
}

@media screen and (max-width:63.6875em) {

    .language-toggle--is-active+.language-toggle__popup,
    .no-js .language-toggle__toggle:focus+.language-toggle__popup {
        max-height: 9.375em
    }
}

@media screen and (min-width:63.75em) {

    .language-toggle--is-active+.language-toggle__popup,
    .no-js .language-toggle__toggle:focus+.language-toggle__popup {
        display: block;
        transform: translateY(0);
        visibility: visible
    }
}

@media screen and (min-width:63.75em) {
    .language-toggle__popup:before {
        border-bottom: .625em solid #154194;
        border-left: .625em solid transparent;
        border-right: .625em solid transparent;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -.625em;
        position: absolute;
        top: -.563em;
        width: 0
    }
}

@media screen and (max-width:63.6875em) {
    .language-toggle__list {
        display: block;
        margin-bottom: .5em;
        padding-left: 2em
    }
}

@media screen and (min-width:63.75em) {
    .language-toggle__list-item:not(:first-child) {
        border-top: 1px solid hsla(0, 0%, 100%, .3)
    }
}

.language-toggle__link {
    color: #fff;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:63.6875em) {
    .language-toggle__link {
        font-size: .75em;
        line-height: 1.167;
        padding: .333em 0 1em
    }
}

@media screen and (min-width:63.75em) {
    .language-toggle__link {
        background-color: #154194;
        font-size: .813em;
        line-height: 1.231;
        padding: 1.231em;
        position: relative;
        transition: background-color .2s ease-out
    }
}

@media screen and (min-width:63.75em) {

    .language-toggle__link:not(.language-toggle__link--is-active):focus,
    .language-toggle__link:not(.language-toggle__link--is-active):hover {
        background-color: hsla(0, 0%, 100%, .2)
    }
}

@media screen and (max-width:63.6875em) {
    .language-toggle__link--is-active {
        display: none
    }
}

@media screen and (min-width:63.75em) {
    .language-toggle__link--is-active {
        cursor: default;
        opacity: .3
    }
}

@media screen and (min-width:63.75em) {
    .nav-support--white .language-toggle__popup {
        background-color: #fff
    }
}

@media screen and (min-width:63.75em) {
    .nav-support--white .language-toggle__popup:before {
        border-bottom-color: #fff
    }
}

@media screen and (min-width:63.75em) {
    .nav-support--white .language-toggle__list-item:not(:first-child) {
        border-top-color: #eee
    }
}

@media screen and (min-width:63.75em) {
    .nav-support--white .language-toggle__link {
        background-color: #fff;
        color: #154194
    }
}

@media screen and (min-width:63.75em) {

    .nav-support--white .language-toggle__link:not(.language-toggle__link--is-active):focus,
    .nav-support--white .language-toggle__link:not(.language-toggle__link--is-active):hover {
        background-color: rgba(0, 0, 0, .05)
    }
}

.share-widget {
    text-align: center
}

.share-widget--top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.share-widget__toggle {
    color: #154194;
    position: relative;
    transition: color .2s ease-out;
    display: none;
}

.share-widget__toggle:focus,
.share-widget__toggle:hover {
    color: #54829b
}

.share-widget__toggle:focus {
    outline: none
}

.share-widget__toggle-text {
    display: inline-block;
    font-size: .875em;
    font-weight: 700;
    line-height: 1.143;
    padding: .688rem .625rem .688rem 0;
    text-transform: uppercase;
    vertical-align: top;
    z-index: -1
}

@media screen and (max-width:40.5625em) {
    .share-widget__toggle-text {
        display: none
    }
}

.share-widget__toggle:after {
    background: #154194 no-repeat 50%;
    background-image: url("/box/images/fenxiang.png");
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 2.375rem;
    transition: background-color .1s ease-out;
    width: 2.375rem
}

.share-widget__toggle:focus:after,
.share-widget__toggle:hover:after {
    background-color: #54829b
}

.share-widget--is-active.share-widget__toggle:after {
    background-image: url("../images/755a2de8c06e4860a19988edc86364e9.gif");
    background-size: .875rem
}

.share-widget--share-btn {
    top: 48px
}

@media screen and (max-width:56.25em) {
    .share-widget--share-btn {
        top: 20px
    }
}

.share-widget--print .share-widget__toggle:after {
    background-image: url("../images/c03d95a29f9c4446a66be6520105dc6a.gif");
    background-size: 25px
}

.share-widget__list {
    margin-top: .375rem;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-1rem);
    transition: opacity .1s ease-out, transform .1s ease-out, visibility .1s ease-out .1s;
    visibility: hidden;
    width: 2.375rem;
    z-index: 1
}

.no-js .share-widget__list {
    display: none
}

.no-js .share-widget__toggle:focus+.share-widget__list,
.share-widget--is-active+.share-widget__list {
    display: block;
    opacity: 1;
    transform: none;
    transition: opacity .1s ease-out .1s, transform .2s ease-out .1s, visibility .2s ease-out .1s;
    visibility: visible
}

/*! Flickity v1.1.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.module-image-carousel {
    overflow: hidden
}

.carousel,
.module-image-carousel--no-slider .flickity-slider {
    position: relative
}

.carousel {
    overflow: hidden;
    transform: translateZ(0)
}

.media-placeholder.fullscreen .flickity-viewport {
    transition: height .2s ease-out
}

.carousel--fade .flickity-viewport {
    cursor: default !important
}

.carousel--fade .flickity-slider {
    transform: none !important
}

.carousel--buttons-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 46.25em
}

.js .carousel__caption,
.js .carousel__thumbs,
.js .carousel__viewport {
    opacity: 0;
    transition: opacity .2s ease-out .2s
}

.flickity-enabled~.carousel__caption,
.flickity-enabled~.carousel__thumbs,
.js .flickity-enabled {
    opacity: 1
}

.carousel__cell {
    position: relative;
    width: 100%
}

.no-js .carousel__cell {
    margin-bottom: 1.25em
}

.carousel--fade .carousel__cell {
    left: 0 !important;
    opacity: 0;
    z-index: -1
}

.carousel--fade .carousel__cell.is-selected {
    opacity: 1;
    z-index: 0
}

.no-js .carousel__image-wrap {
    margin-bottom: 1.25em
}

.flickity-enabled .carousel__figure img {
    opacity: 0;
    transition: opacity .2s ease-out
}

.flickity-enabled .carousel__figure .flickity-lazyloaded {
    opacity: 1
}

.js .carousel__cell .carousel__caption,
.no-js .carousel__caption--thumbs {
    display: none
}

@media screen and (min-width:56.25em) {

    .carousel__caption-text,
    .carousel__slide-count {
        display: table-cell
    }
}

.carousel__slide-count {
    font-weight: 700;
    margin-bottom: .4em
}

@media screen and (min-width:56.25em) {
    .carousel__slide-count {
        padding-right: 1.25em;
        width: 15%
    }
}

.carousel__caption-text {
    margin-bottom: 0
}

@media screen and (min-width:56.25em) {
    .carousel__slide-count+.carousel__caption-text {
        width: 85%
    }
}

.carousel__caption-text--bottom {
    vertical-align: bottom
}

.carousel--one-item .flickity-prev-next-button {
    display: none
}

.carousel--one-item .flickity-enabled.is-draggable .flickity-viewport {
    cursor: default
}

.flickity-prev-next-button {
    background: url("../images/df6a14e20f874c1eac982733983330a7.gif") no-repeat 50%;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 2.625em;
    margin-top: -1.313em;
    position: absolute;
    top: 50%;
    transition: background .2s ease-out, opacity .2s ease-out;
    width: 2.625em
}

@media screen and (max-width:56.1875em) {
    .flickity-prev-next-button {
        background-size: 3em
    }
}

@media screen and (min-width:56.25em) {
    .flickity-prev-next-button {
        height: 5.125em;
        margin-top: -2.563em;
        width: 3.75em
    }
}

.flickity-prev-next-button:not([disabled]):focus,
.flickity-prev-next-button:not([disabled]):hover {
    background-image: url("../images/306f237b093445ac95ae98ec2898f682.gif")
}

.flickity-prev-next-button.next {
    background-image: url("../images/fbe5a3be027b417091abb558b316713b.gif");
    right: 0
}

.flickity-prev-next-button.next:not([disabled]):focus,
.flickity-prev-next-button.next:not([disabled]):hover {
    background-image: url("../images/a2eb9505a7ca4b3298fa5ec705f4c091.gif")
}

.flickity-prev-next-button[disabled] {
    opacity: .3
}

.carousel--buttons-big .flickity-prev-next-button {
    background-image: url("../images/d108f8472ae94b2391cd6da2b312e6c6.gif");
    background-size: contain;
    height: 2.5em;
    margin-top: -1.25em;
    width: 2.5em
}

.carousel--buttons-big .flickity-prev-next-button.next {
    background-image: url("../images/f6e62fca9f5f4b19bf9e989335a18cb6.gif")
}

.carousel--buttons-big .flickity-prev-next-button.previous:not([disabled]):focus,
.carousel--buttons-big .flickity-prev-next-button.previous:not([disabled]):hover {
    background-image: url("../images/c60b62a001704b28b4dc7832395fd699.gif")
}

.carousel--buttons-big .flickity-prev-next-button.next:not([disabled]):focus,
.carousel--buttons-big .flickity-prev-next-button.next:not([disabled]):hover {
    background-image: url("../images/6e01ba742d4d4bc1a7478b9549118678.gif")
}

.carousel--buttons-large .flickity-prev-next-button {
    background-color: #abacae;
    background-image: url("../images/306f237b093445ac95ae98ec2898f682.gif");
    opacity: .5
}

@media screen and (min-width:56.25em) {
    .carousel--buttons-large .flickity-prev-next-button {
        width: 5.125em
    }
}

.carousel--buttons-large .flickity-prev-next-button.next {
    background-image: url("../images/a2eb9505a7ca4b3298fa5ec705f4c091.gif")
}

.carousel--buttons-large .flickity-prev-next-button[disabled] {
    background-color: transparent
}

.carousel--buttons-large .flickity-prev-next-button:not([disabled]):focus,
.carousel--buttons-large .flickity-prev-next-button:not([disabled]):hover {
    background-color: #54829b;
    opacity: 1
}

.carousel--buttons-card .flickity-prev-next-button {
    background-color: #eee;
    bottom: 1.25em;
    height: 2.5em;
    left: 50%;
    margin-left: .063em;
    top: auto;
    width: 2.5em
}

@media screen and (min-width:56.25em) {
    .carousel--buttons-card .flickity-prev-next-button {
        bottom: 1.875em;
        height: 3.125em;
        left: auto;
        margin-left: 0;
        right: 1.875em;
        width: 3.125em
    }
}

.carousel--buttons-card .flickity-prev-next-button.previous {
    margin-left: -2.563em
}

@media screen and (min-width:56.25em) {
    .carousel--buttons-card .flickity-prev-next-button.previous {
        right: 5.125em
    }
}

.carousel--buttons-card .flickity-prev-next-button:not([disabled]):focus,
.carousel--buttons-card .flickity-prev-next-button:not([disabled]):hover {
    background-color: #abacae
}

@media screen and (min-width:56.25em) {
    .module-image-carousel--inset .flickity-prev-next-button {
        background-size: 3em;
        height: 3.125em;
        width: 3.125em
    }
}

.flickity-prev-next-button>svg {
    display: none
}

.flickity-page-dots {
    display: none;
    margin: 0 1.25em;
    padding: .5em;
    position: relative;
    text-align: center;
    width: calc(100% - 2.5em);
    z-index: 9
}

.carousel--mobile-dots .flickity-page-dots {
    display: none
}

@media screen and (max-width:40.5625em) {
    .carousel--mobile-dots .flickity-page-dots {
        display: block
    }
}

.flickity-page-dots .dot {
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    height: .5em;
    margin: 0 .5em;
    text-indent: -9999px;
    width: .5em
}

.flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot:hover {
    background-color: #757575
}

.carousel__top-right {
    position: absolute;
    right: .938rem;
    top: .938rem;
    z-index: 1
}

@media screen and (min-width:40.625em) {
    .carousel__top-right {
        right: .313rem;
        top: .625rem
    }
}

.carousel__viewport:not(.flickity-enabled) .carousel__control-list,
.flickity-enabled .carousel__cell .button-icon--download,
.no-js .carousel-controls {
    display: none
}

.carousel__thumbs {
    padding-top: 1.25em
}

@media screen and (max-width:40.5625em) {
    .carousel__thumbs {
        display: none
    }
}

.no-js .carousel__thumbs {
    display: none
}

.media-placeholder {
    opacity: 1;
    position: relative;
    transition: opacity .2s ease-out
}

.media-placeholder.animating {
    opacity: 0
}

.media-placeholder.fullscreen {
    background-color: #f5f5f3;
    left: 50%;
    max-width: 58em;
    opacity: 1;
    position: fixed;
    top: 52%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 110
}

@media screen and (max-width:56.1875em) {
    .media-placeholder.fullscreen {
        width: 80%
    }
}

@media screen and (max-height:56.25em) {
    .media-placeholder.fullscreen {
        max-width: 42em;
        top: 50%
    }
}

@media screen and (max-height:43.75em) {
    .media-placeholder.fullscreen {
        max-width: 34em
    }
}

@media screen and (max-height:37.5em) {
    .media-placeholder.fullscreen {
        max-width: 28em
    }
}

.media-placeholder.fullscreen .carousel {
    overflow: visible
}

.media-placeholder.fullscreen .carousel__control-list {
    display: none
}

.media-placeholder.fullscreen .flickity-prev-next-button {
    background-size: 58%;
    height: 2.5em;
    margin-top: -1.25em;
    top: calc((100% + 12.5em) / 2);
    width: 2.5em
}

.media-placeholder.fullscreen .flickity-prev-next-button.previous {
    background-image: url("../images/d108f8472ae94b2391cd6da2b312e6c6.gif");
    left: -6.5em
}

@media screen and (max-width:56.1875em) {
    .media-placeholder.fullscreen .flickity-prev-next-button.previous {
        left: -3em
    }
}

@media screen and (max-height:56.25em) {
    .media-placeholder.fullscreen .flickity-prev-next-button.previous {
        left: -3em
    }
}

.media-placeholder.fullscreen .flickity-prev-next-button.next {
    background-image: url("../images/f6e62fca9f5f4b19bf9e989335a18cb6.gif");
    right: -6.5em
}

@media screen and (max-height:56.25em) {
    .media-placeholder.fullscreen .flickity-prev-next-button.next {
        right: -3em
    }
}

@media screen and (max-width:56.1875em) {
    .media-placeholder.fullscreen .flickity-prev-next-button.next {
        right: -3em
    }
}

.media-placeholder.fullscreen .previous:not([disabled]):focus,
.media-placeholder.fullscreen .previous:not([disabled]):hover {
    background-image: url("../images/0f187a59933a40c2a095d9176b3c92b1.gif")
}

.media-placeholder.fullscreen .next:not([disabled]):focus,
.media-placeholder.fullscreen .next:not([disabled]):hover {
    background-image: url("../images/bb47515316964021953c1d00e659f362.gif")
}

.media-placeholder.fullscreen .figcaption--fixed-height {
    padding: .75em 2.5em
}

.media-placeholder.fullscreen .carousel__thumbs {
    margin-bottom: 1.5em;
    padding-left: 2.5em;
    padding-right: 2.5em
}

@media screen and (max-height:56.25em) {
    .media-placeholder.fullscreen .carousel__thumbs {
        margin-bottom: 0
    }
}

.media-placeholder .button-icon--close {
    background-size: cover;
    display: none;
    height: 4.5em;
    position: absolute;
    right: -1.4em;
    top: -5em;
    width: 4.5em
}

@media screen and (max-height:56.25em) {
    .media-placeholder .button-icon--close {
        right: -5em;
        top: -1.4em
    }
}

.media-placeholder.fullscreen .button-icon--close {
    display: block
}

.media-overlay {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .2s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.media-overlay.visible {
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.media-placeholder.fullscreen .media-holder {
    margin: 0
}

@media screen and (max-width:40.5625em) {
    .media-placeholder.fullscreen .media-holder {
        width: 100%
    }
}

.media-placeholder.fullscreen .figcaption--fixed-height {
    width: 100%
}

.carousel--sides-visible,
.carousel--sides-visible .flickity-viewport {
    overflow: visible
}

.carousel--sides-visible .carousel__cell {
    padding: 0 1.25em
}

@media screen and (min-width:40.625em) {
    .carousel--sides-visible .carousel__cell {
        padding: 0 2em
    }
}

@media screen and (min-width:70em) {
    .carousel--sides-visible .carousel__cell {
        padding: 0 3.5em
    }
}

.carousel--cards-holder {
    margin: 0 auto;
    width: 100%
}

@media screen and (min-width:40.625em) {
    .carousel--cards-holder {
        max-width: 54em;
        width: 80%
    }
}

.carousel__card {
    background-color: #fff;
    padding: 1.75em 1em;
    position: relative
}

@media screen and (min-width:40.625em) {
    .carousel__card {
        padding: 2em 3em
    }
}

@media screen and (min-width:56.25em) {
    .carousel__card {
        padding: 2.5em 6em 3.5em
    }
}

@media screen and (max-width:40.5625em) {
    .carousel__card:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2.5em;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }
}

.carousel__card p {
    line-height: 1.75em
}

@media screen and (max-width:40.5625em) {
    .carousel__card p {
        font-size: .9375em
    }
}

.carousel--cards-holder .carousel__card {
    margin-bottom: -61.5em;
    padding-bottom: 62.5em
}

@media screen and (min-width:40.625em) {
    .carousel--cards-holder .carousel__card {
        margin-bottom: -60.5em
    }
}

@media screen and (min-width:56.25em) {
    .carousel--cards-holder .carousel__card {
        margin-bottom: -59em
    }
}

.carousel__card .list-icons__icon {
    display: inline-block;
    margin-bottom: 1rem
}

@media screen and (max-width:40.5625em) {
    .carousel__card .list-icons__icon {
        height: 3.25em;
        width: 3.25em
    }
}

@media screen and (max-width:40.5625em) {
    .carousel--cards-holder .flickity-prev-next-button {
        display: none
    }
}

.carousel--cards-holder .flickity-prev-next-button.previous {
    left: 2em
}

@media screen and (min-width:56.25em) {
    .carousel--cards-holder .flickity-prev-next-button.previous {
        left: 5em
    }
}

.carousel--cards-holder .flickity-prev-next-button.next {
    right: 2em
}

@media screen and (min-width:56.25em) {
    .carousel--cards-holder .flickity-prev-next-button.next {
        right: 5em
    }
}

.carousel__title {
    margin-bottom: 2em
}

@media screen and (min-width:40.625em) {
    .carousel__title {
        margin-bottom: 3.75em
    }
}

.card-content {
    margin-bottom: 1.4em
}

@media screen and (min-width:40.625em) {
    .card-content {
        margin-bottom: 2em
    }
}

@media screen and (max-width:40.5625em) {

    .carousel__card .button,
    .carousel__card .nav-bypass__link {
        max-width: 75%
    }
}

.tabs__panel {
    outline: none;
    padding: 1.25em 0
}

.tabs__panel[aria-hidden=true] {
    display: none
}

.modal-overlay {
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    zoom: 1
}

.modal-overlay__modal {
    background: #fff;
    left: 10%;
    padding: 5em 1.25em 1.25em;
    position: absolute;
    top: 10%;
    width: 80%
}

@media screen and (min-width:40.625em) {
    .modal-overlay__modal {
        left: 50%;
        margin-left: -18.75em;
        max-width: 37.5em;
        top: 30%
    }
}

@media screen and (min-width:56.25em) {
    .modal-overlay__modal {
        padding: 5em 1.875em 1.875em
    }
}

.modal-overlay__close {
    background: no-repeat 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAwElEQVQ4T5WTyxGDIBRF722MUjTsyCqmk2QVd6KdaEXpgMxzEgeRR5AlzDm8L900vwkOr8bcceK4cX4QaOmm5UJgCIDvG2NrHNdx8SDaAFgKcEYSw31j/CqolaSwcJvgnyQHHwSaRIOzglTCAP4KJjmnRd6lED9GhZVrm4PVCORBwg5EKz+UWpyNIM75+4s6JwdBrmClOdkJStXWJJugBJeGbRXUwJqE61aRN1kMrVVp77d0QnhS1hlgVwvHkQDoPqmIo+0iVns0AAAAAElFTkSuQmCC");
    height: 3.75em;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75em
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.input-toggle__input,
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.display-none {
    display: none !important;
    visibility: hidden
}

.js .js-hide {
    display: none
}

@media screen and (max-width:40.5625em) {
    .display-palm--none {
        display: none !important
    }
}

@media screen and (min-width:40.625em) and (max-width:56.1875em) {
    .display-lap--none {
        display: none !important
    }
}

@media screen and (min-width:56.25em) {
    .display-desk--none {
        display: none !important
    }
}

@media screen and (max-width:63.6875em) {
    .display-nav--none-max {
        display: none !important
    }
}

@media screen and (min-width:63.75em) {
    .display-nav--none-min {
        display: none !important
    }
}

.margin-0 {
    margin: 0 !important
}

.margin-t-0 {
    margin-top: 0 !important
}

.margin-r-0 {
    margin-right: 0 !important
}

.js .js-margin-b-0,
.margin-b-0 {
    margin-bottom: 0 !important
}

.margin-l-0 {
    margin-left: 0 !important
}

@media screen and (min-width:56.25em) {
    .margin-b-desk--0 {
        margin-bottom: 0 !important
    }
}

.padding-0 {
    padding: 0 !important
}

.padding-t-0 {
    padding-top: 0 !important
}

.padding-r-0 {
    padding-right: 0 !important
}

.padding-b-0 {
    padding-bottom: 0 !important
}

.padding-l-0 {
    padding-left: 0 !important
}

@media screen and (min-width:56.25em) {
    .float-desk--right {
        float: right
    }
}

.color-base {
    color: #111
}

.color-primary {
    color: #154194
}

.color-reverse {
    color: #666
}

.color-mid-grey {
    color: #757575
}

.color-blue {
    color: #154194
}

.color-red {
    color: #cd5969
}

.color-yellow {
    color: #f6c565
}

.color-green {
    color: #93b66f
}

.color-teal {
    color: #5eb2b2
}

.color-purple {
    color: #8572b9
}

.color-pink {
    color: #d384b1
}

.bg-color-white {
    background-color: #fff
}

.bg-color-grey {
    background-color: #eff1f4
}

.bg-color-black {
    background-color: #1d1d1b
}

.bg-reverse {
    background-color: #fff
}

.bg-blue,
.bg-primary {
    background-color: #fff
}

.bg-grey,
.bg-img,
.bg-tint {
    background-color: #f5f5f3
}

.bg-light-grey {
    background-color: #abacae
}

.border-red {
    border-color: #cd5969
}

.border-yellow {
    border-color: #f6c565
}

.border-green {
    border-color: #93b66f
}

.border-teal {
    border-color: #5eb2b2
}

.border-purple {
    border-color: #8572b9
}

.border-pink {
    border-color: #d384b1
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media screen and (max-width:56.1875em) {
    .align-lap--center {
        text-align: center
    }
}

@media screen and (min-width:56.25em) {
    .align-desk--right {
        text-align: right
    }
}

.text-caps {
    text-transform: uppercase
}

.text-light {
    font-weight: 300
}

.text-regular {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
        text-align: left !important;
        text-shadow: none !important
    }

    body {
        font-size: 75%
    }

    a,
    a:visited {
        text-decoration: underline
    }

    [href]:after {
        content: " ("attr(href) ")"
    }

    [href^="#"]:after,
    [href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    table {
        width: 100%
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .breadcrumb,
    .csstransforms .module-banner__bg,
    .list-tabs,
    .main-header__meta,
    .nav-bypass,
    .panel-cookie,
    .print__button,
    .site-footer,
    .site-header,
    [id=filter-events],
    [id=filter-year] {
        display: none !important
    }

    .main-header__hero {
        min-height: unset;
        height: 100%
    }

    .main-header__hero img {
        display: none
    }

    .main-header__hero-overlay {
        height: 100%;
        padding: 0
    }

    .main-header__hero-text {
        display: block
    }

    .text-content ol li,
    .text-content ul li {
        margin-bottom: .5em
    }

    .module-banner__card {
        padding: 1em
    }

    .statistic__value {
        font-size: 2.5em
    }

    .carousel__viewport {
        opacity: 1 !important
    }

    .flickity-viewport {
        clear: both;
        float: left;
        height: auto !important;
        width: 100%
    }

    .flickity-slider {
        transform: none !important
    }

    .carousel__cell,
    .flickity-slider {
        left: auto !important;
        position: relative !important
    }

    .carousel__cell {
        clear: both;
        display: none;
        float: left
    }

    .carousel__cell.is-selected {
        display: block
    }

    .flickity-enabled .carousel__figure img {
        opacity: 1 !important
    }

    .media-wrap--3-2 {
        padding: 0
    }

    .media-wrap__item {
        clear: both !important;
        float: left !important;
        height: auto !important;
        left: auto !important;
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        width: 100% !important
    }

    .tabs__panel[aria-hidden=true] {
        clear: both;
        display: block;
        float: left;
        width: 100%
    }

    .card-media .card-media__footer-right,
    .module-banner-link,
    .module-downloads,
    .module-multi-promo,
    .module-profile-quote,
    .module-quote {
        display: none
    }

    .module-banner__card>* {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .list-block--border {
        border: 0
    }

    .newsletter-list .card-media__image {
        float: left;
        height: 200px;
        width: 200px
    }

    .newsletter-list .card-media__body {
        clear: both
    }
}






.wrapper{margin:0 auto;padding:0 1.25em;position:relative;width:100%;}
@media screen and (min-width:40.625em){
.wrapper{max-width:80%;}
}
@media screen and (min-width:56.25em){
.wrapper{max-width:76em;padding:0 3em;}
}
@media screen and (max-width:40.5625em){
.wrapper--tight{padding:0 .625em;}
}
a{text-decoration:none;}
ul{list-style:none;}
.section{border-bottom:1px solid #f5f5f3;clear:both;padding:2.5em 0;}
@media screen and (min-width:40.625em){
.section{padding:3.75em 0;}
}
.header-anchor-spacer{background-clip:padding-box;border-top:4.375rem solid transparent;margin-top:-4.375rem;}
@media screen and (min-width:63.75em){
.header-anchor-spacer{border-top-width:7.25rem;margin-top:-7.25rem;}
}
.list-tabs{border-bottom:1px solid #eee;font-size:0;width:100%;}
@media screen and (max-width:40.5625em){
.list-tabs{margin-left:-1.25rem;width:calc(100% + 2.5rem);}
}
@media screen and (max-width:56.1875em){
.list-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto;}
}
@media screen and (max-width:40.5625em){
.wrapper--tight .list-tabs{margin-left:-.625rem;width:calc(100% + 1.25rem);}
}
.list-tabs__list-item{display:inline-block;font-size:1rem;}
.list-tabs__tab{background-color:#fbfbfa;border:1px solid #eee;color:#154194;display:block;font-size:.75em;font-weight:700;line-height:1.167;padding:2em;text-align:center;text-transform:uppercase;transform:translateZ(0);transition:background .2s ease-out, border-color .2s ease-out, color .2s ease-out;white-space:nowrap;}
@media screen and (max-width:56.1875em){
.list-tabs__tab{min-width:50vw;}
}
@media screen and (min-width:70em){
.list-tabs__tab{font-size:.875em;}
}
.list-tabs__tab:focus,.list-tabs__tab:hover{background-color:rgba(0, 0, 0, .05);}
.list-tabs--arrow .list-tabs__tab--is-active{background-color:#154194;border-color:#154194;color:#fff;}
.list-tabs--reverse .list-tabs__tab{background-color:transparent;border-color:#fff;color:#fff;}
.list-tabs--reverse .list-tabs__tab:not(.list-tabs__tab--is-active):focus,.list-tabs--reverse .list-tabs__tab:not(.list-tabs__tab--is-active):hover{background-color:hsla(0, 0%, 100%, .1);}
.list-tabs--reverse .list-tabs__tab--is-active{background-color:#fff;border-color:#fff;color:#154194;}
.list-tabs--gutter{border-bottom:0;}
@media screen and (max-width:40.5625em){
.list-tabs--gutter .list-tabs__list-item:first-child{padding-left:.625em;}
}
@media screen and (max-width:40.5625em){
.list-tabs--gutter .list-tabs__list-item:last-child{padding-right:.625em;}
}
.list-tabs--gutter .list-tabs__list-item:not(:last-child){margin-right:.625em;}
@media screen and (min-width:40.625em){
.list-tabs--gutter .list-tabs__list-item:not(:last-child){margin-right:1.25em;    width: 45%;}
}
@media screen and (max-width:56.1875em){
.list-tabs--gutter .list-tabs__tab{min-width:calc(50vw - 1.25em);}
}
.list-tabs--arrow{border-bottom:0;}
@media screen and (max-width:56.1875em){
.list-tabs--arrow .list-tabs__list-item{padding-bottom:.625em;}
}
.list-tabs--arrow .list-tabs__tab{padding:1em 1.667em;position:relative;}
@media screen and (min-width:56.25em){
.list-tabs--arrow .list-tabs__tab{padding:1.571em;}
}
.list-tabs--arrow .list-tabs__tab--is-active:after{border-left:.625rem solid transparent;border-right:.625rem solid transparent;border-top:.625rem solid #154194;bottom:-.688rem;content:"";height:0;left:50%;margin-left:-.313rem;position:absolute;width:0;z-index:1;}
.list-tabs--reverse.list-tabs--arrow .list-tabs__tab--is-active:after{border-top-color:#fff;}
.color-reverse{color:#666;}
.bg-primary{background-color:#fff;}
@media print{
*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;font-family:Arial, Helvetica Neue, Helvetica, sans-serif!important;text-align:left!important;text-shadow:none!important;}
a,a:visited{text-decoration:underline;}
.list-tabs{display:none!important;}
}
@media screen and (min-width:40.625em){
.wrapper{max-width:80%;}
}
@media screen and (min-width:56.25em){
.wrapper{max-width:76em;padding:0 3em;}
}
@media screen and (max-width:40.5625em){
.wrapper--tight{padding:0 .625em;}
}
.list-tabs{border-bottom:1px solid #eee;font-size:0;width:100%;}
@media screen and (max-width:40.5625em){
.list-tabs{margin-left:-1.25rem;width:calc(100% + 2.5rem);}
}
@media screen and (max-width:56.1875em){
.list-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto;}
}
@media screen and (max-width:40.5625em){
.wrapper--tight .list-tabs{margin-left:-.625rem;width:calc(100% + 1.25rem);}
}
.list-tabs__list-item{display:inline-block;font-size:1rem;width: 45%;}
.list-tabs__tab{background-color:#fbfbfa;border:1px solid #eee;color:#154194;display:block;font-size:.75em;font-weight:700;line-height:1.167;padding:2em;text-align:center;text-transform:uppercase;transform:translateZ(0);transition:background .2s ease-out,border-color .2s ease-out,color .2s ease-out;white-space:nowrap;}
@media screen and (max-width:56.1875em){
.list-tabs__tab{min-width:50vw;}
}
@media screen and (min-width:70em){
.list-tabs__tab{font-size:.875em;}
}
.list-tabs__tab:focus,.list-tabs__tab:hover{background-color:rgba(0,0,0,.05);}
.list-tabs--arrow .list-tabs__tab--is-active{background-color:#154194;border-color:#154194;color:#fff;}
.list-tabs--reverse .list-tabs__tab{background-color:transparent;border-color:#fff;color:#fff;}
.list-tabs--reverse .list-tabs__tab:not(.list-tabs__tab--is-active):focus,.list-tabs--reverse .list-tabs__tab:not(.list-tabs__tab--is-active):hover{background-color:hsla(0,0%,100%,.1);}
.list-tabs--reverse .list-tabs__list-item.active{background-color:#fff;border-color:#fff;color:#154194;}
.list-tabs--reverse .list-tabs__list-item.active .list-tabs__tab {color:#154194;}


.list-tabs--reverse .list-tabs__list-item.active .list-tabs__tab:after {
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-top: .625rem solid #154194;
    bottom: -.688rem;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -.313rem;
    position: absolute;
    width: 0;
    z-index: 1;
}
.list-tabs--reverse .list-tabs__list-item.active .list-tabs__tab:after {
    border-top-color: #fff;
}




.list-tabs--gutter{border-bottom:0;}
@media screen and (max-width:40.5625em){
.list-tabs--gutter .list-tabs__list-item:first-child{padding-left:.625em;}
}
@media screen and (max-width:40.5625em){
.list-tabs--gutter .list-tabs__list-item:last-child{padding-right:.625em;}
}
.list-tabs--gutter .list-tabs__list-item:not(:last-child){margin-right:.625em;}
@media screen and (min-width:40.625em){
.list-tabs--gutter .list-tabs__list-item:not(:last-child){margin-right:1.25em;}
}
@media screen and (max-width:56.1875em){
.list-tabs--gutter .list-tabs__tab{min-width:calc(50vw - 1.25em);}
}
.list-tabs--arrow{border-bottom:0;}
@media screen and (max-width:56.1875em){
.list-tabs--arrow .list-tabs__list-item{padding-bottom:.625em;}
}
.list-tabs--arrow .list-tabs__tab{padding:1em 1.667em;position:relative;}
@media screen and (min-width:56.25em){
.list-tabs--arrow .list-tabs__tab{padding:1.571em;}
}
.list-tabs--arrow .list-tabs__tab--is-active:after{border-left:.625rem solid transparent;border-right:.625rem solid transparent;border-top:.625rem solid #154194;bottom:-.688rem;content:"";height:0;left:50%;margin-left:-.313rem;position:absolute;width:0;z-index:1;}
.list-tabs--reverse.list-tabs--arrow .list-tabs__tab--is-active:after{border-top-color:#fff;}
.color-reverse{color:#fff;}
.bg-primary{background-color:#154194;}
@media print{
*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;font-family:Arial,Helvetica Neue,Helvetica,sans-serif!important;text-align:left!important;text-shadow:none!important;}
a,a:visited{text-decoration:underline;}
.list-tabs{display:none!important;}
}











  