.header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    box-shadow: 0 1px 0 #e1e1e1;
    /*http://stackoverflow.com/questions/12702993/embedded-video-creating-bugs-for-positionfixed-top-header*/
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.header__logo {
    width: 40px;
    height: 28px;
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    margin-top: 6px;
}

.header__form {
    display: inline-block;
    position: absolute;
    left: 105px;
    right: 16px;
    top: 0;
    box-sizing: border-box;
}

.header__form__label {
    position: relative;
    display: block;
    height: 40px;
}

.header__form__input {
    margin-top: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.header__form .btn--icon-close {
    display: none;
    position: absolute;
    right: -40px;
    top: 4px;
}

.page--media--search-active .header__form .btn--icon-close {
    display: inline-block;
}

.page--media--search-active .header__form .btn--icon-close::before,
.page--media--search-active .header__form .btn--icon-close::after {
    background: #E14E42;
}

.page--media--search-active .header__form {
    right: 56px;
}

.header__cta {
    display: none;
}

@media (min-width:768px) {
    .header,
    .header__form__label {
        height: 60px;
    }
    
    .header__logo {
        margin-top: 16px;
        margin-left: 10px;
    }
    
    .header__form {
        left: 127px;
    }
    
    .header__form__input {
        margin-top: 20px;
    }
    
    .header__form .btn--icon-close {
        top: 13px;
    }
}
@media (min-width:1180px) {
    .header__form {
        right: 412px;
    }
    
    .page--media--search-active .header__form {
        right: 452px;
    }
    
    .header__cta {
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 12px;
        width: 480px;
    }

    div.header__cta .footer__link{
        line-height: 35px;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .header__follow {
        display: inline-block;
        vertical-align: top;
    }
    
    .header__follow-msg {
        display: inline-block;
        line-height: 36px;
        vertical-align: top;
        font-weight: 500;
    }
    
    .header__follow-btn {
        display: inline-block;
        padding: 8px;
        line-height: 0;
        margin-left: 8px;
    }
    
    .header__cta .icon {
        width: 20px;
        height: 20px;
    }
    
    .header__repeat-btn {
        line-height: 36px;
        display: inline-block;
        color: #fff;
        background: #E14E42;
        vertical-align: top;
        padding:0 16px;
        font-weight: 500;
        float: right;
    }
}

@media (min-width:1550px) {
    .header__form {
        right: 523px;
    }
    .page--media--search-active .header__form {
        right: 563px;
    }
    .header__cta {
        right: 127px;
    }
}