	@media only screen and (max-width: 500px) and (min-width: 1px){
.nav-top .col-left {
    display: inline-block;
    float: left;
    width: 70%;
    overflow: hidden;
    flex-basis: auto;
}
ul#menu-brand-navigation {
    float: left;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
    height: 30px;
}

.header .nav-top {
    padding-left: 0;
    padding-right: 10px;
}


.col-xs-6.col-right {
    float: right;
    width: auto;
    display: inline-block;
    flex-basis: auto;
}
}
 	@media only screen and (max-width: 500px) and (min-width: 1px){
 .gray-banner h1 {
    font-size: 17px;
    line-height: 24px;
}
.gray-banner h1 {top:23%;}
} 
@media only screen and (max-width: 1425px) and (min-width: 1px){
.updates .list li > div .date{font-size:22px;}

}

@media only screen and (max-width: 1200px) and (min-width: 1px)
 {
 .mobile-topnav{    padding: 40px!important;}
 .mobile-topnav ul ul {padding:0px 0 !important }
 .mobile-topnav ul {
    float: none !important;
    padding: 20px 0 20px 20px;
}
 .mobile-topnav ul li {
    margin: 0;
    width: 100%;
}
 .mobile-topnav ul.brand-new-layout>li>a {
    font-size: 16px;
    font-family: gotham_boldregular;
    line-height: 19px;
    color: #00aeef!important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
 .open.mobile-topnav-hidden {
    display: block;
}
 .mobile-topnav-hidden {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    display: none;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 40px;
    margin: 0!important;
    z-index: 132;
    height: calc(100vh - 105px);
    background-color: #363640;
    text-align: left;
}
 .mobile-topnav-hidden li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    margin-bottom: 5px;
}
.mobile-topnav-hidden ul {
    text-align: center;
}
}
@media only screen and (max-width: 1024px) and (min-width: 1px){
.product-banner .banner-left {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}
}

@media only screen and (max-width: 1100px) and (min-width: 1px){
.updates .list li div h3{
margin:0 0 10px 20px
}
 
.updates .list li .col-xs-2, .updates .list li .col-xs-8 {flex-basis:100%;max-width:100%;}
 
.updates .list li div .date, .updates .list li div .faux-btn {
    position: relative;
    top: inherit;
    transform: translateY(0px);
}
.updates .list li div .date{margin:10px 0;font-size:30px;}

.updates .list li div .faux-btn {
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    right: inherit;
}
}