html{
    scroll-padding-top: 150px;
    scroll-behavior:smooth;
}
.brands__header{
    width: 100%;
}
.brands_header__group{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
}
.brands__main_1{
    padding: 40px 50px;
    background-color: #314C89;
    color: #FFF;
    font-size: 35px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 334px;
    margin-right: 4px;
    width:40%;
}
.brands_main_header{
    height: 334px;
    margin: 0 4px 10px;
    position: relative;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    width: 20%;
}

.brand_logo{
    position: absolute;
    width: 80%;
    height: 60px;
    background: #FFF;
    bottom: 20px;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.projectx_header{
    background-image: url(/images/brand2024/Brands-Project-X-TF.jpg);
}
.grs_header{
    background-image: url(/images/brand2024/Brands-GRS-TF.jpg);
}
.impress_header{
    background-image: url(/images/brand2024/Brands-Durston-TF.jpg);
}

.brand_logo_img{
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.brands_lp * {
	box-sizing: border-box;
}

.brands__ad_block{
    margin: 0 20px 0 20px;
}
.brand_banner.mobile{
    display: none;
}
.brand_banner.desktop{
    display: block;
}
.brand_banner{
    width: 100%;
}

.brands__logo_list{
    height: 116px;
    margin: 30px 20px 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #F0F0F0;
}

.brands__logo_list a:hover{
    background-color:#000000;
	animation: backgroundcolor 0.65s;
	border-radius:10px; 
	
}

.brand_logo_list_img:hover {
    filter: invert(1);
}

/*#svg a:hover{
	color:#ffffff;
}*/

@keyframes backgroundcolor {
      from {
        background-color: transparent;
      }

      to {
        background-color: #000000;
      }
    }

.logo_list_title{
    font-size: 25px;
    text-align: center ;
    width: 20%;
    color: #000;
}
.logo_list_logo{
    width: 12.5%;
}
.brand_logo_list_img{
    width: 99%;
    margin: auto;
}
.cgbra{
    position: relative;
}
.search_header{
    font-size: 20px;
    color: #000;
    width:100%;
    text-align: center;
    margin: 30px 0;
}
#scroller-anchor{
    position: relative;
    display: block;
    width: 100%;
    height: 3px
}
#search_sticky{
    position: relative;
    top: 0;
    transition: opacity .3s ease-in-out;
}
.sticky_holder{
    max-width: 1400px;
    margin: 0px auto;
    background-color: #FFF;
    padding:20px 0;
}
#searchBar{
    width:100%;
    text-align: center;
    /* margin-top: 50px; */
}
#searchBar .letterLink{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #707070;
    text-decoration: none;
}
#searchBar .letterLink.active{
    color: black;
    border-radius: 50%;
    border: 1px solid black;
}
#listFilter{
    display: inline-block;
    height: 40px;
    width: 220px;
    position: relative;
    padding: 0 30px 0 10px;
    margin: 5px;
    border: 1px solid #707070;
    border-radius: 3px;
}
.clear-filter{
    position: relative;
    margin-left: -25px;
    cursor: pointer;
}

#brandList{
    scroll-behavior:smooth;
    width: 100%;
    padding: 50px;
}

#brandList .letterContainer h2{
    display: inline-block;
    width: 80px;
    vertical-align: top;
    font-size: 80px;
    color: black;
    padding: 15px;
    margin-right: 100px;
}

#brandList .letterContainer ul{
    display: inline-block;
    width: 80%;
    min-height: 100px;
    padding: 15px;
}

#brandList .letterContainer li{
    display: inline-block;
    width: 25%;
    margin-top: 20px;
}

#brandList .letterContainer li a{
    color: #707070;
}

#brandList .letterContainer{
    width: 100%;
    border-bottom: 1px solid gray;
}

#brandList .hideList{
    display: none !important;
}

.cglv__seo {
    background-color: #17407c;
    color: #fff;
    margin: 30px 0;
}
.cglv__seo__inner {
    width: 100%;
    padding: 60px 7.5%;
    text-align: left;
}

.cglv__seo__inner h2, .cglv__seo__inner h3, .cglv__seo__inner h4, .cglv__seo__inner h5, .cglv__seo__inner h6 {
    color: inherit;
    margin: 30px 0 10px;
}

.cglv__seo__inner p {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1000px){
    .brands__main_1{
        font-size: 30px;
    }
}

@media only screen and (max-width: 850px){
    html{
        scroll-padding-top: 70px;
    }
    .brands_header__group {
        flex-wrap: wrap;
    }
    .brands__main_1{
        width: 100%;
        height: auto;
    }
    .brands_main_header{
        width: 32%;
        margin: 20px 0.6%;
        height: 250px;
    }
    .brands__logo_list{
        height: auto;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .logo_list_title{
        width: 100%;
        font-size: 20px;
        margin: 10px 0;
    }
    .logo_list_logo{
        width: 30%;
        margin: 10px 0;
    }
    #brandList{
        padding: 20px;
    }
    #brandList .letterContainer li{
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }
    #searchBar #listFilter{
        width: 80%;
        height: 50px;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 500px){
    .cglv__seo__inner {
        width: 100%;
        padding: 60px 40px;
        text-align: left;
    }
    .brand_banner.desktop{
        display: none;
    }
    .brand_banner.mobile{
        display: block;
    }
}
@media only screen and (max-width: 400px){
    .brands__main_1{
        padding: 40px 15px;
        font-size: 22px;
    }
}
