/* product-Category css */
.products-banner-wrapper { max-width: 470px; }
.term-coffee .products-banner-wrapper { max-width: 470px; }
.term-coffee .productbanner-content-wrapper { max-width: 405px; }
.term-fountain .products-banner-wrapper { max-width: 480px; }
.term-frozen .products-banner-wrapper { max-width: 500px; }
.term-ice .products-banner-wrapper { max-width: 470px; }
.term-non-carbonated .products-banner-wrapper { max-width: 590px; }
.products-banner-wrapper .cr-secondary-banner-heading { max-width: 100%; }
.productbanner-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 300px;
    max-width: 380px;
    width: 100%;
    height: 80px;
    padding: 15px 30px;
    margin-bottom: 70px;
    background-color: #5195A2;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 15px;
    line-height: 18.6px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.productbanner-btn-wrapper:hover, .productbanner-btn-wrapper:focus {
    text-decoration: none;
    background-color: rgba(81,149,162,.9);
    color: #fff;
}
.banner-btn-img {
    max-width: 34px !important;
    margin-right: 30px; 
}
.productbanner-content-wrapper {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
}
.products-category-slider-sec {
    padding: 50px 0;
    background-color: #fff;
}
.products-slider-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}
.products-slider-content h2 {
	margin-bottom: 25px;
    font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 34px;
    line-height: 33.6px;
    color: #194d89;
}
.products-slider-content p {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 21px;
    line-height: 25px;
    color: #194d89;
}
.owl-carousel .owl-item .products-slider-img img {
    display: block;
    margin: auto;
    max-width: 100% !important;
    width: auto;
    height: auto;
    max-height: 400px;
}
.products-category-slider-sec .owl-carousel .owl-nav .owl-next span, 
.products-category-slider-sec .owl-carousel .owl-nav .owl-prev span { display: none; }
.products-category-slider-sec .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left:0;    
    transform: translateY(-50%);
    font-size: 100px !important;
    color: #D7D7D7 !important;   
    outline: none;
    background: url('../images/products-arrow-left.png') no-repeat center center / cover;
    width: 10px;
    height: 20px;
}
.products-category-slider-sec .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 100px !important;
    color: #D7D7D7 !important;
    outline: none;
    background: url('../images/products-arrow-right.png') no-repeat center center / cover;
    width: 10px;
    height: 20px;
}
.products-category-slider-sec .owl-dots { text-align: center; }
.products-technology-sec {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.products-technology-content {
    padding: 60px;
    background-color: rgba(82,149,163,.9);
}
.products-technology-content p {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 26px;
    text-align: center;
	line-height: 32px;
    color: #fff;
}
.products-key-segments-sec {
    padding-top: 110px;
    padding-bottom: 70px;
    background-color: #fff;
}
.products-key-segments-sec h3  {
    font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 32px;
	line-height: 32px;
    text-align: center;
    color: #194d89;
}
.key-segments-sub-heading { margin-bottom: 15px; }
.products-key-segments-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.products-key-segments-list .key-segments-item {
    margin: 3.5%;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.key-segments-img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 120px;
    background-color: #E0F0F0;
    border-radius: 50%;
}
.key-segments-img img { max-width:72px !important; }
.key-segments-item p {
    font-size: 14px;
    line-height: 17.6px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #194d89;
}
.products-video-iframe {
    display: block;
    width: 100%;
}
.products-video-section {
    position: relative;
    padding-bottom: 100px;
}
.video-overlay-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    /*color: red;*/
}
.video-overlay-wrapper h4 {
    font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 34px;
	line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
}
.video-overlay-wrapper p {
	margin-bottom: 40px;
    font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 21px;
	line-height: 28px;
    color: #fff;
}
.product-specification-wrapper {
    min-height: 535px;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #194d89;
}
.powder-blue-bg { background-color: #E0F0F0; }
.sandal-blue-bg {
    background-color: #6986A6;
    color: #fff !important;
}
.white-bg { background-color: #fff; }
.whisper-bg { background-color: #E6E6E6; }
.product-specification-wrapper h5 {
    margin-bottom: 30px;
    font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}
.product-specification-wrapper p {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.specification-border::after {
    margin-left: auto;
    margin-right: auto; 
}
.product-specification-content { max-width: 50%; }

@media only screen and (max-width: 767px) {
    .products-banner-wrapper { max-width: 100%; }
    .productbanner-content-wrapper { margin-bottom: 30px; }
    .product-specification-wrapper h5 { margin-bottom: 20px !important; }
    .specification-border::after { margin-top: 12px !important; }
    .productbanner-btn-wrapper {
        margin-bottom: 50px;
        max-width: 300px;
        font-size: 13px;        
    }
    .products-slider-wrapper { padding: 0 35px; }
    .products-slider-content h2 { font-size: 29px; }
    .owl-carousel .owl-item .products-slider-img img { height: 295px; }
    .products-slider-content p { font-size: 18px; }
    .products-technology-sec { padding: 50px 0px; }
    .products-technology-content p { font-size: 21px; }
    .products-technology-content { padding: 10px; }
    .products-key-segments-sec {
        padding-top: 75px;
        padding-bottom: 60px;
    }
    .products-key-segments-sec h3 { font-size: 27px; }
    .key-segments-sub-heading { margin-bottom: 30px; }
    .products-key-segments-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .products-video-iframe { height: 350px; }
    .products-video-section { padding-bottom: 75px; }
    .video-overlay-wrapper {
        width: 90%;
        padding: 10px;
    }
    .video-overlay-wrapper h4 { font-size: 29px; }
    .video-overlay-wrapper p { font-size: 18px; }
    .product-specification-wrapper {
        min-height: 300px;
        padding: 60px 0;
    }
    .product-specification-content { max-width: 80%; }
    .product-specification-wrapper h5, 
    .product-specification-wrapper p { font-size: 21px; }
    .cr-distributor-content p br{
        display: none;
    }
    .cr-distributor-sec h2 {
        font-size: 1.7rem!important;
		line-height: 1.7rem!important;
    }
    .cr-distributor-content p{
        font-family: 'neue-haas-grotesk-display'!important;
        font-size: 16px!important;
        line-height: 20px!important;
        color: #000000!important;
        margin-bottom: 10px!important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .products-slider-wrapper { padding: 0 60px; }
    .products-technology-sec { padding: 90px 0; }
    .products-key-segments-sec { padding-top: 90px; }
    .term-non-carbonated .products-key-segments-list .key-segments-item { margin: 4%; }
    .products-video-section { padding-bottom:90px; }
    .video-overlay-wrapper { max-width: 75%; }
    .product-specification-wrapper { min-height: 400px; }
    .product-specification-content { max-width: 75%; }
    .products-slider-content p {
        font-size: 18px;
        line-height: 21px;
    }
}


/* product-details css */
.product-details-sec {
    display: flex;
    flex-direction: row;
}
.product-details-left {
    padding:0 20px;
    background-color: #F5F5F5;
}
.product-details-right {
    background-color: #FCDD26;
    color: #fff;
    padding: 110px 25px 25px 25px;
}
.product-details-left-content {
    max-width: 900px;
    margin-left: auto;
    display: block;
    content: "";
    clear: both;
}
.product-details-right-content { max-width: 245px; }
.breadcrumb-wrapper { padding: 25px 0; }
.breadcrumb-wrapper .woocommerce-breadcrumb, .breadcrumb-wrapper .woocommerce-breadcrumb a {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
}
.part-number {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
	font-size: 14px;
    text-transform: uppercase;
	line-height: 1;
	color: #000000;	
}
.product-details-left-content h1 {
    margin-bottom: 22px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
	font-size: 31px;
	line-height: 42px;
    letter-spacing: 0.31px;
	color: #000000;	
}
.product-details-left-content h2 {
    margin-bottom: 25px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
	font-size: 21px;
	line-height: 27px;
    letter-spacing: 0.42px;
	color: #000000;	
}
.product-details-left-content h3 {
    margin-bottom: 25px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}
.detail-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom:40px;
}
.product-detail-img-wrapper {
    width:100%;
    display: flex;
    padding:10px 15px;
    justify-content: center;
    align-items: flex-start;
}
.product-detail-img {
    width: auto;
    max-height: 280px;
}
.product-features-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin: 0;
    padding: 0;
    order: 1;
}
.product-features-list li {
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;  
    font-size: 14px;  
    line-height: 16px;
    color: #000000;
}
.product-features-list li span { 
    font-family: 'neue-haas-grotesk-display';
    font-weight: 800;
    color: #000000; 
}
.product-details-right-content h3 {
    margin: 10px 0 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 37px;
	color: #000000;	
}
.product-downloads-wrapper { background-color: transparent !important; }
.product-downloads-list {
    margin: 0;
    padding: 0;
}
.product-downloads-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #333333;
}
.product-downloads-list .product-downloads-item:last-of-type{ 
    border-bottom: 0; 
}
.product-downloads-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-weight: 600;
	line-height: 20px!important;
	color: #333333!important;
}
.product-downloads-item a.product-lang{
    font-weight: 500;
}
.product-name {
    display: flex;
    width: 100%;
    line-height: 20px !important;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.product-lang {
    margin-left: 24px;
    color: #333333!important;
}
.product-lang:hover { color: #333333!important; }
.product-downloads-item a:hover, .product-downloads-item a:hover span {
    text-decoration: none;
    color: #333333;
}
.product-downloads-item a:focus { text-decoration: none; }
.product-downloads-img {
    display: block;
    width:15px;
    height: auto;
    margin-right: 8px;
    color:#333333;
}
.product-downloads-img.profit-calculator img{
    width: 16px;
    height: 16px;
}
.product-model-specs {
    padding: 50px 0;
    background-color: #fff;
}
.product-model-specs h2 {
    margin-bottom: 20px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
	font-size: 26px;
	line-height: 42px;
    letter-spacing: 0.26px;
	color: #000000;	
}
.product-spec-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.product-spec-list li {
    display: flex;
    width: 47%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
    font-family: 'neue-haas-grotesk-display'; 
    font-size: 13px;
	line-height: 18px;
}
.product-spec-list li:not(:last-of-type){
    margin-right:35px;
} 
/*.product-spec-list li:nth-last-child(-n+3) {
    border-bottom: none;
}*/
li.overten { width: 30%; }
.product-spec-list li span {    
    width: 50%; 
    font-size: 14px;
    line-height: 26px;
}
.product-spec-list li .spec-label { 
    font-weight: 600;
}
.product-spec-list li .spec-value{
    font-weight: 500;
    word-break: break-word;
}
#asl-map-canv .gm-style div:nth-child(2) div div{
    background-repeat: no-repeat!important;
    font-family: 'neue-haas-grotesk-display'!important;
    font-weight: 600!important;
    font-size: 14px!important;
    text-align: center!important;
    line-height: 30px!important;
    text-indent: -24px;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow,
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .info-addr{
    text-indent: 0!important;
    text-align: left!important;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .infowindowContent .address, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .infowindowContent .phone a{
    font-weight: 500!important;
    text-align: left!important;
}
#asl-map-canv .gm-style .gmnoprint .gm-style-cc div{
    font-size: 11px!important;
    font-family: initial!important;
    font-weight: 400!important;
    line-height: 1.2!important;
    text-indent: unset!important;
}
#asl-map-canv .gm-control-active.gm-fullscreen-control{
    top: 10px!important;
}



@media only screen and (max-width: 767px) {
    .product-details-sec { flex-direction: column; }
    .product-details-left {
        padding: 20px;
        padding-top: 0;
    }
    .breadcrumb-wrapper { padding: 15px 0; }
    .product-details-left-content h1 { font-size: 27px; }
    .product-details-left-content h2 { font-size: 21px; }
    .product-details-left-content h3 { font-size: 19px; }
    .product-detail-img {
        float: none;
        margin-bottom: 20px;
    }
    .product-features-list li {
        max-width: 100%;
        width: 100%;
        font-size: 1rem;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .product-features-list li:last-child { margin-bottom: 0; }
    .product-details-right { padding: 20px; }
    .product-model-specs { padding: 25px 0; }
    .product-model-specs h2 { font-size: 24px; }
    .product-spec-list li {
        width: 100%;
        margin-right: 0;
    }
    .product-spec-list li:last-child {
        border-bottom: none;
        margin: 0;
        margin-right:35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-spec-list li { width: 46%; }
    .product-details-left { flex: 1 1 70%; }
    .product-features-list li {
        margin-right: 10px;
        width: 100%;
    }
    .product-spec-list li:not(:last-of-type){
        margin-right: 24px;
    }
    .product-details-right {
        flex: 1 1 30%;
        padding: 110px 25px 25px 25px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .product-spec-list li { width: 45%; }
    li.overten { width: 30%; }
    .product-details-right { padding: 85px 25px 25px 25px; }
}

@media only screen and (min-width: 1024px)  {    
    .product-features-list{
        order: 0;
        width:60%;
    }
    .product-detail-img-wrapper { width: 40%; }
    .product-detail-img {
        max-height: 400px;
        max-width: 300px !important;
    }
}

@media only screen and (min-width: 1200px)  {
    .product-details-left-content h2 { max-width: 50%; }
    .product-features-list li {
        padding-right:45px;
        width:50%;
    }
    .product-features-list { width:66%; }
    .product-detail-img-wrapper { width: 34%; }
    .product-details-left { width: calc(100% - (((100% - 1170px) / 2 ) + 220px)); }
    .product-details-right { width: calc(((100% - 1170px) / 2 ) + 220px); }
}


/* where-to-buy css */
.cr-distributor-sec {
    padding-top: 50px;
	background-color: #fff;
}
.cr-distributor-heading { margin-bottom: 15px !important; }
.cr-distributor-sec h2 {    
	font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
	font-size: 31px;
	line-height: 42px;
    letter-spacing: 0.31px;
	color: #000000;
}
.where-to-buy .cr-distributor-content { margin-bottom: 30px; }
.cr-distributor-content p {  
    font-family: 'neue-haas-grotesk-display'; 
	font-size: 21px;
	line-height: 26px;
	color: #000000;
}
.where-to-buy .wtb-distributors-link {
    position: absolute;
    right: 0;
    bottom: -40px;
    margin-bottom: 0;
    z-index: 10;
}
.where-to-buy .wtb-distributors-link p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: .3px;
}
.where-to-buy .wtb-distributors-link p img {
    min-width: 18px;
    max-width: 18px;
    height: auto;
    margin-right: 5px;
}
.where-to-buy .wtb-distributors-link p, 
.where-to-buy .wtb-distributors-link p a { font-size: 14px; display: none;}
.where-to-buy .wtb-distributors-link p a {
    margin-left: 5px;
    text-decoration: underline;
}
.where-to-buy .cr-secondary-banner-wrapper .cr-secondary-banner-heading { max-width: 100%; }
.where-to-buy .cr-solutions-border::after { margin-top: 30px; }
.where-to-buy .cr-map-column .cr-map-wrapper { margin-bottom: 0; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter { margin-bottom: 30px !important; }
.where-to-buy #asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-0 {
    max-width: 100% !important;
    width: 100% !important;
}
.pac-container { border: none !important; }
.cr-map-column .vc_column-inner { padding: 0 !important; }
/* agile modal */
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .store-locator .agile-modal.fade.in { display: none !important; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section {
    max-width: 1140px !important;
    padding-left: 15px;
    padding-right: 15px;    
    padding-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    background-color: #fff !important;
}
.where-to-buy #asl-storelocator.asl-p-cont .Filter_section { background-color: #fff !important; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel { top: -29px; }
body .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title {
    margin-bottom: 10px;
    margin-top: 0;
	font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner p.p-area {
    margin-bottom: 10px;
    padding-left: 0 !important;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner p.p-area.phone, 
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner p.p-area.email, 
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner p.p-area.fax, 
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner p.p-area.calendar, 
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner .p-description a.web-link, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store {
    display: none;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .item {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: none !important;
    margin: 0;
    padding: 10px 15px;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .item:first-child { padding-top: 15px; }
body #asl-storelocator.asl-p-cont.container.storelocator-main .item a {    
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline !important;
	color: #000000 !important;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #panel.storelocator-panel {    
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 40px;
    padding: 0;
    background-color: #ECECEC;
    border: none !important;
}
#asl-storelocator.asl-p-cont .Filter_section {
    max-width: 1140px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    background-color: #fff !important;
}
#asl-storelocator.asl-p-cont .asl-loc-sec { background-color: #ececec; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .item.highlighted, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .item.highlighted:nth-child(2n) { background-color: #fff !important; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .item:nth-child(2n) { background-color: transparent !important; }
body .where-to-buy #asl-storelocator.asl-p-cont.container .panel-inner .p-description {
    margin: 0;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    font-style: normal;
    text-decoration: underline;
    line-height: 9px;
    color: #194d89;
}
#asl-storelocator .gm-style div[tabindex="0"] div:nth-child(2) .infoBox {
    left: -66.354122px !important;
    bottom: 5.850461px !important;
    width: 310px !important;
    padding: 30px 25px 15px !important;
    background-color: #fff !important;
    border: 1px solid #f5f5f5 !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .infowindowContent div{
    text-indent: 0!important;
    text-align: left !important;
}


.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .infoWindow { float: none; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow h3 {
    margin: 0 0 10px 0 !important;
    padding: 0;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 14px;
    line-height: 18px;
    background-color: transparent;
    color: #666;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 div.arrow-down { margin-left: 130px; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .infowindowContent { padding: 0; }
.where-to-buy #asl-storelocator.asl-p-cont .info-addr > div { padding-left: 0; }
.where-to-buy #asl-storelocator.asl-p-cont .info-addr > div { margin-bottom: 0; }
.where-to-buy #asl-storelocator.asl-p-cont.storelocator-main .infoBox .p-time a, #asl-storelocator.asl-p-cont.storelocator-main .infoBox .p-time.email {
    font-family: 'neue-haas-grotesk-display';
    font-size: 14px;
    line-height: 16px;
    color: #000000 !important;
}

.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .p-time.description .web-link { margin-bottom: 5px; font-weight: 500;}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .address, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone a {
    margin: 0 !important;
    padding: 0;
    font-family: 'neue-haas-grotesk-display'!important;
    font-size: 14px!important;
    line-height: 18px!important;
    background-color: transparent;
    color: #000000;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone {
    margin: 0!important;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone b, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone .glyphicon {
    display: none;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .p-time.days, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .p-time.description .more-link, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .p-time.email .icon-at, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .address .icon-location, 
#asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .asl-buttons, 
.where-to-buy .col-xs-12.search_filter p:first-child, 
.na-distributors-list li .web-link, 
.infoBox img, 
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.distance, 
.p-area .icon-location {
    display: none;
}
.where-to-buy #asl-storelocator.asl-p-cont.storelocator-main .infoBox .p-time a, #asl-storelocator.asl-p-cont.storelocator-main .infoBox .p-time a {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    line-height: 16px;
    color: #194d89 !important;
}
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter { padding: 0; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span, #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span { display: none !important; }
.where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 input#auto-complete-search {
    height: 42px;
    background-image: url('../images/iconmonstr-search-thin.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 0;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 16px;
    border-color: #CCCCCC!important;
}

.where-to-buy #asl-storelocator.asl-p-cont.storelocator-main .Filter_section .col-xs-12.search_filter p:last-child {
    max-width: 310px;
    height: 40px;
}
/*
.where-to-buy #asl-storelocator.asl-p-cont.storelocator-main .Filter_section .col-xs-12.search_filter p:last-child::after {
    position: absolute;
    right: 10px;
    bottom: 0px;
    display: block; 
    content: "";
    width: 20px;
    height: 20px;   
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: right;
}
*/
.where-to-buy #asl-storelocator .typeahead { padding: 8px 40px; }
.na-distributors-sec {
    padding-top: 40px;
    padding-bottom: 10px;
}
.na-distributors-sec h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 800;
	font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
	color: #707070;
}
.wtb-down-arrow { margin-left: 10px;transition: transform 0.8s; }
.na-distributors-sec .distributors-title {
    margin-bottom: 15px;
	font-family: 'neue-haas-grotesk-display';
    font-weight: 800;
	font-size: 14px;
	line-height: 18px;
    text-transform: uppercase;
	color: #333333;
}
.na-distributors-sec .distributors-address {
    margin-bottom: 15px;
	font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.na-distributors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
.na-distributors-list li {
    margin-bottom: 30px;
    padding-right: 50px;
    width: 25%;
    list-style: none;
}
.na-distributors-list li:nth-child(4n+4) { padding-right: 0; }
.na-distributors-list li a {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    line-height: 20px;
    color: #333333;
}

/* For Mobile */
@media only screen and (max-width: 767px) {
    .where-to-buy .wtb-distributors-link p { justify-content: flex-start; }
    .where-to-buy .wtb-distributors-link {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .where-to-buy .cr-distributor-content { margin-bottom: 20px; }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter { margin-bottom: 15px !important; }
    #asl-storelocator .infoBox {
        left: -51.354122px !important;
        padding: 15px;
    }
    .na-distributors-sec h3 {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .na-distributors-list li {
        width: 50%;
        margin-bottom: 20px;
        padding-right: 30px;
    }
    .na-distributors-list li:nth-child(2n+2) { padding-right: 0; }
    .cr-distributor-sec.vc_section {
        padding-left:0;
        padding-right:0;
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section {
        padding-left:0;
        padding-right:0;
        margin:10px 0 0;
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #panel.storelocator-panel { max-height: 300px; }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone { margin: 0 0 12px 0 !important; }

}

/* For iPad */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #asl-storelocator .infoBox {
        left: -56.354122px !important;
        padding: 20px;
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone { margin: 0 0 15px 0 !important; }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow .p-time.description { margin-bottom: 12px; }
}

/* For iPad pro potrait-mode */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .Filter_section {
        max-width: 970px !important;
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel {
        width: calc((100% - 960px)/2 + 330px);
        max-width: calc((100% - 960px)/2 + 330px);
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-map {
        margin-left: calc((100% - 960px)/2 + 330px);
    }
    .where-to-buy #asl-storelocator.asl-p-cont.storelocator-main .panel-cont {
        max-width: 330px;
        float: right;
    }
}

@media only screen and (min-width: 1200px) {    
    .where-to-buy #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel {
        width: calc((100% - 1140px)/2 + 330px);
        max-width: calc((100% - 1140px)/2 + 330px);
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-map {
        margin-left: calc((100% - 1140px)/2 + 330px);
    }
    .where-to-buy #asl-storelocator.asl-p-cont.asl-bg-0 .item .item-inner {
        max-width: 285px;
        float: right;
        width: 285px;
    }
}

.slider-header {
    display: inline-block;
    cursor: pointer;
}

.slider-header.active .wtb-down-arrow {      
    transform: rotate(180deg);
    transition: transform 0.8s;
}

.brand-icon-menu .card,
.brand-icon-menu,
.resources-download-list .brand-icon-menu .card-header {
    background-color: transparent;
}
.brand-icon-menu:hover .card-header, 
.brand-icon-menu:focus .card-header{
    background-color: #fff;
}
.brand-icon-menu button.btn.btn-link {
    border-left-color: transparent;
}
.brand-icon-menu:hover button.btn.btn-link, 
.brand-icon-menu:focus button.btn.btn-link{
    border-left-color: #9ebfd8;
}

/* member sign-in css */
.page-template-client-homepage, 
.page-template-template-nobanner, 
.page-template-login-template {
    background-image: url(../images/sk-loginpage-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.member-signin-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.member-signin {
    max-width: 520px;
    padding: 35px 50px;
    background-color: rgba(255,255,255,.9);
}
/*.member-signin h1, 
.member-signin p { margin: 0; }*/
.member-signin h1 {
    margin-bottom: 10px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 34px;
    line-height: 29.6px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}
.member-signin .subtitle {
    margin-bottom: 30px;
	font-family: 'neue-haas-grotesk-display';
	font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.74px;
    color: #000000;
	text-align: center;
}
.member-signin #loginform-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.member-signin .login-username ,
.member-signin .login-password { width: 100%; }
.member-signin .login-remember, 
.member-signin .login-submit { width: 50%; }
.member-signin .login-remember {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 1;
}
.member-signin .login-remember label {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
	font-size: 14px;
	color: #000000;
}
/* custom checkbox */
.member-signin .login-remember label, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.member-signin .login-remember label input, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.member-signin .login-remember label .remember-me, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d6d7d7;
    background-color: transparent;
}
.member-signin .login-remember label .remember-me::after, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox span::after {
    content: "";
    position: absolute;
    display: none;
}
.member-signin .login-remember label input:checked ~ .remember-me:after, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox input:checked ~ span:after { display: block; }
.member-signin .login-remember label .remember-me:after, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox span:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 10px;
    border: solid #bbb;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.member-signin input::placeholder {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
}
.login-username, 
.login-password {
    display: flex;
    position: relative;
}

.login-username label, 
.login-password label { display: none; }

.login-username input, 
.login-password input {
    display: block;
    min-height: 44px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 0 !important;    
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.login-username input:focus, 
.login-password input:focus {
    outline: 0;
    border-color: #d6d7d7 !important;
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,.25) !important;
}
.login-username::after, 
.login-password::after {
    position: absolute;
    right: 15px;
    top: 10px;
    display: inline-block;    
    content: "\f007";
    color: #ccc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.login-password::after { content: "\f023"; }
.login-submit { position: relative; }
.login-submit input[type=submit] {
    display: block;
    height: 38px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 4px solid #FCDD26;
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-family: 'neue-haas-grotesk-display';
    outline: none;
    box-shadow: none;
}
.login-submit input[type=submit]:hover {
    border-color:#000000;
}
/* .login-submit:hover input[type=submit], 
.login-submit:focus input[type=submit] {
    color: #fff;
    background-color: #194d89;
} */
/* .login-submit::after {
    position: absolute;
    left: 170px;
    bottom: 11px;
    content: "";
    width: 10px;
    height: 18px;
    background: url(../images/member-btn-arrow-blue.svg) no-repeat center center / cover;
} */
.login-submit:hover::after, 
.login-submit:focus::after { background-image: url('../images/member-btn-arrow-white.svg'); }
 .register-wrapper {
    display: flex;
    justify-content: space-between;  
    margin-top: 20px;
}
.register-wrapper a {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
	font-size: 14px;
	line-height: 23.6px;
    color: #000000;
}
.login-info {
    margin-bottom: 10px;
    text-align: center;
    color: red;
}

@media only screen and (max-width: 767px) {
    .member-signin-main { height: 100%; }
    .member-signin {
        padding: 25px;
        margin: 50px 10px;
    }
    .member-signin .login-remember, .member-signin .login-submit { width: 100%; }
    .member-signin .login-submit { margin-bottom: 15px; }
    .member-signin .login-remember { justify-content: flex-start; }
    .member-signin .login-remember label { justify-content: flex-start; }
    .page-template-client-homepage, 
    .page-template-template-nobanner, .page-template-login-template { background-size: cover; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-template-client-homepage, 
    .page-template-template-nobanner, .page-template-login-template { background-size: cover; }
}

/* member password-reset css */
.user-registration .cr-secondary-banner, 
.reset-password .cr-secondary-banner { display: none; }
.password-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.vc_row.wpb_row.vc_row-fluid.password-reset { margin: 0; }
.password-reset .wpb_column.vc_column_container.vc_col-sm-12 {
    max-width: 520px;
    padding: 35px 50px;
    background-color: rgba(255,255,255,.9);
}
.password-reset .wpb_text_column.wpb_content_element, 
.password-reset .vc_column_container>.vc_column-inner {
    padding: 0;
    margin: 0;
}
.password-reset .wpb_wrapper {
    display: flex;
    flex-direction: column;
}
.password-reset .woocommerce-ResetPassword.lost_reset_password { order: 1; }
.password-reset .woocommerce-notices-wrapper { order: 2; }
.woocommerce-notices-wrapper .woocommerce-error {
    padding: 0;
    margin: 0;
    border: none;
}
.password-reset .woocommerce-error::before, 
.password-reset .woocommerce-info::before, 
.password-reset .woocommerce-message::before { content: none; }
.woocommerce-notices-wrapper ul { background-color: transparent; }
.woocommerce-notices-wrapper ul li {
    width: 100%;
    margin-left: auto;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
    color: #dc3545 !important;
    background-color: transparent;
    padding: 5px 0 0 0;
    border: none;
    text-align: center;
}
.password-reset h1, 
#user-registration .user-registration-MyAccount-content .edit-password legend {
    margin-bottom: 10px!important;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 34px;
    line-height: 29.6px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}
.password-reset h2 {
    margin-bottom: 10px!important;
    font-family: 'neue-haas-grotesk-display';
    font-size: 24px;
    line-height: 29.6px;
    color: #666;
	text-align: center;
	text-transform: capitalize;
}
.password-reset .lost_reset_password p:first-child {
    margin-bottom: 30px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.74px;
    color: #000000;
    text-align: center;
}
.lost_reset_password .woocommerce-form-row label { display: none; }
.lost_reset_password .woocommerce-form-row input[type="text"] {
    display: block;
    min-height: 44px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.lost_reset_password .woocommerce-form-row input[type="text"]::placeholder {
    font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 13px;
}
.lost_reset_password .woocommerce-form-row { position: relative; }
.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first::after {
    position: absolute;
    right: 15px;
    top: 10px;
    display: inline-block;    
    content: "\f0e0";
    color: #ccc;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.lost_reset_password .woocommerce-form-row button[type="submit"] {
    display: block;
    height: 38px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 4px solid #FCDD26;
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-family: 'neue-haas-grotesk-display';
    outline: none;
    box-shadow: none;
}
.lost_reset_password .woocommerce-form-row button[type="submit"]:hover, 
.lost_reset_password .woocommerce-form-row button[type="submit"]:focus,
.lost_reset_password .woocommerce-form-row button[type="submit"]:active {
    color: #000000;
    border-color: #000000;
    background-color: transparent;
    box-shadow: none;
}


@media only screen and (max-width: 767px) {
    .password-reset .wpb_column.vc_column_container.vc_col-sm-12 { padding: 25px; }
    .password-reset h1 { font-size: 29px; }
    .password-reset h2 { font-size: 21px; }
    .vc_row.wpb_row.vc_row-fluid.password-reset {
        height: 100%;
        margin: 50px 10px;
    }
}

/* member sign-up css */
.page-template-user-registration, 
.user-registration-account, 
.user-registration-account .user-registration-MyAccount-content { background-color: #f5f5f5; }
.member-signup {
    max-width: 700px;
	padding: 60px 20px;
	margin: auto;
}
.sign-up-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.sign-up-header h1 {
	margin-bottom: 10px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 34px;
    line-height: 29.6px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}
.sign-up-header p {
    min-width: 95px;
    font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 13px;
    color: #454444;
    text-transform: capitalize;
}
.ur-frontend-form {
    border: none;
    padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
    width: 100% !important;
    padding: 0 5px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item { margin-bottom: 0; }
.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

/* custom select-arrow */
.ur-frontend-form .ur-form-row .ur-form-grid .form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}
.ur-field-item.field-country .form-row { position: relative; }
.ur-field-item.field-country .form-row::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid #ddd;
    border-color: #ddd transparent transparent transparent;
}
.ur-frontend-form .ur-form-row .ur-form-grid .form-row label {
    display: flex;
    width: 20%;
    margin-right: 2%;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 500;
	font-size: 14px;
    color: #000000;
}
.ur-frontend-form .ur-form-row .ur-form-grid .form-row input, 
.ur-frontend-form .ur-form-row .ur-form-grid .form-row select {
    width: 78%;
    min-height: 44px;
    padding: 10px 15px;
    background-color: #fff;
    color: #666;
    border: 1px solid #d6d7d7;
    border-radius: 0 !important;
    font-size: 13px;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.ur-frontend-form .ur-form-row .ur-form-grid .form-row input:focus, 
.user-registration-ur-lost-password .lost_reset_password .form-row input:focus {
    outline: 0;
    border-color: #d6d7d7 !important;
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,.25) !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid .form-row label.user-registration-error, 
.member-signup .form-row .user-registration-error, 
.member-signup .form-row #user_email-error {
    width: 76%;
    margin-left: auto;
    font-family: 'neue-haas-grotesk-display';
    font-size: 13px;
    color: #dc3545 !important;
    background-color: transparent;
    padding: 5px 0 0 0;
    border: none;
}
.user-registration-error-wrapper { position: absolute; }
.user-registration.horizontal .user-registration-error {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.user-registration-password-strength, 
.member-signup .user-registration-password-hint {
    width: 76%;
    margin: 5px 0 0 auto;
    text-align: left;
    font-size: 13px;
    font-family: 'HelveticaNeueLTStd-Roman';
}
.ur-frontend-form .ur-message.user-registration-message, 
.ur-frontend-form #ur-submit-message-node {
    padding: 5px;
    width: 78%;
    margin: 20px 0 0 auto !important;
    font-size: 13px;
    font-family: 'HelveticaNeueLTStd-Roman';
    border: none;
    font-weight: 550;
}
.user-registration-error::before, 
.user-registration-error::before, 
.user-registration-info::before, .user-registration-message::before { content: none; }
.ur-frontend-form .submit-buttons {
    display: flex;
    align-items: center;
    max-width: 78%;
    margin-left: auto;
}
.ur-frontend-form .submit-buttons button+button { margin-left: 15px; }
.ur-frontend-form input[type="submit"], 
.ur-frontend-form button[type="submit"], 
.ur-frontend-form button[type="reset"], 
.warranty-form-submit button[type="submit"], 
.client-group-submit {
    display: block;
    height: 38px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 4px solid #FCDD26;
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-family: 'neue-haas-grotesk-display';
    outline: none;
    box-shadow: none;
}
.ur-frontend-form input[type="submit"]:hover,
.ur-frontend-form input[type="submit"]:focus,
.ur-frontend-form button[type="submit"]:hover, 
.ur-frontend-form button[type="submit"]:focus, 
.warranty-form-submit button[type="submit"]:hover,
.warranty-form-submit button[type="submit"]:focus, 
.client-group-submit:hover, 
.client-group-submit:focus {
    background-color:transparent;
    border-color: #000000;
}
.ur-frontend-form input[type="submit"]::after,
.ur-frontend-form button[type="submit"]::after, 
.warranty-form-submit button[type="submit"]::after, 
.client-group-submit::after {
    position: absolute;
    left: 170px;
    bottom: 9px;
    content: "";
    width: 11px;
    height: 19px;
    background: url(../images/member-btn-arrow-blue.svg) no-repeat center center / cover;
}
.ur-frontend-form input[type="submit"]:hover::after, 
.ur-frontend-form input[type="submit"]:focus::after, 
.ur-frontend-form button[type="submit"]:hover::after, 
.ur-frontend-form button[type="submit"]:focus::after,
.warranty-form-submit button[type="submit"]:hover::after, 
.warranty-form-submit button[type="submit"]:focus::after, 
.client-group-submit:hover::after, 
.client-group-submit:focus::after { background-image: url('../images/member-btn-arrow-white.svg'); }
.ur-frontend-form button[type="reset"] {
    border: 2px solid #666;
    color: #666;
}
.ur-frontend-form button[type="reset"]:hover, 
.ur-frontend-form button[type="reset"]:focus {
    color: #fff;
    background-color: #666;
}
.ur-frontend-form button[type="reset"]::after {
    position: absolute;
    left: 170px;
    bottom: 13px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/member-btn-close-grey.svg) no-repeat center center / cover;
}
.ur-frontend-form button[type="reset"]:focus::after, 
.ur-frontend-form button[type="reset"]:hover::after { background-image: url('../images/member-btn-close-white.svg'); }
.ur-frontend-form .ur-form-row .ur-form-grid label .required, 
.ur-frontend-form .ur-form-row .ur-form-grid legend .required, 
.user-registration-ur-lost-password .lost_reset_password .form-row label .required {
    color: #454444;
    order: -1;
    padding-right: 3px;
}

@media only screen and (max-width: 767px) {
.ur-frontend-form .ur-form-row .ur-form-grid .form-row label, 
.ur-frontend-form .ur-form-row .ur-form-grid .form-row input, 
.member-signup .form-row .user-registration-error, 
.member-signup .form-row #user_email-error, 
.ur-frontend-form .ur-form-row .ur-form-grid .form-row select, 
.ur-frontend-form .ur-form-row .ur-form-grid .form-row label.user-registration-error, 
.user-registration-password-strength, 
.member-signup .user-registration-password-hint { width: 100%; }
.ur-frontend-form .ur-form-row .ur-form-grid .form-row label {
    margin-right: 0;
    margin-bottom: 5px;
}
.ur-frontend-form button[type=submit] {
    margin-top: 30px;
    margin-right: 20px;
}
.ur-frontend-form .submit-buttons {
    flex-wrap: wrap;
    max-width: 100%;
}
.ur-frontend-form .submit-buttons button+button { margin-left: 0; }
}

@media only screen and (min-width: 768px) { 
    .ur-frontend-form .ur-form-row .ur-form-grid #phone_field input, 
    .ur-frontend-form .ur-form-row .ur-form-grid #input_box_1562147903331_field input { width: 39%; }
    .sign-up-header { padding-top: 20px; }
}

/* user-profile page css */
.user-registration-account div#wpcf7-f155-o1 { display: none; }
.user-registration-account .wrapper { padding: 0; }
.user-registration-account #content {
    max-width: 100%;
    padding: 0;
}
.user-registration-account #content .row { margin: 0; }
#user-registration.horizontal {
    margin: 0;
    box-shadow: none;
}
.ur-frontend-form.login { padding: 0 5px; }
#user-registration.horizontal .user-registration-MyAccount-content { text-align: left; }
#user-registration.horizontal .user-registration-MyAccount-navigation, 
.user-registration-account .my-account .cr-secondary-banner, 
.user-registration-EditProfileForm .user-registration-profile-header, 
.user-registration-EditProfileForm .user-registration-profile-fields h2 { display: none; }
#user-registration .user-registration-MyAccount-content { padding: 0; }
.user-registration-MyAccount-content {
    display: flex;
    flex-direction: row;
}
.user-profile-left, 
.user-registration-error-wrapper { padding: 20px; }
.user-profile-left-content, 
.user-registration.horizontal .user-registration-error {
    max-width: 895px;
    margin-left: auto;
}
.member-user-profile {
    max-width: 700px;
    padding: 60px 0;
}
.user-profile-right {
    padding: 30px 0;
    background-color: #194D89;
    color: #fff;
}
.user-profile-right-content { max-width: 240px; }
.user-profile-right-content .welcome-note {
    margin: 0 20px;
    margin-bottom: 15px;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
    color: #fff !important;
}
.user-profile-right-content .welcome-note span {
    color: #99ccff;
}
.user-profile-logo {
    width: 178px;
    height: 85px;
    margin: 0 20px 30px 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.user-profile-logo img {
    display: block;
    margin: auto;
    padding: 24px 0;
    text-align: center;
}
.user-profile-right-content h3 {
    margin: 0 20px 10px 20px;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 14px;
    color: #fff;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.user-navigation-list {
    margin: 0;
    padding: 0;
}
.user-navigation-list li {
    padding: 0 15px;
    border-left: 5px solid transparent;
    list-style: none;
    transition: all .3s ease-in-out;
}
.user-navigation-list li:hover, 
.user-navigation-list li:focus {
    border-color: #9fccff;
}
.user-navigation-list li.active {
    border-color: #9fccff;
}
.user-navigation-list li.active a { color: #9fccff; }
.user-navigation-list li.sign-out a { padding-left: 24px; }
.user-navigation-list li a {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
.user-navigation-list li+li a { border-top: 1px solid #376aa5; }
.user-profile-right .user-navigation-list li a img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.user-navigation-list li a span { margin-top: -3px; }
.user-navigation-list li a:hover, 
.user-navigation-list li a:focus { color: #9fccff; }
.my-account .user-registration-error {
    padding: 0;
    margin: 0;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
    color: #dc3545 !important;
    background: transparent;
    border: none;
}

@media only screen and (max-width: 767px) {
    .user-registration-MyAccount-content { flex-wrap: wrap; }
    .user-profile-right, 
    .user-profile-left, 
    .user-registration-error-wrapper { width: 100%; }
    .sign-up-header {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .user-registration-MyAccount-content .sign-up-header h1 { margin-bottom: 5px; }
    .ur-field-item.field-country .form-row::after { top: 43px; }
    .member-user-profile {
        padding: 30px 0;
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) {
    .ur-frontend-form .ur-form-row .ur-form-grid #user_registration_phone_field input, 
    .ur-frontend-form .ur-form-row .ur-form-grid #user_registration_input_box_1562147903331_field input { width: 34%; }
    .sign-up-header { padding-top: 20px; }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .user-profile-left, 
    .user-registration-error-wrapper {
        max-width: 72%;
        flex: 1 1 72%;
    }
    .user-profile-right {
        max-width: 28%;
        flex: 1 1 28%;
    }
    .my-account .ur-frontend-form .ur-form-row .ur-form-grid .form-row label { width: 30%; }
    .my-account .ur-frontend-form .ur-form-row .ur-form-grid .form-row input, 
    .my-account .ur-frontend-form .ur-form-row .ur-form-grid .form-row select, 
    .my-account .ur-frontend-form .ur-form-row .ur-form-grid .form-row label.user-registration-error, 
    .my-account .member-signup .form-row .user-registration-error, 
    .my-account .member-signup .form-row #user_email-error { width: 68%; }
    .my-account .ur-frontend-form .submit-buttons {
        max-width: 68%;
        flex-wrap: wrap;
    }
    .my-account .ur-frontend-form .submit-buttons button+button { margin-left: 0; }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .user-profile-left, 
    .user-registration-error-wrapper {
        max-width: 70%;
        flex: 1 1 70%;
    }
    .user-profile-right {
        max-width: 30%;
        flex: 1 1 30%;
    }
}

@media only screen and (min-width: 1200px) {
    .user-profile-left, 
    .user-registration-error-wrapper {
        width: calc(100% - (((100% - 1170px) / 2 ) + 220px));
    }
    .user-profile-right {
        width: calc(((100% - 1170px) / 2 ) + 220px);
    }
}

/* member-landing css */
.page-template-client-homepage div.wpcf7 { display: none; }
.page-template-client-homepage .container.cr-blog-container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 0;
    background-color: #f5f5f5;
}
.page-template-client-homepage .cr-blog-sec {
    margin: 0;
    padding: 0;
    flex: 1 1 100%;
    max-width: 100%;
}
.member-landing-left-content {
    padding-top: 40px;
    padding-right: 40px;
}
.member-landing-left-content .member-landing-heading {
    margin-bottom: 25px;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 36px;
	color: #194d89;
	text-transform: capitalize;
}
.member-landing-intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.member-landing-intro .content-wrapper { max-width: 50%; }
.member-landing-intro h3 {
    margin-bottom: 15px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 16px;
	color: #194d89;
}
.member-landing-intro .list-header { color: #666 !important; }
.member-landing-intro p {
    margin-bottom: 25px;
	font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 16px;
	line-height: 19px;
	color: #194d89;
}
.member-landing-intro ul {
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #666;
    font-size: 14px;
}
.member-landing-intro .img-wrapper { margin-left: 30px; }
.member-landing-intro .img-wrapper img {
    padding: 50px;
    background: #fff;
}
.member-landing-left-content h2 {
    margin-bottom: 25px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 21px;
    color: #194d89;
    text-align: center;
}
.member-landing-left .cr-blog-wrapper {
    margin: 0 0 30px 0;
    justify-content: space-between;
}
.page-template-client-homepage .pagination { margin-bottom: 0; }

@media (max-width: 767px) {
    .page-template-client-homepage .container.cr-blog-container, 
    .member-landing-intro { flex-wrap: wrap; }
    .member-landing-left-content {
        padding-top: 20px;
        padding-right: 0;
    }
    .member-landing-left-content .member-landing-heading, .member-landing-left-content h2 { margin-bottom: 18px; }
    .member-landing-intro .content-wrapper { max-width: 100%; }
    .member-landing-intro .img-wrapper {
        margin-left: 0;
        margin: auto;
    }
    .page-template-client-homepage .pagination {
        margin-bottom: 0;
        padding: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .member-landing-left-content {
        padding-top: 20px;
        padding-right: 20px;
    }
    .member-landing-intro { flex-wrap: wrap; }
    .member-landing-intro .content-wrapper { max-width: 100%; }
    .member-landing-intro .img-wrapper {
        margin: 10px auto 0 auto;
    }
    .member-landing-left .cr-blog-wrapper { padding: 20px; }
}

@media only screen and (min-width: 1900px) {
    .ur-frontend-form button[type="reset"]::after {
        width: 12px;
        height: 20px;
    }
}

/* edit-profile css */
.user-registration-edit-profile { background-color: #f5f5f5; }
.user-registration-edit-profile #user-registration {
    height: 100vh;
    margin: 50px 0;
    background-color: #f5f5f5;
}
.user-registration-edit-profile .ur-frontend-form.login {
    max-width: 520px;
    padding: 35px 50px;
    margin: auto;
    background-color: rgba(255,255,255,.9);
}
.user-registration-edit-profile .form-row { padding: 0; }
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input, 
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row .password-input-group input {
    width: 100%;
    min-height: 44px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    color: #666;
    border: 1px solid #d6d7d7;
    border-radius: 0 !important;
    font-size: 13px;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.woocommerce form .password-input{
    width: 100%;
}
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row .password-input-group { width: 100%; }
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .form-row {
    width: 100%;
    margin: 0;
}
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-login { width: 50%; }
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember label.user-registration-form__label-for-checkbox {
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    width: auto;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    color: #194d89;
    text-transform: capitalize;
}
.user-registration-edit-profile .ur-frontend-form .user-registration-LostPassword { margin-top: 20px; }
.user-registration-edit-profile .ur-frontend-form .user-registration-LostPassword a {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    line-height: 23.6px;
    color: #194d89;
}

@media (max-width: 767px) {
    .user-registration-edit-profile .ur-frontend-form.login { padding: 25px; }
    /*
    .user-registration-edit-profile #user-registration .user-registration-error {
        padding: 20px 20px 0 20px;
    }*/
    .user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-login, 
    .user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember { width: 100%; }
    .user-registration-edit-profile .ur-frontend-form .ur-form-row .ur-form-grid .edit-profile-remember {
        margin-top: 15px;
        justify-content: flex-start;
    }
}

.user-registration-edit-profile.logged-in #user-registration {
    height: 100%;
    margin: 0;
}
.user-registration-edit-profile.logged-in .ur-frontend-form.login {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
}
.user-registration-edit-profile.logged-in .ur-frontend-form .ur-form-row .ur-form-grid {
    display: block;
}
.user-registration-edit-profile.logged-in .ur-frontend-form .ur-form-row .ur-form-grid .form-row {
    margin-bottom: 20px;
}

/* search results css */
.single-resource_library #single-wrapper {
    padding: 50px 0;
    height: 85vh;
    background-color: #fff;
}
.type-resource_library .entry-header .entry-title {
    margin-bottom: 15px;
    font-family: 'HelveticaNeueLTStd-Lt';
    color: #666;
    font-size: 1rem;
}
.type-resource_library .entry-meta { display: none; }
.resources-category-download {
    font-size: 16px;
    line-height: 16px;
    color: #194d89;
}
.resources-category-download .resources-icon { margin-right: 5px; }
.resources-category-download .resources-icon img { min-width: 17px; }
.search-results-post-navigation {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e3dddd;
}
.search-results-post-navigation .nav-links a {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1;
}
.search-results-post-navigation .nav-previous a i {
    margin-right: 5px;
    font-size: 20px;
}
.search-results-post-navigation .nav-next a i {
    margin-left: 5px;
    font-size: 20px;
}
.search-results-post-navigation .nav-links a:hover, 
.search-results-post-navigation .nav-links a:focus { text-decoration: none; }

@media only screen and (max-width: 767px) {
    .single-resource_library .content-area {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (orientation:portrait) and (max-width: 450px){
    .search-results-post-navigation .row.nav-links { flex-direction: column; }
    .search-results-post-navigation .nav-links span+span { margin-top: 20px; }
}

/* password-reset-form css */
.user-registration-ur-lost-password .cr-secondary-banner { display: none; }
.user-registration-ur-lost-password { background-color: #f5f5f5; }
.user-registration-ur-lost-password .lost_reset_password {
    display: flex;
    flex-direction: column;
    max-width: 520px;
    padding: 35px 50px;
    background-color: rgba(255,255,255,.9);
    margin: auto;
}
.user-registration-ur-lost-password .lost_reset_password p:first-child {
    margin-bottom: 20px!important;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    font-size: 30px;
    line-height: 29.6px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
}
.user-registration-ur-lost-password .lost_reset_password .form-row {
    width: 100%;
    margin: 0;
    font-family: 'neue-haas-grotesk-display';
}
.user-registration-ur-lost-password .lost_reset_password .form-row::after { content: none !important; }
.user-registration-ur-lost-password .lost_reset_password .form-row label {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-family: 'neue-haas-grotesk-display';
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}
.user-registration-ur-lost-password .lost_reset_password .form-row input {
    display: block;
    min-height: 44px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px !important;
    background-color: #fff;
    color: #666;
    border: 1px solid #d6d7d7;
    border-radius: 0 !important;
    font-size: 13px;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.user-registration-ur-lost-password .woocommerce-error {
    max-width: 520px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 13px;
    color: #dc3545 !important;
    background: transparent;
}
.user-registration-ur-lost-password .woocommerce-error::before {
    content: none;
}

.user-registration-ur-lost-password .woocommerce-form-row button[type="submit"]::after { left: 170px; }

@media only screen and (max-width: 767px) {
    .user-registration-ur-lost-password .lost_reset_password {
        padding: 25px;
    }
    .user-registration-ur-lost-password .lost_reset_password p:first-child { font-size: 21px; }
    .user-registration-ur-lost-password .woocommerce-form-row button[type="submit"] { margin-top: 10px; }
}

/* member-resources css */
.page-template-member-resources-template .cr-secondary-banner, 
.page-template-member-resources-template div.wpcf7 { display: none; }
.member-resources-main, 
.member-warranty-main, 
.warranty-form-main, 
.customer-service-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #f5f5f5;
}
.member-resources-left-content, 
.member-warranty-left-content {
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.member-resources-left-content .member-resources-heading {
    margin-bottom: 20px;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 28px;
    line-height: 38px;
    color: #194d89;
}
#member-accordion, #member-child-accordion { background-color: #f5f5f5; }
.member-card {
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.member-main-card { margin-bottom: 10px;}
.member-card .resources-category-wrapper { padding: 0; }
.member-main-card { border-left: 4px solid #9ebfd8; }
.member-card .card-header {
    max-height: 55px;
    padding: 5px 20px;
    background-color: #fff;
    border-bottom: none;
}
.member-child-card .card-header { padding: 5px 20px 5px 0; }
.member-main-card .card-body #mainCollapse-installation-manuals+#mainCollapse-installation-manuals { border-top: 1px solid #b7b7b7; }
.member-card .card-header .btn.btn-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background-image: url(../images/minus-icon-big.png);
    background-repeat: no-repeat;
    background-position: right;
}
.member-card .card-header .btn.btn-link.collapsed {
    background-image: url(../images/plus-icon-big.png);
    background-repeat: no-repeat;
    background-position: right;
}
.member-card h2 {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 21px;
    color: #194d89;
    text-transform: uppercase;
}
.member-card h3 {
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 14px;
    color: #194d89;
    text-transform: uppercase;
}
.member-card .card-body { padding: 0 20px; }
.member-card .card-body a {
    display: block;
    padding: 7px 0;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
}
.member-card .dropdown-resources {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
}
.member-card .card-body a+a { border-top: 1px solid #b7b7b7; }

/* scroll */
.member-main-card .card-body {
    max-height: 400px;
    margin-right: 7px;
    padding: 0 10px 0 20px;
    overflow: auto;
}
.member-main-card .card-body::-webkit-scrollbar { width: 5px; }
.member-main-card .card-body::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 50px;
}
.member-main-card .card-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    .member-resources-left-content .member-resources-heading {
        margin-bottom: 15px;    
        font-size: 26px;
    }
    .member-resources-left-content, 
    .member-warranty-left-content {
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .member-card h2 { font-size: 18px; }
}

@media (min-width: 768px) and (max-width: 992px) {
    .member-resources-left-content, 
    .member-warranty-left-content {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

/* member-warranty-information css */
.page-template-warranty-page-template .cr-blog-container {
    max-width: 100%;
    padding: 0;
}
.member-warranty-list {
    margin: 0;
    padding: 0;
}
.member-warranty-list li { list-style: none; }
.member-warranty-list li a {
    display: inline-block;
    padding: 10px 0;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 14px;
    color: #194d89;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}
.member-warranty-list li a:hover, 
.member-warranty-list li a:focus {
    color: #666;
    text-decoration: none;
}
.member-warranty-list li+li { border-top: 1px solid #b7b7b7; }

/* member-warranty-form css */
.page-template-warranty-form-template .cr-secondary-banner {
    display: none;
}
.member-warranty-form-left-content {
    padding-top: 60px;
    padding-right: 40px;
}
.warranty-form-header { margin-bottom: 20px; }
.warranty-form-heading {
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 28px;
    color: #194d89;
}
.warranty-form-header .form-note {
    margin-bottom: 15px;
    font-size: 16px;
    color: #194d89;
}
.warranty-form-header p, 
.warranty-form-info {
    color: #666;
    font-size: 14px;
}
.warranty-form-info { margin-bottom: 10px; }
.warranty-form {
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.warranty-form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.warranty-form-row label {
    display: flex;
    width: 20%;
    margin-right: 2%;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
    color: #454444;
    text-transform: capitalize;
}
.warranty-form-number label { text-transform: initial; }
.warranty-form-row input {
    width: 78%;
    min-height: 44px;
    padding: 10px 15px;
    background-color: #fff;
    color: #666;
    border: 1px solid #d6d7d7;
    border-radius: 0 !important;
    font-size: 13px;
    box-shadow: none;
    resize: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.warranty-form-row input:focus {
    outline: 0;
    border-color: #d6d7d7 !important;
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,.25) !important;
}
.warranty-form-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 78%;
    margin-left: auto;
}
.form-download { margin: 30px 0 0; }
.form-intruction-download {
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLTStd-Bd';
    text-decoration: underline;
}
.form-download-error {
    font-size: 14px;
    color: #dc3545;
}
.form-download-error { margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
    .member-warranty-form-left-content {
        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 20px;
        padding: 20px 0;
    }
    .warranty-form-heading {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .warranty-form-header .form-note { margin-bottom: 10px; }
    .warranty-form-row label, 
    .warranty-form-row input { width: 100%; }
    .warranty-form-submit { max-width: 100%; }
    .warranty-form-submit button[type="submit"] { margin-top: 20px; }
}

@media (min-width: 768px) and (max-width: 992px) {
    .member-warranty-form-left-content {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

/* client-group-modal css */
.client-group-heading {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 20px;
    color: #194d89;
}
.client-group-modal .close {
    line-height: 1.1;
    color: #666;
}
.client-group-modal .modal-header, 
.client-group-modal .modal-body, 
.client-group-modal .modal-footer {
    border: none;
}
.client-group-select label {
    color: #666;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 14px;
    text-transform: capitalize;
}
.client-group-submit {
    margin: 10px 0;
}

@media (max-width: 767px) {
    .client-group-heading { font-size: 18px; }
}

/* customer-service-and-support css */
.page-template-customer-service-support div.wpcf7, 
.customer-service-and-support .cr-secondary-banner { display: none; }
.customer-service-left-content { padding-right: 25px; }
.customer-service-and-support { margin-top: 30px; }
.cr-customer-service {
    display: flex;
    flex-wrap: wrap;
}
.customer-service-img {
    max-width: 73%;
    flex: 1 1 73%;
    margin-left: auto;
}
.customer-service-members {
    max-width: 24%;
    flex: 1 1 24%;
}
.west-region-item {
    border-right: 9px solid #dbdbae;
}
.central-region-item {
    border-right: 9px solid #9fccff;
}
.east-region-item {
    border-right: 9px solid #b3db7a;
}
.customer-service-heading {
    margin-bottom: 5px;
    color: #194D89;
    font-size: 34px;
    font-family: 'HelveticaNeueLTStd-Lt';
}
.customer-service-intro {
    margin-bottom: 25px;
    color: #194D89;
    font-size: 16px;
}
.customer-service-list {
    margin: 0;
    margin-top: 55px;
    padding: 0;
}
.customer-service-list li {
    list-style: none;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
}
.customer-service-list li .name { font-family: 'HelveticaNeueLTStd-Md'; }
.customer-service-list li+li { margin-top: 20px; }
.customer-service-list li a {
    text-decoration: none;
    text-transform: initial;
    font-size: 14px;
}

@media (max-width: 767px) {
    .customer-service-left-content { padding-right: 0; }
    .customer-service-img {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .customer-service-img img {
        display: block;
        margin: auto;        
    }
    .customer-service-members {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .customer-service-list {
        max-width: 210px;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .customer-service-left-content { padding-right: 0; }
    .customer-service-img {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .customer-service-img img {
        display: block;
        margin: auto;
    }
    .customer-service-members {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .customer-service-list {
        max-width: 210px;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .customer-service-img { order: 2; }
    .customer-service-members {
        margin-top: -45px;
    }
}

/* Edit password on the backend css */
.edit-pswd-link {
    margin-bottom: 20px;
    color: #666;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form.ur-frontend-edit-password {
    max-width: 520px;
    width: 100%;
    padding: 35px;
    margin: 100px auto;
    background-color: rgba(255,255,255,.9);
}
#user-registration .user-registration-MyAccount-content .edit-password legend {
    padding-bottom: 20px;
}
.ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid .form-row label {
    width: 32%;
    text-transform: capitalize;
}
.ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid .form-row input {
    width: 66%;
}
.ur-frontend-form .user-registration-EditAccountForm.edit-password button[type="submit"] {
    margin: 20px 0 0;
}
.user-registration-edit-password #user-registration.horizontal .user-registration-error {
    display: block;    
    min-width: 100vw;
    margin: auto;
    text-align: center;
}
.user-registration-edit-password .user-registration-password-strength, 
.user-registration-edit-password .user-registration-password-hint {
    width: 66%;
    margin-left: auto;
}

@media (max-width: 767px) {
    #user-registration .user-registration-MyAccount-content .ur-frontend-form.ur-frontend-edit-password {
        padding: 25px;
        margin: 50px auto;
    }
    .ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid .form-row label, 
    .ur-frontend-form .user-registration-EditAccountForm.edit-password .ur-form-row .ur-form-grid .form-row input {
        width: 100%;
    }
    .ur-frontend-form .user-registration-EditAccountForm.edit-password button[type="submit"] {
        margin-top: 20px;
    }
}

/* coca-cola landing page css */
.cola-subheading, 
.distributors-subheading, 
.pepsi-subheading {
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 16px;
    color: #194d89;
}
.cola-home-list {
    max-width: 85%;
    margin-bottom: 30px;
}
.cola-home-list li {
    margin-bottom: 5px;
    color: #194d89;
    font-size: 16px;
}
.cola-images-wrapper, 
.distributors-images-wrapper, 
.pepsi-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 5px solid #fff;
    margin-bottom: 20px;
}
.pepsi-images-wrapper {
    justify-content: space-around;
    margin-bottom: 30px;
    padding: 5px;
    background-color: #194d89;
}
.pepsi-images-wrapper img {
    height: 250px;
    width: auto;
}
@media (max-width: 767px) {
    .cola-home-list {
        max-width: 100%;
        padding-left: 30px;
    }
    .cola-images-wrapper, 
    .distributors-images-wrapper, 
    .pepsi-images-wrapper {
        justify-content: center;
        padding-bottom: 15px;
    }
    .pepsi-images-wrapper {
        margin-bottom: 10px;
        padding: 0;
        background-color: transparent;  
    }
    .pepsi-images-wrapper img {
        height: auto;
        width: 280px;
        padding: 10px 20px;
        background-color: #194d89;
    }
    .cola-images-wrapper img, 
    .distributors-images-wrapper img, 
    .pepsi-images-wrapper img { margin-bottom: 25px; }
}

@media (max-width: 767px) and (orientation: landscape) {
    .cola-images-wrapper img:nth-child(odd), 
    .distributors-images-wrapper img:nth-child(odd), 
    .pepsi-images-wrapper img:nth-child(odd) { margin-right: 25px; }
    .pepsi-images-wrapper img {
        height: 250px;
        width: 210px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cola-home-list { max-width: 100%; }
    .cola-images-wrapper, 
    .distributors-images-wrapper, 
    .pepsi-images-wrapper {
        justify-content: center;
        padding-bottom: 15px;
    }
    .pepsi-images-wrapper {
        padding: 0;
        margin-bottom: 20px;
        background-color: transparent;
    }
    .pepsi-images-wrapper img {
        width: 210px;
        padding: 5px;
        background-color: #194d89;
    }
    .cola-images-wrapper img:nth-child(odd), 
    .distributors-images-wrapper img:nth-child(odd), 
    .pepsi-images-wrapper img:nth-child(odd) {
        margin-right: 25px;
        margin-bottom: 25px;
    }
}

/* distributors landing page css */
.distributors-content { margin-bottom: 25px; }
.distributors-content p {
    margin-bottom: 10px;
    color: #194d89;
    font-size: 16px;
}

/* pepsi-cola landing page css */
.pepsi-images-wrapper { border-bottom: 0; }
.our-commitment-sec, 
.innovation-sec {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 5px solid #fff;
}
.innovation-sec { padding-bottom: 15px; }
.our-commitment-heading, 
.innovation-heading {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 21px;
    color: #194d89;
}
.our-commitment-intro, 
.innovation-intro {
    max-width: 85%;
    margin: 0 auto 30px;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 16px;
    color: #666;
}
.our-commitment-list-main {
    display: flex;
    justify-content: space-between;
}
.our-commitment-list-wrapper {
    width: auto;
    max-width: 25%;
}
.our-commitment-list-wrapper h6 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #194d89;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 14px;
}
.our-commitment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-commitment-list li::before {
    min-width: 8px;
    margin-right: 10px;
    content: "•";
    color: #194d89;
}
.our-commitment-list li {
    display: flex;
    margin-bottom: 5px;
    color: #666;
}
.innovation-icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.innovation-icons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17%;
    max-width: 20%;
    margin: 20px 0;
}
.innovation-icons-item img {
    max-width: 45px;
    margin-bottom: 10px;
}
.innovation-icons-item p {
    text-transform: uppercase;
    color: #194d89;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 13px;
    text-align: center;
}

@media (max-width: 767px) {
    .our-commitment-sec, .innovation-sec { padding-bottom: 10px; }
    .our-commitment-intro, .innovation-intro { max-width: 100%; }
    .our-commitment-list-main { flex-wrap: wrap; }
    .our-commitment-list-wrapper {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .innovation-icons-item {
        width: 30%;
        max-width: 30%;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .our-commitment-list-wrapper {
        width: 50%;
        max-width: 50%;
    }
    .innovation-icons-list { justify-content: flex-start; }
    .innovation-icons-item {
        width: 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .our-commitment-sec { padding-bottom: 10px; }
    .our-commitment-intro, .innovation-intro { max-width: 100%; }
    .our-commitment-list-main { flex-wrap: wrap; }
    .our-commitment-list-wrapper {
        width: 49%;
        max-width: 49%;
        margin-bottom: 20px;
    }
    .innovation-icons-list { justify-content: flex-start; }
    .innovation-icons-item {
        width: 25%;
        max-width: 25%;
    }
}

/* edit-profile styles */
.form-row input[type="submit"].user-registration-Button.button {
    display: block;
    width: 50%;
    height: 44px;
    padding: 12px 25px 12px 15px;
    background-color: transparent;
    border: 2px solid #194d89;
    border-radius: 0;
    color: #194d89;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
    outline: none;
    box-shadow: none;
}
.form-row input[type="submit"].user-registration-Button.button:hover, 
.form-row input[type="submit"].user-registration-Button.button:focus {
    border-color: rgb(25, 77, 137);
    color: #ffffff;
    background-color: #194d89;
}
.form-row label.user-registration-form__label.user-registration-form__label-for-checkbox.inline {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}
.form-row label.user-registration-form__label.user-registration-form__label-for-checkbox.inline span {
    color: #194d89;
}
.user-registration-form__input.user-registration-form__input-checkbox#rememberme {
    width: 20px;
    margin-right: 12px;
}
.user-registration-form__input.user-registration-form__input-checkbox#rememberme:focus {
    box-shadow: none !important;
}
.user-registration-edit-profile .ur-frontend-form.login .user-registration-form-login .ur-form-row .ur-form-grid .form-row {
    position: relative;
}
.user-registration-edit-profile .ur-frontend-form.login .user-registration-form-login .ur-form-row .ur-form-grid .form-row:nth-of-type(3)::after {
    position: absolute;
    left: 170px;
    bottom: 11px;
    content: "";
    width: 10px;
    height: 18px;
    background: url(../images/member-btn-arrow-blue.svg) no-repeat center center / cover;
}
.user-registration-edit-profile .ur-frontend-form.login .user-registration-form-login .ur-form-row .ur-form-grid .form-row:nth-of-type(3):hover input[type="submit"].user-registration-Button.button{
    border-color: rgb(25, 77, 137);
    color: #ffffff;
    background-color: #194d89;
}
.user-registration-edit-profile .ur-frontend-form.login .user-registration-form-login .ur-form-row .ur-form-grid .form-row:nth-of-type(3):hover::after, 
.user-registration-edit-profile .ur-frontend-form.login .user-registration-form-login .ur-form-row .ur-form-grid .form-row:nth-of-type(3):focus::after {
    background: url(../images/member-btn-arrow-white.svg) no-repeat center center / cover;
}
.user-registration-edit-profile .container#content {
    max-width: 700px;
    padding: 60px 20px;
    margin: auto;
}
.user-registration-edit-profile .ur-frontend-form.login {
    width: 100%;
}
.user-registration-edit-profile .user-registration-profile-fields>p {
    position: relative;
    right: -5px;
    width: 195px;
    margin-left: auto;
    height: 74px;
}
.user-registration-edit-profile .user-registration-profile-fields>p::after {
    position: absolute;
    right: 15px;
    bottom: 11px;
    content: "";
    width: 10px;
    height: 18px;
    background: url(../images/member-btn-arrow-blue.svg) no-repeat center center / cover;
}
.user-registration-edit-profile .user-registration-profile-fields>p:hover input[type="submit"],
.user-registration-edit-profile .user-registration-profile-fields>p:focus input[type="submit"] {
	color: #fff;
    background-color: #194d89;
}
.user-registration-edit-profile .user-registration-profile-fields>p:hover::after,
.user-registration-edit-profile .user-registration-profile-fields>p:focus::after {
    background: url(../images/member-btn-arrow-white.svg) no-repeat center center / cover;
}
