:root{
--calc-container : calc((100% - 1140px)/2);
scroll-behavior: unset;
}

section{
    width: 100%;
}
.floating-filter-wrap{
    margin-top: -6%;
    margin-bottom: 48px;
    position: relative;
    z-index: 9;
    margin: -6% auto 40px;
}

.resource-listing-hero{
    position: relative;
}
.resource-listing-hero::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: #1d1d1d;
    opacity: .67;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.pos-relative{
    position: relative;
}
.z-1{
    z-index: 1;
}
.hero.sub-style{
    width: 100%;
}
.resource-listing-hero picture{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.resource-listing-hero picture img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.floating-filter-wrap .filter-container{
    background-color: white;
    box-shadow: 0px 16px 32px rgba(29, 29, 29, 0.16);
    padding: 28px 30px;
}
.floating-filter-wrap .filter-row{
    /* padding: 28px 30px; */
    display: flex;
    flex-wrap: wrap;
}
.floating-filter-wrap .filter-cat-inner h4{
    color: #1d1d1d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
}
.floating-filter-wrap .filter-cat-list .checkbox-wrap{
    display: inline-block;
    /* margin-right: 10px; */
    margin: 0 10px 0 0;
    
}
.floating-filter-wrap .filter-cat-list{
    padding-left: 0;
    margin-bottom: 0;
}
.floating-filter-wrap .filter-cat-list .checkbox-wrap label{
    padding: 8px 28px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    border: 1px solid #6F7576;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.floating-filter-wrap .filter-cat-list .checkbox-wrap input:checked + label, .floating-filter-wrap .filter-cat-list .checkbox-wrap label:hover{
    color:white;
    background-color: #6F7576;
}
.floating-filter-wrap .filter-cat-list{
    
    color:#292929;
}

/* css for listing of blogs */
.blogs-listing{
    padding-bottom: 45px;
}
.hub-blogs-listing {
    padding-top: 45px;
    padding-bottom: 8px !important;
}
/* .blogs-listing .list-block{
     width: min(350px,100%);  
} */
.blogs-listing .list-count{
    display: block;
    text-align: right;
    margin-bottom: 24px;
}
.blogs-listing .pagination-modify{
    margin-top: 54px;
}
.blogs-listing .pagination-modify ul{
    list-style: none;
    padding-left:0;
}
.blogs-listing .pagination-modify ul li{
    display: inline-block;
    margin-right: 24px;
    font-weight: 900;
}
.blogs-listing .pagination-modify ul li strong{
    color: #D72329;
}
.blogs-listing .pagination-modify ul li:last-of-type{
    margin-right: 0;
}
.blogs-listing .pagination-modify ul li:nth-child(3){
    margin-right: 15px;
}
.blogs-listing .pagination-modify ul li .disabled{
    opacity: 0.4;
}
.listing-block-wrapper.list-block{
    margin-bottom: 32px;
}
.listing-block-wrapper .list-block-inner .image-block, .resource-slider .list-block-inner .image-block, .featured-blogs .featured-resource-promo-wrapper .list-block-inner .image-block{
    position: relative;
}
.listing-block-wrapper .list-block-inner .image-block .play-icon, .resource-slider .list-block-inner .image-block .play-icon,.featured-resource-promo-wrapper .image-block .play-icon {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.resource-slider .list-block-inner .image-block .play-icon img{
    width: auto;
}
.listing-block-wrapper .list-block-inner .image-block figure{
    padding-top: calc(243 / 364 * 100%)  ;
    position: relative;
}
.resource-slider .list-block-inner .image-block figure{
    padding-top: calc(225 / 264 * 100%)  ;
    position: relative;
}
.featured-resource-promo-wrapper .list-block-inner .image-block figure{
    padding-top: calc(225 / 264 * 100%)  ;
    position: relative;
}

.listing-block-wrapper .list-block-inner .image-block figure img, .featured-blogs .list-block-inner .image-block figure img{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listing-block-wrapper .skew-post-type, .featured-blogs .skew-block{
    padding: 12px 32px;
    margin-top: -15%;
    transform: skewX(40deg);
    transform-origin: bottom;
    background-color: white;
    position: relative;
    z-index: 9;
    width: 220px;
    transition: 0.3s;
}
.listing-block-wrapper .skew-post-type span, .featured-blogs .skew-block span{
    margin-left:20px;
    transform: skewX(-40deg);
    text-transform: uppercase;
    font-size: 12px;
    color:#1D1D1D;
    display: inline-block;
}
.featured-blogs .skew-block span{
    margin-left: 5px;
}
.listing-block-wrapper .content-block{
    display: flex;
    flex-wrap: wrap;
}
.featured-blogs .featured-resource-promo-wrapper{
    display: flex;
    justify-content: center;
}
.featured-blogs .resource-hub-slider .owl-stage-outer {
    margin-left: -25px;
    padding-left: 25px;
}
/* .featured-blogs .featured-resource-promo-wrapper .list-block{
    
    padding-left: 15px;
    padding-right: 15px;
} */
.featured-blogs .featured-resource-promo-wrapper .slick-list{
    padding: 0 20% 0 0!important;
}
.hub-blogs-listing .list-block:nth-child(4), .hub-blogs-listing .list-block:nth-child(5){
    width: 50%;
}
.listing-block-wrapper .content-block, .featured-blogs .featured-resource-promo-wrapper .content-block{
    padding: 10px 32px 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.listing-block-wrapper .content-block h6,.featured-blogs .featured-resource-promo-wrapper .content-block h6, .hub-blogs-listing .listing-block-wrapper .content-block h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: bolder;
    color:#1d1d1d;
    margin-bottom: 5px;
    font-family: 'AvenirBold',sans-serif;
}
.featured-blogs .featured-resource-promo-wrapper .content-block h6{
    font-size: 16px;
    line-height: 22px;
}
.featured-blogs .featured-resource-promo-wrapper .content-block a:hover,.listing-block-wrapper .content-block a:hover {
    text-decoration: none;
}
.hub-blogs-listing .listing-block-wrapper .content-block > a:hover, .hub-blogs-listing .listing-block-wrapper .content-block h6{
    font-size: 16px;
    line-height:22px;
    text-decoration: none!important;
}
.hub-blogs-listing .listing-block-wrapper .content-block p{
    display: none;
}
.listing-block-wrapper .content-block p, .featured-blogs .content-block p{
    line-height: 24px;
}
.listing-block-wrapper .content-block .post-date{
    color:#1d1d1d;
    font-size: 14px;
    line-height: 20px;
    margin-top: auto;
}
.listing-block-wrapper .list-block-inner, .featured-blogs .list-block-inner{
    transition: 0.3s;
    
}
.resource-hub-slider.owl-carousel  .owl-item .list-block .list-block-inner{
    box-shadow: none;
}
.listing-block-wrapper .list-block-inner, .featured-blogs .featured-resource-promo-wrapper .list-block-inner, .resource-hub-slider.owl-carousel  .owl-item.active .list-block .list-block-inner, .resource-hub-slider.owl-carousel  .owl-item.active + .owl-item .list-block .list-block-inner{
    display: flex;
    flex-direction: column;
    overflow: HIDDEN;
    box-shadow: 0 16px 32px rgb(29 29 29 / 16%);
    height:100%;  
}
.resource-hub-slider .owl-stage-outer .owl-stage{
    margin-left: -25px;
}
.listing-block-wrapper .list-block-inner.no-image{
    padding-top: 54px;
    transition: 0.3s;
} 
.listing-block-wrapper .list-block-inner.no-image:hover, .listing-block-wrapper .list-block-inner.no-image:hover .skew-post-type, .listing-block-wrapper .list-block-inner:hover, .listing-block-wrapper .list-block-inner:hover .skew-post-type, .featured-blogs .list-block-inner:hover, .featured-blogs .list-block-inner:hover .skew-block{
    background-color:#6F7576;
}
/* .listing-block-wrapper .list-block-inner.no-image:hover .skew-post-type{
    background-color:#6F7576;
} */
.listing-block-wrapper .list-block-inner.no-image:hover .skew-post-type span, .listing-block-wrapper .list-block-inner.no-image:hover .content-block h6, .listing-block-wrapper .list-block-inner.no-image:hover .content-block p, .listing-block-wrapper .list-block-inner.no-image:hover .content-block .post-date, .listing-block-wrapper .list-block-inner:hover .skew-post-type span, .listing-block-wrapper .list-block-inner:hover .content-block h6, .listing-block-wrapper .list-block-inner:hover .content-block p, .listing-block-wrapper .list-block-inner:hover .content-block .post-date, .featured-blogs .list-block-inner:hover .content-block h6, .featured-blogs .list-block-inner:hover .content-block p, .featured-blogs .list-block-inner:hover .skew-block span{
    color:white!important;
}
.listing-block-wrapper .list-block-inner.no-image .content-block .post-date{
    margin-top:0;
}
.listing-block-wrapper .list-block-inner.no-image .skew-post-type, .listing-block-wrapper .list-block-inner.no-image .skew-post-type span{
    margin-top: 0;
    transform: skewX(0);
    background-color: transparent;
}
.listing-block-wrapper .list-block-inner.no-image .skew-post-type span{
    margin-left: 0;
}
.listing-block-wrapper .list-block-inner.no-image .image-block{
    display: none;
}
.listing-block-wrapper .list-block-inner:hover {
    text-decoration: none;
}

/* css for featured blogs / related blogs */
.featured-blogs{
    padding: 45px 0 90px!important;
}
.page-template-resource-hub-template .featured-blogs{
    padding: 0px !important;
}
.featured-blogs .heading-title{
    margin-bottom: 25px;
}
.resource-slider .heading-title{
    margin-bottom: 0;
}
.featured-blogs .heading-title p{
    max-width: 704px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.featured-blogs .heading-title .btn-link{
    color:#D72329;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-blogs .heading-title .btn-link svg{
    height: 12px;
    width: 12px;
    fill:#C42025;
}
.featured-blogs .heading-title h2, .resource-slider .heading-title h2 a{
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #1d1d1d;
}
.resource-slider .heading-title h2 a:hover{
    color:#D72329;
    text-decoration: none;
}
.featured-blogs .featured-resource-promo-wrapper .content-block .post-content-type{
    display: none;
}
.featured-blogs .skew-block{
    width: 200px;
    height: 56px;
}
.featured-blogs .skew-block span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.featured-blogs .list-block-inner .image-block figure, .resource-listing-hero::after .list-block-inner .image-block figure{
    padding-top: calc(176 / 265 * 100%);
    position: relative;
}   
.featured-blogs .featured-resource-promo-wrapper .content-block{
    padding: 0px 17px 15px;
}
.featured-blogs .featured-resource-promo-wrapper .content-block p{
    margin-bottom: 0;
}
.featured-blogs .list-block-inner:hover{
    text-decoration: none;
}
.filters-title{
    display: none;
}
.select-trigger{
    display: none;
}
.active-filters-wrap, .reset-link{
    display: none;
}

/* css for resource detail page */
.hero-resource-post{
    margin-top: 45px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero-resource-post .top-wrapper{
    display: flex;
    margin-block-end: 30px;
}
.hero-resource-post h1{
    font-size: 48px;
    line-height: 60px!important;
    margin-bottom: 0;
}
.hero-resource-post .top-wrapper .post-cat{
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.hero-resource-post .cat-type{
    font-family: 'AvenirBold';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.hero-resource-post .top-wrapper .post-cat, .hero-resource-post .top-wrapper .post-date{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
}
.hero-resource-post .top-wrapper .post-cat:after{
    position: absolute;
    content:'';
    height: 20px;
    width: 3px;
    background-color: #D72329;
    right: 0;
}
.hero-resource-post .post-author, .hero-resource-post .cat-type {
    margin-top: 20px;
}
.hero-resource-post .social-feed{
    margin-top: 40px;
}
.hero-resource-post ul.social_share{
    padding-left: 0;
    display: flex;align-items: flex-start;
}
.hero-resource-post .social_share li{
    display: inline-block;
    margin-right: 20px;
}
.hero-resource-post .social_share li.stext{
    display: block;
    font-weight: bold;
    font-family: 'AvenirBold', sans-serif;
    margin-bottom: 18px;
    
}
.hero-resource-post .social_share li .gray-social-icon{
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}
.hero-resource-post .social_share li .addthis_button_linkedin .at-icon-wrapper, .hero-resource-post .social_share li .addthis_button_twitter .at-icon-wrapper, .hero-resource-post .social_share li .addthis_button_facebook .at-icon-wrapper, .hero-resource-post .social_share li .addthis_button_social_icon .at-icon-wrapper{
    opacity: 0;
}
.hero-resource-post .social_share li .gray-social-icon.linkedin{
    background-image: url('../images/linkedin.svg');
}
.hero-resource-post .social_share li .gray-social-icon.twitter{
    background-image: url('../images/twitter.svg');
}
.hero-resource-post .social_share li .gray-social-icon.facebook{
    background-image: url('../images/facebook.svg');
}
.hero-resource-post .social_share li .gray-social-icon.social-icon{
    background-image: url('../images/share-icon.svg');
}

.hero-resource-post .left-part-image-wrap{
    padding-top: calc(364 / 545 * 100%);
    position: relative;
}
.hero-resource-post .left-part-image-wrap img{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-resource-post .left-part-detail{
    position: relative;
}
.hero-resource-post .left-part-detail:after, .hero-resource-post .left-part-detail:before{
    position: absolute;
    content:'';
    background-repeat: no-repeat;
   
    z-index: 1;
    background-size: contain;
}
.hero-resource-post .left-part-detail:before{
    right:75%;
    top:40%;
    height: 284px;
    width:182px;
   /*  background-image:url('../images/shape-gray.svg') */
}
.hero-resource-post .left-part-detail:after{
    left:66%;
    bottom:40%;
    background-image:url('../images/shape-red.svg');
    height: 375px;
    width:227px;
    display: none;
}
.blog-details-container {
    margin-bottom: 53px;
}
.single-resource .featured-blogs {
    padding: 0px 0 90px !important;
}
.blog-details-container h2{
    font-size: 39px;
    line-height:49px;
}
.inline-promo-wrapper .h4, .h4{
    font-size: 25px;
    line-height:35px;
}
.blog-details-container h5{
    font-size: 20px;
    line-height:30px;
}
.blog-details-container p{
    line-height:24px;
}
.blog-details-container .container-768{
    max-width: 760px;
}


.blog-details-container ol li{
    list-style: decimal;
    margin-bottom: 10px;
}
.blog-details-container ol li::marker{
    font-weight: bold;
    font-size: 14px;
}
.blog-details-container ol li > ol{
    margin-top: 20px;
}
.blog-details-container ol li > ol li{
    list-style: lower-alpha;
   
}

.post-promo .inline-promo-wrapper{
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #C8C9C7;
    border-bottom: 1px solid #C8C9C7;
    margin-top: 50px;
    margin-bottom: 50px;
}
.post-promo .inline-promo-wrapper .image-box{
    margin-right: 50px;
}
.post-promo .inline-promo-wrapper img{
    max-width: 278px;
}

.blog-details-container .post-video-wrapper{
    margin-top: 50px;
    margin-bottom: 50px;
    
}
.blog-details-container .post-video-wrapper .video-block{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 16px 32px rgba(29, 29, 29, .16);
}
.blog-details-container .post-video-wrapper .video-caption, .video-caption{
    margin-top: 16px;
    font-family: 'AvenirBold', sans-serif;
    color:#6F7576; 
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
}

.blog-details-container .post-video-wrapper .video-block > img{
    max-width: 760px;
    width: 105%;
}
.play-icon{
    position: absolute;
    content:'';
    width: 55px;
    height: 55px;
    background-color: rgba(0,0,0, .6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play-icon img{
    margin-left: 6px;
}
.fancybox-is-open .fancybox-bg{
    background-color: #000000;
    opacity: 0.39;
}
.fancybox-caption{
    background-image: none;
}
.fancybox-slide .fancybox-content{
    width: 75%!important;
    height: 562px!important;
    padding: 70px;
    background-color: #000000;
}
.fancybox-slide .fancybox-content iframe{
    position: relative;
}
.fancybox-slide .fancybox-content .close{
    position:absolute;
    right:5%;
    top:5%;
    color: white;
    opacity: 1;
    text-shadow: none   ;
}
.fancybox-slide .fancybox-content .close span{
    font-size: 30px;
    font-weight: normal;
    color: white;
}
.fancy-box-content .video-caption{
    color: white;
}
.fancybox-caption{
    display: none;
}

/* css for Resource hub page */
.hero-carousel .hero-img{
    position: relative;
}
.hero-carousel .hero-img:before{
    position: absolute;
    content:'';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #1D1D1D;
    opacity: .5;
    z-index: 1;
}
.banner-carousel .owl-stage{
    display: flex;
}   
.banner-carousel .owl-item{
    width: 100%!important;
    height: 625px;
}
.banner-carousel .hero{
    height: 625px;
    position: relative;
}
.hero-section{
    position: relative;
}
.hero-caption-outer .subtitle{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'AvenirBold';
    color:white;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.hero-caption-outer h1{
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'AvenirBold';
    margin-bottom: 0;
    color:#fff;
}
.hero-caption-outer .tagline p{
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: white;
    margin-bottom: 15px;
}
.hero-caption-outer .btn-white{
    background-color: white;
    border:2px solid #D72329;
    color:#1D1D1D;
}
.hero-caption-outer .cta-btn{
    padding-left:50px;
    padding-right:50px;
}
.hero-caption-outer .btn-white:hover{
    color:#ffffff;
}
.hero-carousel{
    margin-top: 136px;
}
.hero-carousel .hero-img{
   height: 100%;
   position: relative;
}
.hero-carousel .hero-item{
    position: relative;
}
.hero-carousel .hero-img  figure{
    margin-bottom: 0;
    height: 625px;
}
.hero-carousel .hero-img  figure img{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-carousel .hero-item .hero-caption-outer{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 0!important;
    z-index: 2;
}
.hero-carousel .hero-item .hero-caption-outer .container{
    display: flex;
    align-items: center;
}
.hero-carousel .hero-item .hero-caption-outer .hero-caption{
    width: min(572px, 100%);
}
.hero-label-wrap{
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
}
.hero-label-carousel{
    float: left;
    width: 100%;
}
.hero-label-carousel .slick-track{
    display: flex;
    margin-bottom: 40px;
}
.hero-label-carousel .slick-track:before{
    display: none;
}
.hero-label-wrap .hero-label-carousel .hero-label{
    padding-right: 50px;
    padding-left: 0;
}
.hero-label-wrap .hero-label-carousel .hero-label .hl{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:white;
    position: relative;
    padding: 1.19rem 0px;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    max-width: 250px;
    
}
.hero-label-wrap .hero-label-carousel.slick-active .hero-label .hl{
    font-weight: 900;
    font-family: 'AvenirBold', sans-serif;
}
.hero-label-carousel .hero-label .hl::before, .hero-label-carousel .hero-label .hl::after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 0px;
    height: 5px;
    background-color: var(--lineBgColor);
    transition: 0.4s ease-out;
    
}
.hero-label-carousel .hero-label .hl:before{
    background-color: #C8C9C7;
}
.hero-label-carousel .hero-label .hl:after{
    background-color: #D72329;
}
.hero-label-carousel .hero-label.slick-current .hl:before{
    background-color: #C8C9C7;
    animation-name:width-100;
    animation-delay:0s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.hero-label-carousel .hero-label.slick-current .hl:after{
    background-color: #D72329;
    animation-name:width-100;
    animation-delay:0s;
    animation-duration: var(--autoplaySpeed);
    animation-fill-mode: forwards;
}
@keyframes width-100 {
    0% {
        left:0;
        width: 0%;
      }
    100% {
        left:0;
        width: 100%;
    }
}

.right-bar-filter{
    box-shadow: 0px 16px 32px rgba(29, 29, 29, 0.16);
    padding:30px 15px;
}
.right-bar-filter .filter-container{
    padding-left: 0!important;
    padding-right: 0!important;
}
.right-filter-block h5{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}
.right-bar-filter .filter-wrapper{
    padding-left: 0;
    padding-right: 0;
}
.right-bar-filter .filters-title{
    display: block;
    color:#727272;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    padding:0;
}
.right-bar-filter .custom-dropdown-wrap{
    padding:0;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: transparent;
}
.right-bar-filter .custom-dropdown-wrap .select-trigger{
    position: relative;
    margin-bottom: 12px;
    font-weight: 900;
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'AvenirBold';
    text-transform: capitalize;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.right-bar-filter .custom-dropdown-wrap .select-trigger:after{
    position: absolute;
    content:'';
    right:0;
    transition:0.3s;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E50000;
}
.right-bar-filter .custom-dropdown-wrap .active.select-trigger:after{
    transform: rotate(180deg);
}
.right-bar-filter .filter-cat-list{
    margin:0;
    padding:0;
    list-style: none;
}
.right-bar-filter .filter-cat-list li{
    list-style: none;
}
.right-bar-filter .filter-cat-list .checkbox-wrap{
    display: block;
    list-style: none;
}

.right-bar-filter .filter-cat-list .checkbox-wrap.active a, .right-bar-filter .filter-cat-list .checkbox-wrap a:hover{
    color: #e50000!important;
}
.right-bar-filter .filter-cat-list .checkbox-wrap a:hover{
    text-decoration:none;
}
.right-bar-filter .filter-cat-list .checkbox-wrap a{
    padding: 0 0 10px;
    margin-bottom: 0;
    font-size: 12px;
    background-color: transparent;
    display: block;
    text-transform: uppercase;  
    cursor: pointer;
    color:#1d1d1d
}

.right-bar-filter .active-filters-wrap{
    display: flex;
    margin-bottom: 20px;
}
.right-bar-filter .reset-link{
    display: block;
    text-align:center;
}
.right-bar-filter .active-filters-wrap .active-filter-link {
    display: flex;
    align-items: center;
    width: auto;
    padding-right: 10px;
    margin-bottom: 20px;
}
.right-bar-filter .active-filters-wrap .active-filter-link .filter-text{
    font-size: 14px;
    line-height: 24px;
    color:#1D1D1D;
    font-family: 'AvenirBook',sans-serif;
}
.right-bar-filter .active-filters-wrap .active-filter-link .close{
    font-size: 10px;
    
}
.right-bar-filter .active-filters-wrap .active-filter-link .close span{
    display: inline-block;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 5px;
    background-color: #6F7576;
}

/* css for full screens sliders */
.full-slider-wrapper{
    padding-left: var(--calc-container);
    /* width : calc(100vw - var(--calc-container)); */
}
.full-slider-wrapper .owl-stage{
    padding: 0px 50px 42px 0!important;
    display: flex;
}
.full-slider-wrapper .owl-stage .owl-item .list-block{
    height: 100%;;
}
.resource-hub-slider{
    position: relative;
}

.resource-hub-slider .owl-controls{
    position: absolute;
    content:'';
    top: initial;
    right: calc((113vw - 100%) / 2);
    bottom: 103%;
}

.resource-hub-slider .owl-controls .owl-nav{
    display: flex;
    justify-content: space-between;
    width: 40px;
    height: 20px;
}
.resource-hub-slider .owl-controls .owl-nav .owl-prev, .resource-hub-slider .owl-controls .owl-nav .owl-next{
    width: 15px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.resource-hub-slider .owl-controls .owl-nav .owl-prev{
    background-image: url('../images/arrow-left.svg');
}
.resource-hub-slider .owl-controls .owl-nav .owl-next{
    background-image: url('../images/arrow-right.svg');
}
.resource-slider .resource-hub-slider .image-block figure{
    margin-bottom: 0;
}
.resource-slider .resource-hub-slider .content-block{
    padding-top: 16px;
    position: relative;
}
.resource-slider .resource-hub-slider .content-block:after{
    position: absolute;
    content: '';
    top: initial;
    left: -5%;
    bottom: 95%;
    height: 30px;
    width: 75%;
    background-color: #ffffff;
    transform: skewX(40deg);
    transition: 0.3s;
}
.resource-slider .resource-hub-slider .list-block-inner:hover .content-block:after{
    background-color: #6F7576;
}
/* css for card popup */
.card-popup{
    position: fixed;
    left: 0;
    top: -0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgba(47, 47, 47, .40);
    z-index: 600;
    
}
.card-popup .card-wrap{
    padding: 40px;
    background: white;
    max-width: 1000px;
    max-height: 95vh;
    overflow: auto;
    position: relative;
}
/* .card-popup .card-wrap:after{
    position: absolute;
    content:'';
    bottom: 0;
    left:0;
    height: 50px;
    width: 100%;
    background-color: white;
} */
.card-popup .card-wrap h2{
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
}
.card-popup .card-wrap h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}
/* Responsive css */
@media (max-width:1200px){
    .resource-slider .heading-title h2 a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .resource-hub-slider .owl-stage-outer .owl-stage{
        margin-left: 15px;
    }
    .card-popup .card-wrap {
        padding: 30px;
        max-height: 600px;
        overflow: auto;
    }
    .hero-resource-post{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .single-resource .hero-resource-post {
        padding: 0px;
    }
    .hero-resource-post .social-feed{
        text-align: center;
        margin-top: 30px;
    }
    .hero-resource-post ul.social_share{
        display: inline-block;
        margin-top: 0;
    }
    .hero-resource-post .social_share li{
        display: inline-block;
        vertical-align: middle;
    }
    .hero-resource-post .social_share li.stext{
        font-family: 'AvenirRegular';
        font-size: 20px;
        display: inline-block;
        margin-bottom: 0;
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap label{
        padding: 10px 20px;
        font-size: 13px;
    }
    .hero-resource-post .left-part-detail:before {
        right: 80%;
        top: 25%;
    }
    .hero-resource-post .left-part-detail:after {
        left: 66%;
        bottom: 50%;
    }
    .hero-resource-post .left-part-detail{
        order:1;
        padding : 40px;
    }
    .hero-resource-post .right-part-detail{
        order:2;
    }
    .hero-resource-post .left-part-detail:before{
        right: initial;
        left: 0;
        top: initial;
        bottom: 0;
    }
    .hero-resource-post .left-part-detail:after{
        right: -5%;
        left: initial;
        top: -15%;
        bottom: initial;
    }
  
    .featured-blogs .featured-resource-promo-wrapper{
        /* flex-direction: column; */
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
    .featured-resource-promo-wrapper.featured-slider .owl-stage-outer .owl-stage{
        display: flex;
    }
    .featured-resource-promo-wrapper.featured-slider .owl-stage-outer{
        padding-bottom: 70px;
    }
   
    .featured-resource-promo-wrapper.featured-slider .owl-stage-outer .owl-stage .owl-item{
        transition: 0.3s;
        transform: translateX(-100px);
   
    }

    .featured-resource-promo-wrapper.featured-slider .owl-controls{
        max-width: 720px;
        position: absolute;
    }
    .featured-resource-promo-wrapper.featured-slider .owl-controls .owl-nav{
        display: none;
    }

    .featured-resource-promo-wrapper.featured-slider .owl-stage-outer .owl-stage .owl-item.active{
        transform: translateX(0px);
    }
    .featured-resource-promo-wrapper.featured-slider .owl-dot{
        width:13px;
        height: 13px;
        border-radius: 50%;
        margin-right: 10px;
        background-color: #E50000;
        opacity: 0.5;
        display: inline-block;
    }
    .page-template-resource-listing , .featured-resource-promo-wrapper.featured-slider .owl-stage-outer{
        display: flex;
        flex-wrap: wrap;
    }
    .featured-resource-promo-wrapper.featured-slider .owl-dot.active{
        opacity: 1;
    }
    .resource-template-default .featured-blogs .featured-resource-promo-wrapper{
        flex-direction: row;   
        flex-wrap: wrap;
        justify-content: center;
    }
    .resource-template-default .featured-blogs .featured-resource-promo-wrapper .list-block{
        /* width: 50%; */
        flex:1;
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .resource-template-default .featured-blogs .skew-block{
        margin-top: -10%;
        width: 70%;
    }
    .single-resource .featured-blogs .skew-block{
        margin-top: -15%;
    }
    .page-template-resource-listing .featured-blogs .featured-resource-promo-wrapper .owl-item .list-block{
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }
    .page-template-resource-listing .featured-blogs .skew-block{
        width: 70%;
        margin-top: -10%;
    }
}
@media (max-width:1060px){
 
    .blogs-listing .list-block {
        width: min(270px,100%);
    }
    .hub-blogs-listing .list-block{
        width: 100%;
    }
    .hub-blogs-listing .list-block:nth-child(4), .hub-blogs-listing .list-block:nth-child(5){
        width: min(350px,100%);
    }
    
}
@media(max-width: 992px){
    .floating-filter-wrap .filter-cat-list{
        margin-top: 0;
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap label{
        margin-bottom: 0;
        margin-right: 0;
    }
    .floating-filter-wrap .filter-cat-list{
        display: none;
    }
    .floating-filter-wrap .filter-container{
        width: 550px;
    }
    .hero-resource-post{
        margin-top: 90px;
    }
    .featured-resource-promo-wrapper.featured-slider .owl-controls{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        /* margin: 0 auto; */
        text-align: center;
    }
    .featured-slider .owl-stage-outer{
        padding-left: 30px;
        padding-right: 30px;
    }
    .floating-filter-wrap .filter-container, .right-bar-filter .filter-container{
        padding: 24px 24px 16px;
    }
    .floating-filter-wrap .filter-cat-inner h4{
        display: none;
    }
    .right-bar-filter .filter-cat-inner h4{
        display: block;
    }
    .filter-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .featured-resource-promo-wrapper.featured-slider .owl-stage-outer .owl-stage .owl-item .list-block{
        width: 80%!important;
    }
    .filters-title{
        display: block;
        color:#727272;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        padding:0;
    }
    .custom-dropdown-wrap{
        padding:0;
        margin-bottom: 15px;
        border: 1px solid #6F7576;
        border-radius: 4px;
        background-color: transparent;
        
    }
    .custom-dropdown-wrap .select-trigger, .right-filter-block .custom-dropdown-wrap .select-trigger{
        position: relative;
        padding: 15px 0;
        font-weight: 900;
        color: #1d1d1d;
        font-family: 'AvenirBold';
        text-transform: capitalize;
        display: flex;
        align-items: center;
    }
    .custom-dropdown-wrap .select-trigger{
        padding-left: 22px;

    }
  
    .custom-dropdown-wrap .select-trigger:after{
        position: absolute;
        content:'';
        right:22px;
        transition:0.3s;
        width: 0; 
        height: 0; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #E50000;
    }
    .custom-dropdown-wrap .active.select-trigger:after{
        transform: rotate(180deg);
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap{
        display: block;
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap label{
        padding: 8px 22px;
        background-color: transparent;
        display: block;
        width: 100%;
        border: none;   
    }

    .floating-filter-wrap .filter-cat-list .checkbox-wrap input:checked + label, .floating-filter-wrap .filter-cat-list .checkbox-wrap label:hover{
        color:inherit;
        background-color: transparent;
    }
    .active-filters-wrap{
        display: flex;
        margin-bottom: 20px;
    }
    .reset-link{
        display: block;
        text-align:center;
    }
    .active-filters-wrap .active-filter-link {
        display: flex;
        align-items: center;
        width: auto;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .active-filters-wrap .active-filter-link .filter-text{
        font-size: 14px;
        line-height: 24px;
        color:#1D1D1D;
        font-family: 'AvenirBook',sans-serif;
    }
    .active-filters-wrap .active-filter-link .close{
        font-size: 10px;
        
    }
    .active-filters-wrap .active-filter-link .close span{
        display: inline-block;
        padding: 1px 5px;
        color: white;
        text-shadow: none;
        font-size: 18px;
        border-radius: 4px;
        margin-right: 5px;
        background-color: #6F7576;
    }
}
@media (max-width:768px){
    .featured-blogs .skew-block span{
        margin-left: 5%;
    }
    .hub-blogs-listing {
        padding-top: 40px;
    }
    .card-popup{
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .card-popup .card-wrap:after{
        height: 30px;
    }
    .card-popup .card-wrap {
        padding: 30px;
        max-height: 600px;
        overflow: auto;
    }
    .resource-template-default .featured-blogs .featured-resource-promo-wrapper .list-block{
        width: 100%;
        margin-bottom: 30px;
    }
    .right-filter-block{
        order: 1;
    }
    .left-listing-block{
        order:2;
    }
    .hero-resource-post{
        margin-top: 50px;
    }
    .hero-resource-post .row{
        margin: 0;
    }
    .hero-resource-post .left-part-detail:before{
        right: initial;
        left: 0;
        top: initial;
        width: 86px;
        height: 166px;
        bottom: 0;
    }
    .hero-resource-post .left-part-detail:after{
        width: 107px;
        height: 166px;
        right: 0;
        left: initial;
        top: -5%;
        bottom: initial;
    }
    .hero-label-carousel{
        display: flex;
        align-items: center;
    }

    .hero-label-carousel .slick-track{
        display: flex;
        margin-bottom: 0px;
        
    }
    .hero-label-wrap{
        bottom: 5%;
    }
    .hero-carousel .hero-item .hero-caption-outer .hero-caption h1{
        font-size: 36px;
        line-height: 44px;
    }
    .hero-carousel .hero-item .hero-caption-outer .hero-caption .tagline p{
        font-size: 18px;
        line-height: 28px;
    }
    .hero-label-wrap .hero-label-carousel .hero-label{
        padding-left: 50px;
    }
    .hero-label-wrap .hero-label-carousel .hero-label .hl{
        text-align: center;
        padding: 1rem 0;
        margin: 0 auto;
    }
    .hero-label-carousel .hero-label .hl::before, .hero-label-carousel .hero-label .hl::after{
        top:initial;
        bottom:0;
    }
    .hero-label-carousel .slick-prev, .hero-label-carousel .slick-next{
        appearance: none;
        border: 0;
        background: transparent;
        font-size: 0;
        width: 113px;
        height: 40px;
        background-size: cover;
        background-position: center;
    }
    .hero-label-carousel .slick-prev{
        background-image: url('../images/arrow-left.svg');
    }
    .hero-label-carousel .slick-next{
        background-image: url('../images/arrow-right.svg');
    }
    .listing-block-wrapper .skew-post-type, .featured-blogs .skew-block{
        margin-top: -15%;
        width:65%;
    }
    .hub-blogs-listing .list-block{
        width: min(350px,100%);
    }
    .floating-filter-wrap{
        margin-top: -8%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .listing-block-wrapper, .featured-blogs .list-block{
        margin-bottom: 50px;
        width: 100%;
    }
    .single-resource .featured-blogs .featured-resource-promo-wrapper .list-block{
       flex:auto;
    }
    .single-resource .featured-resource-promo-wrapper .list-block-inner .image-block figure{
        padding-top: calc(160 / 264 * 100%);
    }
    .listing-block-wrapper .list-block-inner{
        height:auto;
    }
    .featured-resource-promo-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .featured-blogs .container{
        overflow: hidden;
        padding:0;
    }
    .blogs-listing.listing-section > .container{
        width: 100%;
        max-width: 100%;
    }
    .listing-block-wrapper .content-block, .featured-blogs .featured-resource-promo-wrapper .content-block{
        padding: 10px 30px 24px;
        height:auto;
    }
    .featured-blogs .featured-resource-promo-wrapper.resource-hub-slider .content-block{
        padding: 24px 30px 24px;
    }
    .listing-block-wrapper .content-block .skew-post-type span{
        font-size: 11px;
    }
    .listing-block-wrapper .content-block h6{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .listing-block-wrapper .content-block p{
        margin-bottom: 10px;
    }
    .listing-block-wrapper .content-block .post-date{
        font-size: 13px;
        line-height: 19px;
    }
    .listing-block-wrapper .content-block .post-date{
        margin-top:0;
    }
    .blogs-listing .pagination-modify{
        margin-top:10px;
    }

    .blogs-listing .pagination-modify ul li{
        margin-right: 18px;
        font-size: 18px;
    }

    .featured-blogs{
        padding-top: 0;
    }
    .featured-blogs .heading-title h2, .resource-slider .heading-title h2 a{
        font-size: 24px;
        line-height: 28px;
    }
    
    .hero-caption-wrap h1{
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
   
    /* css for resoponsive dropdown of filters */
    .floating-filter-wrap .filter-container, .right-bar-filter .filter-container{
        padding: 24px 24px 16px;
    }
    .floating-filter-wrap .filter-cat-inner h4{
        display: none;
    }
    .right-bar-filter .filter-cat-inner h4{
        display: block;
    }
    .filter-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .filters-title{
        display: block;
        color:#727272;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        padding:0;
    }
    .custom-dropdown-wrap{
        padding:0;
        margin-bottom: 15px;
        border: 1px solid #6F7576;
        border-radius: 4px;
        background-color: transparent;
        
    }
    .right-bar-filter .custom-dropdown-wrap{
        padding: 0 22px;   
    }
    .right-bar-filter .custom-dropdown-wrap .checkbox-wrap a{
        font-size: 12px;
        line-height: 17px;
        color:#1D1D1D;
        text-transform: uppercase;
    }
    .custom-dropdown-wrap .select-trigger, .right-filter-block .custom-dropdown-wrap .select-trigger{
        position: relative;
        padding: 15px 0;
        font-weight: 900;
        color: #1d1d1d;
        font-family: 'AvenirBold';
        text-transform: capitalize;
        display: flex;
        align-items: center;
    }
    .custom-dropdown-wrap .select-trigger{
        padding-left: 22px;

    }
    .right-bar-filter .custom-dropdown-wrap .select-trigger{
        margin-bottom: 0;
    }
    .custom-dropdown-wrap .select-trigger:after{
        position: absolute;
        content:'';
        right:22px;
        transition:0.3s;
        width: 0; 
        height: 0; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #E50000;
    }
    .custom-dropdown-wrap .active.select-trigger:after{
        transform: rotate(180deg);
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap{
        display: block;
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap label{
        padding: 8px 22px;
        background-color: transparent;
        display: block;
        width: 100%;
        border: none;   
    }
    .right-bar-filter .filter-cat-list{
        margin:0;
        padding:0;
        list-style: none;
        display: none;
    }
    .floating-filter-wrap .filter-cat-list .checkbox-wrap input:checked + label, .floating-filter-wrap .filter-cat-list .checkbox-wrap label:hover{
        color:inherit;
        background-color: transparent;
    }
    .active-filters-wrap{
        display: flex;
        margin-bottom: 20px;
    }
    .reset-link{
        display: block;
        text-align:center;
    }
    .active-filters-wrap .active-filter-link {
        display: flex;
        align-items: center;
        width: auto;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .active-filters-wrap .active-filter-link .filter-text{
        font-size: 14px;
        line-height: 24px;
        color:#1D1D1D;
        font-family: 'AvenirBook',sans-serif;
    }
    .active-filters-wrap .active-filter-link .close{
        font-size: 10px;
        
    }
    .active-filters-wrap .active-filter-link .close span{
        display: inline-block;
        padding: 1px 5px;
        color: white;
        text-shadow: none;
        font-size: 18px;
        border-radius: 4px;
        margin-right: 5px;
        background-color: #6F7576;
    }
    .featured-resource-promo-wrapper .slick-dots{
        padding-left: 0;
        margin:0;
        display: flex;
        justify-content: center;
        list-style: none;
    }
    .fancybox-slide .fancybox-content{
        width: 100%!important;
        height: 50%!important;
        padding: 30px 15;
        background-color: #000000;
    }
   
    /* .featured-resource-promo-wrapper .owl-stage-outer .owl-stage{
        display: flex;
    }
    .featured-resource-promo-wrapper .owl-stage-outer .owl-stage .owl-item{
        
        transform: translateX(-100px);
    }
    .featured-resource-promo-wrapper .owl-stage-outer .owl-stage .owl-item.active{
        transform: translateX(0px);
    } */
    .blogs-listing .list-count{
        max-width: 350px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-promo .inline-promo-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .post-promo .inline-promo-wrapper .image-box{
        margin-right: 0px;
        width: 100%;
        margin-bottom: 16px;
    }
    .post-promo .inline-promo-wrapper img{
        max-width: 100%;
        width: 100%;
    }
    .full-slider-wrapper .heading-title h2{
        padding: 0px 15px;
        margin-bottom: 0;
    }
    .resource-hub-slider{
        padding-left: 15px;
        padding-right: 15px;
    }
    .resource-hub-slider .owl-controls{
        bottom:95%;
    }
    .featured-blogs .featured-resource-promo-wrapper.resource-hub-slider{
        padding-top:40px;
    }
    .resource-template-default .featured-blogs .skew-block{
        margin-top: -10%;
        width: 70%;
    }
}
@media (max-width:576px){

    .featured-resource-promo-wrapper.resource-hub-slider .list-block-inner .image-block figure{
        padding-top: calc(191 / 264 * 100%);
        position: relative;
    }

    .blogs-listing .list-block {
        /* width: min(375px,100%); */
    }
    .hero.sub-style{
        height:300px;
    }
    .floating-filter-wrap .filter-container{
        width: 340px;
    }
    .resource-template-default .featured-blogs .featured-resource-promo-wrapper .list-block{
        width: 100%;
        margin-bottom: 30px;
        flex:auto;
    }
}
.btn-outline-primary{
    background-color: transparent;
    border: 2px solid #D72329;
    color: #1d1d1d;
}
.btn-outline-primary:hover{
    background-color: #D72329;
    border: 2px solid #D72329;
    color: #ffffff;
}
.featured-blogs .featured-resource-promo-wrapper .list-block {
    height: 100%;
}
.hero-item .hero-caption-outer h1{
    margin-bottom: 15px;
}
@media(min-width:576px){
    .page-template-resource-listing .featured-blogs .skew-block{
        margin-top: -7%;
    }
}
@media(min-width:992px){

    .floating-filter-wrap .filter-cat-list{
        display: block!important;
    }
    .page-template-resource-listing .featured-blogs .skew-block{
        margin-top: -20%;
    }
    .featured-blogs .featured-resource-promo-wrapper .list-block {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 285px;
    }
    .featured-blogs .featured-resource-promo-wrapper.resource-hub-slider .list-block{
        max-width: 100%;
        width: 100%;
        padding:0;
    }
}
@media (min-width: 1200px){
.container {
    max-width: 1156px;
}
.page-template-resource-listing .featured-blogs .skew-block {
    margin-top: -20%;
}

.featured-blogs .featured-resource-promo-wrapper.owl-carousel .owl-stage{
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.page-section.featured-blogs .featured-resource-promo-wrapper.owl-carousel .owl-stage{
    padding: 0px 20px 40px 20px;
}
}


/* Remodel Design */
.remodal-wrapper .remodal {
    max-width: 350px;
    padding: 30px;
}
@media (max-width: 767px) {
    .remodal-wrapper .remodal {
        padding: 20px;
    }
}
.remodal-wrapper .remodal .remodal-close::before {
    font-size: 34px;
}
.remodal .hbspt-form .hs-input {
    background-color: #ffffff !important;
    padding: 0.75rem 1rem !important;
    color: #6F7576 !important;
    border: 1px solid !important;
    border-color: #C8C8C8 !important;
    border-radius: 4px !important;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    height: 42px;
    line-height: 1.3;
    font-weight: 600;
}
.remodal .hbspt-form .hs-form-field {
    text-align: left;
}
.remodal .hbspt-form .hs-form-field .no-list {
    padding-left: 0;
    margin-bottom: 0;
}
.remodal .hbspt-form .hs-form-field .no-list label {
    font-size: 14px;
    margin-bottom: 0;
}
.remodal .hbspt-form .hs_error_rollup .no-list {
    padding-left: 0;
    text-align: left;
}
.remodal .hbspt-form .hs_error_rollup .no-list label {
    font-size: 14px;
}
.remodal .hbspt-form .hs_submit .actions {
    display: flex;
    margin-top: 20px;
}
.remodal .hbspt-form .hs_submit .actions input[type = submit] {
    margin-left: 0;
}
.remodal .hbspt-form .hs-form-field label span {
    color: #000000;
    font-style: normal;
    font-size: 14px;
}
/* End Remodel Design */