.avenir-bold{
    font-family: 'Avenir Next Bold';
}
#application-banner{
    width: 100%;
	background-image: url(../../images/application/banner-bg.png);
	/*background-image: -webkit-image-set(url("../../images/application/banner-bg.png") 1x, url("../../images/application/banner-bg.png.jpg") 2x);*/
	background-size: cover;
	background-position: center top;
    background-repeat: no-repeat;
    font-size: 16px;
}
#application-banner .banner-inner{
	padding: 30px 15px 20px;
    height: auto;
    width: 1345px;
    max-width: 100%;
}
#application-banner .banner-text img {
    height: 106px;
}
@media screen and (max-width: 1365px){
}
@media screen and (min-width: 1241px){
    #application-banner {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}
@media screen and (min-width: 992px) and (max-width: 1400px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
    #application-banner .banner-inner{
        flex-direction: column;
        /*padding-top: 30px;*/
    }
    #application-banner .banner-text{
        /*margin-top: 15px;*/
    }
}
@media screen and (max-width: 567px){
    #application-banner .banner-text img {
        height: auto;
    }
}