/* Source Sans Pro */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700&display=swap');

/* Cera Round Pro */
@import url("//hello.myfonts.net/count/3a2873");
@font-face {font-family: 'CeraRoundPro-Regular';src: url('webfonts/3A2873_0_0.eot');src: url('webfonts/3A2873_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2873_0_0.woff2') format('woff2'),url('webfonts/3A2873_0_0.woff') format('woff'),url('webfonts/3A2873_0_0.ttf') format('truetype');}
@font-face {font-family: 'CeraRoundPro-Bold';src: url('webfonts/3A2873_1_0.eot');src: url('webfonts/3A2873_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2873_1_0.woff2') format('woff2'),url('webfonts/3A2873_1_0.woff') format('woff'),url('webfonts/3A2873_1_0.ttf') format('truetype');}
@font-face {font-family: 'CeraRoundPro-Black';src: url('webfonts/3A2873_2_0.eot');src: url('webfonts/3A2873_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2873_2_0.woff2') format('woff2'),url('webfonts/3A2873_2_0.woff') format('woff'),url('webfonts/3A2873_2_0.ttf') format('truetype');}
@font-face {font-family: 'CeraRoundPro-Medium';src: url('webfonts/3A2873_3_0.eot');src: url('webfonts/3A2873_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2873_3_0.woff2') format('woff2'),url('webfonts/3A2873_3_0.woff') format('woff'),url('webfonts/3A2873_3_0.ttf') format('truetype');}
@font-face {font-family: 'CeraRoundPro-Light';src: url('webfonts/3A2873_4_0.eot');src: url('webfonts/3A2873_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2873_4_0.woff2') format('woff2'),url('webfonts/3A2873_4_0.woff') format('woff'),url('webfonts/3A2873_4_0.ttf') format('truetype');}
@font-face {font-family: 'CeraRoundPro-Thin';src: url('webfonts/3A2873_5_0.eot');src: url('webfonts/3A2873_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A2873_5_0.woff2') format('woff2'),url('webfonts/3A2873_5_0.woff') format('woff'),url('webfonts/3A2873_5_0.ttf') format('truetype');}

body{
    background:#fff;
    color:rgb(21, 59, 78);
    font-family: 'CeraRoundPro-Regular', sans-serif;
}

h1{
	font-family: 'CeraRoundPro-Thin', sans-serif; 
	font-weight: normal; 
	font-style: normal; 
}
h1 > strong, h2, h3, h4, h5 { 
    font-family: CeraRoundPro-Regular;
}
a:link, a:visited{
    color:rgba(21, 59, 78, 1.0);
}
p{
    font-size:1.25rem;
}
p small{
    font-size:0.70em;
}

p:empty 
{
    display: none;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .nobreak{ content:''; }
    h2{ font-size: 2.5rem; }
}

/* bootstrap overrides */
/* 
bootstrap 4 standard breakpoints
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
*/

.container{ padding-left: 50px; padding-right:50px; }

@media (min-width: 1400px) { 
    .container{ max-width:1360px; }
}
@media (max-width: 992px) {
    .container{ padding-left: 20px; padding-right:20px; max-width:100%; }
}
@media (max-width: 576px) {
    .container{ padding-left: 20px; padding-right:20px; }
}

.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}

/* brand - colors */
.purple{ color:rgba(158,153,233,1.0); }
.teal{ color:rgba(155,218,221,1.0); }
.green{ color:rgb(110, 175, 142,1.0); }
.yellow{ color:rgba(241,191,102,1.0); }
.red{ color:rgba(255,68,57,1.0); }

.purple-bg{ background-color:rgba(158,153,233,1.0); }
.teal-bg{ background-color:rgba(155,218,221,1.0); }
.green-bg{ background-color:rgba(134,213,174,1.0); }
.yellow-bg{ background-color:rgba(241,191,102,1.0); }
.red-bg{ background-color:rgba(255,68,57,1.0); }

.ivsbubble{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin:0;
    padding:20px 0px;
    font-size:2rem !important;
}
.no-margins{ margin:0 !important; }

/* brand - buttons */
.btn-brand-red{
    background:rgba(255,68,57,1.0);
    color:#fff !important;
    font-family:'CeraRoundPro-Medium', sans-serif;
}
.btn-brand-red:hover{
    border:1px solid rgba(255,68,57,1.0);
    color:rgba(255,68,57,1.0) !important;
    background:#fff;
}
.btn-brand-grey{
    background:rgba(21, 59, 78, 1.0);
    color:#fff !important;
    font-family:'CeraRoundPro-Medium', sans-serif;
}
.btn-brand-grey:hover{
    border:1px solid rgba(21, 59, 78, 1.0);
    color:rgba(21, 59, 78, 1.0) !important;
    background:#fff;
}
.thin{
    font-family:'CeraRoundPro-Thin', sans-serif;
}


/* main scaffolding - structure */
.ivsb{
    padding-left:0 !important;
    padding-right:0 !important;
}

.brand-header{
    background:#fff;
    padding:30px 0px;
}
.subheading{
    display:block;
    font-size:1.4rem;
}
.content-padding{
    padding-top:40px;
    padding-bottom:20px;
}
.content-padding-top{
    padding-top:60px;
}
.content-padding-bottom{
    padding-bottom:60px;
}
.content-padding-bottom-lg{ padding-bottom:100px; }
@media (max-width: 576px) {
    .content-padding{
        padding-top:20px;
        padding-bottom:20px;
    }
    .content-padding-bottom{
        padding-bottom:30px;
    }
    .content-padding-bottom-lg{ padding-bottom:50px; }
}
.incaps{ text-transform: uppercase; }
.capheader{ text-transform: uppercase; font-size:10pt; font-family:'CeraRoundPro-Medium', sans-serif; padding-bottom:0; margin-bottom:0; }
.capheader .subcap{ display:block; }
.partnerImage{
    margin:8px auto;
}
.search-icon{
    margin-top:-8px;
}

.bg-none 
{
    background: none !important;
}

/** main footer **/
#ivsFooter{
    background:rgba(21, 59, 78, 1.0);;
    color:#fff;
    min-height:300px;
    padding:20px !important;
}
#ivsFooter a:link,
#ivsFooter a:hover,
#ivsFooter a:visited{
    color:#fff;
}
#ivsFooter h3{
    padding-top:30px;
}
#ivsFooter p{
    font-size:0.9rem;
    padding-bottom:0;
    margin-bottom:0;
}
#ivsFooter ul{
    padding-left:0;
}
#ivsFooter ul li{
    list-style: none;
    padding-left:0;
    margin-left:0;
}
#ivsFooter .social-icon{
    max-width:25px;
    margin-right:8px;
}
#ivsCap{
    background:#052339;
    color:#fff;
    padding:20px 0px;
}

/* home page styles */
#homeHero{
    min-height:600px;
    background:#f2f2f2;
    padding-top:80px;
    background: url('../images/IVS-Hero-Image-Home-2000x750px.jpg') center center no-repeat;
    background-size:cover;    
    position:relative;
}
@media (max-width:992px){
    #homeHero{
        background-position: 86% 50% !important;
        overflow:hidden;
    }
}
#homeHero h1{ font-size:40pt; margin-bottom: 60px; }


#homeProcess{
    padding-top:30px;
}
#homeProcess h2{ font-size:3.0rem; }
#homeProcess .stat-items{
    padding-top:30px;
    padding-bottom:60px;
    min-height:220px;
    background:url('../images/halftone-invader-accent-left.png') center left no-repeat, url('../images/halftone-invader-accent-right.png') center right no-repeat;
}
#homeProcess .stat-items .stat-item{
    text-align:center;
    line-height:14pt;
    font-family:'CeraRoundPro-Light', sans-serif;
}
#homeProcess .stat-items .stat-item .stat-item-number{
    display:block;
    width:100%;
    font-size:5rem;
    font-weight:bold;
    font-family:'Source Sans Pro', sans-serif;
    line-height:5rem;
    cursor:pointer;
}
#homeProcess .stat-item .stat-item-number sup{
    font-size:0.5em;
}
@media (max-width: 768px) {
    #homeProcess .stat-items{ background:#fff; height:auto;}
    #homeProcess .stat-item{ max-width:33%; transform: scale(0.75); }
    #homeProcess .stat-item:hover{ transform: scale(1.0); }
}

#homeProcess .candidatex{
    background:url('../images/Transform-Candidate.png') bottom center no-repeat, url('../images/IS-Watermark-1000x1000px-GRAY.png') center left no-repeat;
    background-size:44%, 40%;
    margin-bottom:100px;
}
#homeProcess .candidatex .container .row{
    height:320px;
}
@media (max-width: 576px) {
    #homeProcess .candidatex{
        background:url('../images/Transform-Candidate.png') bottom center no-repeat;
        background-size:400px !important;

        height:400px;
        margin-bottom:0;
    }
}
@media (max-width:768px){
    #homeProcess .candidatex{
        height:640px;
        background-size:60%,40%;
    }
    #homeProcess .candidatex .container .row{
        height:auto;
    }
    #homeProcess .platform-item{
        max-width:50%;
    }
}
@media (min-width: 768px) and (max-width:992px){
    #homeProcess .candidatex{
        height:760px;
        background-size:50%,40%;
    }
}
@media (min-width:992px) and (max-width:1400px){
    #homeProcess .candidatex{
        height:760px;
        background-size:560px,40%;
    }
}
@media (min-width: 1400px) { 
    #homeProcess .candidatex{
        height:840px;
        background-size:640px,40%;
    }
}

#homeDemo{
    min-height:500px;
    background: url('../images/Schedule-Demo-Hero.jpg') top left no-repeat;
    background-size:cover;
    padding-top:40px;
    position:relative;
}
@media (max-width: 992px) {
    #homeDemo{
        padding-top:240px;
        color:#fff;
        overflow:hidden;
    }
    #homeDemo .row{
        /* background:rgba(21, 59, 78, 0.6); */
        padding-top:10px;
        margin-right:0;
        margin-left:0;
    }
    #homeDemo .content-padding-bottom{ padding-bottom:10px; }
}

#homePrep{
    background-color:rgba(255,68,57,0.8);
    background-image:url('../images/interview-prep-hero-image.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size:cover;
    min-height:600px;
    padding:100px 50px 0px;
    color:#fff;
    position:relative;
}
#homePrep .prep-logo{ padding-bottom:30px; }
@media (max-width: 992px) {
    #homePrep{
        padding:40px 10px;
        background-position:top right;        
        background-image:url('../images/interview-prep-hero-image.png');
        background-color:rgba(21, 59, 78, 1);
        overflow:hidden;
    }
    #homePrep .row{
        margin-left:0;
        margin-right:0;
    }
    #homePrep .content-padding-bottom{ padding-bottom:10px; }
    #homePrep .prep-content{
        margin-left:-15px;
        margin-right:-15px;
        padding:10px 20px;
        margin-top:100px;
    }
    #homePrep .prep-content h2{ color:rgba(21, 59, 78, 1); }
}

#homePartners{
    padding-top:100px;
}
@media (max-width: 576px) {    
    #homePartners .partner-item{
        max-width:33%;
    }
}

#homeResources{
    padding-left:20px;
    padding-right:20px;
}
#homeResources .resource-item{
    margin:30px 0;
    padding:30px 60px 30px 30px;
    min-height:240px;
    background-image:url('../images/IS-Watermark-1000x1000px-WHITE.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size:140px;
    cursor:pointer;
}
#homeResources .resource-item .resource-item-content{
    display:none;
}
#homeResources .resource-item h3{    
    padding:20px 0px 10px;
    line-height:0.75rem;
    font-size:0.75rem;
}
#homeResources .resource-item .resource-item-title{
    font-weight:700;
    color:#fff;
}
#homeResources .webinar-item{
    background-color:rgba(158,153,233,0.9);
}
#homeResources .case-item{
    background-color:rgba(241,191,102,1.0); 
}
#homeResources .paper-item{
    background-color:rgba(134,213,174,1.0);
}
#homeResources .resource-more{
    text-align:center;
    background-image:url('../images/IS-Watermark-1000x1000px-GRAY.png');
    background-position: top center;
    background-size:75%;
    background-repeat: no-repeat;
    height:200px;
    padding-top:30px;
    text-transform: uppercase;
    margin-top:90px;
}
#homeResources .resource-more p{
    font-size:0.9rem;
}
@media (max-width: 576px) {
    #homeResources .col-xl-5{
        max-width:50%;
    }
    #homeResources .resource-item{
        max-width:100%;
    }
    #homeResources .resource-item p{
        font-size:1rem;
    }
    #homeResources .resource-more{
        height:auto;
        margin-top:0;
        background-size:80px;
    }
}
@media (min-width: 992px) {
    #homeResources .resource-item{
        width:300px;
        margin:30px auto;
    }
}

/* page */
#ivsContent .video-heading-block .tagline{
    font-size:1.4rem;
}
@media (max-width: 576px) {
    #ivsContent .video-heading-block{
        padding-bottom:40px;
    }
}
#ivsContent p{
    color:rgba(21, 59, 78, 1);
}
#ivsContent .has-huge-font-size{
    font-size:3rem;
}
#ivsContent .wp-block-cover{
    justify-content:left;
    padding-left:50px;
}
#ivsContent .wp-block-cover__inner-container{
    width:calc(45% - 20px) !important;
}
@media (max-width: 576px) {
    #ivsContent .has-huge-font-size{
        font-size:2rem;
    }
    #ivsContent .wp-block-cover{
        padding-left:20px;
    }
    #ivsContent .wp-block-cover__inner-container{
        width:calc(100% - 20px) !important;
    }

    #ivsContent .content-block{
        padding-top:40px;
    }
    #ivsContent .content-block h2{
        padding-top:30px;
    }
}

#ivsContent .feature-block{ text-align:center; margin-left:0; margin-right:0; }
#ivsContent .feature-block h2{ padding-bottom:40px; font-size:3rem; color:rgba(134,213,174,1.0); }
#ivsContent .feature-block h3{
    font-size:1.25rem;
    padding-bottom:1.25rem;
}
#ivsContent .feature-block p{ font-size:0.9rem; line-height:1.8rem; text-align:justify; padding:0px 20px; }
@media (max-width: 576px) {
    #ivsContent .feature-block h2{ font-size:2.25rem; }
    #ivsContent .feature-block h3{
        padding-bottom:0;        
    }
    #ivsContent .feature-block p{ margin-bottom:60px; text-align:center; }
}
#ivsContent .story-block{
    background-image:url('../images/IS-Watermark-1000x1000px-WHITE.png');
    background-position: center left;
    background-repeat: no-repeat;
    margin-left:0;
    margin-right:0;
}
#ivsContent .story-block.blue{
    background-color:rgba(155,218,221,0.4);
}
#ivsContent .story-block.white{
    background-color:rgba(255,255,255,1.0);
}
#ivsContent .story-block.yellow{
    background-color:rgba(241,191,102,1.0);
}
#ivsContent .story-block.yellow h2{
    padding-bottom:40px; font-size:3rem; color:#fff;
}
#ivsContent .story-block.yellow p{
    font-size:1.5rem; text-align:center; line-height:2rem; font-style:italic;
}
#ivsContent .story-block .row{
    border:none;
}

#ivsContent .post-full-heading{
    min-height:520px;
    background-size: cover; 
}
#ivsContent .post-full-heading-no-margin{
    min-height:400px;
    background-size:cover;
    background-position: center center;
    margin-left:-15px;
    margin-right:-15px;
}
#ivsContent .post-full-heading-no-margin .row{
    border-bottom:none !important;
}
#ivsContent .post-full-content{
    padding-top:80px;
}
#ivsContent .post-full-content p{
    font-size:1rem !important;
    padding-bottom:1.25rem;
}
#ivsContent .post-full-content p > strong{
    font-family:'CeraRoundPro-Regular', sans-serif;
    color:rgba(21, 59, 78, 0.6);
    font-size:1.2rem;
    font-weight:bolder;
}
#ivsContent .post-full-content a{
    color:rgba(255,68,57,0.8)
}
#ivsContent .blog-full-heading-no-margin{
    min-height:400px;
    background-size:cover;
    background-position: center center;
    margin-left:-15px;
    margin-right:-15px;
}
#ivsContent .blog-full-heading-no-margin .row{
    border-bottom:none !important;
}
#ivsContent .blog-full-heading-no-margin h1{
    padding-top:40px;
}
#ivsContent .blog-full-heading-no-margin h1 strong{
    color:rgba(255,68,57,1.0);
}

/** Solution Content Pages **/
.solution-full-heading{
    min-height:480px;
    background-size:cover;
    background-position: 50% 50%;
    /* padding:0; */
    position:relative;
}
.mobile-overlay{
    display:none;
}
@media (max-width:992px){
    .solution-full-heading{
        background-position: 86% 50%;
        overflow:hidden;
    }
    .mobile-overlay{
        display:block;
        height:100%;
        background-color:rgba(255,255,255,0.6);
        top:0;
        left:0;
        position:absolute;
        width:100%;
    }
}
.solution-full-heading h1{
    padding-top:160px;
}
.solution-full-heading h1 strong{
    color:#153b4e;
}
.solution-full-heading .tagline{
    font-size:1.5rem !important;
}
.solution-full-heading .video-item{
    margin-top:70px;
}
.solution-full-heading .image-item{
    margin-top:40px;
}
.solution-short-heading{
    background-size:cover;
    background-position: top center;
}
.solution-short-heading h1{
    padding-top:100px;
}
.solution-short-heading h1 strong{
    color:#153b4e;
}
#ivsContentSolutions .testimony-block{
    background-image:url('../images/IS-Watermark-1000x1000px-WHITE.png');
    background-size:36%;
    background-position: center left;
    background-repeat: no-repeat;
    padding:60px 0px;
    margin-top:20px;
    margin-bottom:60px;
    min-height:300px;
}
#ivsContentSolutions .testimony-block p{
    text-align:center;
}
#ivsContentSolutions .red-bg p{
    color:#fff;
}
#ivsContentSolutions .testimony-block p img{
    margin:30px auto 20px;
}
#ivsContentSolutions .testimony-block p span strong{
    display:block;
    text-align:center;
    font-style:normal !important;
    font-family:'CeraRoundPro-Bold', sans-serif;
}
#ivsContentSolutions .testimony-block p span.caption{
    font-size:1rem;
    color:#fff;
    line-height:1rem;
    text-transform: uppercase;
}
#ivsContentSolutions .stat-block{
    padding-top:30px;
    padding-bottom:60px;
    min-height:220px;
    background:url('../images/halftone-invader-accent-left.png') center left no-repeat, url('../images/halftone-invader-accent-right.png') center right no-repeat;
}
#ivsContentSolutions .stat-block .stat-item{
    text-align:center;
    line-height:14pt;
    font-family:'CeraRoundPro-Light', sans-serif;
}
#ivsContentSolutions .stat-block .stat-item .stat-item-number{
    display:block;
    width:100%;
    font-size:5rem;
    font-weight:bold;
    font-family:'Source Sans Pro', sans-serif;
    line-height:5rem;
    cursor:pointer;
}
#ivsContentSolutions .stat-block .stat-item-number sup{
    font-size:0.5em;
}
@media (max-width: 768px) {
    #ivsContentSolutions .stat-block{ background:#fff; height:auto;}
    #ivsContentSolutions .stat-item{ max-width:33%; transform: scale(0.75); }
    #ivsContentSolutions .stat-item:hover{ transform: scale(1.0); }
}
#ivsContentSolutions ul{
    margin-left:0;
    padding-left:0;
    text-align:left !important;
}
#ivsContentSolutions ul li{
    list-style-type:none;
    text-align:left !important;
    padding-top:1rem;
    padding-bottom:1rem;
}
@media (max-width: 576px) {
    #ivsContentSolutions ul{
        margin-bottom:40px;
    }
    #ivsContentSolutions ul li{
        text-align:center !important;
    }
}

/** Blog pages **/
.blog-heading{
    background-image:url('../images/IS-Watermark-1000x1000px-WHITE.png'), linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(241,191,102,1.0));
    background-size:36%, 100%;
    background-repeat: no-repeat, repeat;
    background-position:90% -160px, 0px 0px;
}
@media (max-width: 576px){
    .blog-heading{
        min-height:20vh;
    }
}
#ivsContentPost p{
    font-family:'Source Sans Pro', sans-serif;
    font-size:1.2rem;
}
#ivsContentPost strong{
    /* color:rgba(158,153,233,1.0); */
    color:#153b4e;
}
#ivsContentPost .row{
    border-bottom:none !important;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:50px;
}
#ivsContentPost .authorname{ line-height: 60px; height:60px; }
#ivsContentPost .quoteImage{
    max-height:60vh !important;
    width:auto;
    margin-top:30px;
}
#ivsContentPost a:link, #ivsContentPost a:visited{
    color:#9e99e9;
}
#ivsContentPost ul{
    text-align:left !important;
    color: rgba(21, 59, 78, 0.6);
    font-size:1.2rem;
}
#ivsContentPost ul li{
    text-align:left !important;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
#ivsContentPost .featured-post-item{
    background-size:cover;
    background-position:center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height:300px;
    overflow:hidden;
    position:relative;
    margin-top:20px;
}
#ivsContentPost .featured-post-overlay{
    background:rgba(0,0,0,0.3);
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:10000;
    margin:0;
    padding:0;
    position:absolute;
}
#ivsContentPost .featured-post-item-content{
    position:absolute;
    z-index:20000;
    bottom:0;
    left:0;
    padding-bottom:20px;
    padding-left:20px;
}
.screen-reader-text{ display:none; }
#ivsContentPost .featured-post-item-content p,
#ivsContentPost .featured-post-item-content a{
    color:#fff;
    text-decoration:none;
}
#ivsContentPost .blog-post-item{
    padding:20px;
    border:1px solid #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom:20px;
    cursor:pointer;
}
#ivsContentPost .blog-post-item:hover{
    background:#f2f2f2;
    border:1px solid rgba(0,0,0,0.1);
}

/* allow an image anchor to act as an image crop */
#ivsContentPost .blog-post-item > a 
{
    /* height: 200px; may want to create some responsive variations on this */
}

@media (min-width: 768px)
{
    #ivsContentPost .blog-post-item > a 
    {
        position: relative;
        display: block;
        overflow: hidden;
        transition: height ease-in 0.2s;
        height: 133px;
    }
}

@media (min-width: 992px)
{
    #ivsContentPost .blog-post-item > a 
    {
        height: 166px;
    }
}

@media (min-width: 1200px)
{
    #ivsContentPost .blog-post-item > a 
    {
        height: 200px;
    }
}

/* horizontally centers the image within its link, sets a min height
    going forward, use consistently proportioned images

#ivsContentPost .blog-post-item .wp-post-image{
    min-height:200px;
    max-width:auto;
    overflow:hidden;
}*/

#ivsContentPost .blog-post-item .wp-post-image 
{
    /* min-height: 200px; */
    width: 100%;
    min-height: auto;
}

@media (min-width: 768px)
{
    #ivsContentPost .blog-post-item .wp-post-image 
    {
        transition: min-height ease-in 0.2s;
        width: auto;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: inherit;
        min-height: 133px;
        max-height: 200px; /* 160 */
    }
}

@media (min-width: 992px)
{
    #ivsContentPost .blog-post-item .wp-post-image 
    {
        min-height: 166px;
        max-height: 200px;
    }
}

@media (min-width: 1200px)
{
    #ivsContentPost .blog-post-item .wp-post-image
    {
        min-height: 200px;
        max-height: 240px;
    }
}

#ivsContentPost .blog-post-item .blog-post-title{
    font-size:1.5rem;
    padding-top:8px;
}
#ivsContentPost .blog-post-item .blog-post-title a{
    color:#153b4e !important;
}
#ivsContentPost .blog-post-item .blog-post-meta{
    font-size:0.9rem;
    margin:0;
    padding:0;
}
#ivsContentPost .blog-post-item .blog-post-excerpt{
    font-size:1.0rem;
    margin:0;
    padding:0;
}
#ivsContentPost .blog-post-action{
    margin:10px 0px 0px;
    padding:0;
}

#ivsContentPost .pagination{
    display:block;
    border-top:1px solid #f2f2f2;
    padding-top:20px;
    margin-top:20px;
}

/** Company page */
.cplist{
    padding:8px 16px !important;
    margin:-10px 0px 0px !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.cplist.teal-brdr{
    border:1px solid rgba(155,218,221,1.0);    
}
.cplist.yellow-brdr{
    border:1px solid rgba(241,191,102,1.0);
}
.cplist.purple-brdr{
    border:1px solid rgba(158,153,233,1.0);
}


/** CTA block **/
.action-block{
    min-height:500px;
    background-size:cover;
    background-position:50% 50%;
    padding-top:40px;
    position:relative;
}
@media (max-width:992px){
    .action-block{
        background-size:cover;
        background-position: 10% 50% !important;
        overflow:hidden;
    }
}

/** Careers **/
#careerList{
    padding-left:20px;
    padding-right:20px;
}
#careerList a{ text-decoration:none; }
#careerList .career-item{
    margin:30px 0;
    padding:30px 60px 30px 30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height:240px;
    background-image:url('../images/IS-Watermark-1000x1000px-WHITE.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size:140px;
    cursor:pointer;
}
#careerList .career-item .career-item-content{
    display:none;
}
#careerList .career-item .career-item-content p{
    font-size:0.8rem;
}
#careerList .career-item h3{    
    padding:20px 0px 10px;
    line-height:0.75rem;
    font-size:0.75rem;
}
#careerList .career-item .career-item-title{
    font-weight:700;
    color:#fff;
}
#careerList .career-item.red-bg .career-item-content p,
#careerList .career-item.purple-bg .career-item-content p{
    color:#fff !important;
}


@media (max-width: 576px) {
    /* #careerList .col-xl-4{
        max-width:50%;
    } */
    #careerList .resource-item{
        max-width:100%;
    }
    #careerList .resource-item p{
        font-size:1rem;
    }
}
@media (min-width: 992px) {
    #careerList .resource-item{
        width:300px;
        margin:30px auto;
    }
}

/** New Page Templates - November 2022 **/

/* HERO */

#homepage .hero, #product-page .hero, #teaser-page .hero, #industry-page .hero, #partner-page .hero {
    background-image: url("/wp-content/uploads/2022/11/ivs-waves.png");
    background-color: #f4f1ed;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 109px 35px 30px 35px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    min-height: 764px;
}

#homepage .tag, #product-page .tag, #industry-resource-page .tag, #industry-page .tag, #partner-page .tag {
    font-weight: 700;
}

#homepage .hero p, #product-page .hero p, #industry-resource-page .hero p, #industry-page .hero p, #partner-page .hero p {
    font-size: 27.19px;
    font-weight: 400;
    line-height: 37.09px;
    margin-bottom: 50px;
    color: #333f40;
}

/* BUTTONS */

#homepage .btn, #product-page .btn, #teaser-page .btn, #industry-resource-page .btn, #industry-page .btn, #partner-page .btn {
    text-decoration: none;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 143.02%;
    margin-right: 35px;
    margin-top: 25px;
}

#homepage .btn-red, #product-page .btn-red, #teaser-page .btn-red, #industry-resource-page .btn-red, #industry-page .btn-red, #partner-page .btn-red {
    background: #f43637;
    color: #fff !important;
    border-radius: 6px;
    border: 4px solid #f43637;
    display: inline-block !important;
}

#homepage .btn-red:hover, #product-page .btn-red:hover, #teaser-page .btn-red:hover, #industry-resource-page .btn-red:hover, #industry-page .btn-red:hover, #partner-page .btn-red:hover {
    background: #bb1718;
    border: 4px solid #bb1718;
    color: #fff !important;
}

#homepage .btn-alt, #product-page .btn-alt, #teaser-page .btn-alt, #industry-resource-page .btn-alt, #industry-page .btn-alt, #partner-page .btn-alt {
    background: transparent;
    border: 4px solid #f43637;
    color: #f43637 !important;
    border-radius: 6px;
    display: inline-block !important;
}

#homepage .btn-alt:hover, #product-page .btn-alt:hover, #teaser-page .btn-alt:hover, #industry-resource-page .btn-alt:hover, #industry-page .btn-alt:hover, #partner-page .btn-alt:hover {
   background: transparent;
   color: #bb1718 !important;
   border: 4px solid #bb1718;
}

/* HEADERS & PARAGRAPH */

#homepage h1, #product-page h1, #industry-page h1, #partner-page h1 {
    font-size: 60px;
    font-weight: 700 !important;
    line-height: 81.84px;
    margin-bottom: 30px;
    color: #043f41;
}

#homepage h2, #product-page h2, #industry-resource-page h2, #industry-page h2, #partner-page h2 {
    font-weight: 500;
    font-size: 54px;
    line-height: 143.02%;
    margin-bottom: 15px;
    color: #043f41;
}

#homepage h3, #product-page h3, #industry-resource-page h3, #industry-page h3, #partner-page h3 {
    color: #043f41;
    font-weight: 500;
    font-size: 46.6921px;
    line-height: 143.02%;
    padding-bottom: 15px;
}

#homepage h4, #product-page h4, #industry-resource-page h4, #industry-page h4, #partner-page h4 {
    font-weight: 700;
    font-size: 24px;
    color: #555555;
    line-height: 143.02%;
}

#homepage p, #product-page p, #industry-resource-page p, #industry-page p, #partner-page p {
    color: #555555;
    font-weight: 400;
    font-size: 27.1935px;
    line-height: 143.02%;
    margin-bottom: 15px;
}

@media (max-width: 420px) {
    #homepage h2 {
        font-size: 42px !important;
    }
}

/* STATISTICS BLOCK */

#homepage .stats, #product-page .stats, #teaser-page .stats {
    padding: 0px 35px 0px 35px;
    justify-content: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .stats .stat-items, #product-page .stats .stat-items, #teaser-page .stats .stat-items {
    text-align: center;
    justify-content: center;
}

#homepage .stats .stat-items .stat-column, #product-page .stats .stat-items .stat-column, #teaser-page .stats .stat-items .stat-column {
    margin-right: 25px;
    margin-left: 25px;
}

#homepage .stats .stat-items .stat-number, #product-page .stats .stat-items .stat-number, #teaser-page .stats .stat-items .stat-number {
    color: #043f41;
    font-weight: 500;
    font-size: 124px;
    line-height: 143.02%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

#homepage .stats .stat-items .stat-text, #product-page .stats .stat-items .stat-text, #teaser-page .stats .stat-items .stat-text {
    color: #555555;
    font-weight: 400;
    font-size: 22.1788px;
    line-height: 154.02%;
    text-align: center;
}

#homepage .stats .stat-items .stat-callout, #product-page .stats .stat-items .stat-callout, #teaser-page .stats .stat-items .stat-callout {
    font-size: 22.1788px;
    font-weight: 700;
    line-height: 154.02%;
    color: #555555;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #homepage .stat-items, #product-page .stat-items, #teaser-page .stat-items {
        height: auto;
    }
    #homepage .stat-column, #product-page .stat-column, #teaser-page .stat-column {
        transform: scale(0.75);
    }
}

@media (max-width: 768px) {
    #homepage .stat-column, #product-page .stat-column, #teaser-page .stat-column {
        transform: scale(0.85);
    }
}

/* STATISTICS BLOCK - ADVANCED SCHEDULER*/

#product-page .stat-number-alt {
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 5rem;
}

@media (max-width: 420px) {
    #product-page .stat-number-alt {
        font-size: 2rem !important;
    }
}

/* SIMPLE CTA BLOCK */

#homepage .cta-block, #product-page .cta-block, #teaser-page .cta-block {
    background: linear-gradient(95.82deg, #74D1A5 21.01%, #5cd6d8 54.63%);
    padding-top: 69px;
    padding-bottom: 69px;
}

#homepage .cta-block .cta-bubble, #product-page .cta-block .cta-bubble, #teaser-page .cta-block .cta-bubble {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 43px;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#homepage .cta-block p, #product-page .cta-block p, #teaser-page .cta-block p {
    font-weight: 400;
    font-size: 19px;
    color: #555555;
    line-height: 143.02%;
    margin-bottom: 0px;
}

#homepage .cta-block .btn, #product-page .cta-block .btn, #teaser-page .cta-block .btn {
    margin: 0px !important;
}

#homepage .cta-bubble .cta-button, #product-page .cta-bubble .cta-button, #teaser-page .cta-bubble .cta-button {
    text-align: right;
}


@media (max-width: 768px) {
    #homepage .cta-block .btn, #product-page .cta-block .btn, #teaser-page .cta-block .btn {
        width: 100%;
    }
    #homepage .cta-bubble .cta-column, #product-page .cta-bubble .cta-column, #teaser-page .cta-bubble .cta-column {
        margin-bottom: 20px;
    }
}

/* TWO-COLUMN BUBBLE & IMAGE */

#homepage .platform {
    min-height: 1020px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .plt-box {
    background: #fff;
    padding: 50px;
    max-width: 45%;
    box-shadow: 0px 0px 23.3461px rgba(0, 0, 0, 0.1);
    border-radius: 23.3461px;
    position: absolute;
    left: 19px;
    top: 283.36px;
}

#homepage .platform p {
    color: #555555;
    font-weight: 400;
    font-size: 22px;
    line-height: 143.02%;
}

#homepage .platform a {
    color: #555555;
    font-weight: 400;
    font-size: 22px;
    line-height: 143.02%;
    text-decoration: none !important;
}

#homepage .link-cta a {
    font-weight: 700;
    font-size: 22px;
    line-height: 162.02%;
    color: #f43637;
    text-decoration: none;
}

#homepage .link-cta a:after {
    content: url(/wp-content/uploads/2022/11/arrow.png);
    display: inline-block;
    box-sizing: border-box;
    margin-left: 7px;
}

#homepage .platform ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 190%;
    color: #555555;
}

#homepage .platform .od {
    list-style-image: url(/wp-content/uploads/2022/12/od-list.png);
}

#homepage .platform .ib {
    list-style-image: url(/wp-content/uploads/2022/12/ib-list.png);
}

#homepage .platform .is {
    list-style-image: url(/wp-content/uploads/2022/12/is-list.png);
}

#homepage .platform .ic {
    list-style-image: url(/wp-content/uploads/2022/12/ic-list.png);
}

#homepage .platform .ii {
    list-style-image: url(/wp-content/uploads/2022/12/insights-list.png);
}

#homepage .plt-img {
    position: absolute;
    left: 185px;
    top: 154px;
}

@media (max-width: 1200px) {
    #homepage .plt-box {
        max-width: 55%;
    }
}

@media (max-width: 992px) {
    #homepage .plt-box {
        max-width: 55%;
        top: 230px;
    }
}

@media (max-width: 992px) {
    #homepage .platform {
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media (max-width: 768px) {
    #homepage .platform {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    #homepage .plt-box {
        max-width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 30px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    #homepage .plt-img {
        max-width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 100px;
        margin-bottom: 30px;
    }
}

/* TWO-COLUMN CTA & VIDEO */

#homepage .vid-cta, #product-page .vid-cta, #teaser-page .vid-cta {
    min-height: 680px;
    padding-top: 116px;
    padding-bottom: 163px;
    padding-right: 35px;
    padding-left: 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width: 992px) {
    #homepage .vid-cta .video-embed, #product-page .vid-cta .video-embed, #teaser-page .vid-cta .video-embed {
        margin-top: 50px;
    }
}

/* INTEGRATIONS ROW */

#homepage .integrations, #product-page .integrations, #teaser-page .integrations, #industry-resource-page .integrations, #industry-page .integrations, #partner-page .integrations {
    min-height: 308px;
    padding: 115px 35px 85px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .partner-logo, #product-page .partner-logo, #teaser-page .partner-logo, #industry-resource-page .partner-logo, #industry-page .partner-logo, #partner-page .partner-logo {
    padding-bottom: 35px;
}

#homepage .integrations a, #product-page .integrations a, #teaser-page .integrations a, #industry-resource-page .integrations a, #industry-page .integrations a, #partner-page .integrations a {
    margin-right: 0px !important;
}

/* CONTACT US BLOCK */

#homepage .contact-block, #product-page .contact-block, #teaser-page .contact-block, #industry-resource-page .contact-block, #industry-page .contact-block, #partner-page .contact-block {
    background: linear-gradient(180deg, #74D1A5 0%, #5CD6D8 100%);
    min-height: 1000px;
    padding-top: 100px;
    padding-right: 35px;
    padding-left: 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width: 420px) {
    #homepage .contact-block h2, #product-page .contact-block  h2, #teaser-page .contact-block h2, #industry-resource-page .contact-block h2, #industry-page .contact-block h2, #partner-page .contact-block h2 {
        font-size: 42px !important;
    }
}

/* CONTENT & IMAGE BLOCK */

#product-page .content-block-right, #product-page .content-block-left, #teaser-page .content-block-right, #teaser-page .content-block-left, #industry-page .content-block-right, #industry-page .content-block-left, #partner-page .content-block-right, #partner-page .content-block-left {
    padding: 150px 35px 50px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width: 992px) {
    #product-page .content-block-right img, #product-page .content-block-left img, #teaser-page .content-block-right img, #teaser-page .content-block-left img, #industry-page .content-block-right img, #industry-page .content-block-left img, #partner-page .content-block-right img, #partner-page .content-block-left img {
         padding-bottom: 20px;
    }
}

/* HEADER & SUBHEARDER COMBO */

#homepage .header-block-center, #product-page .header-block-center, #teaser-page .header-block-center, #industry-resource-page .header-block-center, #industry-page .header-block-center, #partner-page .header-block-center {
    text-align: center;
    padding: 81px 35px 86px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .header-block-left, #product-page .header-block-left, #teaser-page .header-block-left, #industry-resource-page .header-block-left, #industry-page .header-block-left, #partner-page .header-block-left {
    text-align: left;
    padding: 81px 35px 86px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .header-block-right, #product-page .header-block-right, #teaser-page .header-block-right, #industry-resource-page .header-block-right, #industry-page .header-block-right, #partner-page .header-block-right {
    text-align: right;
    padding: 81px 35px 86px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* BACKGROUND & TEXT COLORS */

.tan-lt-bg {
    background: #f4f1ed;
}

.green-lt-bg {
    background: #f9fffc;
}

yellow-lt-bg {
    background: #fffbf5;
}

.purple-lt-bg {
    background: #f4f3fa;
}

.teal-lt-bg {
    background: #f0ffff;
}

.gray-lt-bg {
    background: #fafdff;
}

.teal-drk-bg {
    background: #5cd6d8;
}

.green-drk-bg {
    background: #74d1a5;
}

.yellow-drk-bg {
    background: #f3b65c;
}

.purple-drk-bg {
    background: #938ce5;
}

.gray-drk-bg {
    background: #333f40;
}

.teal-gradient-bg {
    background: linear-gradient(270deg, #5cd6d8 0%, #043f41 103.7%);
}

.green-txt {
    color: #74d1a5 !important;
}

.yellow-txt {
    color: #f3b65c !important;
}

.purple-txt {
    color: #938ce5 !important;
}

.teal-txt {
    color: #5cd6d8 !important;
}

/* NEW TEASER PAGE */

#teaser-page .hero {
    padding-bottom: 120px;
}

#teaser-page h1, #teaser-page h2 {
    font-size: 49.968px;
    font-weight: 500 !important;
    line-height: 143.02%;
    font-family: 'CeraRoundPro-Regular', sans-serif;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    #teaser-page h1 {
         font-size: 40px;
    }
}

#teaser-page h3 {
    font-size: 26.2563px;
    line-height: 143.02%;
    font-weight: 700;
}

#teaser-page p {
    font-size: 27.1935px;
    line-height: 143.02%;
    font-weight: 400;
    color: #555555 !important;
}

#teaser-page .subheader {
    color: #333f40 !important;
    padding-bottom: 35px;
}

#teaser-page .site-cards {
    padding-bottom: 75px;
    padding-left: 35px;
    padding-right: 35px;
}

#teaser-page .card-column-img {
    padding-bottom: 35px;
}

#teaser-page .card-column-text {
    justify-content: space-between;
}

#teaser-page .single-site-card {
    padding-bottom: 35px;
}

#teaser-page .site-card-bubble {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 18.7545px rgba(0,0,0,0.1);
    padding: 50px 35.6px 23px 35.6px;
}

#teaser-page .site-card-bubble p {
    font-size: 17.8168px;
    line-height: 29px;
    font-weight: 400;
}

/* OLD PRODUCT PAGE - NEW TEMPLATE */

#product-page .testimony-block {
    background-image:url('../images/IS-Watermark-1000x1000px-WHITE.png');
    background-size:36%;
    background-position: center left;
    background-repeat: no-repeat;
    padding:60px 0px;
    margin-top:20px;
    margin-bottom:60px;
    min-height:300px;
}

#product-page .testimony-block p {
    text-align:center;
}

#product-page .red-bg p {
    color:#fff;
}

#product-page .testimony-block p img {
    margin:30px auto 20px;
}

#product-page .testimony-block p span strong {
    display:block;
    text-align:center;
    font-style:normal !important;
    font-family:'CeraRoundPro-Bold', sans-serif;
}

#product-page .testimony-block p span.caption {
    font-size:1rem;
    color:#fff;
    line-height:1rem;
    text-transform: uppercase;
}

#product-page .action-block h3 {
    font-size: 2rem !important;
}

#product-page .action-block p {
    font-size: 1.25rem !important;
}

#product-page .capheader {
    text-transform: uppercase;
    font-size:10pt;
    font-family:'CeraRoundPro-Medium', sans-serif;
    padding-bottom:0; margin-bottom:0;
}

#product-page .capheader .subcap { 
    display:block;
}

#product-page p small {
    font-size: 0.6em !important;
    color: rgba(21, 59, 78, 1) !important;
}

#product-page .stat-block p {
    line-height: 14pt !important;
}

/* INDUSTRY RESOURCE PAGE */

#industry-resource-page .hero {
    background-color: #fafdff;
    background-repeat: no-repeat;
    padding: 109px 35px 30px 35px;
    padding-left: 35px;
    padding-right: 35px;
    min-height: 660px;
}

#industry-resource-page h1 {
    font-size: 54px;
    font-family: 'CeraRoundPro-Regular', sans-serif;
    font-weight: 500 !important;
    line-height: 143.02%;
    margin-bottom: 30px;
    color: #043f41;
}

#industry-resource-page .resource-anchors {
    padding-top: 20px;
    padding-bottom: 20px;
}

#industry-resource-page .anchor-border {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#industry-resource-page .anchor {
    background: transparent;
    display: inline-block !important;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 10px 25px;
}

#industry-resource-page .anchor-teal {
    background: transparent;
    color: #5cd6d8 !important;
    border-bottom: 4px solid #5cd6d8;
}

#industry-resource-page .anchor-purple {
    background: transparent;
    color: #938ce5 !important;
    border-bottom: 4px solid #938ce5;
}

#industry-resource-page .anchor-green {
    background: transparent;
    color: #74d1a5 !important;
    border-bottom: 4px solid #74d1a5;
}

#industry-resource-page .anchor-yellow {
    background: transparent;
    color: #f3b65c !important;
    border-bottom: 4px solid #f3b65c;
}

@media (max-width: 420px) {
    #industry-resource-page .anchor {
        width: 60% !important;
    }
    #industry-resource-page .resource-anchors {
        text-align: center !important;
    }
    #industry-resource-page .btn {
        margin-right: 0px !important;
    }
}

#industry-resource-page .three-card-row {
    padding-top: 20px;
    padding-bottom: 90px;
}

#industry-resource-page .resource-card {
    filter: drop-shadow(0px 0px 10px #d7e2e2);
    border-radius: 8px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 25px;
    min-height: 326px;
    background: transparent !important;
}

#industry-resource-page .card-img {
    border-radius: 8px 8px 0px 0px;
}

#industry-resource-page .card-type {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 30px;
}

#industry-resource-page .card-type-teal {
    color: #5cd6d8 !important;
}

#industry-resource-page .card-type-purple {
    color: #938ce5 !important;
}

#industry-resource-page .card-type-green {
    color: #74d1a5 !important;
}

#industry-resource-page .card-type-yellow {
    color: #f3b65c !important;
}

#industry-resource-page .card-title {
    font-size: 20px !important;
    color: #555555 !important;
    font-weight: 400 !important;
    padding-left: 32px;
    padding-right: 30px;
}

#industry-resource-page .bubble-teal::before {
    content: url('/wp-content/uploads/2022/12/od-list.png');
    padding-right: 10px;
    position: relative;
    top: 2px;
}

#industry-resource-page .bubble-purple::before {
    content: url('/wp-content/uploads/2022/12/ib-list.png');
    padding-right: 10px;
    position: relative;
    top: 2px;
}

#industry-resource-page .bubble-green::before {
    content: url('/wp-content/uploads/2022/12/is-list.png');
    padding-right: 10px;
    position: relative;
    top: 2px;
}

#industry-resource-page .bubble-yellow::before {
    content: url('/wp-content/uploads/2022/12/ic-list.png');
    padding-right: 10px;
    position: relative;
    top: 2px;
}

#industry-resource-page .resource-card-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 20px !important;
    background: #f9fffc;
    border-radius: 8px;
}

#industry-resource-page .two-card-row {
    padding-top: 0px;
}

#industry-resource-page .main-card {
    border-radius: 8px;
    margin-top: 25px;
    filter: drop-shadow(0px 0px 10px #d7e2e2);
    min-height: 326px;
    padding-right: 35px !important;
    padding-left: 35px !important;
}

#industry-resource-page .main-card-left-column {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-radius: 8px 0px 0px 8px;
    min-height: 326px;
}

#industry-resource-page .card-bg-teal {
    background: #5cd6d8;
    background-image: url("/wp-content/uploads/2022/12/ivs-wave-teal-resource-card.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#industry-resource-page .card-bg-purple {
    background: #938ce5;
    background-image: url("/wp-content/uploads/2022/12/resource-card-wave-purple.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#industry-resource-page .card-bg-green {
    background: #74d1a5;
    background-image: url("/wp-content/uploads/2022/12/resource-card-wave-green.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#industry-resource-page .card-bg-yellow {
    background: #f3b65c;
    background-image: url("/wp-content/uploads/2022/12/resource-card-wave-yellow.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#industry-resource-page .main-card-right-column {
    min-height: 326px;
    background: #f9fffc;
    border-radius: 0px 8px 8px 0px;
}

#industry-resource-page .main-card-type {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff;
}

#industry-resource-page .main-card-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #043f41;
}

#industry-resource-page .card-type-padding, #industry-resource-page .card-title-padding {
    padding-left: 15px !important;
}

#industry-resource-page .card-cta {
    font-size: 20px !important;
    color: #f43637 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

@media (max-width: 420px) {
    #industry-resource-page .main-card-left-column {
        border-radius: 8px 8px 0px 0px;
        padding: 15px 20px 15px 20px;
    }
    #industry-resource-page .main-card-right-column {
        border-radius: 0px 0px 8px 8px;
    }
    #industry-resource-page .three-card-row {
        padding-top: 0px;
    }
    #industry-resource-page .two-card-row {
        padding-bottom: 25px;
    }
    #industry-resource-page .main-card-img {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
    }
    #industry-resource-page .main-card-type {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
    }
    #industry-resource-page .main-card-title {
        padding-left: 30px;
        padding-right: 30px;
    }
    #industry-resource-page .main-card {
        padding-bottom: 25px !important;
    }
    #webinars, #case-studies, #whitepapers, #blogs {
        padding-left: 10px;
    }
    #industry-resource-page .mobile-margin-bottom {
        margin-bottom: 25px !important;
    }
    #industry-resource-page .mobile-no-padding-bottom {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 769px) {
    #industry-resource-page .mobile-column-center {
        justify-content: center !important;
    }
}

@media (max-width: 992px) {
    #industry-resource-page .main-card {
        padding-bottom: 25px;
    }
    #industry-resource-page .three-card-row {
        padding-top: 0px;
    }
}

/* CLIENT LOGO ROW */

#homepage .social-proof, #product-page .social-proof, #teaser-page .social-proof, #industry-resource-page .social-proof, #industry-page .social-proof, #partner-page .social-proof {
    min-height: 300px;
    padding: 50px 35px 35px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    text-align: center;
}

#homepage .client-logo, #product-page .client-logo, #teaser-page .client-logo, #industry-resource-page .client-logo, #industry-page .client-logo, #partner-page .client-logo {
    padding-bottom: 35px;
}

#homepage .social-proof h2, #product-page .social-proof h2, #teaser-page .social-proof h2, #industry-resource-page .social-proof h2, #industry-page .social-proof h2, #partner-page .social-proof h2 {
    padding-bottom: 50px;
}

@media (max-width: 420px) {
    #homepage .client-logo-row, #product-page .client-logo-row, #teaser-page .client-logo-row, #industry-resource-page .client-logo-row, #industry-page .client-logo-row, #partner-page .client-logo-row {
        justify-content: space-around;
        text-align: center;
    }
}

/* CLIENT TESTIMONIAL */

#homepage .client-testimonial, #product-page .client-testimonial, #industry-page .client-testimonial, #partner-page .client-testimonial {
    min-height: 532px;
    padding: 80px 35px 60px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .client-testimonial img, #product-page .client-testimonial img, #industry-page .client-testimonial img, #partner-page .client-testimonial img {
    padding-bottom: 20px;
}

#homepage .client-testimonial .btn, #product-page .client-testimonial .btn, #industry-page .client-testimonial .btn, #partner-page .client-testimonial .btn {
    margin-right: 0px !important;
}

#homepage .client-testimonial p, #product-page .client-testimonial p, #industry-page .client-testimonial p, #partner-page .client-testimonial p {
    font-weight: 500;
    font-size: 32px;
    line-height: 143.02%;
    color: #043f41;
    padding-bottom: 20px;
}

#homepage .client-testimonial .client-name, #product-page .client-testimonial .client-name, #industry-page .client-testimonial .client-name, #partner-page .client-testimonial .client-name {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 143.02%;
    color: #fff !important;
    text-transform: uppercase !important;
}

@media (max-width: 820px) {
    #homepage .client-testimonial p, #product-page .client-testimonial p, #industry-page .client-testimonial p, #partner-page .client-testimonial p {
        padding-top: 25px;
    }
}

/* RESOURCE DOWNLOAD */

#homepage .resource-download, #product-page .resource-download, #industry-page .resource-download, #partner-page .resource-download {
    min-height: 683px;
    padding: 60px 35px 60px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#homepage .resource-download img, #product-page .resource-download img, #industry-page .resource-download img, #partner-page .resource-download img {
    padding-bottom: 20px;
}

#homepage .resource-download h2, #product-page .resource-download h2, #industry-page .resource-download h2, #partner-page .resource-download h2 {
    color: #fff !important;
}

#homepage .resource-download p, #product-page .resource-download p, #industry-page .resource-download p, #partner-page .resource-download p {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 143.02% !important;
}

/* FOUR RESOURCE CARDS ROW */

#industry-page .four-resource-cards, #partner-page .four-resource-cards {
    padding: 0px 50px 150px 50px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    justify-content: center;
}

#industry-page .resource-card, #partner-page .resource-card {
    background: rgba(255,255,255,0.002);
    box-shadow: 0px 7.5642px 25.214px rgba(0, 0, 0, 0.19);
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0px 15px 0px 15px;
    max-width: 22%;
}

#industry-page .resource-card a, #partner-page .resource-card a {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin-right: 0px !important;
}

#industry-page .resource-title, #partner-page .resource-title {
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 38px !important;
    color: #153b4e !important;
    padding: 20px 25px 15px 25px !important;
}

#industry-page .card-content, #partner-page .card-content {
    padding: 35px 33px 45px 33px;
}

#industry-page .resource-card .btn-red, #partner-page .resource-card .btn-red {
    padding: 10px 10px !important;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}

@media (max-width: 698px) {
    #industry-page .resource-card, #partner-page .resource-card {
        max-width: 100% !important;
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    #industry-page .resource-card, #partner-page .resource-card {
        max-width: 45%;
        margin-bottom: 25px;
    }
}

/* PARTNER PAGE PRODUCT INTEGRATION */

#partner-page .partner-integration {
    padding: 80px 35px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#partner-page .partner-integration h2 {
    padding-bottom: 50px;
}

#partner-page .partner-integration .product-logo {
    max-width: 40%;
    display: inline-block !important;
    margin-right: 35px;
    margin-bottom: 35px;
}

@media (max-width: 420px) {
    #partner-page .partner-integration .product-logo {
        max-width: 100%;
        margin-bottom: 25px;
        margin-right: 0px;
    }
}

/* TWO COLUMN TESTIMONIAL BLOCK */

#partner-page .two-col-testimonial, #industry-page .two-col-testimonial, #product-page .two-col-testimonial, #industry-resource-page .two-col-testimonial {
    justify-content: center;
    background: #333f40;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 100px 35px;
    background-image: url(https://interviewstream.com/wp-content/uploads/2023/02/ivs-wave-testimonial-left-01.png), url(https://interviewstream.com/wp-content/uploads/2023/02/ivs-wave-testimonial-right-01.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
}

#partner-page .two-col-testimonial .testimonial-box, #industry-page .two-col-testimonial .testimonial-box, #product-page .two-col-testimonial .testimonial-box, #industry-resource-page .two-col-testimonial .testimonial-box {
    padding: 35px;
    background: #f4f1ed;
    margin: 20px 10px;
    border-radius: 8px;
}

#partner-page .two-col-testimonial p, #industry-page .two-col-testimonial p, #product-page .two-col-testimonial p, #industry-resource-page .two-col-testimonial p {
    color: #333f40 !important;
}

#partner-page .two-col-testimonial .client-name, #industry-page .two-col-testimonial .client-name, #product-page .two-col-testimonial .client-name, #industry-resource-page .two-col-testimonial .client-name {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 143.02%;
    color: #333f40 !important;
    text-transform: uppercase !important;
}

#partner-page .two-col-testimonial a, #industry-page .two-col-testimonial a, #product-page .two-col-testimonial a, #industry-resource-page .two-col-testimonial a {
    color: #f43637 !important;
    font-size: 24px !important;
    text-decoration-line: underline !important;
}

@media (max-width: 420px) {
    #partner-page .two-col-testimonial, #industry-page .two-col-testimonial, #product-page .two-col-testimonial, #industry-resource-page .two-col-testimonial {
        background-image: none !important;
    }
}
