/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

/*body {
    line-height: 1
}*/

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none
    }

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@font-face {
    font-family: LatoLight;
    src: url(../fonts/Lato-Light.eot);
    src: url(../fonts/Lato-Light_B38582A2.eot) format("embedded-opentype"),url(../fonts/Lato-Light.woff2) format("woff2"),url(../fonts/Lato-Light.woff) format("woff"),url(../fonts/Lato-Light.ttf) format("truetype");
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular_B38582A2.eot) format("embedded-opentype"),url(../fonts/Lato-Regular.woff2) format("woff2"),url(../fonts/Lato-Regular.woff) format("woff"),url(../fonts/Lato-Regular.ttf) format("truetype");
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: LatoBold;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold_B38582A2.eot) format("embedded-opentype"),url(../fonts/Lato-Bold.woff2) format("woff2"),url(../fonts/Lato-Bold.woff) format("woff"),url(../fonts/Lato-Bold.ttf) format("truetype");
    text-rendering: optimizeLegibility
}

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

/*body {
    font-family: Lato,Helvetica,sans-serif;
    position: relative;
    color: #000;
    background: #0078c9
}*/

body.no-scroll {
    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 320px
}

    .wrapper:after {
        content: " ";
        display: block;
        clear: both
    }

.main-content {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
    background: #fff
}

.video-player {
    border: 1px solid #95989a
}

html {
    font-size: 10px
}

.button--primary, .button--secondary, .button--tertiary, .listing-module--2col .listing-item__link, .button--quaternary {
    font-size: 1.8rem;
    font-family: Lato,Helvetica,sans-serif;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none
}

.button--primary {
    line-height: 67px;
    min-width: 200px;
    min-height: 67px;
    color: #000;
    border: 1px solid #95989a;
    -webkit-border-radius: 0;
    background: #ffc425;
    -webkit-appearance: none
}

    .button--primary:hover {
        color: #fff;
        border-color: #fff
    }

    .button--primary:focus {
        outline: none
    }

    .button--primary.takeover-form__submit-button, .button--small {
        font-size: 2rem
    }

.button--secondary {
    line-height: 86px;
    min-width: 260px;
    min-height: 86px;
    color: #fff;
    border: 1px solid #95989a;
    background: #0078c9
}

    .button--secondary:hover {
        color: #fff;
        border-color: #fff;
        background: #00aad2
    }

.button--tertiary {
    color: #000;
    border: 1px solid #95989a;
    background: #ffc425
}

    .button--tertiary:hover {
        color: #fff;
        border-color: #fff
    }

.listing-module--2col .listing-item__link, .button--quaternary {
    font-size: 1.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 44px;
    min-width: 210px;
    min-height: 44px;
    text-align: center;
    color: #95989a;
    border: 1px solid #95989a;
    background: #fff
}

    .listing-module--2col .listing-item__link:hover, .button--quaternary:hover {
        color: #00aad2;
        border-color: #00aad2
    }

.takeover-form__input.input-validation-error, .comment-form__input.input-validation-error, .subscribe-form__input.input-validation-error {
    color: red;
    border: 1px solid red
}

    .takeover-form__input.input-validation-error::-webkit-input-placeholder, .comment-form__input.input-validation-error::-webkit-input-placeholder, .subscribe-form__input.input-validation-error::-webkit-input-placeholder {
        -webkit-transition: color 1s;
        color: red
    }

    .takeover-form__input.input-validation-error:-moz-placeholder, .comment-form__input.input-validation-error:-moz-placeholder, .subscribe-form__input.input-validation-error:-moz-placeholder, .takeover-form__input.input-validation-error::-moz-placeholder, .comment-form__input.input-validation-error::-moz-placeholder, .subscribe-form__input.input-validation-error::-moz-placeholder {
        -webkit-transition: color 1s;
        transition: color 1s;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: red
    }

    .takeover-form__input.input-validation-error:-ms-input-placeholder, .comment-form__input.input-validation-error:-ms-input-placeholder, .subscribe-form__input.input-validation-error:-ms-input-placeholder {
        -webkit-transition: color 1s;
        transition: color 1s;
        color: red
    }

.takeover-form__form {
    font-family: Lato,Helvetica,sans-serif;
    float: left;
    width: 100%;
    background: #0078c9
}

.takeover-form__title {
    padding: 0 60px 0 0
}

.takeover-form__directions {
    font-size: 2.2rem;
    float: left;
    width: 100%;
    padding: 15px 0 0
}

.takeover-form__directions__button {
    padding-top: 10px;
    text-align: right
}

.takeover-form__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.takeover-form__field {
    padding-bottom: 15px;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

    .takeover-form__field:first-child, :not(.takeover-form__field) + .takeover-form__field {
        padding-top: 35px
    }

.takeover-form__field--fullwidth {
    float: left;
    width: 100%;
    padding: 0 0 15px
}

.takeover-form__field__content-right {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    text-align: left
}

.takeover-form__first-name {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.takeover-form__last-name {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.takeover-form__email {
    display: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.new-user .takeover-form__email {
    display: block
}

.takeover-form__city {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.takeover-form__country {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.takeover-form__state {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.takeover-form__newsletter {
    display: none;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

    .takeover-form__newsletter .takeover-form__checkbox__container {
        float: right
    }

.takeover-form__company {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.takeover-form__job-role {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.takeover-form__industry {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.takeover-form__job-function {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.takeover-form__current-user {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.takeover-form__area-interest-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.takeover-form__area-interest-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.takeover-form__message-input {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.takeover-form__expert {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.takeover-form__phone {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.contact-us__newsletter__title.takeover-form__checkbox__label {
    margin-right: 0
}

.takeover-form__label--visible {
    display: inline-block
}

.takeover-form__input {
    font-size: 1.7rem;
    font-family: Lato,Helvetica,sans-serif;
    width: 100%;
    padding: 5px 8px;
    -webkit-transition: color 1s;
    transition: color 1s;
    color: #95989a;
    border: 1px solid #8d9aa2;
    border-radius: 0;
    outline: none;
    background: #d6e0ee
}

.input-validation-error + .input-validation-error-span {
    color: red
}

.takeover-form__label {
    display: none
}

.takeover-form__select {
    padding: 5px 30px 5px 8px;
    -webkit-border-radius: 0;
    background: url(../_images/select-arrows-normal.png) 100% center no-repeat #d6e0ee;
    background-size: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

    .takeover-form__select::-ms-expand {
        display: none
    }

.takeover-form__checkbox__group {
    float: right
}

.takeover-form__checkbox__label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: left
}

.takeover-form__checkbox__container {
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 40px
}

.takeover-form__checkbox__indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #95989a;
    background: #fff
}

.takeover-form__checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.takeover-form__checkbox input:checked ~ .takeover-form__checkbox__indicator {
    background: #0078c9
}

.takeover-form__close-btn {
    display: none
}

.takeover-form__nav-btn {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    border: 0;
    background: none
}

    .takeover-form__nav-btn:focus {
        outline: none
    }

.takeover-form__nav-btn__img {
    width: 40px;
    height: 35px
}

.takeover-form__error {
    float: left;
    width: 100%;
    -webkit-box-ordinal-group: 201;
    -webkit-order: 200;
    -ms-flex-order: 200;
    order: 200
}

.takeover-form__submit {
    text-align: center;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99
}

.blog-content {
    line-height: 1.2;
    float: left;
    width: 100%;
    color: #95989a
}

.blog-content__main {
    float: left;
    width: 100%;
    padding: 0 25px 30px
}

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

    .blog-content__main pre {
        overflow: scroll;
        max-width: 100%
    }

.blog-content__comments {
    float: left;
    width: 100%;
    padding: 20px 25px 30px
}

    .blog-content__comments.expanded {
        display: block
    }

.blog-header__comments-btn {
    cursor: pointer
}

.blog-content__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    padding-bottom: 20px;
    color: #0078c9
}

.blog-content__subtitle {
    font-size: 2rem;
    padding-bottom: 20px;
    color: #000
}

.blog-content__text {
    font-size: 1.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    padding-bottom: 20px;
    color: #95989a
}

    .blog-content__text i, .blog-content__text em {
        font-style: italic
    }

    .blog-content__text strong, .blog-content__text b {
        font-weight: 700
    }

    .blog-content__text ul {
        padding-left: 45px;
        list-style-type: disc
    }

.blog-content__actions {
    display: block;
    text-align: center
}

.blog-content__actions__item {
    position: relative;
    display: inline-block;
    float: left
}

    .blog-content__actions__item:after {
        position: absolute;
        top: 3px;
        right: -2px;
        width: 1px;
        height: 35px;
        content: "";
        background-color: #95989a
    }

    .blog-content__actions__item:last-child:after {
        background: none
    }

    .blog-content__actions__item:last-child .blog-content__actions__item__btn {
        padding: 5px 0 5px 20px
    }

.blog-content__actions__item__btn {
    font-size: 1.8rem;
    font-family: LatoLight,Helvetica,sans-serif;
    display: table;
    float: left;
    min-height: 51px;
    padding: 5px 20px;
    text-decoration: none;
    color: #95989a
}

    .blog-content__actions__item__btn.disable {
        cursor: default;
        pointer-events: none
    }

.blog-content__actions__item__title {
    display: none
}

.active .blog-content__actions__item__title {
    color: #0078c9
}

.blog-content__actions__item__icon {
    display: inline-block;
    width: 37px;
    height: 30px
}

    .blog-content__actions__item__icon svg {
        fill: #cacbcc
    }

.active .blog-content__actions__item__icon svg {
    fill: #0078c9
}

.blog-content__join-btn {
    margin-top: 20px
}

.blog-content__comments__item {
    font-family: LatoLight,Helvetica,sans-serif;
    float: left;
    width: 100%;
    padding-bottom: 50px
}

.blog-content__comments__time {
    font-size: 1.4rem;
    display: block;
    float: left;
    width: 100%;
    padding: 13px 5.88% 0 0;
    color: #95989a
}

.blog-content__comments__metadata {
    font-size: 1.6rem;
    display: block;
    float: left;
    width: 100%;
    padding: 13px 5.88% 20px 0;
    color: #000
}

.blog-content__comments__metadata--gray {
    color: #95989a
}

.blog-content__comments__comment {
    font-size: 1.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    padding-bottom: 25px
}

.blog-content__comments__cta {
    font-size: 1.8rem;
    font-family: LatoLight,Helvetica,sans-serif;
    float: left;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #95989a;
    border-bottom: 1px solid #95989a
}

.blog-content__comments__cta__link {
    display: table;
    text-decoration: none;
    color: #95989a
}

.blog-content__comments__icon {
    display: inline-block;
    width: 48px;
    height: 26px;
    padding-right: 18px;
    vertical-align: middle
}

    .blog-content__comments__icon svg {
        fill: #cacbcc
    }

.blog-content__comments__cta__label {
    display: table-cell;
    vertical-align: middle
}

.blog-content__share-this {
    position: absolute;
    top: -40px;
    left: -145px;
    display: none;
    background: #fff
}

.is-open .blog-content__share-this {
    display: block
}

.blog-header {
    line-height: 1.2;
    float: left;
    width: 100%;
    padding: 10px 25px 0;
    color: #95989a
}

.blog-header__image {
    display: block;
    float: left;
    padding: 30px 25%
}

.blog-header__image__src {
    max-width: 100%;
    height: auto;
    border: 10px solid #ffc425;
    border-radius: 50%
}

.blog-header__meta {
    font-size: 1.4rem;
    display: block;
    float: left;
    padding: 13px 5.88% 0 0;
    color: #95989a
}

.blog-header__author {
    text-decoration: none;
    color: #000
}

.blog-header__social-media {
    display: none
}

.blog-header__social-media__item {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.blog-header__social-media__link {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    cursor: pointer
}

    .blog-header__social-media__link svg {
        fill: #747679
    }

    .blog-header__social-media__link:hover svg {
        fill: #0078c9
    }

.blog-header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-header__user-reactions {
    font-size: 2.8rem;
    float: left;
    width: 100%;
    height: 45px;
    margin-bottom: 50px;
    padding: 5px 0;
    border-top: 1px solid #95989a;
    border-bottom: 1px solid #95989a;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.blog-header__user-reactions__icon {
    display: inline-block;
    width: 37px;
    height: 30px;
    margin-right: 18px
}

    .blog-header__user-reactions__icon svg {
        fill: #cacbcc
    }

.blog-header__user-reactions__number {
    display: table-cell;
    vertical-align: middle
}

.blog-header__likes {
    display: table;
    float: left;
    margin-right: 30px
}

.blog-header__comments {
    display: table;
    float: left
}

.blog-listing {
    line-height: 1.2;
    display: block;
    float: left;
    width: 100%
}

.blog-listing__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 45px 25px 30px;
    border-top: 1px solid #0078c9
}

.blog-item__image {
    display: block;
    float: left;
    width: 100%;
    padding: 0 25% 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.blog-item__image__src {
    max-width: 100%;
    height: auto;
    border: 10px solid #ffc425;
    border-radius: 50%
}

.blog-item__content {
    display: block;
    float: left
}

.blog-item__info {
    font-size: 1.4rem;
    display: block;
    padding: 0 0 25px;
    color: #95989a;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.blog-item__author {
    color: #000
}

.blog-item__category {
    font-family: LatoBold,Helvetica,sans-serif
}

.blog-item__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    padding-bottom: 20px;
    color: #0078c9;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.blog-item__description {
    font-size: 2rem;
    padding-bottom: 27px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.blog-item__cta {
    float: right;
    text-align: right;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.comment-form {
    position: absolute;
    z-index: 2;
    left: -100%;
    display: block;
    width: 100%;
    background: #fff
}

    .comment-form.is-open {
        left: 0
    }

.comment-form__close-btn {
    display: none
}

.comment-form__title {
    font-size: 1.8rem;
    font-family: LatoLight,Helvetica,sans-serif;
    display: block;
    float: left;
    width: 100%;
    padding: 13px 20px;
    color: #000;
    background: #0078c9
}

.comment-form__form {
    display: block;
    float: left;
    width: 100%;
    padding: 20px
}

.comment-form__field {
    float: left;
    width: 100%;
    padding-bottom: 15px
}

.comment-form__label {
    display: none
}

.comment-form__input {
    font-size: 2rem;
    font-family: Lato,Helvetica,sans-serif;
    float: left;
    width: 100%;
    padding: 13px;
    -webkit-transition: color 1s;
    transition: color 1s;
    color: #95989a;
    border: 1px solid #8d9aa2;
    border-radius: 0;
    outline: none
}

.comment-form__submit {
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center
}

.contact-us {
    font-size: 1.8rem;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: -100%;
    overflow-y: auto;
    width: 100%;
    min-width: 320px;
    height: 100%;
    -webkit-transition: right 1s;
    transition: right 1s;
    color: #fff;
    background: #0078c9
}

    .contact-us.is-open {
        right: 0
    }

    .contact-us.new-user .contact-us__new-user {
        display: none
    }

    .contact-us.no-transition {
        -webkit-transition: none;
        transition: none
    }

.contact-us__top-container {
    width: 100%;
    margin-bottom: 15px;
    padding: 45px 20px 0;
    background: #003f6b
}

.contact-us__bottom-container {
    width: 100%;
    padding: 0 20px 20px
}

.download-form {
    font-size: 1.8rem;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: -100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-width: 320px;
    -webkit-transition: right 1s;
    transition: right 1s;
    text-align: left;
    color: #fff;
    background: #0078c9
}

    .download-form.is-open {
        right: 0
    }

    .download-form.new-user .download-form__new-user {
        display: none
    }

.download-form__content {
    float: left;
    width: 100%
}

.download-form__campaign {
    display: none
}

.download-form__campaign__type {
    font-size: 2.6rem;
    margin-bottom: 20px
}

.download-form__campaign__title {
    font-size: 3.4rem;
    margin-bottom: 20px
}

.download-form__form {
    float: left
}

.download-form__top-container {
    width: 100%;
    margin-bottom: 15px;
    padding: 45px 20px 0;
    background: #003f6b
}

.download-form__bottom-container {
    width: 100%;
    padding: 0 20px 20px
}

/*.footer {
    float: left;
    width: 100%;
    padding: 30px 10px;
    color: #fff;
    background: #00182f
}

.footer__links-list {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    position: relative;
    min-height: 40px;
    padding-right: 20px;
    border-right: 1px solid #fff
}

.footer__links-list__item {
    font-size: 1.8rem;
    line-height: 2.2rem;
    position: relative;
    display: inline-block;
    padding: 0 15px 15px;
    word-wrap: break-word;
    word-break: break-word
}

    .footer__links-list__item:last-child:after, .footer__links-list__item:nth-last-child(2):after {
        display: none
    }

    .footer__links-list__item.footer__contactus {
        position: absolute;
        top: -5px;
        left: 0
    }

.footer__links-list__link {
    text-decoration: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #fff;
    -ms-hyphens: auto;
    overflow-wrap: break-word
}

.footer__social {
    width: 49.1525423729%;
    float: right;
    margin-right: 0
}

.footer__contact-mobile {
    display: inline-block
}

.footer__contact-desktop {
    display: none
}*/

.header {
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0078c9;
    -webkit-overflow-scrolling: touch
}

.header__main {
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
    height: 80px;
    padding-left: 2.96%
}

.header__menu {
    width: 15.2542372881%;
    float: right;
    margin-right: 0;
    height: 80px;
    padding-right: 20px;
    text-align: right
}

.header__home-button {
    display: none
}

.header__logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    float: left;
    width: 220px;
    height: 49px;
    margin-right: 60px
}

.header__language {
    position: relative;
    display: none;
    float: left
}

.hero-home {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    max-height: 1078px;
    background: #0078c9 no-repeat center bottom;
    background-size: cover
}

    .hero-home .social-media {
        float: right
    }

    .hero-home .social-media__icon {
        fill: #000;
        stroke: #000
    }

.hero-home__social {
    display: none
}

.hero-home__main {
    float: left;
    width: 100%
}

.hero-home__image__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}

.hero-home__image {
    width: 100%;
    padding: 0 40px;
    text-align: center
}

    .hero-home__image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

.hero-home__content {
    width: 100%;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    padding: 40px 35px
}

.hero-home__title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
    color: #0078c9
}

.hero-home__description {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000
}

.hero-home__down-btn {
    display: none
}

.horizontal-image-list {
    width: 100%;
    float: left
}

.horizontal-image-list__list {
    float: left;
    width: 100%
}

.horizontal-image-list__item {
    display: block;
    float: left;
    width: 100%
}

.horizontal-image-list__link {
    display: block;
    float: left
}

.horizontal-image-list__image {
    width: 100%
}

.messaging-module {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 75px 7.29% 60px;
    background-position: center bottom
}

.messaging-module__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #0078c9;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.messaging-module__image {
    float: left;
    margin: 0 0 45px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.messaging-module__image__src {
    float: right;
    max-width: 270px;
    height: auto;
    margin-right: -7.29%
}

.messaging-module--layout-right .messaging-module__image {
    float: right;
    margin: 0 0 45px 4.16%
}

.messaging-module__description {
    font-size: 2rem;
    font-family: LatoBold,Helvetica,sans-serif;
    line-height: 1.1;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.page-icon {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 20px;
    width: 40px;
    height: 48px
}

.post-back-message {
    font-size: 1.8rem;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: -100%;
    overflow-y: auto;
    width: 95%;
    min-width: 320px;
    height: 100%;
    padding: 100px 0 20px;
    -webkit-transition: right 1s;
    transition: right 1s;
    text-align: left;
    color: #000;
    border: 1px solid #95989a;
    background: #ffc425
}

    .post-back-message.is-open {
        right: 0
    }

.post-back-message--middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.post-back-message__header {
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 0 20px 20px
}

.post-back-message__header__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.1;
    padding-bottom: 10px
}

.post-back-message__content__title {
    font-size: 2.2rem;
    line-height: 1.1;
    padding: 0 20px 20px
}

.post-back-message__content__list {
    font-size: 1.6rem
}

.post-back-message__item {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 20px;
    text-align: left;
    border-top: 1px solid #95989a
}

.post-back-message__item__content {
    padding: 20px 0
}

.post-back-message__item__image {
    float: left;
    max-width: 100%;
    margin: 0 20px 20px 0;
    border: 1px solid #95989a
}

.post-back-message__item__title {
    font-size: 2rem;
    padding-bottom: 10px;
    color: #0078c9
}

.post-back-message__item__cta {
    float: right;
    margin-top: 30px
}

.post-back-message__close-btn {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(../_images/close-black-icon.svg);
    width: 26px;
    height: 28px;
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    cursor: pointer;
    border: 0;
    outline: 0
}

    .post-back-message__close-btn:focus {
        outline: none
    }

.post-back-message__header__downloadtxt {
    display: none;
    margin-top: 20px
}

.rtf-module {
    float: left;
    width: 100%;
    padding: 75px 7.29% 60px;
    background: #fff center center
}

    .rtf-module img {
        max-width: 100%
    }

.select-lang {
    position: relative;
    display: block;
    float: left
}

    .select-lang.is-open .select-lang__list {
        display: block
    }

.header__language .select-lang.is-open .select-lang__list {
    top: 90px
}

.select-lang.is-open .select-lang__button:after {
    margin-left: 10px;
    content: "-"
}

.select-lang__button {
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border: 0;
    background: none
}

    .select-lang__button:focus {
        outline: none
    }

    .select-lang__button:after {
        display: inline-block;
        width: 10px;
        margin-left: 10px;
        content: "+"
    }

.select-lang__list {
    position: absolute;
    z-index: 1;
    display: none
}

    .select-lang__list a {
        font-size: 1.6rem;
        line-height: 2.8rem;
        display: block;
        text-decoration: none;
        color: #0078c9
    }

.header__language .select-lang__button {
    display: inline-block;
    margin-top: -10px;
    padding: 40px 0;
    background: #0078c9
}

.header__language .select-lang__list {
    top: -100%;
    right: 5px;
    display: block;
    padding: 15px;
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #fff
}

.nav-primary__language .select-lang {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px
}

.nav-primary__language .select-lang__button {
    font-size: 1.8rem
}

.nav-primary__language .select-lang__list {
    width: 100%;
    margin-top: 10px;
    padding-right: 40px;
    text-align: center
}

    .nav-primary__language .select-lang__list a {
        font-size: 1.6rem;
        line-height: 3rem;
        color: #fff
    }

        .nav-primary__language .select-lang__list a:hover {
            color: #ffc425
        }

.social-media li {
    float: left;
    margin: 0 0 10px 10px
}

.social-media a {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

    .social-media a:hover svg {
        fill: #0078c9;
        stroke: #0078c9
    }

.main-content .social-media {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    display: none
}

    .main-content .social-media.social-media--mobile-visible {
        display: inline-block
    }

.social-media svg {
    width: 35px;
    height: 35px;
    fill: #fff;
    stroke: #fff
}

.main-content .social-media svg {
    fill: #000;
    stroke: #000
}

.subscribe-form {
    position: absolute;
    z-index: 2;
    left: -100%;
    display: block;
    overflow: scroll;
    width: 100%;
    max-height: 550px;
    background: #fff
}

    .subscribe-form.is-open {
        left: 0
    }

.subscribe-form__close-btn, .subscribe-form__headline {
    display: none
}

.subscribe-form__headline--yellow {
    font-family: LatoBold,Helvetica,sans-serif;
    color: #ffc425
}

.subscribe-form__subheadline {
    font-size: 1.8rem;
    font-family: LatoLight,Helvetica,sans-serif;
    display: block;
    float: left;
    width: 100%;
    padding: 13px 20px;
    color: #fff;
    background: #0078c9
}

.subscribe-form__form {
    display: block;
    float: left;
    width: 100%;
    padding: 20px
}

.subscribe-form__field {
    float: left;
    width: 100%;
    padding-bottom: 15px
}

.subscribe-form__label {
    display: none
}

.subscribe-form__input {
    font-size: 2rem;
    font-family: Lato,Helvetica,sans-serif;
    float: left;
    width: 100%;
    padding: 13px;
    -webkit-transition: color 1s;
    transition: color 1s;
    color: #95989a;
    border: 1px solid #8d9aa2;
    border-radius: 0;
    outline: none
}

.subscribe-form__terms {
    font-size: 1.2rem;
    display: block;
    float: left;
    width: 100%;
    color: #95989a
}

.subscribe-form__submit {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center
}

.video-listing-module {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 20px
}

.video-listing-module__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

    .video-item:nth-child(2n+2) {
        float: right;
        margin-right: 0
    }

.video-item__player {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.video-item__player__src {
    width: 480px;
    height: 270px
}

.video-item__title {
    font-size: 2.8rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.3;
    padding-bottom: 20px;
    color: #0078c9
}

.video-item__description {
    font-size: 1.8rem;
    line-height: 1.25;
    padding-bottom: 40px;
    color: #000;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.video-module {
    float: left;
    width: 100%;
    padding: 20px;
    background: #0078c9 center center
}

.video-module__player {
    overflow: hidden;
    padding-bottom: 55px
}

.video-module__player__src {
    width: 280px;
    max-width: 100%;
    height: 157.5px
}

.video-module__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #fff
}

.video-module__description {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 90px;
    color: #000
}

.video-module__cta {
    float: left;
    width: 100%;
    text-align: center
}

.xp-edit {
    font-size: 1.4rem;
    color: #0078c9
}

    .xp-edit:after {
        content: "Edit this module"
    }

.blog-module {
    float: left;
    width: 100%;
    padding: 40px 5.72% 60px;
    text-align: center;
    background: #fff no-repeat center bottom;
    background-size: cover
}

.blog-module__image {
    float: left;
    width: 100%;
    padding: 0 65px 20px
}

.blog-module__image__src {
    max-width: 100%;
    height: auto;
    border: 10px solid #ffc425;
    border-radius: 50%
}

.blog-module__content {
    float: left;
    width: 100%;
    text-align: left
}

.blog-module__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #0078c9
}

.blog-module__subtitle {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 20px
}

.blog-module__description {
    font-size: 1.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.3;
    margin-bottom: 35px
}

.blog-module__cta {
    display: block;
    width: 100%;
    text-align: center
}

.cta-module {
    float: left;
    width: 100%;
    padding: 40px 20px 25px;
    background: #0078c9 center center no-repeat
}

.cta-module__image {
    float: left;
    padding: 0 20px 30px
}

.cta-module--layout-right .cta-module__image {
    float: right;
    padding-right: 0
}

.cta-module__image__src {
    max-width: 100%;
    height: auto
}

.cta-module__content {
    padding-left: 20px
}

.cta-module__title {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff
}

.cta-module__description {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 45px
}

.cta-module__link {
    text-align: center
}

.hero-1 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 20px 0;
    background: no-repeat center bottom;
    background-size: cover
}

.hero-1__header {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 0
}

.hero-1__page-icon {
    width: 45px;
    height: 50px
}

.hero-1__headline {
    font-size: 4rem;
    font-family: LatoLight,Helvetica,sans-serif;
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.hero-1__headline--highlight {
    font-family: LatoBold,Helvetica,sans-serif;
    color: #ffc425
}

.hero-1__main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.hero-1__content {
    padding: 40px 0
}

.hero-1--layout-right .hero-1__content {
    margin-right: 0
}

.hero-1__title {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: center;
    color: #fff
}

.hero-1__description {
    font-size: 2rem;
    line-height: 1.1;
    text-align: center
}

.hero-1__image {
    padding: 0;
    text-align: center
}

.hero-1--layout-right .hero-1__image {
    margin-left: 0
}

.hero-1__image__src {
    max-width: 100%;
    height: auto
}

.hero-1__cta {
    padding-top: 50px;
    text-align: center
}

.hero-1__down-btn {
    display: none
}

.hero-2 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 20px 50px;
    background: no-repeat center bottom
}

.hero-2__header {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 0
}

.hero-2__page-icon {
    width: 45px;
    height: 50px
}

.hero-2__headline {
    font-size: 4rem;
    font-family: LatoLight,Helvetica,sans-serif;
    float: left;
    width: 100%;
    padding: 20px 0 0
}

.hero-2__headline--highlight {
    font-family: LatoBold,Helvetica,sans-serif;
    color: #ffc425
}

.hero-2__main {
    float: left;
    width: 100%;
    padding-bottom: 30px
}

.hero-2__content {
    padding: 40px 0 0
}

.hero-2__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #0078c9
}

.hero-2__description {
    font-size: 2rem;
    line-height: 1.1
}

.hero-2__down-btn {
    display: none
}

.hero-video {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 20px 0;
    background: #0078c9 center bottom no-repeat
}

.hero-video__header {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 0
}

.hero-video__headline {
    font-size: 4rem;
    font-family: LatoLight,Helvetica,sans-serif;
    float: left;
    width: 100%;
    padding: 20px 0 45px
}

.hero-video__headline--highlight {
    font-family: LatoBold,Helvetica,sans-serif;
    color: #ffc425
}

.hero-video__main {
    float: left;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px
}

.hero-video__content {
    padding: 40px 0 0
}

.hero-video__title {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff
}

.hero-video__description {
    font-size: 2rem;
    line-height: 1.1
}

.hero-video__player {
    padding: 0
}

.hero-video__player__src {
    width: 640px;
    height: 360px
}

.hero-video__down-btn {
    display: none
}

.listing-module {
    float: left;
    width: 100%
}

    .listing-module .listing-item {
        margin-bottom: 35px;
        text-align: center
    }

.listing-module--blue {
    background: #0078c9
}

    .listing-module--blue .listing-item__title, .listing-module--blue .listing-item__description {
        color: #fff
    }

.listing-module--white {
    background: #fff
}

    .listing-module--white .listing-item__title {
        color: #0078c9
    }

    .listing-module--white .listing-item__description {
        color: #000
    }

.listing-module--3col .listing-item {
    margin-bottom: 35px;
    text-align: center
}

    .listing-module--3col .listing-item:nth-child(3n+3) {
        float: right;
        margin-right: 0;
        border-right: 0
    }

.listing-module--3col .listing-item__link {
    margin-top: 20px
}

.listing-module--2col {
    padding: 45px 0
}

    .listing-module--2col .listing-item {
        float: left;
        margin-bottom: 45px;
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #95989a
    }

        .listing-module--2col .listing-item:nth-child(2n+2) {
            float: right;
            margin-right: 0;
            border-right: 0
        }

    .listing-module--2col .listing-item__title {
        float: left;
        padding-top: 15px
    }

    .listing-module--2col .listing-item__description {
        float: left;
        padding-bottom: 0
    }

    .listing-module--2col .listing-item__image {
        border: 1px solid #95989a
    }

    .listing-module--2col .listing-item__button {
        float: left;
        width: 100%;
        padding-top: 20px
    }

    .listing-module--2col .listing-item__image__link {
        display: inline-block;
        margin: 0 45px
    }

.listing-module__list {
    float: left;
    width: 100%
}

.listing-item__image {
    max-width: 100%;
    height: auto
}

.listing-item__title {
    font-size: 2.6rem;
    font-family: LatoLight,Helvetica,sans-serif;
    line-height: 1.1;
    padding: 15px 15px 0;
    text-align: left
}

.listing-item__description {
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 20px 15px 0;
    text-align: left
}

.nav-primary {
    float: right;
    height: 100%
}

    .nav-primary.is-open .nav-primary__content {
        right: 0
    }

.nav-primary__content {
    position: fixed;
    z-index: 10;
    top: 0;
    right: -450px;
    width: 250px;
    max-width: 450px;
    height: 100%;
    -webkit-transition: right;
    transition: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    text-align: left;
    background: #003f6b
}

.nav-primary__main {
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-top: 65px
}

.nav-primary__item {
    font-size: 1.75rem;
    border-bottom: 1px solid #005996
}

.nav-primary__item__link {
    font-size: 1.75rem;
    display: table;
    width: 100%;
    padding: 10px 25px;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

    .nav-primary__item__link svg {
        width: 45px;
        height: 45px;
        fill: #fff
    }

    .nav-primary__item__link:hover {
        color: #ffc425
    }

        .nav-primary__item__link:hover svg {
            fill: #ffc425
        }

.nav-primary__item__link--no-icon .nav-primary__item__title {
    padding-left: 75px
}

.nav-primary__item__title {
    line-height: 3rem;
    display: table-cell;
    width: 205px;
    padding-left: 30px;
    vertical-align: middle
}

.nav-primary__submenu span:after {
    margin-left: 10px;
    content: "+"
}

.nav-primary__submenu .nav-primary__sublist {
    display: none;
    margin-bottom: 10px
}

.nav-primary__submenu.is-open span:after {
    margin-left: 10px;
    content: "-"
}

.nav-primary__submenu.is-open .nav-primary__sublist {
    display: block
}

.nav-primary__subitem {
    text-align: right
}

    .nav-primary__subitem .nav-primary__item__link {
        font-size: 1.6rem
    }

.nav-primary__social-media {
    float: left;
    width: 100%;
    padding: 30px 0 0 15px
}

.nav-primary__language {
    display: block;
    float: left;
    width: 100%
}

.nav-primary__showHide-trigger {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
    border: 0;
    background: none
}

    .nav-primary__showHide-trigger img {
        width: 40px;
        height: 35px
    }

    .nav-primary__showHide-trigger:focus {
        outline: none
    }

.nav-primary__close-btn {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url(../_images/close-icon.svg);
    width: 26px;
    height: 28px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer
}

    .nav-primary__close-btn:focus {
        outline: none
    }

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media(min-width:641px) {
    .button--primary, .button--secondary, .button--tertiary, .listing-module--2col .listing-item__link, .button--quaternary {
        font-size: 3rem;
        padding: 0 15px
    }

    .listing-module--2col .listing-item__link, .button--quaternary {
        font-size: 1.8rem
    }

    .takeover-form__form {
        background: none
    }

    .takeover-form__title {
        display: none
    }

    .takeover-form__directions {
        padding: 10px 0 20px
    }

    .takeover-form__directions__button {
        display: inline-block;
        padding-top: 0
    }

    .takeover-form__field {
        width: 50%;
        padding-right: 2%
    }

        .takeover-form__field:first-child, :not(.takeover-form__field) + .takeover-form__field {
            padding-top: 0
        }

    .takeover-form__field--fullwidth {
        width: 100%;
        padding: 0 2% 15px 0
    }

    .takeover-form__field__content-right {
        display: inline-block;
        text-align: right
    }

    .takeover-form__newsletter {
        font-size: 1.4rem;
        padding-bottom: 15px;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .takeover-form__current-user {
        text-align: right
    }

    .contact-us__newsletter__title {
        float: left;
        width: 55%
    }

    .takeover-form__checkbox.takeover-form__expert {
        text-align: left
    }

    .takeover-form__checkbox__container .takeover-form__checkbox__label {
        width: 88%
    }

    .takeover-form__checkbox__indicator {
        right: 10px
    }

    .takeover-form__close-btn {
        border: 0;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url(../_images/close-icon.svg);
        width: 26px;
        height: 28px;
        position: absolute;
        z-index: 3;
        top: 30px;
        left: 20px;
        display: block;
        cursor: pointer
    }

        .takeover-form__close-btn:focus {
            outline: none
        }

    .takeover-form__nav-btn {
        display: none
    }

    .takeover-form__submit {
        text-align: right
    }

    .blog-content__main {
        padding: 0 7.2% 45px;
        border-bottom: 30px solid #0078c9
    }

    .blog-content__comments {
        padding: 45px 7.2%;
        border-bottom: 3px solid #0078c9
    }

    .blog-content__title {
        font-size: 3.6rem;
        float: left;
        width: 100%;
        margin-top: -10px;
        padding-right: 150px
    }

    .blog-content__subtitle {
        font-size: 3rem
    }

    .blog-content__text {
        font-size: 2.9rem;
        line-height: 1.3;
        padding-bottom: 40px
    }

    .blog-content__actions {
        float: right
    }

    .blog-content__actions__item__title {
        display: table-cell;
        vertical-align: middle
    }

    .blog-content__actions__item__icon {
        margin-right: 18px
    }

    .blog-content__join-btn {
        float: right;
        clear: both
    }

    .blog-content__comments__metadata, .blog-content__comments__comment {
        font-size: 2.2rem
    }

    .blog-content__share-this {
        left: -70px
    }

    .blog-header {
        padding: 55px 7.2% 0
    }

    .blog-header__image {
        float: right;
        width: 13.23%;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-header__social-media {
        position: relative;
        z-index: 2;
        display: block;
        float: left
    }

    .blog-header__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .blog-header__user-reactions {
        width: 86.77%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .blog-listing {
        padding: 30px 3.03%
    }

    .blog-item {
        display: block;
        width: 50%;
        border-top: 0;
        border-bottom: 1px solid #95989a
    }

        .blog-item:nth-child(odd) {
            border-right: 1px solid #95989a
        }

        .blog-item:nth-child(2n+1):nth-last-child(-n+2), .blog-item:nth-child(2n+1):nth-last-child(-n+2) ~ .blog-item {
            border-bottom: 0
        }

    .blog-item__image {
        width: 20%;
        padding: 0 5% 0 0
    }

    .blog-item__image__src {
        border: 5px solid #ffc425
    }

    .blog-item__content {
        width: 80%
    }

    .blog-item__info {
        padding: 0 0 25px 20%
    }

    .blog-item__title {
        font-size: 3.2rem;
        padding: 0 0 20px 20%
    }

    .blog-item__description {
        font-size: 2.2rem;
        padding: 0 0 27px 20%
    }

    .comment-form {
        position: fixed;
        top: auto;
        right: -480px;
        bottom: 0;
        left: auto;
        width: 480px;
        padding: 35px 20px 60px 55px;
        -webkit-transition: right 1s;
        transition: right 1s;
        border-left: 2px solid #0078c9
    }

        .comment-form.is-open {
            right: 0;
            left: auto
        }

    .comment-form__close-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 20px;
        height: 21px;
        padding: 0;
        cursor: pointer;
        border: 0;
        outline: 0;
        background: none
    }

        .comment-form__close-btn:focus {
            outline: none
        }

    .comment-form__title {
        font-size: 2.6rem;
        padding: 0;
        background: none
    }

    .comment-form__form {
        padding: 20px 0 0
    }

    .comment-form__submit {
        text-align: right
    }

    .contact-us {
        z-index: 1040;
        right: -60%;
        width: 60%;
        padding: 30px 25px 30px 90px;
        background: #003f6b
    }

    .contact-us__top-container {
        padding: 30px 20px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .contact-us__bottom-container {
        -flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .download-form {
        right: -85%;
        width: 85%
    }

    .download-form__content {
        min-height: 100%
    }

    .download-form__campaign {
        line-height: 1.2;
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        float: left;
        width: 31.98%;
        padding: 150px 20px 0 25px;
        background: #003f6b
    }

    .download-form__form {
        position: absolute;
        right: 0;
        width: 68.02%;
        height: auto
    }

    .download-form__top-container {
        padding: 30px 15px 0 20px;
        border-left: 1px solid #fff;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .download-form__bottom-container {
        padding: 0 15px 0 20px;
        -flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer {
        padding: 45px 20px;
        background: #000
    }

    .footer__links-list {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        text-align: center;
        border-right: 0
    }

    .footer__links-list__item {
        max-width: none
    }

        .footer__links-list__item:after {
            position: absolute;
            top: 0;
            right: -2px;
            width: 1px;
            height: 30px;
            content: "";
            background-color: #fff
        }

        .footer__links-list__item:nth-last-child(2):after {
            display: block
        }

        .footer__links-list__item.footer__contactus {
            position: relative;
            top: 0
        }

    .footer__social, .footer__contact-mobile {
        display: none
    }

    .footer__contact-desktop {
        display: inline-block
    }

    .header__home-button {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        float: left;
        margin-right: 1.82%;
        text-decoration: none;
        color: #fff
    }

    .header__language {
        display: block
    }

        .header__language:before {
            position: absolute;
            top: 10px;
            left: -29px;
            width: 1px;
            height: 50px;
            content: "";
            background: #fff
        }

    .hero-home {
        padding: 120px 2.08% 0 4.68%;
        border-bottom: 35px solid #000
    }

    .hero-home__social {
        display: block;
        float: left;
        width: 100%;
        margin: 20px 0 80px;
        text-align: right
    }

    .hero-home__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hero-home__image {
        width: 80%;
        padding: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .hero-home__content {
        padding: 0 0 80px 3.9%;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .hero-home--layout-right .hero-home__content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .hero-home__title {
        font-size: 4.2rem;
        line-height: 4.6rem;
        color: #fff
    }

    .hero-home__description {
        font-size: 2.4rem;
        line-height: 2.8rem;
        color: #0078c9
    }

    .hero-home__down-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 90px;
        height: 40px;
        margin: 0 0 0 -45px;
        padding: 10px 0 0;
        cursor: pointer;
        text-align: center;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        border: 0;
        background: #000
    }

    .horizontal-image-list {
        padding: 85px 5.72%
    }

    .horizontal-image-list__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .horizontal-image-list__item {
        width: 16.6%;
        -webkit-flex-basis: 16.6%;
        -ms-flex-preferred-size: 16.6%;
        flex-basis: 16.6%;
        -webkit-box-flex: 6;
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 0 .5%
    }

    .messaging-module {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: none;
        -ms-flex-direction: none;
        flex-direction: none
    }

    .messaging-module__title {
        font-size: 4rem
    }

    .messaging-module__image {
        margin: 0 40px 20px 0
    }

    .messaging-module__image__src {
        float: none;
        max-width: none;
        margin-right: 0
    }

    .messaging-module__description {
        font-size: 3rem
    }

    .page-icon {
        left: 2.5%;
        width: 60px;
        height: 70px
    }

    .post-back-message {
        right: -60%;
        width: 60%;
        padding: 80px 25px 30px 60px
    }

    .post-back-message__header {
        font-size: 3.4rem;
        padding-bottom: 60px
    }

    .post-back-message__header__title {
        font-size: 5.6rem;
        line-height: 1.3
    }

    .post-back-message__content__title {
        font-size: 3.4rem
    }

    .main-content .social-media {
        display: inline-block
    }

    .subscribe-form {
        position: fixed;
        top: auto;
        right: -650px;
        bottom: 0;
        left: auto;
        width: 650px;
        padding: 35px 0 55px;
        -webkit-transition: right 1s;
        transition: right 1s;
        border-left: 2px solid #0078c9
    }

        .subscribe-form.is-open {
            right: 0;
            left: auto
        }

    .subscribe-form__close-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        padding: 0;
        cursor: pointer;
        border: 0;
        outline: 0;
        background: none
    }

        .subscribe-form__close-btn:focus {
            outline: none
        }

    .subscribe-form__headline {
        font-size: 6rem;
        font-family: LatoLight,Helvetica,sans-serif;
        display: block;
        min-height: 90px;
        padding: 0 40px 30px
    }

    .subscribe-form__subheadline {
        font-size: 2.6rem;
        padding: 10px 40px;
        color: #fff
    }

    .subscribe-form__form {
        padding: 45px 40px 0
    }

    .subscribe-form__first-name {
        width: 46%
    }

    .subscribe-form__last-name {
        float: right;
        width: 46%
    }

    .subscribe-form__terms {
        text-align: right
    }

    .subscribe-form__submit {
        padding-top: 35px;
        text-align: right
    }

    .video-listing-module {
        padding: 100px 0 100px 5.2631578947%
    }

    .video-item {
        width: 48.275862069%;
        float: left;
        margin-right: 3.4482758621%;
        padding-right: 5.2631578947%
    }

    .video-item__player {
        padding-bottom: 45px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .video-item__title {
        font-size: 3.4rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .video-item__description {
        padding-bottom: 85px
    }

    .video-module {
        padding: 90px 5.72%
    }

    .video-module__player {
        float: right;
        min-width: 400px;
        padding: 0 0 15px 30px
    }

    .video-module__title {
        font-size: 4rem
    }

    .video-module__description {
        font-size: 3.2rem;
        margin-bottom: 40px
    }

    .video-module__cta {
        margin-top: 45px;
        text-align: right
    }

    .blog-module__image {
        width: 19.85%;
        padding: 0
    }

    .blog-module__image__src {
        float: left
    }

    .blog-module__content {
        width: 80.14%;
        padding-left: 6.77%
    }

    .blog-module__title {
        font-size: 4rem
    }

    .blog-module__subtitle {
        font-size: 3rem;
        margin-bottom: 40px
    }

    .blog-module__description {
        font-size: 2.6rem
    }

    .blog-module__cta {
        text-align: right
    }

    .cta-module {
        padding: 90px 5.72%
    }

    .cta-module__image {
        padding: 0 50px 30px 20px
    }

    .cta-module--layout-right .cta-module__image {
        padding: 0 0 0 6.77%
    }

    .cta-module__title {
        font-size: 4rem
    }

    .cta-module__description {
        font-size: 3.2rem
    }

    .cta-module__link {
        text-align: right
    }

    .hero-1 {
        padding: 75px 2.5% 0;
        border-bottom: 35px solid #000
    }

    .hero-1__headline {
        font-size: 6rem;
        padding: 20px 0
    }

    .hero-1__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hero-1__content {
        margin-right: 40px;
        padding: 40px 0 60px;
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .hero-1--layout-right .hero-1__content {
        margin-left: 40px
    }

    .hero-1__title {
        font-size: 4rem;
        text-align: left
    }

    .hero-1__description {
        font-size: 2.6rem;
        text-align: left
    }

    .hero-1__image {
        margin-left: 40px;
        padding: 0 3.9% 0 0;
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .hero-1--layout-right .hero-1__image {
        margin-right: 40px;
        padding: 0 0 0 3.9%;
        text-align: right;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .hero-1__cta {
        text-align: right
    }

    .hero-1__down-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 90px;
        height: 40px;
        margin: 0 0 0 -45px;
        padding: 10px 0 0;
        cursor: pointer;
        text-align: center;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        border: 0;
        background: #000
    }

        .hero-1__down-btn:hover {
            outline: none
        }

    .hero-2 {
        min-height: 600px;
        padding: 75px 2.5% 0;
        border-bottom: 35px solid #000
    }

    .hero-2__headline {
        font-size: 6rem;
        padding: 20px 0 45px
    }

    .hero-2__main {
        padding-bottom: 120px
    }

    .hero-2__content {
        padding: 40px 15.23% 0
    }

    .hero-2__title {
        font-size: 4rem
    }

    .hero-2__description {
        font-size: 2.6rem
    }

    .hero-2__down-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 90px;
        height: 40px;
        margin: 0 0 0 -45px;
        padding: 10px 0 0;
        cursor: pointer;
        text-align: center;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        border: 0;
        background: #000
    }

        .hero-2__down-btn:hover {
            outline: none
        }

    .hero-video {
        min-height: 600px;
        padding: 75px 2.5% 0;
        border-bottom: 35px solid #000
    }

    .hero-video__headline {
        font-size: 6rem
    }

    .hero-video__main {
        padding-bottom: 120px
    }

    .hero-video__content {
        padding: 0 3.86%
    }

    .hero-video__title {
        font-size: 4rem
    }

    .hero-video__description {
        font-size: 2.6rem
    }

    .hero-video__player {
        float: right;
        min-width: 55%;
        padding: 0 3.86% 40px
    }

    .hero-video__down-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 90px;
        height: 40px;
        margin: 0 0 0 -45px;
        padding: 10px 0 0;
        cursor: pointer;
        text-align: center;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        border: 0;
        background: #000
    }

        .hero-video__down-btn:hover {
            outline: none
        }

    .listing-module .listing-item {
        margin-bottom: 60px;
        padding-right: 3.4482758621%
    }

    .listing-module--3col {
        padding: 45px 30px
    }

        .listing-module--3col .listing-item {
            width: 33.333%;
            margin: 0;
            padding: 60px 3.4482758621%;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff
        }

            .listing-module--3col .listing-item:nth-child(3n-5) {
                padding-left: 3.4482758621%
            }

            .listing-module--3col .listing-item:nth-child(3n+1):nth-last-child(-n+3), .listing-module--3col .listing-item:nth-child(3n+1):nth-last-child(-n+3) ~ .listing-item {
                border-bottom: 0
            }

    .listing-module--2col .listing-item {
        width: 50%;
        margin-bottom: 0;
        padding: 60px 3.4482758621%;
        border-right: 1px solid #95989a;
        border-bottom: 1px solid #95989a
    }

        .listing-module--2col .listing-item:nth-child(2n+1):nth-last-child(-n+2), .listing-module--2col .listing-item:nth-child(2n+1):nth-last-child(-n+2) ~ .listing-item {
            border-bottom: 0
        }

    .listing-module--2col .listing-item__title {
        float: none;
        padding-top: 0
    }

    .listing-module--2col .listing-item__description {
        float: none;
        padding: 20px 0 0
    }

    .listing-module--2col .listing-item__image {
        float: left
    }

    .listing-module--2col .listing-item__button {
        float: none
    }

    .listing-module--2col .listing-item__image__link {
        float: left;
        width: 40%;
        max-width: 100%;
        margin: 0 30px 15px 0
    }

    .listing-module__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .listing-item__link {
        float: right
    }

    .nav-primary__content {
        width: 37%
    }

    .nav-primary__item__link--no-icon .nav-primary__item__title {
        padding-left: 30%
    }

    .nav-primary__item__title {
        width: 80%;
        padding-left: 10%
    }

    .nav-primary__language {
        display: none
    }

    .nav-primary__showHide-trigger img {
        width: 80px;
        height: 65px
    }
}

@media(min-width:769px) {
    .contact-us__newsletter__title {
        width: 65%
    }

    .takeover-form__checkbox__container .takeover-form__checkbox__label {
        width: auto
    }

    .download-form {
        right: -75%;
        width: 75%
    }

    .hero-home {
        height: calc(100vh - 65px)
    }

    .hero-home__image {
        width: 55%
    }

    .post-back-message__item {
        width: 48.275862069%;
        float: left;
        margin-right: 3.4482758621%;
        padding-right: 5.2631578947%;
        border-top: 0;
        border-right: 1px solid #95989a
    }

        .post-back-message__item:nth-child(even) {
            border: 0
        }

        .post-back-message__item:nth-child(2n+2) {
            float: right;
            margin-right: 0
        }

    .video-module__player {
        min-width: 640px
    }

    .video-module__player__src {
        width: 640px;
        height: 360px
    }

    .hero-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: calc(100vh - 65px);
        min-height: 700px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-1--layout-right .hero-1__content, .hero-1__image {
        margin-left: 100px
    }

    .hero-1--layout-right .hero-1__image {
        margin-right: 100px
    }

    .listing-module--2col .listing-item__image__link {
        width: auto
    }
}

@media(min-width:1960px) {
    .footer__links-list__item:after {
        width: 2px
    }
}

@media screen and (max-width:641px) {
    .horizontal-image-list {
        background-image: none !important;
        background-color: transparent !important
    }
}

@media(min-width:641px) and (min-width:769px) {
    .hero-1__content {
        margin-right: 100px
    }
}
