.fx{
    display:flex;
}
.fx-jb{
    justify-content: space-between;
}
.fx-jc{
    justify-content: center;
}
.fx-ac{
    align-items:center;
}
.fx-ab{
    align-items: baseline;
}
.fx-w{
    flex-wrap: wrap;
}
.fx-col{
    flex-direction: column;
}
.single-resource-hero .leftColumn {
    flex-basis: 55%;
}
.single-resource-hero .rightColumn {
    flex-basis: 45%;
}
.leftColumn.fx.fx-col.video_1_exists {
    flex-basis: 100% !important;
}
.rightColumn.status__video {
    display: flex;
    align-items: center;
}
.rightColumn.status__video .no-webinar-video {
    max-height:250px;
}
.single-resource-hero > .container{
    padding-left:0;
    padding-right:0;
}

.linkAnnotation a.internalLink {
    pointer-events: none;
}


.bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-inner{
    height: 100%;
    width: 100%;
    background-size: cover!important;
    position: relative;

}
.blda_overlay .bg-inner{
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    -webkit-filter: blur(3px);
    transform: scale(1.1);
}
.blda_overlay{
    filter: brightness(0.65);
}
.single-resource.has-sidebar #content{
    width:100%!important;
}
body.single-resource aside#sidebar {
    display: none!important;
}
.single-resource-hero{
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    min-height: 325px;
    background-color: rgba(0,0,0,0.5);
    padding: 40px 0 20px;
}
.rightColumnWebinarFormWrapper.no-webinar-video {
    height: 100%;
    background-color: #ff7900;
}
.no-webinar-video .rcwfw-inner {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.no-webinar-video .rcwfw-top-form-heading {
    color: #fff!important;
}

.single-resource-hero .container {
    height: 100%;
}
.hero-bg {
    background: #222;
    height: 100%;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    background-size: cover;
    position: relative;
    min-height: 325px;
}
.resource_eBook .rightResourceHeaderImage img{ max-width: 416px; bottom: 20px; max-height: none;}
.resource_Whitepaper .rightResourceHeaderImage img{
    max-width: 598px;
    position: absolute;
    bottom: -80px;
    max-height: initial;
}
.resource_Success-Story .rightResourceHeaderImage img{
    max-width: 416px; top: -120px; max-height: none;
}
.resource_Success-Story .rightResourceHeaderImage {
    background-color: #000;
}

h1.whitepaper-h1-heading, h1.resource-h1-heading {
    color: #fff;
    font-weight: normal;
    font-size:40px; line-height: 1.2!important;}

span.single-resource-type-breadcrumb {
    font-weight: bold;
    color: #ff7900;
}
p.whitepaper-p-desc, p.whitepaper-p-desc + p, p.whitepaper-p-desc + p + p, div.whitepaper-p-desc p,
.resource-p-desc p
 {
    color: #fff;
    line-height: 1.28;
    font-size: 20px;
}
.rightResourceHeaderImage img {
    max-width: 300px;
    position: absolute;
    top: 12px;
    max-height: 335px;

}
.single-resource-content-section{
    width:100%;
    position: relative;
    background-color: #f1f1f1;
}

#main .flipbook-bookLayer.flipbook-move {
    top: 50px!important;
    bottom:0px!important;
}
.flipbook-btn-close {  top: 10px; right: 10px; }
.flipbook-thumbHolder { background: rgb(29, 23, 26)!important; }
.flipbook-currentPageInput, .flipbook-currentPageNumber + form{
    display:none!important;
}
.flipbook-menuBottom {
    top: 0;
    bottom: unset!important;
}


.single-resource-heading-wrapper {
    padding: 40px 0;
}

.single-resource-content {
    width: 100%;
    min-height: 500px;
}
.single-resource-cta{
    position: relative;
    padding: 30px 0;
    background-color: #f1f1f1;
}
.single-resource-content-backoverlay{
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    height: 25%;
    border-top: 1px solid grey;
    bottom: 21%;
}
.flipbook-main-wrapper:before{
    content:'';
}
.flipbook-thumbHolder{
    bottom: 0!important;
    top: 50px!important;
}
.single-resource-related-posts-heading h3,
h2.single-resource-content-h2 {
    font-size:30px;
    color: #000;
    text-shadow: none;
    line-height: 1.24;
    font-weight: normal;
}
.single-resource-cta .container .leftColumn,
.single-resource-cta .container .rightColumn{
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(100% / 2);
}
.single-resource-cta h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-weight: normal;

    line-height: 1.44;
}

.single-resource-cta .leftColumn h3 {
    font-weight: 800;

    color: #ff7900;
    font-size: 24px;
    line-height: 1.44;
}
.single-resource-cta-items{
    list-style: none;
    padding-left: 0;
}
.single-resource-cta-items li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
    font-size: 17px;
}

.single-resource-cta-items li:before{

    background-image: url("../img/arrow-right.svg");
    content: '';
    position: absolute;
    width: 12px; height: 12px; top: 2px;
    left: 0;
    border: 2px solid #ff7900;
    border-radius: 50px;
    background-color: #ff7900;
}
.single-resource-related-posts-heading {
    padding: 45px 0 0;
}
.single-resource-related-posts-carousel{
    width: 100%;
}
.resource-archive-page-item{
    background-color:#fff!important;
}
.single-resource-related-posts-carousel .slick-slider-item, .resource-archive-page-item {
    padding: 20px 15px;
    background-color: #f1f1f1;
}
.single-resource-related-posts-carousel .slick-slider-item-inner, .resource-archive-page-item-inner{
    justify-content: space-between;
}
.slick-slider-item { border-radius: 7px;}
.resource-archive-post h4,
.related-post-title h4,
.resource-archive-post-title h4{
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 22px;
    line-height: 1.24;
    margin-bottom:25px;
}
.related-post-type {
    padding: 4px 0 10px;
    text-align: center;
}
.related-post-excerpt p,
.resource-archive-post-excerpt p{
    text-align: center;
    color: #000;
    font-size: 16px;
}
.related-post-type span{
    font-weight: normal;
    color: #ff7900;
    font-size: 25px;
    line-height: 1.24;
}

.related-post-image-holder,
.resource-archive-post-image-holder{
    height: 200px;
}
.related-post-title,
.resource-archive-post-title{
    min-height: 100px;
    display: flex;
    flex-direction: column;
}
.related-post-button a,
.resource-archive-post-button a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
.related-post-button,
.resource-archive-post-button{
    width: 150px;
    margin: auto;
    transition: all .4s ease;

}
.related-post-button:hover,
.resource-archive-post-button:hover{
    background-color: #ff7900;
    border-color: #fff;
    transition: all .4s ease;
}
.related-post-button:hover a,
.resource-archive-post-button:hover a{
    color: #fff!important;
    transition: all .4s ease;

}
.related-post-button-wrapper,
.resource-archive-post-button-wrapper{
    padding: 20px 0 0;
}
.related-post-button,
.resource-archive-post-button{
    width: 150px;
    margin: auto;
    border: 1px solid #ff7900;
    background-color: #fff;
}
.single-resource-related-posts-carousel .slick-slider-item, .resource-archive-page-item, .resource-archive-page-item {
    box-shadow: 1px 4px 6px 2px #cecece85;
    -webkit-box-shadow: 1px 4px 6px 2px #cecece85;
}
.resources-navigation {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.resources-navigation > div {
    background-color: #ff7900;
    padding: 10px;
    color: #fff;
}
.resources-navigation a {
    color: #fff;
}
.listings {
    margin-top: 50px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat( 3, minmax(350px, 1fr) );
}
.listing-thumb img{
    width:100%;
}

@media (max-width:1200px) {
    .single-resource-content-section .container{
        width:100%!important;
    }
    .listings {
    }
}
@media (max-width:1200px) {
    .listings{
        grid-template-columns: repeat( 3, minmax(300px, 1fr) );

    }
}
@media (max-width:950px) {
    .listings{
        grid-template-columns: repeat( 3, minmax(250px, 1fr) );

    }
}
@media (max-width:800px) {
    .listings{
        grid-template-columns: repeat( 2, minmax(350px, 1fr) );

    }
    .resource_eBook .rightResourceHeaderImage img {  bottom: -9px; left: 56px;  }

}
@media (max-width:700px) {
    .listings{
        grid-template-columns: repeat( 2, minmax(250px, 1fr) );

    }
}
@media (max-width:479px) {
    .resource_Success-Story .rightResourceHeaderImage img {
        max-width: 200px;
    }
}
@media (max-width:520px) {
    .listings{
        grid-template-columns: repeat( 1, minmax(350px, 1fr) );

    }
}
@media (min-width: 641px) and (max-width: 1024px) {

}
@media (min-width: 1025px) and (max-width: 1500px) {

}
@media (max-width: 800px) {
    .hero-bg {
        height: unset;
    }

}

@media (max-width:768px){
     p.whitepaper-p-desc, p.whitepaper-p-desc + p, p.whitepaper-p-desc + p + p, .resource-p-desc p
     {

        color:#000!important;
    }
    .single-resource-related-posts-heading h3, h2.single-resource-content-h2{
        text-align:center;
    }
    .single-resource-cta h3{
        font-weight:normal;
    }
    .single-resource-cta .leftColumn h3{
        font-weight:800;
    }
    .bg-image{
        display:none;
    }
    .single-resource-hero{
        background-color:#fff;
        position: relative;
        padding: 20px 0;
    }

    .single-resource-hero .leftColumn, .single-resource-hero .rightColumn {
        width: 100%;
        flex-basis: unset;
    }
    .single-resource-hero .container{
        flex-direction:column-reverse;
        padding: 0;
        margin: auto;
        width: 100%;
    }
    .rightResourceHeaderImage img{
        position:relative;
        bottom:18px;
     }
    .rightResourceHeaderImage{
        margin-bottom:-27px!important;
    }
    .resource_Whitepaper .rightResourceHeaderImage img{
        position: relative;
        bottom: 16px;
        left: 30px;
        max-width: 450px;
        max-height: initial;
    }
    .resource_Whitepaper .single-resource-hero .leftColumn, .single-resource-hero .rightColumn {
        width: 100%;
        flex-basis: unset;
        max-height: 245px;

    }
    .resource_Webinar .single-resource-hero .leftColumn, .resource_Webinar .single-resource-hero .rightColumn{
        max-height:unset!important;
    }
    .single-resource-hero .leftResourceMeta{
        background-color:#f1f1f1;
        padding: 20px 25px;
    }
    h1.resource-h1-heading {
        color: #000;
        font-weight: normal;
    }
    p.whitepaper-p-desc, .resource-p-desc p
    {
        color: #000;
    }
    .single-resource-heading-wrapper{
        display:none;
    }
    .single-resource-content-wrapper .fusion-builder-row.fusion-row{
        margin:0!important;
    }

    .single-resource-cta .container,
    .single-resource-content-section .container,
    .single-resource-related-posts-inner-wrapper .container{
        width:100%;
    }
    .single-resource-content{
        min-height:unset;
    }
    .single-resource-cta{
        padding: 40px 0;
    }
    .single-resource-cta .container{
        flex-direction:column;
    }
    .single-resource-cta .container .leftColumn, .single-resource-cta .container .rightColumn{
        width:100%;
    }

}
@media (max-width:479px) {
    .resource_Whitepaper .single-resource-hero .leftColumn,.single-resource-hero .rightColumn {
       max-height:unset;
    }
}
h2 {
    color: #fff;
    font-size: 3em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 0 20px;
}

a.btn {
    text-decoration: none;
    color: #005c9e;
    font-size: 1.2em;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
}


#main >.fusion-row {
    max-width: unset!important;
}

main#main {
    padding-left: 0!important;
    padding-right: 0!important;
}