/*
*   Global
*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.idb-column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.idb-column.left { float: left; }
@media all and (min-width: 768px) {
    .idb-column.right { float: right; }
}
@media all and (max-width: 767px) {
    .idb-column.right,
    .idb-column.left {
        clear: both;
    }   
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.highlighter-short-thick {
    background-image: url(../images/highlighter-short-thick.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.highlighter-green {
    background-image: url(../images/highlighter-green.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.highlighter-teal {
    background-image: url(../images/highlighter-teal.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
#site-scroll-top {
    bottom: 75px;
}


/*
*   Homepage
*/
.vcex-blog-grid .vcex-blog-entry .vcex-blog-entry-inner {
    text-align: center;
}
div#idb-homepage-page-header {
    background: url(../images/homepage_header_pattern.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
}
div#idb-homepage-page-header .idb-homepage-image-container {
    background: url(../images/homepage_header_image.gif);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    background-size: 45%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
div#idb-homepage-page-header h1, 
div#idb-homepage-page-header h2 {
    color: #fff;
}
div#idb-homepage-page-header h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 68px;
    margin-top: 200px;
    margin-bottom: 0px;
}
div#idb-homepage-page-header h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-right: 50%;
}
.homepage-header-divider {
    background-color: #fff;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 125px;
}
div#idb-homepage-header-arrow-overlay .accent-bar-container {
    height: 30px;
    margin-top: -30px;
    position: relative;
    width: 100%;
}
div#idb-homepage-header-arrow-overlay .accent-bar {
    background-repeat: no-repeat;
    height: 30px;
    width: 50%;
}
div#idb-homepage-header-arrow-overlay .accent-bar.left {
    background-image: url('../images/title-cta_left.png');
    background-position: right center;
    position: absolute;
    left: 0;
}

div#idb-homepage-header-arrow-overlay .accent-bar.right {
    background-image: url('../images/title-cta_right.png');
    background-position: left center;
    position: absolute;
    right: 0;
}
.homepage-header-chevron-content {
    bottom: 20px;
    font-size: 39px;
    left: calc(50% - 31px);
    position: absolute;
    margin-top: -39px;
    text-align: center;
    z-index: 10;
}
.homepage-header-chevron-content .chevron {
    background-image: url('../images/chevron.png');
    cursor: pointer;
    display: inline-block;
    height: 39px;
    width: 62px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-5px);}
 60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-5px);}
 60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-5px);}
 60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-5px);}
 60% {transform: translateY(-5px);}
}
.homepage-product-image {
    right: 40px;
    top: -30px;
    max-width: none;
    position: absolute;
    z-index: 1;
}
body.idb-homepage-content h3,
body.idb-homepage-content h4 {
    color: #58585a;
    font-weight: 800;
}
body.idb-homepage-content h3 {
    font-size: 30px;
}
body.idb-homepage-content h4 {
    font-size: 48px;
    line-height: 60px
}
.homepage-product-header {
    border-right: 2px solid #d0d1d1;
    margin-right: 100px;
    margin-top: 92px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
}
.homepage-cta-button {
    margin-top: 40px;
}
.homepage-cta-button a {
    border: 1px solid #808285;
    color: #808285;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    transition: 0.2s all;
}
.homepage-cta-button a:hover {
    background-color: #808285;
    color: #fff;
    text-decoration: none;
    transition: 0.2s all;
}
.idb-homepage-learn-widget {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 234px;
    margin-top: 30px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.idb-homepage-learn-inner {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.idb-homepage-learn-overlay {
    display: none;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.idb-homepage-learn-widget:hover .idb-homepage-learn-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    display: table;
}
p.idb-homepage-learn-link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
p.idb-homepage-learn-link a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    transition: 0.2s all;
}
p.idb-homepage-learn-link a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.2s all;
}
body.idb-homepage-content h3.idb-homepage-learn-post-type,
body.idb-homepage-content h2.idb-homepage-learn-headline {
    color: #fff;
    margin-left: 40px;
}
body.idb-homepage-content h3.idb-homepage-learn-post-type {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 25px;
    text-transform: uppercase;
}
body.idb-homepage-content h2.idb-homepage-learn-headline {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
body.idb-homepage-content p.homepage-cta-button.homepage-get-ready-button {
    margin-top: 20px;
    margin-bottom: 70px;
}
body.idb-homepage-content .idb-solutions-widget p.idb-solutions-quote {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
    padding-top: 20px;
}
body.idb-homepage-content .idb-solutions-quote-spacer {
    height: 120px;
}
.idb-homepage-hear-more {
    margin-left: 15px;
}
@media all and (min-width: 960px) {
    .idb-desktop-hide {
        display: none;
    }
    .homepage-product-spacer {
        height:80px;
        width:100%;
        clear:both;
    }
}
@media all and (min-width: 2000px) {
    div#idb-homepage-page-header .idb-homepage-image-container {
        background-size: 800px;
        background-position: 80% 60%;
    }    
}
@media all and (min-width: 1201px) and (max-width: 1499px) {
    div#idb-homepage-page-header .idb-homepage-image-container {
        background-size: 55%;
    }
}
@media all and (min-width: 1000px) and (max-width: 1200px) {
    div#idb-homepage-page-header .idb-homepage-image-container {
        background-position: 100% 60%;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    body.idb-homepage-content h2.idb-homepage-learn-headline {
        font-size: 21px;
        line-height: 28px;
    }
}
@media all and (max-width: 960px) {
    div#idb-homepage-page-header {
        min-height: 150px;
    }
    div#idb-homepage-page-header .idb-homepage-image-container {
        background-image: none;
        background-position: 150% 20%;
        padding-bottom: 100px;
        position: static;
    }
    div#idb-homepage-page-header h1 {
        font-size: 48px;
        margin-top: 60px;
    }
    div#idb-homepage-page-header h2 {
        margin-right: 0px;
    }
    body.idb-homepage-content h3.idb-homepage-learn-post-type, body.idb-homepage-content h2.idb-homepage-learn-headline {
        margin-left: 20px;
    }
    body.idb-homepage-content h3.idb-homepage-learn-post-type {
        padding-top: 20px;
    }
    .idb-mobile-hide {
        display: none;
    }
    .idb-desktop-hide {
        display: block;
    }
    a.idb-homepage-hear-more {
        clear: both;
        display: inline-block;
        margin-left: 0px;
        margin-top: 20px;
    }
    .homepage-product-row-info-column {
        width: 100%;
    }
    .homepage-cta-button {
        text-align: center;
    }
    .homepage-product-row-2 p {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .homepage-product-header {
        margin-right: 10%;
    }
}


/*
*   Features Page
*/
.idb-features-dec-arrow,
.idb-upgrades-dec-arrow {
    left: calc(50% - 32px);
    position: absolute;
    top: 0px;
}
body.idb-features-page p.feature-end-cta {
    font-size: 24px;
    margin: 40px 10% 100px 10%;
}
body.idb-features-page p.feature-end-cta a {
    color: #e79f23;
    font-weight: 800;
}
body.idb-features-page p.feature-end-cta a:hover {
    text-decoration: none;
}
body.idb-features-page .title-slide-bottom .accent-bar.left {
    background-image: url('../images/feature-title-cta_left.png');
}

body.idb-features-page .title-slide-bottom .accent-bar.right {
    background-image: url('../images/feature-title-cta_right.png');
}
body.idb-features-page h3 {
    color: #58585a;
    font-size: 30px;
    font-weight: 800;
    margin-top: 90px;
}
body.idb-features-page img.idb-features-image {
    max-width: none;
}
div.features-spacer {
    line-height: 10px;
    text-align: center;
}
div.features-spacer span {
    background-color: #e79f23;
    display: inline-block;
    height: 5px;
    width: 120px;
}
.idb-features-quote-spacer {
    margin-top: 20px;
}
.idb-features-quote-spacer span {
    background-color: #d0d1d1;
    display: inline-block;
    height: 2px;
    width: 120px;
}
.idb-features-quote-widget {
    margin-bottom: 90px;
}
.idb-features-quote {
    background-image: url(../images/features_quote_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #58585a;
    font-size: 21px;
    font-style: italic;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 40px;
    margin-top: 30px;
    min-height: 75px;
    padding-top: 10px;
}
.idb-features-quote-author {
    color: #58585a;
    font-size: 18px;
    font-style:  italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
.feature-1 p.idb-features-quote,
.feature-1 p.idb-features-quote-author,
.feature-2 p.idb-features-quote,
.feature-2 p.idb-features-quote-author,
.feature-3 p.idb-features-quote,
.feature-3 p.idb-features-quote-author,
.feature-4 p.idb-features-quote,
.feature-4 p.idb-features-quote-author,
.feature-5 p.idb-features-quote,
.feature-5 p.idb-features-quote-author,
.feature-6 p.idb-features-quote,
.feature-6 p.idb-features-quote-author,
.feature-7 p.idb-features-quote,
.feature-7 p.idb-features-quote-author {
    padding-left: 35px;
}
.features-image-1,
.features-image-3,
.features-image-5,
.features-image-7 {
    float: left;
}
.features-image-2,
.features-image-4,
.features-image-6 {
    float: right;
}
.features-image-1 .idb-features-image {
    position: absolute;
    right: 50px;
    top: 0px;
}
.features-image-3 .idb-features-image {
    position: absolute;
    right: 0;
    top: 0;
}
.features-image-5 .idb-features-image {
    position: absolute;
    right: 20px;
    top: 0;
}
.features-image-6 .idb-features-image {
    margin-left: 60px;
}
.features-image-7 .idb-features-image {
    position: absolute;
    right: 60px;
    top: 0;
}
.features-image-7 > div > div > div > div.wpb_wrapper {
    min-height: 550px;
}
.feature-1 p,
.feature-3 p,
.feature-5 p,
.feature-7 p {
    padding-right: 70px;
}
.feature-2 p,
.feature-4 p,
.feature-6 p {
    padding-right: 20px;
}
@media all and (max-width: 767px) {
    .features-image-1 .idb-features-image,
    .features-image-2 .idb-features-image,
    .features-image-3 .idb-features-image,
    .features-image-4 .idb-features-image,
    .features-image-5 .idb-features-image,
    .features-image-6 .idb-features-image,
    .features-image-7 .idb-features-image {
        margin-left: 0px;
        margin-right: 0px;
        position: static;
        width: 100%;
    }
    .features-image-7 > div > div > div > div.wpb_wrapper {
        min-height: auto;
    }
    .feature-1 p,
    .feature-3 p,
    .feature-5 p,
    .feature-7 p,
    .feature-2 p,
    .feature-4 p,
    .feature-6 p {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
}


/*
*   Careers Page
*/
body.idb-careers h3 {
    color: #58585a;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    margin-top: 75px;
    margin-bottom: 40px;
}
body.idb-careers .idb-careers-xtra-header {
    font-size: 48px;
    line-height: 60px;
}
body.idb-careers .idb-career-white-text h3,
body.idb-careers .idb-career-white-text p {
    color: #fff;
}
body.idb-careers .idb-career-lists ul li {
    font-size: 24px;
    line-height: 48px;
}
body.idb-careers .idb-career-lists ul li::before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -20px;
    top: -1px;
    color: #E8A045;
    font-size: 1em;
}
body.idb-careers .idb-career-jobs-list {
    margin: 0 auto;
    max-width: 1034px;
}
body.idb-careers p.career-trophy {
    margin-top: 20px;
    margin-bottom: 50px;
}


/*
* Upgrades Page
*/
.idb-upgrades-page-selector-container {
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.idb-upgrades-page-selector-inner {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
.idb-upgrades-page-selector-container .idb-upgrades-selector {
    background-color: #fff;
    float: left;
    text-align: center;
    width: 33.33333333333%;
}
.idb-upgrades-page-selector-container .idb-upgrades-selector.border-right {
    border-right: 1px solid #828385;
}
.idb-upgrades-page-selector-container .idb-upgrades-selector p {
    color: #808285;
    font-size: 23.5px;
    margin-top: -35px;
    margin-bottom: 0px;
}
.idb-upgrades-page-selector-container .idb-upgrades-selector p a {
    color: #808285;
}
.idb-upgrades-page-selector-container .idb-upgrades-selector .idb-upgrades-selector-icon {
    background-color: #fff;
    display: inline-block;
    height: 120px;
    margin-top: -60px;
    width: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
}
.idb-upgrades-page-selector-container .idb-upgrades-selector .idb-upgrades-selector-icon img {
    height: 80%;
    padding: 10%;
    width: 80%;
}
#content-wrap.upgrades-content {
    margin-top: 90px;
}
@media all and (max-width: 900px) {
    .idb-upgrades-page-selector-inner {
        width: 100%;
    }
    .idb-upgrades-page-selector-container .idb-upgrades-selector p {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 600px) {
    .idb-upgrades-page-selector-container {
        bottom: -14%;
    }
    .idb-upgrades-page-selector-container .idb-upgrades-selector {
        background-color: #fff;
        display: block;
        width: 100%;
    }
    .idb-upgrades-page-selector-container .idb-upgrades-selector.border-right {
        border-right: 0px;
        border-bottom: 1px solid #828385;
    }
    .idb-upgrades-page-selector-container .idb-upgrades-selector p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .idb-upgrades-page-selector-inner {
        width: 85%;
    }
    .idb-upgrades-page-selector-container .idb-upgrades-selector .idb-upgrades-selector-icon {
        display: none;
    }
}
.idb-upgrades-quote-container {
    background-image: url(../images/upgrades_quote_bkgnd.jpg);
}
body.page-template-template-upgrades h3,
body.idb-partners-page h3 {
    color: #58585a;
    font-size: 30px;
    font-weight: 800;
    margin-top: 70px;
}
body.page-template-template-upgrades h3.no-top-margin {
    margin-top: 0px;
}
body.page-template-template-upgrades .solutions-page-content p {
    margin-top: 20px;
}
body.page-template-template-upgrades p.artfully-informative {
    margin: 30px 18% 80px 18%;
}
div.features-spacer.left {
    text-align: left;
}
body.page-template-template-upgrades p.idb-upgrades-quote {
    background-image: url(../images/quote_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 30px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 60px;
    padding-top: 20px;
}
body.page-template-template-upgrades p.idb-upgrades-quote-author {
    color: #fff;
    font-size: 18px;
    font-style:  italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 55px;
}
body.page-template-template-upgrades img.grab-attention {
    margin-top: 80px;
}
body.page-template-template-upgrades .idb-upgrades-mobile-swap {
    float: right;
}
@media all and (max-width: 767px) {
    body.page-template-template-upgrades p.idb-upgrades-quote {
        margin-left: 10%;
        margin-right: 10%;
    }
    body.page-template-template-upgrades p {
        text-align: center;
    }
    body.page-template-template-upgrades h3 {
        text-align: center;
    }
    body.page-template-template-upgrades div.features-spacer.left {
        text-align: center;
    }
    body.page-template-template-upgrades .idb-upgrades-image-container img {
        margin-left: 7.5%;
        margin-right: 7.5%;
        width: 85%;
    }
}


/*
*	Solutions page row images
*/
.wpex-vc-column-spacing-5 .wpex-vc-column-wrapper {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*
*	Solutions page link rows
*/
.idb-solutions-accordion-item.default-closed {
	display: none;
}


/*
*	Solutions page buttons
*/
.idb-solutions-accordion-button-container {
	cursor: pointer;
	text-align: center;
}
.idb-solutions-accordion-button,
.idb-solutions-accordion-button-icon {
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}
.idb-solutions-accordion-button {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/*
*   Solutions page quotes
*/
.idb-solutions-quote-container {
    background-image: url(../images/idb_solutions_quote_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.idb-homepage-content .idb-solutions-quote-container {
    background-image: url(../images/homepage-quote-background.jpg);
}
.idb-solutions-quote-container .wpex-vc-column-wrapper {
    margin-bottom: 0px;
}
.idb-solutions-quote-container .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.idb-solutions-widget {
    color: #fff;
    height: 100%;
    position: relative;
}
.idb-solutions-quote-spacer {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.idb-solutions-widget .idb-solutions-quote-overlay {
    background-color: rgba(231, 159, 35, 0.93); /* #e79f23 */
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
}
.idb-solutions-quote-icon {
    height: auto;
    margin-top: 50%;
    position: relative;
    width: 135px;
    z-index: 2;
}
.idb-solutions-quote-icon-background {
    background-color: #fff;
    height: 180px;
    left: calc(50% - 90px);
    position: absolute;
    text-transform: uppercase;
    top: calc(50% - 90px);
    width: 180px;
    z-index: 1;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px; 
}
.idb-solutions-widget .idb-solutions-widget-quote {
    background-color: rgba(231, 159, 35, 0.55); /* #e79f23 */
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
}
.idb-solutions-widget p.idb-solutions-quote strong {
    font-style: italic;
    font-weight: 800;
}
.idb-solutions-widget p.idb-solutions-quote {
    background-image: url(../images/solutions-quote/background_quote_image.png);
    background-repeat: no-repeat;
    background-position: 15% 50px;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 70px;
}
body.idb-homepage-content .idb-solutions-widget p.idb-solutions-quote {
    background-position: 15% 0px;
}
p.idb-solutions-quote-author,
p.idb-solutions-quote-author-title {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
p.idb-solutions-quote-author,
p.idb-solutions-quote-author-title,
p.idb-solutions-quote {
    cursor: default;
}
p.idb-solutions-quote-author,
p.idb-solutions-quote-author-title,
p.idb-solutions-quote {
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}
p.idb-solutions-quote-read-more {
    margin-top: 40px;
    text-align: center;
}
p.idb-solutions-quote-read-more a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 20px;
    transition: all 0.2s;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
p.idb-solutions-quote-read-more a:hover {
    background-color: #fff;
    color: #e79f23;
    text-decoration: none;
    transition: all 0.2s;
}
.idb-solutions-quote-container-attn {
    left: calc(50% - 32px);
    position: absolute;
    top: 0px;
    z-index: 100;
}
.idb-solutions-quote-container .vc_column_container:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media all and (max-width: 959px) {
    .idb-solutions-quote-container .vc_column_container {
        width: 100%;
    }
    .idb-solutions-widget .idb-solutions-quote-overlay {
        display: none;
    }
}



/*
*   Posts
*/
body.single.single-post div.entry {
    border-top: 2px solid #d6d6d6;
    padding-top: 20px;
}

/*
*   Post Author
*/
.author-bio {
    background: none !important;
    border: none !important;
    margin-top: -90px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    z-index: 10;
}
.idb-author-bio {
    display: table;
}
.idb-author-image {
    border: 2px solid #fff;
    height: 157px;
    margin-right: 25px;
    width: 155px;
}
.idb-author-image img {
    border: 2px solid #988F90;
    width: 100%;
}
.idb-author-description-container {
    display: table-cell;
    margin-left: 10px;
    vertical-align: top;
    width: auto;
}
.idb-author-description-container h4 {
    margin-top: 65px;
    margin-bottom: 0px;
}
.idb-author-name {
    font-size: 110%;
    font-style: italic;
    font-weight: 700;
}
.idb-author-title {
    color: #E99F40;
    font-style: italic;
    font-weight: 700;
}
.idb-author-description {
    font-size: 1.2em;
    font-style: italic;
}
@media all and (max-width: 767px) {
    .idb-author-bio {
        display: block;
    }
    .author-bio {
        margin-top: 0px !important;
    }
    .idb-author-image {
        float: left;
    }
    .idb-author-description-container h4 {
        margin-top: 0px;
    }
}
@media all and (max-width: 550px) {
    .idb-author-image {
        float: none;
        margin: 0 auto;
    }
    .idb-author-description-container h4 {
        margin-top: 10px;
    }
}

/*
*   idb-quote
*/
.idb-quote-container {
    border: none;
    color: #04B8DF;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 0;
    position: relative;
}
span.bctt-click-to-tweet {
    border: none;
    color: #04B8DF;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 24px 0 0 0;
    position: relative;
}
.idb-quote-container .idb-top-border,
.idb-quote-top-border {
    background-color: #04B8DF;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 140px;
}
span.bctt-ctt-text {
    margin-bottom: 24px;
}
.idb-quote,
span.bctt-ctt-text a {
    color: #04B8DF !important;
    font-family: 'Lato' !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 40px !important;
    padding-top: 24px !important;
}
span.bctt-ctt-text a:hover {
    color: #04B8DF !important;
}
a.idb-quote-twitter-link {
    color: #04B8DF;
    cursor: pointer;
}
a.idb-quote-twitter-link:hover {
    color: #04B8DF;
    text-decoration: none;
}
a.idb-quote-twitter-link span.idb-quote-click-to-tweet {
    color: #CECECE;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
}
a.bctt-ctt-btn,
a.bctt-ctt-btn:hover {
    background: none;
    color: #CECECE !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    float: none;
    font-family: 'Lato' !important;
    text-transform: none;
}
a.bctt-ctt-btn i {
    color: #04B8DF !important;
    font-size: 24px !important;
    margin-right: 5px;
}

/*
*   Related Posts Widget
*/
div.sidebar-box div.related-gallery dl.gallery-item {
    border-bottom: 1px solid #f1f1f1;
}
div.sidebar-box .gallery-caption {
    background: none;
    border: 0;
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    padding-top: 12px;
    text-align: left;
    text-transform: uppercase;
}
.idb-post-date {
    font-size: 12px;
    padding: 0px 10px 5px 10px;
    text-align: left;
}
.idb-sidebar-read-more-link {
    text-align: left;
    padding: 10px 10px 40px 10px;
}

/*
*   Post ol and ul
*/
body.single.single-post div.entry p,
body.single.single-post div.entry ol li,
body.single.single-post div.entry ul li {
    line-height: 36px;
}
body.single.single-post div.entry ol,
body.single.single-post div.entry ul {
    font-size: 24px;
    margin-left: 3em;
}
body.single.single-post div.entry ol li,
body.single.single-post div.entry ul li {
    margin-bottom: 1em;
}
body.single.single-post div.entry ul li {
    list-style: none;
}
body.single.single-post div.entry ul li:before {
    content:'\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -20px;
    top: -1px;
    color: #E8A045;
    font-size: 1em;
}
body.single.single-post div.entry ol { counter-reset: item; }
body.single.single-post div.entry ol li { display: block; position: relative;}
body.single.single-post div.entry ol li:before {
    content: counter(item) ".) ";
    counter-increment: item;
    color: #E8A045;
    position: absolute;
    top: -1px;
    left: -30px;
}

/*
*   Post comments
*/
div.idb-comments-header {
    position: relative;
}
div.idb-comments-header h2 {
    background-color: #fff;
    color: #E8A045;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0px;
    padding-right: 10px;
    z-index: 10;
}
div.idb-comments-header div.idb-comment-strikethrough {
    background-color: #E8A045;
    position: absolute;
    top: 35%;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: -1;
}
article.comment-body {
    border-bottom: 1px solid #c7c7c7 !important;
}
article.comment-body footer.comment-meta,
article.comment-body div.comment-content,
div.reply {
    margin-left: 2.3em;
}
section#comments div#respond form p.comment-form-comment label,
section#comments div#respond form p.comment-form-author label, 
section#comments div#respond form p.comment-form-email label,
section#comments div#respond form p.comment-form-url label
{
    color: #E8A045;
    font-size: 18.75px;
    font-weight: 400;
    margin-bottom: 10px;
}
section#comments div#respond form p.comment-form-comment textarea#comment,
section#comments div#respond form p.comment-form-comment input,
section#comments div#respond form p.comment-form-author input, 
section#comments div#respond form p.comment-form-email input,
section#comments div#respond form p.comment-form-url input {
    background-color: #F5F5F5;
    border: 2px solid #c7c7c7;
}
section#comments div#respond form p.form-submit input#submit {
    border-width: 2px;
    padding-left: 2.6em;
    padding-right: 2.6em;
    text-transform: uppercase;
}
.comment-author.vcard {
    line-height: 1em;
}
.comment-metadata {
    font-size: 1.077em;
}
#comments .comment-metadata time {
    color: #333 !important;
}
.comment-content p {
    font-size: 1.077em;
}
footer.comment-meta {
    margin-bottom: 0px !important;
}
p.comment-notes {
    font-size: 1.077em;
}

/*
*   AddThis Sidebar
*/
div.addthis-smartlayers {
    display: none !important;
}
@media screen and (min-width: 980px) {
    body.single.single-post div.addthis-smartlayers.at4-share-outer {
        display: block !important;
    }
}
.atss {
    top: 60% !important;
}

/*
*   Post Categories
*/
.idb-post-categories {
    margin-bottom: 20px;
}
.idb-post-categories,
.idb-post-categories a {
    color: #ABABAB;
    font-size: 1.077em;
}

/*
*   Tour Page
*/
body.idb-tour header#site-header {
    left: 0;
    top: 0;
    width: 100%; 
    position: fixed;
    z-index: 100;
}

body.idb-tour .tour-parallax-container {
    background: url(../images/first-slide-background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.idb-tour .tour-phone-background {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/first-slide-background.jpg) no-repeat;
    background-size: cover; 
}
body.idb-tour .tour-parallax-container .tour-parallax-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: 1;
}
body.idb-tour video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/first-slide-background.jpg) no-repeat;
    background-size: cover; 
}
@media all and (max-width: 767px) {
    body.idb-tour video#bgvid {
        display: none;
    }
    body.idb-tour .tour-phone-background {
        display: block;
    }
}
body.idb-tour #footer,
body.idb-tour #footer-bottom,
body.idb-tour div#footer-builder,
body.idb-tour a#site-scroll-top {
    display: none;
}
html #idb-tour-page {
    box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity =0);
}
#idb-tour-page *, #idb-tour-page  *:before, #idb-tour-page  *:after {
  box-sizing: inherit;
}
#idb-tour-page .section {
    background-color: #fff;
}
#idb-tour-page .section:before {
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
#idb-tour-page .section.title-slide {
    background-color: transparent;
    position: relative;
}
#idb-tour-page .section.title-slide .title-slide-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#idb-tour-page .section.title-slide .title-slide-bottom .title-slide-chevron-content {
    font-size: 39px;
    text-align: center;
}
#idb-tour-page .section.title-slide .title-slide-bottom .start-tour {
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#idb-tour-page .section.title-slide .title-slide-bottom .start-tour .start-tour-border {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 5px 10px;
    position: relative;
}
#idb-tour-page .section.title-slide .title-slide-bottom .start-tour .start-tour-border .start-tour-bottom {
    background-color: #fff;
    bottom: 0px;
    height: 2px;
    position: absolute;
    width: 32%;
}
#idb-tour-page .section.title-slide .title-slide-bottom .start-tour .start-tour-border .start-tour-bottom.left {
    left: 0;
}
#idb-tour-page .section.title-slide .title-slide-bottom .start-tour .start-tour-border .start-tour-bottom.right {
    right: 0;
}
#idb-tour-page .section.title-slide .title-slide-bottom .chevron {
    background-image: url('../images/chevron.png');
    cursor: pointer;
    display: inline-block;
    height: 39px;
    margin-bottom: -5px;
    width: 62px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-5px);}
 60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-5px);}
 60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-5px);}
 60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-5px);}
 60% {transform: translateY(-5px);}
}
#idb-tour-page .section.title-slide .title-slide-bottom .accent-bar-container {
    height: 30px;
    position: relative;
    width: 100%;
}
#idb-tour-page .section.title-slide .title-slide-bottom .accent-bar {
    background-repeat: no-repeat;
    height: 30px;
    width: 50%;
}
#idb-tour-page .section.title-slide .title-slide-bottom .accent-bar.left {
    background-image: url('../images/title-cta_left.png');
    background-position: right center;
    position: absolute;
    left: 0;
}

#idb-tour-page .section.title-slide .title-slide-bottom .accent-bar.right {
    background-image: url('../images/title-cta_right.png');
    background-position: left center;
    position: absolute;
    right: 0;
}
#idb-tour-page .section.title-slide h1,
#idb-tour-page .section.title-slide h3 {
    color: #fff;
}
#idb-tour-page .section.title-slide h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}
#idb-tour-page .section.title-slide h3 {
    font-size: 28px;
    font-style: normal;
    text-align: left;
}
@media all and (max-width: 1100px) {
    #idb-tour-page .section.title-slide h1 {
        font-size: 36px;
    }
    #idb-tour-page .section.title-slide h3 {
        font-size: 22px;
    }
}
@media all and (max-width: 768px) {
    #idb-tour-page .section.title-slide h1 {
        font-size: 28px;
    }
}
@media all and (max-width: 480px) {
     #idb-tour-page .section.title-slide h1 {
        font-size: 22px;
    }
    #idb-tour-page .section.title-slide h3 {
        font-size: 16px;
    }
}
#idb-tour-page .section h2,
#idb-tour-page .section h3 {
    text-align: center;
}
#idb-tour-page .section h2 {
    color: #e79f23;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}
#idb-tour-page .section h3 {
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
}
@media all and (min-height: 700px) {
    #idb-tour-page .section h2 {
        margin-top: -20px;
    }
}
@media all and (max-width: 767px) {
    #idb-tour-page .section h2 {
        font-size: 28px;
        margin-top: 2.5em;
    }
    #idb-tour-page .section h3 {
        font-size: 20px;
    }
}
.idb-tour-title-spacer {
    background-color: #e79f23;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 125px;
}
#idb-tour-page .section-inner-content {
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 1199px) {
    #idb-tour-page .section-inner-content {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }    
}
@media all and (min-width: 1200px) {
    #idb-tour-page .section-inner-content {
        width: 1170px;
    }
}
@media all and (min-width: 1500px) {
     #idb-tour-page .section-inner-content {
        width: 1400px;
    }
}
.tour-video-player {
    position: relative;
    height: 400px;
    width: 100%;
}
.tour-content-video {
    width: 58%;
}
.tour-content-text {
    width: 42%;
}
@media all and (max-width: 767px) {
    .tour-content-text {
        width: 100%;
    }
    .tour-content-video {
        margin-left: 10%;
        width: 80%;
        margin-bottom: 1em;
    }
    #idb-tour-page .section {
        padding-bottom: 2.5em;
    }
    #idb-tour-page .section.title-slide,
    #idb-tour-page .section.slide-cta {
        padding-bottom: 0;
    }
}
.tour-content-text p {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
}
#idb-tour-page .slide-cta {
    background: url(../images/tour-cta-background.jpg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
#idb-tour-page .slide-cta h2,
#idb-tour-page .slide-cta h3 {
    color: #fff;
    text-align: left;
}
#idb-tour-page .slide-cta h2 {
    margin-top: 0px;
    font-size: 48px;
}
#idb-tour-page .slide-cta h3 {
    font-size: 24px;
    font-style: normal;
}
#idb-tour-page .slide-cta p {
    margin-top: 50px;
}
.tour-mobile-clear {
    display: none;
}
@media all and (max-width: 767px) {
    #idb-tour-page .slide-cta h2 {
        font-size: 28px;
    }
    #idb-tour-page .slide-cta h3 {
        font-size: 20px;
    }
    #idb-tour-page .slide-cta p {
        font-size: 20px;
    }
    .tour-mobile-clear {
        display: block;
    }
}
#idb-tour-page .slide-cta .tour-cta {
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 20px 50px;
    text-transform: uppercase;
    transition: all 0.3s;
}
#idb-tour-page .slide-cta .tour-cta:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
} 
#tour-navigation {
    bottom: -50px;
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
@media all and (max-width: 767px) {
    #tour-navpoints-container .tour-icons {
        display: none;
    }
}
#tour-navpoints-container {
    background-color: #f0f0f0;
    height: 30px;
    position: relative;
    width: 100%;
}
#tour-navpoints-container .tour-icons {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    position: absolute;
    top: 20px;
    transition: all 0.35s;
    width: 67.8571428571425px;
    z-index: -1;
}
#tour-navpoints-container .tour-icons.tour-icon-active {
    top: -84px;
}
#tour-navpoints-container #tour-icon-1 {
    background-image: url('../images/tour/tour_icon_1.svg');
}
#tour-navpoints-container #tour-icon-2 {
    background-image: url('../images/tour/tour_icon_2.svg');
}
#tour-navpoints-container #tour-icon-3 {
    background-image: url('../images/tour/tour_icon_3.svg');
}
#tour-navpoints-container #tour-icon-4 {
    background-image: url('../images/tour/tour_icon_4.svg');
}
#tour-navpoints-container #tour-icon-5 {
    background-image: url('../images/tour/tour_icon_5.svg');
}
#tour-navpoints-container #tour-icon-6 {
    background-image: url('../images/tour/tour_icon_6.svg');
}
#tour-navpoints-container .tour-navpoints {
    background-color: #ccc;
    cursor: pointer;
    height: 10px;
    position: absolute;
    transition: background-color 0.2s;
    top: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media all and (min-width: 1025) {
    #tour-navpoints-container .tour-navpoints:hover {
        background-color: #e79f23;
        transition: background-color 0.2s;        
    }
}
#tour-navpoints-container .tour-navpoints.active {
    background-color: #e79f23;
    transition: background-color 0.2s;
}
#tour-progress-bar-container {
    background-color: #ccc;
    height: 20px;
    position: relative;
    width: 100%;
}
#tour-progress-bar {
    background-color: #e79f23;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    transition: all 0.4s;
    width: 0px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.video-gradient {
    background-image: url('../images/gradient.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    left: 25px;
    position: absolute;
    top: 10px;
    height: 100%;
    width: calc(100% - 30px);
    max-width: 640px;
    max-height: 360px;
    z-index: 0;
}
.vidyard_player {
    z-index: 1;
}
.tour-cta-button {
    background-color: #E79F23;
    color: #fff;
    position: absolute;
    top: 0px;
    z-index: 100;
}
.tour-cta-button a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 25px;
    text-align: left;
}
.tour-cta-button.left {
    left: -20px;
}
.tour-cta-button.right {
    right: -20px;
}
@media all and (min-width: 768px) {
    .tour-cta-button {
        display: none;
    }
}
@media all and (min-width: 1500px) {
     #idb-tour-page .section-inner-content {
        width: 1400px;
    }
    #idb-tour-page .tour-content-video.right .vidyard_player {
        left: auto;
        right: 0px;
    }
    #idb-tour-page .tour-content-video.right .video-gradient {
        left: auto;
        right: 3px;
    }
}
@media all and (max-width: 1499px) {
    body.idb-tour #idb-tour-page .vidyard_player {
        max-width: 640px;
        max-height: 360px;
    }
}


/*
*   Site Navigation
*/
@media screen and (min-width: 960px) {
    header#site-header {
        position: fixed;
        transition: background-color 0.3s;
        z-index: 1000;
        width: 100%;
    }
    div#site-header-inner.container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
    }
    .navbar-style-one {
        right: 13px;
    }
    #site-navigation * {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    #site-navigation .dropdown-menu > li > a {
        color: #000;
    }
    #site-navigation .dropdown-menu > li > a.top-position {
        color: #fff;
    }
    #site-navigation .dropdown-menu li a .nav-arrow::before {
        font-weight: 300;
    }
    #site-navigation .dropdown-menu li a .nav-arrow {
        font-size: 24px;
        vertical-align: middle;
    }
    #site-navigation .dropdown-menu ul a {
        border-bottom: 0px;
    }

    #site-navigation > ul > li.navigation-cta-button > a,
    #site-navigation > ul > li.navigation-cta-button > a.transparent-background:hover {
        background-color: #e79f23;
        border: 2px solid #e79f23;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #site-navigation > ul > li.navigation-cta-button > a:hover {
        background-color: transparent;
        color: #e79f23;
    }
    #site-navigation > ul > li.navigation-cta-button > a.transparent-background {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }
    #site-navigation > ul > li.navigation-cta-button > a.transparent-background:hover {
        border-color: #e79f23; 
    }
    nav#site-navigation > ul > li {
        font-weight: 700;
        text-transform: none;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu { 
        width: 100%;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    nav#site-navigation > ul > li.dropdown.five-columns > ul.sub-menu > li:not(.top-border-li) {
        width: 20%;
    }
    nav#site-navigation > ul > li.dropdown.four-columns > ul.sub-menu > li:not(.top-border-li) {
        width: 25%;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li.top-border-li {
        background-color: #000;
        height: 1px;
        left: 25px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: -1px;
        width: calc(100% - 50px);
    }
    #site-navigation .dropdown-menu ul {
        border-top: 0px;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-image a span.link-inner {
        display: block;
        text-align: center;
    }
    .sf-menu ul img {
        display: inline-block;
        max-width: 108px;
    }
    .navigation-dropdown-image a span.inner,
    .navigation-dropdown-title,
    .navigation-dropdown-description,
    .navigation-dropdown-button {
        text-align: center;       
    }
    .navigation-dropdown-title {
        font-size: 16px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    .navigation-dropdown-description {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .wpex-dropdowns-caret .dropdown-menu ul:before,
    .wpex-dropdowns-caret .dropdown-menu ul:after {
        display: none;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-title,
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-description {
        color: #58585a;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-title {
        font-weight: 800;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-description {
        font-weight: 400;
        text-transform: none;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-image a {
        padding: 0px;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-title a,
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-description a {
        padding: 0px 0px 10px 0px;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-image a:hover,
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-title a:hover,
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-description a:hover {
        background-color: inherit;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-title a:hover,
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-description a:hover {
        color: #e79f23;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-button a {
        display: inline-block;
        border: 1px solid #808285;
        color: #808285;
        font-size: 16px;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 5px;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    nav#site-navigation > ul > li.dropdown > ul.sub-menu > li p.navigation-dropdown-button a:hover {
        background-color: #e79f23;
        border: 1px solid #e79f23;
        color: #fff;
    }
}


/*
*   Desktop Navbar Search Form
*/
header#site-header,
header#site-header.top-position.search-open {
    background-color: #fff;
}
@media all and (min-width: 960px) {
    header#site-header.top-position {
        background-color: transparent;
    }
}
#searchform-dropdown {
    border: 0;
    box-shadow: none;
    padding: 0px 10px;
    left: 20px;
    top: 0;
}
a.site-search-toggle.search-dropdown-toggle.search-open span span {
    color: #58585a;
}
#searchform-dropdown form input.field {
    background-color: #fff;
    color: #58585a;
    font-size: 18px;
}
#searchform-dropdown form input.field::-webkit-input-placeholder {
   color: #afafaf;
   letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

#searchform-dropdown form input.field:-moz-placeholder { /* Firefox 18- */
   color: #afafaf;  
   letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

#searchform-dropdown form input.field::-moz-placeholder {  /* Firefox 19+ */
   color: #afafaf;  
   letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

#searchform-dropdown form input.field:-ms-input-placeholder {  
   color: #afafaf;  
   letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

/*
*   Mobile Site Navigation
*/
@media screen and (max-width: 959px) {
    #mobile-menu a,
    #mobile-menu a:hover {
        background: #fff;
        border: 0px;
        color: #e79f23;
        font-size: 24px;
    }
    .sidr-class-toggle-sidr-close:before {
        display: none;
    }
    .sidr-class-toggle-sidr-close {
        cursor: default;
    }
    .sidr-class-toggle-sidr-close .idb-mobilenav-close-button {
        cursor: pointer;
        display: inline-block;
        margin-top: 6px;
        margin-right: 20px;
    }
    li.sidr-class-navigation-cta-button a,
    li.sidr-class-navigation-cta-button a:hover {
        background-color: #e79f23;
        color: #fff;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
    }
    .idb-mobilenav-back-button {
        cursor: pointer;
        float: left;
        font-weight: 700;
        margin-left: 20px;
        text-transform: uppercase;
    }
    .idb-mobilenav-back-button .idb-mobilenav-back-button-text {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
    }
    .idb-mobilenav-back-button .fa {
        display: inline-block;
        font-size: 40px;
        margin-right: 5px;
        vertical-align: middle;
    }
    div#sidr-main.wpex-mobile-menu {
        background-color: #fff;
    }
    div#sidr-main.wpex-mobile-menu ul.sidr-class-dropdown-menu li,
    div#sidr-main .idb-dropdown-second-level ul li {
        border-bottom: 1px solid #e1e1e1;
        color: #58585a;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
    }
    div#sidr-main.wpex-mobile-menu ul.sidr-class-dropdown-menu li.sidr-class-navigation-cta-button {
        border-top: 0px;
    }
    div#sidr-main .idb-dropdown-second-level ul li p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    div#sidr-main .idb-dropdown-second-level ul li a {
        padding: 12px 20px;
        display: block;
        position: relative;
    }
    a.sidr-class-toggle-sidr-close {
        background-color: #fff;
        border-bottom: 1px solid #e1e1e1;
        color: #e79f23;
    }
    .sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active > a, .sidr-class-menu-item-has-children.active > a > .sidr-class-dropdown-toggle {
        color: #e79f23;
    }
    .sidr-class-dropdown-toggle,
    .sidr-class-dropdown-toggle:hover {
        border-left: 1px solid #e1e1e1;
        color: #e79f23;
        font-size: 22px;
    }
    .sidr-class-mobile-menu-searchform {
        margin: 0px;
    }
    .sidr-class-mobile-menu-searchform input {
        background: inherit;
        border-bottom: 1px solid #e1e1e1;
        color: #58585a;
        font-size: 18px;
        padding: 12px 20px;
    }
    .sidr-class-mobile-menu-searchform input::-webkit-input-placeholder {
       color: #afafaf;
       letter-spacing: 4px;
        text-align: center;
        text-transform: uppercase;
    }

    .sidr-class-mobile-menu-searchform input:-moz-placeholder { /* Firefox 18- */
       color: #afafaf;  
       letter-spacing: 4px;
        text-align: center;
        text-transform: uppercase;
    }

    .sidr-class-mobile-menu-searchform input::-moz-placeholder {  /* Firefox 19+ */
       color: #afafaf;  
       letter-spacing: 4px;
        text-align: center;
        text-transform: uppercase;
    }

    .sidr-class-mobile-menu-searchform input:-ms-input-placeholder {  
       color: #afafaf;  
       letter-spacing: 4px;
        text-align: center;
        text-transform: uppercase;
    }
    .sidr-class-mobile-menu-searchform button {
        background-image: url(../images/idb_mobile_search_icon.png) !important;
        background-position: center;
        background-size: cover;
        opacity: 1;
    }
    .sidr-class-mobile-menu-searchform button span.fa.fa-search {
        color: #58585a;
        font-size: 26px;
    }
    .sidr-class-mobile-menu-searchform button span.fa.fa-search:before {
        content: '';
    }
    .sidr-class-mobile-menu-searchform input:focus {
        color: #58585a;
    }
    .idb-mobilenav-bottom-container {
        margin-top: 108px;
    }
}

/*
*   Chat Bar
*/
#habla_window_div.olrk-fixed-bottom #habla_topbar_div {
    background-color: #e79f23 !important;
}

/*
*   Search Results Page
*/
body.search-results main.site-main div#content-wrap div#primary,
body.search-results main.site-main div#content-wrap aside#sidebar {
    margin-top: 80px;
}

/*
*   Learn Portal and Solutions Page
*/
body.learn-template div#outer-wrap,
body.solutions-page div#outer-wrap,
body.customers-page div#outer-wrap {
    background-color: #EEEEEE;
}
body.learn-template div#footer-builder,
body.solutions-page div#footer-builder {
    background-color: #ffffff;
}
div#idb-learn-portal-header,
div#idb-solutions-page-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 525px;
}
div#idb-learn-portal-header {
    background: url(../images/learn_header_background.jpg);
}
div#idb-solutions-page-header {
    background: url(../images/solutions_header_background.jpg);
}
@media all and (max-width: 960px) {
    div#idb-learn-portal-header,
    div#idb-solutions-page-header {
        min-height: 325px;
    }
}
div#idb-learn-portal-header h1,
div#idb-solutions-page-header h1, 
div#idb-learn-portal-header h2,
div#idb-solutions-page-header h2 {
    color: #fff;
}
div#idb-learn-portal-header h1,
div#idb-solutions-page-header h1 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 24px;
    margin-top: 120px;
    padding-bottom: 20px;
    padding-right: 50px;
    text-transform: uppercase;
}
@media all and (max-width: 960px) {
    div#idb-learn-portal-header h1,
    div#idb-solutions-page-header h1 {
        margin-top: 90px;
    }
}
div#idb-learn-portal-header h2,
div#idb-solutions-page-header h2 {
    font-size: 48px;
    font-weight: 800;
    margin-top: 0px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: #e79f23;
}
div.idb-learn-filter-container,
div.idb-solutions-filter-container {
    display: block;
    float: left;
}
div.idb-learn-filter-container {
    width: 33.33333333333333333%;
}
div.idb-solutions-filter-container {
    width: 33.333333333333%;
}
div.idb-solutions-filter-container.two-thirds {
    width: 66.666666666666%;
}
@media all and (max-width: 960px) {
    div.idb-solutions-filter-container.two-thirds {
        width: 100%;
    }
}
div.idb-learn-filter-container .idb-learn-filter,
.SumoSelect {
    width: 98%;
}
div.idb-solutions-filter-container .idb-solutions-filter {
    width: 100%;
}
div.idb-learn-filter-container .idb-learn-filter-search,
div.idb-solutions-filter-container .idb-solutions-filter-search,
div.SumoSelect p.CaptionCont.SelectBox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.idb-learn-filter-container .idb-learn-filter-search,
div.idb-solutions-filter-container .idb-solutions-filter-search {
    background: url('../images/search_icon_learn.png');
    background-repeat: no-repeat;
    background-position: 97% 45%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18.75px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: top;
}
div.idb-learn-filter-container .idb-learn-filter-search {
    float: right;
}
div.idb-learn-filter-container.idb-type {
    text-align: center;
}
div.idb-learn-filter-container.idb-type .SumoSelect {
    display: inline-block;
}
div.idb-learn-filter-container.idb-type .SumoSelect p.CaptionCont.SelectBox {
    text-align: left;
}
div.idb-learn-filter-container.idb-type .SumoSelect .optWrapper.multiple {
    text-align: left;
}
div.idb-learn-filter-mobile-button {
    display: none;
}
@media all and (max-width: 960px) {
    div.idb-learn-filter-container .idb-learn-filter-search {
        float: none;
    }
    div.idb-learn-filter-mobile-button {
        display: block;
    }
    div.idb-learn-filter-mobile-button p,
    div.idb-learn-filter-mobile-button p i {
        color: #fff;
        cursor: pointer;
        font-weight: 400;
        vertical-align: middle;
    }
    div.idb-learn-filter-container, 
    div.idb-solutions-filter-container {
        width: 100%;
        margin-bottom: 25px;
    }
    div.idb-learn-filter-container .idb-learn-filter, 
    .SumoSelect {
        width: 100%;
    }
    .idb-learn-filter-container.idb-topic.closed,
    .idb-learn-filter-container.idb-type.closed {
        display: none;
        transition: 0.2s all;
    }
    .idb-learn-filter-container.idb-topic.open,
    .idb-learn-filter-container.idb-type.open {
        display: block;
        transition: 0.2s all;        
    }
}



/*
*   Learn Portal
*/ 
div.SumoSelect p.CaptionCont.SelectBox {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 18.75px;
    line-height: 30px;
    padding: 10px 15px;
}
.SumoSelect > .CaptionCont > label {
    right: 9px;
}
div.SumoSelect.open p.CaptionCont.SelectBox {
    background-color: #fff;
}
div.SumoSelect.open p.CaptionCont.SelectBox span {
    color: #808285;
}
div.SumoSelect p.CaptionCont.SelectBox span {
    color: #fff;
    font-style: normal;
    font-weight: 700;
}
div.SumoSelect.open > .optWrapper {
    border: 0px;
    box-shadow: none;
    top: 3.48em;
}
.SumoSelect > .optWrapper > .options {
    border-top: 1px solid #808285;
    margin-left: 16px;
    margin-right: 16px;
    max-height: 100%;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt:hover,
.SumoSelect > .optWrapper.multiple > ul.options li.opt:hover {
    background-color: #fff;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt,
.SumoSelect > .optWrapper.multiple > ul.options li.opt {
    color: #808285;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.SumoSelect > .optWrapper > .options li.group > label {
    color: #808285;
    font-size: 18px;
    margin-left: 16px;
}
.SumoSelect > .optWrapper > .options  li.opt {
    border-bottom: none;
}
.SumoSelect > .optWrapper > .options,
.SumoSelect > .optWrapper {
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10px;
}
div.SumoSelect p.CaptionCont.SelectBox label i {
    background-image: url(../images/filter_arrow_white.png);
}
div.SumoSelect.open p.CaptionCont.SelectBox label i {
    background-image: url(../images/filter_arrow_gray.png);
}


/*
*   Learn Portal Grid
*/
.learn-portal-grid,
.solutions-page-grid {
    margin-top: -165px;
    margin-left: -15px;
    margin-right: -15px;
}
@media all and (max-width: 960px) {
    .learn-portal-grid {
        margin-top: 40px;
    }
}
.idb-learn-portal-post {
    margin-bottom: calc(30px * 1);
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.idb-learn-portal-inner {
    background-color: #fff;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.learn-portal-icon {
    background-color: #fff;
    display: inline-block;
}
.learn-portal-icon img {
    height: 50px;
    width: 50px;
}
.learn-portal-post-title {
    border-bottom: 1px solid #58585A;
    color: #58585a;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 35px;
    padding-bottom: 10px;
    padding-right: 36px;
    text-transform: uppercase;
}
.grid-1-1.learn-portal-post-title,
.grid-2-1.learn-portal-post-title {
    margin-top: 15px;
}
.grid-2-1-2.learn-portal-post-title {
    margin-top: 20px;
    margin-left: 20px;
}
.grid-sizer,
.grid-item-width1 {
    width: calc(25% * 1);
}
.grid-item-width2 {
    width: calc(50% * 1);
}
.grid-item-height1-2 {
    height: calc(160px * 1);
}
.grid-item-height1 {
    height: calc(312px * 1);
}
.grid-item-height3-2 {
    height: calc(500px * 1);
}
.grid-item-height2 {
    height: calc(654px * 1);
}
.learn-portal-post-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-1-1.learn-portal-post-thumbnail {
    border-bottom: solid;
    border-width: 4px;
    width: calc(100% * 1);
    height: calc(130px * 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.grid-1-2.learn-portal-post-thumbnail {
    border-bottom: solid;
    border-width: 4px;
    width: calc(100% * 1);
    height: calc(385px * 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.grid-2-1.learn-portal-post-thumbnail {
    border-bottom: solid;
    border-width: 4px;
    width: calc(100% * 1);
    height: calc(147px * 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.grid-2-1-2.learn-portal-post-thumbnail {
    border-right: solid;
    border-width: 4px;
    display: inline-block;
    float: left;
    width: calc(31.746031746032% * 1);
    height: calc(160px * 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.grid-2-3-2.learn-portal-post-thumbnail {
    border-bottom: solid;
    border-width: 4px;
    width: calc(100% * 1);
    height: calc(256px * 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.learn-portal-icon {
    background-color: #fff;
    display: inline-block;
}
.learn-portal-icon img {
    height: 100%;
    width: 100%;
    padding: 15px;
}
.grid-1-1.learn-portal-icon {
    height: 90px;
    float: right;
    margin-right: 15px;
    margin-top: -45px;
    width: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.grid-1-2.learn-portal-icon {
    height: 100px;
    float: right;
    margin-right: 15px;
    margin-top: -50px;
    width: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.grid-2-1.learn-portal-icon {
    height: 100px;
    float: right;
    margin-right: 15px;
    margin-top: -50px;
    width: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.grid-2-1-2.learn-portal-icon {
    height: 80px;
    margin-left: -40px;
    margin-top: 15px;
    width: 80px;
    vertical-align: top;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.grid-2-3-2.learn-portal-icon {
    height: 120px;
    float: right;
    margin-right: 15px;
    margin-top: -60px;
    width: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
}

p.grid-1-1.learn-portal-post-excerpt,
p.grid-1-1.solutions-page-grid-link {
    font-size: 21px;
    font-weight: 800;
    line-height: 30px;
    margin-left: 35px;
    margin-right: 35px;
}
p.grid-1-2.learn-portal-post-excerpt,
p.grid-1-2.solutions-page-grid-link {
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin-left: 35px;
    margin-right: 35px;
}
p.grid-2-1.learn-portal-post-excerpt,
p.grid-2-1.solutions-page-grid-link {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    font-weight: 800;
    margin-left: 35px;
    margin-right: 35px;
}
p.grid-2-1-2.learn-portal-post-excerpt,
p.grid-2-1-2.solutions-page-grid-link {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    margin-left: 256px;
    margin-left: calc(31.746031746032% + 60px);
    margin-right: 35px;
    margin-top: -25px;
}
p.grid-2-3-2.learn-portal-post-excerpt,
p.grid-2-3-2.solutions-page-grid-link {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    margin-left: 35px;
    margin-right: 35px;
}
p.grid-1-1.learn-portal-post-excerpt a,
p.grid-1-2.learn-portal-post-excerpt a,
p.grid-2-1.learn-portal-post-excerpt a,
p.grid-2-1-2.learn-portal-post-excerpt a,
p.grid-2-3-2.learn-portal-post-excerpt a,
p.learn-portal-post-excerpt,
p.solutions-page-grid-link,
p.solutions-page-grid-link a {
    color: #58585a;
}
.solutions-page-hide-post {
    display: none !important;
}
@media all and (min-width: 960px) {
    .idb-learn-portal-post.customer-story.grid-item-width1 div.idb-learn-portal-inner h3.learn-portal-post-title {
       margin-top: 0px;
    }
}
@media all and (min-width: 960px) and (max-width: 1364px) {
    .learn-portal-grid {
        margin-left: -10px;
        margin-right: -10px;
    }
    .idb-learn-portal-post {
        padding-left: 10px;
        padding-right: 10px;
    }
    .grid-1-1.learn-portal-icon,
    .grid-1-2.learn-portal-icon {
        height: 70px;
        float: right;
        margin-right: 10px;
        margin-top: -35px;
        width: 70px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
    }
    .grid-2-1.learn-portal-icon {
        height: 80px;
        float: right;
        margin-right: 15px;
        margin-top: -40px;
        width: 80px;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
    }
    .grid-2-1-2.learn-portal-icon {
        height: 60px;
        margin-left: -30px;
        margin-top: 15px;
        width: 60px;
        vertical-align: top;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }
    .grid-2-3-2.learn-portal-icon {
        height: 90px;
        float: right;
        margin-right: 15px;
        margin-top: -45px;
        width: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
    }
    .grid-2-1-2.learn-portal-post-title {
        margin-top: 10px;
    }
    .solutions-page-grid .grid-2-1-2.learn-portal-post-title {
        margin-top: 20px;
    }
    p.grid-2-1-2.learn-portal-post-excerpt,
    p.grid-2-1-2.solutions-page-grid-link {
        margin-left: calc(31.746031746032% + 50px);
        margin-top: -20px;
    }
}
@media all and (max-width: 959px) {
    .grid-sizer,
    .grid-item-width1,
    .grid-item-width2 {
        width: 50%;
    }
    .grid-item-height1-2,
    .grid-item-height1,
    .grid-item-height3-2,
    .grid-item-height2 {
        height: 300px;
    }
    .grid-1-1.learn-portal-post-thumbnail,
    .grid-1-2.learn-portal-post-thumbnail,
    .grid-2-1.learn-portal-post-thumbnail,
    .grid-2-1-2.learn-portal-post-thumbnail,
    .grid-2-3-2.learn-portal-post-thumbnail {
        height: 33%;
    }
    .grid-1-1.learn-portal-icon,
    .grid-1-2.learn-portal-icon,
    .grid-2-1.learn-portal-icon,
    .grid-2-1-2.learn-portal-icon,
    .grid-2-3-2.learn-portal-icon {
        height: 90px;
        float: right;
        margin-right: 15px;
        margin-top: -45px;
        width: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
    }
    h3.grid-1-1.learn-portal-post-title,
    h3.grid-1-2.learn-portal-post-title,
    h3.grid-2-1.learn-portal-post-title,
    h3.grid-2-1-2.learn-portal-post-title,
    h3.grid-2-3-2.learn-portal-post-title {
        margin-top: 20px;
    }
    .grid-2-1-2.learn-portal-post-thumbnail {
        border-right: none;
        border-bottom: solid;   
        border-bottom-left-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    p.grid-1-1.learn-portal-post-excerpt,
    p.grid-1-2.learn-portal-post-excerpt,
    p.grid-2-1.learn-portal-post-excerpt,
    p.grid-2-1-2.learn-portal-post-excerpt,
    p.grid-2-3-2.learn-portal-post-excerpt {
        font-size: 21px;
        line-height: 30px;
    }
}
@media all and (max-width: 630px) {
    .grid-sizer,
    .grid-item-width1,
    .grid-item-width2 {
        width: 100%;
    }
    .grid-1-1.learn-portal-post-thumbnail,
    .grid-1-2.learn-portal-post-thumbnail,
    .grid-2-1.learn-portal-post-thumbnail,
    .grid-2-1-2.learn-portal-post-thumbnail,
    .grid-2-3-2.learn-portal-post-thumbnail {
        height: 50%;
    }
}
@media all and (max-width: 959px) {
    .grid-2-1-2.learn-portal-post-thumbnail {
        width: 100%;
    }
    .grid-2-1-2.learn-portal-icon {
        height: 90px;
        float: right;
        margin-right: 15px;
        margin-top: -45px;
        width: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
    }
    p.grid-2-1-2.learn-portal-post-excerpt,
    p.grid-2-1-2.solutions-page-grid-link {
        font-size: 21px;
        font-weight: 800;
        line-height: 30px;
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 0px;
    }
    .grid-2-1-2.learn-portal-post-title {
        margin-top: 15px;
        margin-left: 35px;
    }
}





/*
*   Learn Portal Pagination
*/
div.learn-portal-pagination p {
    text-align: center;
    vertical-align: top;
}
div.learn-portal-pagination p a,
div.learn-portal-pagination p span {
    color: #58585a;
    font-size: 18px;
    margin-left: 14px;
    margin-right: 14px;
    vertical-align: top;
}
div.learn-portal-pagination p span.current-page,
div.learn-portal-pagination p a:hover {
    border-bottom: 1px solid #58585a;
    padding-bottom: 2px;
    text-decoration: none;
}


/*
*   Solutions Page grid
*/
.solutions-page-quote-title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 35px;
    padding-bottom: 0px;
    padding-right: 36px;
    text-transform: uppercase;
}
.solutions-page-grid-quote {
    background-image: url(../images/quote_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    color: #fff;
    font-size: 21px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 0px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
}
.solutions-page-grid-author {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-left: 35px;
    margin-right: 35px;
}
.solutions-page-grid .idb-learn-portal-post h3.learn-portal-post-title {
    border-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.solutions-grid-title-spacer {
    height: 1px;
    margin-top: 8px;
    margin-left: 35px;
    margin-bottom: 10px;
}
@media all and (min-width: 960px) {
    .idb-learn-portal-post.grid-item-width2.grid-item-height1-2 .grid-2-1-2.learn-portal-icon {
        position: absolute;
        left: calc(31.746031746032% - 40px);
        margin: 0px;
        top: 15px;
    }
    .idb-learn-portal-post.grid-item-width2.grid-item-height1-2 p.grid-2-1-2.learn-portal-post-excerpt {
        left: calc(31.746031746032% + 60px);
        margin: 0px;
        padding-right: 15px;
        position: absolute;
        top: 74px;
    }
    .idb-learn-portal-post.grid-item-width2.grid-item-height1-2  h3.learn-portal-post-title {
        left: calc(31.746031746032% + 60px);
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 20px;
    }
    .solutions-grid-title-spacer.grid-2-1-2 {
        left: calc(31.746031746032% + 60px);
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 60px;
    }
}
@media all and (min-width: 960px) and (max-width: 1365px) {
    .idb-learn-portal-post.grid-item-width2.grid-item-height1-2 .grid-2-1-2.learn-portal-icon {
        left: calc(31.746031746032% - 30px);
    }
}
.solutions-grid-title-spacer span {
    background-color: #58585a;
    display: inline-block;
    height: 1px;
    vertical-align: top;
    width: 82px;
}
.solutions-grid-title-spacer.quote-spacer span {
    background-color: #fff;
}
.idb-learn-portal-inner.solutions-page-quote {
    background-color: transparent;
}

/*
*   Custom Post Type Theme Pages
*/
/*
body.single-guides .container,
body.single-webinars .container,
body.single-videos .container,
body.single-ebooks .container {
    max-width: 100% !important;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
} */
.idb-learn-page-header-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid;
    border-width: 8px;
    min-height: 525px;
}
.idb-learn-page-icon-container {
    background-color: #fff;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    display: inline-block;
    float: right;
    margin-top: -105px;
    margin-right: 15px;
    position: relative;
    z-index: 10;
}
.idb-learn-page-icon {
    float: right;
    height: 200px;
    width: 200px;
    padding: 40px;
}
.learn-page-back-link {
    margin-top: 10px;
}
.learn-page-back-link a {
    color: #808285;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.learn-page-back-link a:hover {
    color: #808285;
    text-decoration: none;
}
.learn-page-content {
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
}
@media all and (max-width: 959px) {
    .idb-learn-page-icon-container {
        display: none;
    }
    .page-template-template-solutions #content-wrap {
        margin-top: 40px;
    }
}
@media all and (min-width: 650px) and (max-width: 1199px) {
    .learn-page-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media all and (min-width: 1200px) {
    .learn-page-content {
        margin-left: 200px;
        margin-right: 200px;
    }
}
.idb-learn-page-header-container h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 24px;
    margin-top: 140px;
    padding-bottom: 20px;
    padding-right: 50px;
    text-transform: uppercase;
}
.idb-learn-page-header-container h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    max-width: 50%;
}
.idb-learn-page-header-container h1,
.idb-learn-page-header-container h2 {
    color: #fff;
}
.learn-page-cta {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
}
.customers-page .learn-page-cta,
.learn-page-guides .learn-page-cta,
.learn-page-custom-post-type .learn-page-cta {
    border: 2px solid #B2D155;
    background-color: #B2D155;
    line-height: 20px;
    transition: all 0.2s;
}
.learn-page-custom-post-type.learn-page-webinars a.learn-page-cta {
    border: 2px solid #62beae;
    background-color: #62beae;
}
.customers-page .learn-page-cta,
body.solutions-template .learn-page-cta {
    border: 2px solid #f9b51c;
    background-color: #f9b51c;
    line-height: 20px;
    transition: all 0.2s;
}
.customers-page a.learn-page-cta:hover,
.learn-page-guides a.learn-page-cta:hover,
.learn-page-custom-post-type a.learn-page-cta:hover,
body.solutions-template a.learn-page-cta:hover {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}
.learn-page-guides a.learn-page-cta:hover,
.learn-page-custom-post-type a.learn-page-cta:hover {
    color: #B2D155;
}
.customers-page a.learn-page-cta:hover,
body.solutions-template a.learn-page-cta:hover {
    color: #f9b51c;
}
.learn-page-custom-post-type.learn-page-webinars a.learn-page-cta:hover {
    color: #62beae;
}
.customers-page .learn-page-cta {
    border: 2px solid #e79f23;
    background-color: #e79f23;
}
.customers-page a.learn-page-cta:hover {
    color: #f9b51c;
}
.learn-page-guides .learn-page-content h3,
.learn-page-custom-post-type .learn-page-content h3 {
    color: #58585a;
    font-size: 24px;
    font-weight: 800;
    margin-top: 60px;
}
.learn-page-custom-post-type .learn-page-content h1,
.learn-page-custom-post-type .learn-page-content h2,
.learn-page-custom-post-type .learn-page-content h4,
.learn-page-custom-post-type .learn-page-content h5,
.learn-page-custom-post-type .learn-page-content h6 {
    color: #58585a;
    font-weight: 800;
    margin-top: 60px;
}
.learn-page-guides .learn-page-content p,
.learn-page-custom-post-type .learn-page-content p {
    color: #58585a;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0px;
}
body.single-guides div.post-pagination-wrap {
    display: none;
}
@media all and (max-width: 960px) {
    .idb-learn-page-header-container h1 {
        max-width: 90%
    }
    .idb-learn-page-header-container h2 {
        margin-top: 80px;
    }
}

/*
* Header CTA "See More" Arrow
*/
.idb-learn-page-header-container {
    position: relative;
}
.header-cta-see-more.title-slide-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.header-cta-see-more.title-slide-bottom .title-slide-chevron-content {
    font-size: 39px;
    text-align: center;
}
.header-cta-see-more.title-slide-bottom .start-tour {
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.header-cta-see-more.title-slide-bottom .start-tour .start-tour-border {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 5px 10px;
    position: relative;
}
.header-cta-see-more.title-slide-bottom .start-tour .start-tour-border .start-tour-bottom {
    background-color: #fff;
    bottom: 0px;
    height: 2px;
    position: absolute;
    width: 32%;
}
.header-cta-see-more.title-slide-bottom .start-tour .start-tour-border .start-tour-bottom.left {
    left: 0;
}
.header-cta-see-more.title-slide-bottom .start-tour .start-tour-border .start-tour-bottom.right {
    right: 0;
}
.header-cta-see-more.title-slide-bottom .chevron {
    background-image: url('../images/chevron.png');
    cursor: pointer;
    display: inline-block;
    height: 39px;
    margin-bottom: -5px;
    width: 62px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-5px);}
 60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-5px);}
 60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-5px);}
 60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-5px);}
 60% {transform: translateY(-5px);}
}
.header-cta-see-more.title-slide-bottom .accent-bar-container {
    height: 30px;
    position: relative;
    width: 100%;
}
.header-cta-see-more.title-slide-bottom .accent-bar {
    background-repeat: no-repeat;
    height: 30px;
    width: 50%;
}
.header-cta-see-more.title-slide-bottom .accent-bar.left {
    background-image: url('../images/title-cta_left.png');
    background-position: right center;
    position: absolute;
    left: 0;
}

.header-cta-see-more.title-slide-bottom .accent-bar.right {
    background-image: url('../images/title-cta_right.png');
    background-position: left center;
    position: absolute;
    right: 0;
}



/*
*   Customers Page
*/
.idb-customers-page-header-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid;
    border-width: 8px;
    min-height: 525px;
}
.idb-customers-page-header-container h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 24px;
    margin-top: 140px;
    padding-bottom: 20px;
    padding-right: 50px;
    text-transform: uppercase;
}
.idb-customers-page-header-container h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}
.idb-customers-page-header-container h1,
.idb-customers-page-header-container h2 {
    color: #fff;
}


/*
*   Customers Page Grid
*/
.customers-page-grid {
    margin-top: -150px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.customer-grid-item {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.customer-grid-item .customer-grid-inner {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.customer-grid-item .customer-grid-inner .customer-grid-item-type {
    white-space: nowrap;
}
.customer-grid-item .customer-grid-inner .customer-grid-quote {
    color: #58595b;
    font-weight: 800;
    margin-bottom: 10px;
}
.customer-grid-item .customer-grid-inner .customer-grid-quote.italic {
    font-style: italic;
}
.customer-grid-item .customer-grid-inner .customer-grid-customer {
    color: #58585a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
    text-transform: uppercase;
}
.customer-grid-quote.idb-customers-background-quote {
    background-image: url(../images/customers_quote_background.png);
    background-repeat: no-repeat;
    overflow: visible;
}
.customer-grid-item .customer-grid-inner .customer-grid-spacer {
    background-color: #58585a;
    height: 1px;
    width: 125px;
}

/* customer page responsive header */
@media all and (max-width: 959px) {
    .idb-customers-page-header-container .learn-page-cta {
        margin-top: 0px;
    }
    .customers-page-grid {
        margin-top: -120px;
    }    
    .idb-customers-page-header-container h2 {
        margin-top: 90px;
    }
}
@media all and (max-width: 600px) {
    .customers-page-grid {
        margin-top: -90px;
    }
    .idb-customers-page-header-container h2 {
        margin-top: 60px;
    }
}
/* end customer page responsive header */


/* customer grid tweets */
.customer-grid-item.customer-tweet .customer-grid-inner .twitter-icon {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 35px;
}
.customer-grid-item.customer-tweet .customer-grid-inner .twitter-icon i {
    color: #55ACEE;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user {
    position: relative;
    margin-bottom: 0px;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user img {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.customer-grid-item.customer-tweet .customer-grid-inner {
    padding: 10px;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user a.fullname {
    color: #000;
    font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: 45px;
    line-height: 14px;
    position: absolute;
    top: 4px;
    vertical-align: top;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user a.fullname:hover {
    color: #55ACEE;
    text-decoration: none;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user a.username {
    color: rgb(105, 120, 130);
    font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    left: 45px;
    line-height: 12.5px;
    position: absolute;
    top: 20px;
    vertical-align: top;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user a.username:hover {
    color: #55ACEE;
    text-decoration: none;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-tweet {
    font-family: 'Helvetica', 'Roboto', "Segoe UI", 'Calibri', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-tweet a {
    color: #55ACEE;
}
.customer-grid-item.customer-tweet .customer-grid-inner p.twitter-meta {
    color: rgb(105, 120, 130);
    font-family: 'Helvetica', 'Roboto', "Segoe UI", 'Calibri', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0px;
}
/* end customer grid tweets */

/* customer grid tweets responsive */
@media all and (min-width: 701px) and (max-width: 959px) {
    .customer-grid-item.customer-tweet .customer-grid-inner .twitter-icon {
        font-size: 24px;
        top: 18px;
        right: 40px;
    }
    .customer-grid-item.customer-tweet .customer-grid-inner {
        padding: 20px;
    }
    .customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user img {
        height: 48px;
        width: 48px;
    }
    .customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user a.fullname {
        font-size: 18px;
        left: 55px;
        line-height: 18px;
        top: 6px;
    }
    .customer-grid-item.customer-tweet .customer-grid-inner p.twitter-user a.username {
        font-size: 16px;
        left: 55px;
        line-height: 16px;
        top: 25px;
    }
    .customer-grid-item.customer-tweet .customer-grid-inner p.twitter-tweet {
        font-size: 21px;
        line-height: 28px;
    }
    .customer-grid-item.customer-tweet .customer-grid-inner p.twitter-meta {
        font-size: 18px;
        line-height: 24px;
    }
}
@media all and (min-width: 960px) and (max-width: 1200px) {
    .customer-grid-item.customer-tweet .customer-grid-inner .twitter-icon {
        display: none;
    }
    .customer-grid-item.customer-tweet.small-desktop .customer-grid-inner p.twitter-tweet {
        font-size: 13px;
        line-height: 14px;
    }
}
/* end customer grid tweets responsive */

/* Customer grid overlay */
.customer-grid-item .customer-grid-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0px;
    width: calc(100% - 30px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.customer-grid-item .customer-grid-overlay p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
.customer-grid-item .customer-grid-overlay p,
.customer-grid-item .customer-grid-overlay p a,
.customer-grid-item .customer-grid-overlay p a:hover {
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.customer-grid-item .customer-grid-overlay p a {
    border: 2px solid #fff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    transition: 0.2s all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.customer-grid-item .customer-grid-overlay p a:hover,
.customer-grid-item .customer-grid-overlay p a:active {
    background-color: #fff;
    color: #000;
    transition: 0.2s all;
}
.customer-grid-item:hover .customer-grid-overlay {
    display: table;
}
/* end of customer grid overlay */

/* customer grid sizing */
.customer-grid-1-1 {
    height: 160px;
    width: 25%;
}
.customer-grid-1-2 {
    height: 312px;
    width: 25%;
}
.customer-grid-2-1 {
    height: 160px;
    width: 50%;
}
.customer-grid-2-2 {
    height: 312px;
    width: 50%;
}
.customer-grid-4-2 {
    height: 265px;
    width: 100%;
}
@media all and (max-width: 960px) {
    .customer-grid-1-1, 
    .customer-grid-1-2, 
    .customer-grid-2-1, 
    .customer-grid-2-2, 
    .customer-grid-4-2 {
        height: 375px;
        width: 50%;
    }
}
@media all and (max-width: 700px) {
    .customer-grid-1-1, 
    .customer-grid-1-2, 
    .customer-grid-2-1, 
    .customer-grid-2-2, 
    .customer-grid-4-2 {
        height: auto;
        width: 100%;
    }
}
/* end customer grid sizing */

/* customer image sizing */
.customer-grid-item.customer-image .customer-grid-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    padding: 15px;
}
.customer-grid-item.customer-image .customer-grid-inner p {
    display: table-cell;
    vertical-align: middle;
}
.customer-grid-item.customer-image .customer-grid-inner p img {
    display: block;
    max-height: 100%;
}
/* end customer image sizing */

/*  customer company color attributes */
.customer-grid-item.orange .customer-grid-inner {
    border-left: 12px solid #e79f23;
}
.customer-grid-item.teal .customer-grid-inner {
    border-left: 12px solid #62beae;
}
.customer-grid-item.green .customer-grid-inner {
    border-left: 12px solid #b2d234;
}
.customer-grid-item.orange .customer-grid-customer span.customer-grid-item-type {
    color: #e79f23;
}
.customer-grid-item.teal .customer-grid-customer span.customer-grid-item-type {
    color: #62beae;
}
.customer-grid-item.green .customer-grid-customer span.customer-grid-item-type {
    color: #b2d234;
}
/* end customer company color attributes */


/* customer grid items responsive sizing */
@media all and (max-width: 700px) { /* single column sizing */
    .customer-grid-item .customer-grid-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-quote,
    .customer-grid-item .customer-grid-inner .customer-grid-customer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-spacer {
        margin-left: 40px;
    }
    .customer-grid-quote.idb-customers-background-quote {
        background-position: 20px 0px;
    }
}
@media all and (min-width: 701px) and (max-width: 959px) {
    .customer-grid-item .customer-grid-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-quote,
    .customer-grid-item .customer-grid-inner .customer-grid-customer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-quote {
        margin-top: 20px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-quote.mobile-margin-none {
        margin-top: 0px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-quote.mobile-shrink {
        font-size: 21px;
        line-height: 30px;
        margin-top: 0px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-spacer {
        margin-left: 40px;
    }
    .customer-grid-quote.idb-customers-background-quote {
        background-position: 20px 0px;
    }
}
@media all and (min-width: 960px) {
    .customer-grid-item .customer-grid-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-quote,
    .customer-grid-item .customer-grid-inner .customer-grid-customer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .customer-grid-item .customer-grid-inner .customer-grid-spacer {
        margin-left: 40px;
    }
    .customer-grid-quote.idb-customers-background-quote {
        background-position: 20px 0px;
    }
    .customer-grid-item.customer-grid-2-1 .customer-grid-inner {
        padding-top: 20px;
    }
    .customer-grid-item.customer-grid-2-2 .customer-grid-inner {
        padding-top: 60px;
    }
    .customer-grid-item.customer-grid-4-2 .customer-grid-inner {
        padding-top: 60px;
    }
    .customer-grid-item.customer-grid-2-1 .customer-grid-inner .customer-grid-quote {
        padding-top: 20px;
    }
    .customer-grid-item.customer-grid-2-2 .customer-grid-inner .customer-grid-quote {
        font-size: 30px;
        line-height: 40px;
    }
    .customer-grid-item.customer-grid-4-2 .customer-grid-inner .customer-grid-quote {
        background-position: 10% 0px;
        font-size: 30px;
        line-height: 40px;
    }
    .customer-grid-item.customer-grid-4-2 .customer-grid-inner .customer-grid-quote,
    .customer-grid-item.customer-grid-4-2 .customer-grid-inner .customer-grid-customer {
        padding-left: 12%;
        padding-right: 12%;
    }
    .customer-grid-item.customer-grid-4-2 .customer-grid-inner .customer-grid-spacer {
        margin-left: 12%;
    }
}
@media all and (min-width: 960px) and (max-width: 1200px) {
    .customer-grid-item.customer-grid-2-1 .customer-grid-inner {
        padding-top: 0px;
    }
    .customer-grid-item.customer-grid-4-2 .customer-grid-inner {
        padding-top: 40px;
    }
    .customer-grid-item.customer-grid-2-1 .customer-grid-inner .customer-grid-quote.idb-customers-background-quote {
        background-position: 20px 20px;
    }
    .customer-grid-item.customer-grid-2-2.less-top-margin .customer-grid-inner {
        padding-top: 20px;
    }
    .customer-grid-item.customer-grid-2-1 .customer-grid-inner .customer-grid-customer img {
        max-width: 100px;
    }
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-quote {
        background-position: 10px 0px;
        font-size: 21px;
        line-height: 28px;
    }
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-quote,
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-customer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-spacer {
        margin-left: 20px;
    }
}
@media all and (min-width: 960px) and (max-width: 1400px) {
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-quote {
        background-position: 10px 0px;
        font-size: 21px;
        line-height: 28px;
        margin-top: 20px;
    }
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-quote,
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-customer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-spacer {
        margin-left: 20px;
    }
}
@media all and (min-width: 1201px) {
    .customer-grid-item.customer-grid-2-1.less-padding-2-1 .customer-grid-inner .customer-grid-quote {
        padding-top: 0px;
    }
}
@media all and (min-width: 960px) {
    .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-quote.desktop-font-larger {
        font-size: 26px;
        line-height: 36px;
    }
}
@media all and (min-width: 1400px) {
     .customer-grid-item.customer-grid-1-2 .customer-grid-inner .customer-grid-quote.desktop-font-larger {
        margin-top: 20px;
    }
}
/* end customer grid items responsive sizing */


/* 
*   Company page
*/
@media all and (max-width: 600px) {
    .company-awards-list {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media all and (max-width: 960px) and (min-width: 601px) {
    .company-awards-list {
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media all and (min-width: 961px) {
    .company-awards-list {
        margin-left: 100px;
        margin-right: 100px;
    }
}


/*
*  Archives - tags and categories
*/
body.archive.tag .entry-has-avatar .blog-entry-header {
    padding-left: 0px;
    text-align: center;
}


/*
*   Partners Page
*/
.idb-partners-logos {
    margin: 0 auto;
    max-width: 1100px;
}
body.idb-partners-page h3 {
    margin-top: 30px;
}
body.idb-partners-page h3.margin-top-80 {
    margin-top: 80px;
}
table.idb-partners-table {
    border: 1px solid #58595b;
    border-collapse: collapse;
    margin-bottom: 80px;
    width: 100%;
}
@media all and (max-width: 959px) {
    table.idb-partners-table.desktop {
        display: none;
    }
}
@media all and (min-width: 960px) {
    table.idb-partners-table.mobile {
        display: none;
    }
}
table.idb-partners-table th,
table.idb-partners-table td {
    border-left: 1px solid #58595b;
    border-right: 1px solid #58595b;
    border-collapse: collapse;
}
table.idb-partners-table th {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}
table.idb-partners-table th,
table.idb-partners-table td {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
table.idb-partners-table th.th-left {
    background-color: #d4740e;
    background-image: -ms-linear-gradient(left, #CD6024 0%, #E18F39 100%);
    background-image: -moz-linear-gradient(left, #CD6024 0%, #E18F39 100%);
    background-image: -o-linear-gradient(left, #CD6024 0%, #E18F39 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #CD6024), color-stop(100, #E18F39));
    background-image: -webkit-linear-gradient(left, #CD6024 0%, #E18F39 100%);
    background-image: linear-gradient(to right, #CD6024 0%, #E18F39 100%);
}
table.idb-partners-table th.th-right {
    background-color: #d4740e;
    background-image: -ms-linear-gradient(left, #E18F39 0%, #E79E41 100%);
    background-image: -moz-linear-gradient(left, #E18F39 0%, #E79E41 100%);
    background-image: -o-linear-gradient(left, #E18F39 0%, #E79E41 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E18F39), color-stop(100, #E79E41));
    background-image: -webkit-linear-gradient(left, #E18F39 0%, #E79E41 100%);
    background-image: linear-gradient(to right, #E18F39 0%, #E79E41 100%);
}
table.idb-partners-table td {
    color: #58585a;
    font-size: 24px;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 20px;
}
table.idb-partners-table td span::before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -20px;
    top: -1px;
    color: #58585a;
    font-size: 1em;
}
table.idb-partners-table td.last-td {
    padding-bottom: 30px;
}
.idb-quote-block-container.partners {
    border-right: 1px solid #d0d1d1;
    margin-right: 10%;
    padding-right: 30px;
}
.idb-quote-block.partners,
.idb-quote-block-author.partners {
    color: #58595b;
    font-style: italic;
    text-align: right;
}
h4.idb-quote-block.partners {
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    line-height: 60px;
}
.idb-quote-block-author.partners {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
body.idb-partners-page .idb-solutions-widget .idb-solutions-quote {
    font-size: 38px;
    line-height: 48px;
}
body.idb-partners-page .idb-solutions-widget .idb-partners-play-button {
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
body.idb-partners-page .idb-solutions-quote-container.idb-partners-quote-container {
    background-image: url(../images/partner_quote_background.jpg);
}



/*
*   Partners Quotes - Responsive
*/
@media all and (max-width: 1030px) and (min-width: 768px) {
    h4.idb-quote-block.partners {
        font-size: 40px;
    }
}
@media all and (max-width: 900px) {
    .idb-quote-block-container.partners {
        margin-right: 0px;
    }
}



/*
*   404 Template
*/
.fourohfour-page-header-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid;
    border-width: 8px;
    min-height: 325px;
}
.fourohfour-page-header-container h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 24px;
    margin-top: 140px;
    padding-bottom: 20px;
    padding-right: 50px;
    text-transform: uppercase;
}
.fourohfour-page-header-container h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}
.fourohfour-page-header-container h1,
.fourohfour-page-header-container h2 {
    color: #fff;
}
.fourohfour-page #content-wrap {
    min-height: 300px;
}

/*
*   Modal CTA Windows
*/
@media only screen and (min-width: 641px) {
    .remodal.cta-modal {
        max-width: 600px !important;
    }
}

/*
*   Footer
*/
div#idb-footer-cta {
    background-image: url(../images/footer_cta_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #363636;
    border: none;
    padding-top: 90px;
    padding-bottom: 150px;
    position: relative;
}
.footer-cta-arrow {
    position: absolute;
    top: 0px;
    left: calc(50% - 33px);
    width: 0; 
    height: 0; 
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 33px solid #fff;
}
body.contact-page .footer-cta-arrow {
    border-top: 33px solid #e79f23;
}
body.customers-page .footer-cta-arrow,
body.solutions-page .footer-cta-arrow,
body.learn-template .footer-cta-arrow {
    border-top: 33px solid #eeeeee;
}
div#idb-footer-cta h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}
div#idb-footer-cta p {
    text-align: center;
}
div#idb-footer-cta p a.idb-footer-cta-button {
    border: 2px solid #e79f23;
    background-color: #e79f23;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 25px;
    transition: all 0.2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div#idb-footer-cta p a.idb-footer-cta-button:hover {
    background-color: transparent;
    color: #e79f23;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
}
div.footer-builder-content.container {
    max-width: 100% !important;
    width: calc(100% - 50px);
}
div.idb-footer-links-col h3 {
    color: #58585a;
    font-size: 20px;
    font-weight: 700;
}
div.idb-footer-links-col h3 a:hover {
    color: #58585a;
    text-decoration: underline;
}
div.idb-footer-links-col p {
    color: #58585a;
    font-size: 20px;
    font-weight: 400;
}
div.idb-footer-links-col p.phone-number {
    color: #e79f23;
}
div.idb-footer-links-col h3,
div.idb-footer-links-col p {
    line-height: 36px;
    margin-bottom: 5px;
}
div.idb-footer-links-col p a {
    color: #58585a;
}
div.idb-footer-links-col p a.contact-us {
    border-bottom: 2px solid #999999;
    color: #58585a;
    margin-right: 5px;
}
div.idb-footer-links-col p a.contact-us:hover {
    text-decoration: none;
}
div.idb-footer-links-col p i.fa {
    color: #999999;
    margin-left: 1px;
    margin-right: 1px;
}
div.idb-footer-links-col img.contact-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
}
div.idb-footer-links-col h3.contact-header {
    color: #e79f23;
    margin-bottom: 3px;
    text-transform: uppercase;
}
div.idb-footer-links-col p.contact-title {
    line-height: 40px;
}
div#footer-contact-form-column div.wpcf7 {
    margin-top: 10px;
}
div#footer-contact-form-column input[type="submit"] {
    background-image: url(../images/contact_form_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
    padding: 6px 3px;
}
div#footer-contact-form-column input[type="email"] {
    background-color: transparent;
    border: 1px solid #000;
    border-right: 0px;
    display: inline-block;
    font-size: 16px;
    width: 220px;
    padding: 4px;
    padding-left: 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
div#footer-contact-form-column input[type="email"]::-webkit-input-placeholder {
    color: #808285;
    text-transform: uppercase;
}

div#footer-contact-form-column input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #808285;
    text-transform: uppercase;
}

div#footer-contact-form-column input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
    color: #808285;
    text-transform: uppercase;
}

div#footer-contact-form-column input[type="email"]:-ms-input-placeholder {  
    color: #808285;
    text-transform: uppercase;
}
div#idb-footer-copyright {
    border-top: 1px solid #c4c4c4;
    padding-top: 25px;
}
div#idb-footer-copyright p,
div#idb-footer-copyright p a {
    color: #58585a;
    font-size: 12px;
    font-weight: 400;
}
div#idb-footer-copyright p a {
    border-bottom: 1px solid #cbcbcb;
    margin-left: 3px;
    margin-right: 3px;
}
div#idb-footer-copyright p a:hover {
    text-decoration: none;
}
div#idb-footer-copyright p img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.partners-quote-modal {
    height: auto;
    min-height: 300px;
    width: 80%;
    max-width: 100% !important;
}