/*************************************************************************
******** Responsive CSS for Frontline Worker Leadership Capability Feedback Tool ********
**************************************************************************/

@media (max-width: 1215px) {

}

@media (max-width: 1200px) {
    .footer-logos { padding: 10px 5px 10px 0; height: 85px; }
}

@media (max-width: 1000px) {
    
}

@media screen and (max-width: 991px) {

    .welcome-bg {
        background: #fff;
    }

    .page-content { padding-bottom: 280px; }
    
    .ind-text {
        border-left: none;
        border-right: none;
    }
    
    .checked-light-i {
        background: url("../images/check-white-icon.png") no-repeat scroll 0 0;
        background-size: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
    .footer-cnt {  }
    .footer-logos { margin-top: 20px; }
    /*.footer-logos { display: none; }*/
}
    
@media screen and (max-width: 768px) {

    .desktopLogo { display: none; }
    .mobileLogo { display: block; }

    .button-set a {
        display: inline-block;
        padding: 0 40px;
        margin: 0 0 15px 0!important;
        float: none!important;
    }

    .submit-btn {
        float: none!important;
    }

    .email-input {
        width: 70%;
    }

    .block-shadow {
        width: 100%;
        margin-bottom: 20px;
    }


}


/***************************
******** Smartphone ********
***************************/

@media screen and (max-width: 580px) {

    .page-content { padding-bottom: 380px; }
    
    .block-outer {
        padding: 0!important ;
    }
    
    .footer-logos { padding: 0 10px; height: 65px; }

}


@media screen and (max-width: 480px) {
    
}