<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main brand page cta align css start here */
.fl-row.bm_mainpage_cta_row .brands-logos-wrap { 
    display: flex; 
}
.fl-row.bm_mainpage_cta_row .brands-logos-wrap &gt; * {
    flex: 1 100%;
    justify-content: space-between!important;
    display: flex;
    flex-direction: column;
}

.fl-row.bm_mainpage_cta_row .brands-logos-wrap  .brand-logo-single .brand-link-text-wrap { 
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fl-row.bm_mainpage_cta_row .brands-logos-wrap  .brand-logo-single .brand-link-text-wrap a.fl-button {
    max-width:200px; 
    width: 200px;
}

.bm_coretec_products_row.bm_row .fl-html .product-row.brand_product_slider {
      justify-content: center;
}
.bm_coretec_learn_row.bm_row .uabb-infobox-title a:hover {
    text-decoration: underline;    
}
.bm_banner_row .bm_form  .gform_wrapper .ginput_container.ginput_container_checkbox input {
    vertical-align: top!important;
    margin-top: 4px;
}
.bm_banner_row .bm_form .gform_wrapper .gfield_captcha_input_container input {
    max-width: 80px!important;
}
/* Main brand page cta align css end here */


.brand_product_slider .fl-post-grid-post .fl-post-grid-image&gt;a {
    display: flex;
    flex-wrap: wrap;
    min-height: 240px;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.brand_product_slider .fl-post-grid-post .fl-post-grid-image&gt;a&gt;img {
    display: block;
    max-height: 230px;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    transform: scale(1.6);
}

.brand_product_slider {
    display: flex!important;
}
.brand_product_slider .slick-arrow{
    position: relative;
    z-index: 1;
}
.brand_product_slider .slick-arrow i{
    position: absolute;
    top: 35%;
    transform: rotate(270deg);
    font-size: 30px;
}
.brand_product_slider .slick-arrow.prev i{
    left: -10px;
}
.brand_product_slider .fl-post-grid-post .product-grid .collection_text{
    font-size: 16px;
}
.brand_product_slider .fl-post-grid-post .product-grid .brand_text{
    margin: 10px 0;
    font-size: 16px;
}
.brand_product_slider .fl-post-grid-post .product-grid .color_text{
    margin:10px 0 0;
    display: block;
}
.brand_product_slider .fl-post-grid-post .product-grid .view-product{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 12px;
    font-weight: normal;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
    border-radius: 0px;
}
.brands-logos-wrap{
    display: flex;
}
.brands-logos-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brands-logos-wrap .brand-logo-single{
    max-width: 31%;
    padding: 20px;
    margin: 0px 0px;
    text-align: center;
}
.brands-logos-wrap .brand-logo-single .logo-image-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
}
.brands-logos-wrap .brand-logo-single .logo-image-wrap img{
    max-width: 250px;
    max-height: 180px;
}
@media(max-width:992px){
    .brands-logos-wrap .brand-logo-single{
        max-width: 46%;
    }
    .brand_product_slider .slick-arrow.next i{
        right: 0px;
    }
    .brand_product_slider .slick-arrow.prev i{
        left: 0px;
    }
	.bm_banner_row .bm_form .gform_wrapper .ginput_container.ginput_container_checkbox input {
		vertical-align: top !important;
		margin-top: 2px!important;
	}
}
@media(max-width:767px){
    .brands-logos-wrap .brand-logo-single{
        max-width: 100%;
    }
}

/** NM CSS */
.main-row-wrap {
    background-repeat: no-repeat;
    background-size: cover;
}

.main-row-wrap .inner-row-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    align-items: end;
	min-height: 500px;
}

.main-row-wrap .left-col h2 {
    font-size: 50px;
    font-style: oblique;
    color: #fff;
    font-weight: 100;
    margin: 0;
}

.main-row-wrap .left-col h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    margin-top: 0;
}

.main-row-wrap .left-col {
    margin-bottom: 50px;
}

.main-row-wrap .right-col .img-wrap img {
    max-width: 300px;
    margin-bottom: -50px;
}

.shop-you-style-slider  .slick-next:before {
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 70px;
}

.shop-you-style-slider  .slick-prev:before{
	 content: "\f104";
 font: normal normal normal 14px / 1 FontAwesome;
    font-size: 70px;
}

.shop-you-style-slider .slick-next {
    right: 0px !important;
    font-size: 70px;
    height: 70px;
    width: 70px;
	border: 0px !important;
	position: absolute !important;
	z-index: 1;
}

.shop-you-style-slider .slick-prev {
    left: 0px !important;
    font-size: 70px;
    height: 70px;
    width: 70px;
	border: 0px !important;
	position: absolute !important;
	z-index: 1;
}

.shop-you-style-slider .slick-track{
	margin-bottom: 30px;
}

.fl-row.bm_row .brand_product_slider {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.fl-row.bm_row .brand_product_slider .fl-post-grid-post .product-grid .collection_text
{
    line-height:1.2em;
}
.fl-row.bm_row .brand_product_slider .fl-post-grid-post .product-grid .brand_text {
    color: #000;
    font-weight: 400;
}
.fl-row.bm_row .brand_product_slider .fl-post-grid-post .product-grid .collection_text {
    font-weight: 800;
    color: #000;
}
.fl-row.bm_row .brand_product_slider .fl-post-grid-post .product-grid .collection_text:hover {
    opacity:0.8;
}
.fl-row.bm_row .product-grid .product-row .fl-post-grid-post .fl-post-grid-image&gt;a&gt;img {
    object-fit: contain;
}

@media(min-width:1024px) and (max-width:1180px){
	.info-center .uabb-infobox-title{
		font-size: 14px !important;
	}
}

@media(max-width:992px){
	  .info-center .infobox-photo-left .uabb-infobox-content {
        width: auto !important;
    }
	 .info-center .uabb-infobox-left-right-wrap{
		text-align: center !important;
	}
}


@media(max-width:767px){
	.main-row-wrap .inner-row-wrap {
    padding: 0 70px;
    flex-direction: column;
    text-align: center;
		justify-content: center;
		align-items: center;
}
	.main-row-wrap .inner-row-wrap .left-col h2 {
    font-size: 30px;
    margin-top: 0px;
		        text-shadow: 2px 4px #000 !important;
}
	.main-row-wrap .inner-row-wrap .left-col h3{
		        text-shadow: 2px 4px #000 !important;
	}
	.main-row-wrap .inner-row-wrap .right-col .img-wrap img {
    margin-bottom: 20px;
		    max-width: 100% !important;
}
	.main-row-wrap .left-col ,
	.main-row-wrap .right-col {
    flex: 0 0 100%;
}
	.main-row-wrap .left-col {
    margin-bottom: 0px;
}
	.shop-you-style-slider .slick-track {
    margin-bottom: 0px;
}
.bm_banner_row .bm_form .gform_wrapper .ginput_container.ginput_container_checkbox input {
    vertical-align: top !important;
    margin-top: 1px !important;
}
}

@media (max-width: 499px) {
   	.fl-row.bm_row .product-grid .product-row .fl-post-grid-post .fl-post-grid-image&gt;a&gt;img {
        object-fit: contain!important;
        max-height: 230px !important;
        display: block;
        transform: scale(1)!important;
        border-radius: 0px;
    }
}</pre></body></html>