.header_section {
    overflow: hidden;
}

.home_image {
    background: url('../img/home-clouds-overlay.jpg') no-repeat top center;
    height: 100%;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_claim {
    position: absolute;
    width: 100%;
    top: 12%;
    text-align: right;
}

.home_claim .home_claim_title {
    color: #fff;
    margin: 0 0 30px auto;
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    max-width: 600px;
}

.home_claim .home_claim_subtitle {
    color: #fff;
    font-size: 25px;
}

.home_anchor {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Lato';
}

.home_anchor a {
    display: inline-block;
    text-align: center;
}

.home_anchor_label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.home_anchor_img {
    width: 20px;
}

.home_more_link {
    margin-top: 45px;
}
.home_message_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_message {
    margin: 40px 8px 40px auto;
    padding: 10px;
    color:#fff;
    text-align: right;
    font-size: 22px;
    font-style: italic;
    border-right: 2px solid white;
    line-height: 35px;
}

.home_message_mobile {
    color: inherit;
    font-size: 16px;
    border-right: 2px solid #138bc6;
    margin: 0;
    line-height: 2;
}

.flag-infographic-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.flag-infographic-img.flag-infographic-img--first {
    display: block;
}

.infographic-img-flag-row {
    margin-top: 30px;
    margin-left: 0 !important;
    position: relative;
}

@media screen and (max-width: 640px) {
    .row-fluid .span12.infographic-img-flag-row {
        min-height: 20px;
        margin-top: 20px;
    }
}

.flag-img {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

.flag-img.flag-img--first {
    display: block;
}

.infographic-txt-cont,
.infographic-img-cont {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

.infographic-img-cont.infographic--visible,
.infographic-txt-cont.infographic--visible {
    opacity: 1;
}

.infographic-txt-cont.infographic--visible {
    transition-delay: 0.5s;
}

.infographic-img-cont.infographic--visible {
    transition-delay: 1s;
}

@media screen and (max-width: 800px) {
    .home_claim {
        top: 12%;
    }
    .home_claim .home_claim_title {
        font-size: 60px;
        line-height: 70px;
    }
    .infographic-img-cont {
        margin-top: 30px;
    }
}

@media screen and (max-width: 760px) {
    .home_image {
        height: 250px;
        background-attachment: scroll;
    }
    .home_claim {
        top: 75px;
    }
    .home_claim .home_claim_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
        max-width: 250px;
    }
    .home_claim .home_claim_subtitle {
        display: none;
    }
    .home_anchor {
        display: none;
    }
    .home_more_link {
        margin-top: 0;
    }
    .button {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 670px) {
    .home_claim {
        top: 75px;
    }
    .home_claim .home_claim_subtitle {
        display: none;
    }
    .home_claim .home_claim_title {
        font-size: 25px;
        line-height: 35px;
        max-width: 250px;
    }
    .infographic-img--small {
        margin-bottom: 20px;
    }
    .home_more_link {
        margin-top: 0;
    }
    .home_video-link {
        margin-top: 20px;
    }
    .infographic-txt-cont .button {
        margin-top: 20px;
    }
    .infographic-img-cont {
        margin-bottom: 30px;
    }
    .infographic-img-cont.infographic-img-cont--double {
        margin-top: 30px;
    }
}
