/*
Theme Name: DavidsonBelluso
Theme URI: https://davidsonbelluso.com
Description: Built on the D/B Core Framework 3.5.3. This theme is not suitable for upgrading to a newer version due to many of the custom tweaks
Author: Scott Fors
Author URI: https://davidsonbelluso.com
Template: Core
Version: 1.3
*/

/*hide VC frontend buttons in case function fails */

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url('font/Montserrat-regular/Montserrat-regular.eot');
  src: url('font/Montserrat-regular/Montserrat-regular.eot?#iefix') format('embedded-opentype'),
       local('Montserrat Regular'),
       local('Montserrat-regular'),
       url('font/Montserrat-regular/Montserrat-regular.woff2') format('woff2'),
       url('font/Montserrat-regular/Montserrat-regular.woff') format('woff'),
       url('font/Montserrat-regular/Montserrat-regular.ttf') format('truetype'),
       url('font/Montserrat-regular/Montserrat-regular.svg#Montserrat') format('svg');
}

div.post-edit.clr {display: none;}
/*text-rendering: optimizeLegibility;*/
/*text-rendering: optimizeSpeed;*/

body {
    /*text-rendering: optimizeSpeed!important;*/
    text-rendering: auto !important;
}
.single-staff #main {
    padding-top: 30px;
}
/* .page-header-disabled {
    padding-top: 30px;
}
*/
/*//////////////////////////////////////////////*/
/*  COMMON TAGS  */
/*//////////////////////////////////////////////*/
    #top-bar-social .fa { font-size: 13px; }
    .post-pagination a { color: #29384B; }
    .post-pagination a:hover { color: #3a8dad; text-decoration: none; }
    .post-prev span.fa.fa-angle-double-left, .post-next span.fa.fa-angle-double-right { color: #F15232; }
    #searchform-header-replace input { background: none; color: #6DBCB8; font-family: Montserrat !important; font-size: 32px; font-weight: 200; }
    #searchform-header-replace-close { color: #6DBCB8; }
    #searchform-header-replace-close:hover { color: #F15232; }

#site-navigation .dropdown-menu a {
    font-family: "Montserrat"!important;
}

    .single-portfolio .page-header { margin: 0px; }
    #site-header.overlay-header { background-color: rgba(0, 0, 0, .2); }
    .sub-menu { background-color: rgba(0, 0, 0, .2); }

    .textOrange { color: #d75c26; }
    .textWhite { color: #FFFFFF; }
    .textWhite h3 { color: #FFFFFF; }
    .shift-left { text-align: left; }
    .shift-center { text-align: center; }
    .shift-right { text-align: right; }
    .section-padded-top { padding: 40px 0px 0px 0px; }
    .section-padded-bottom { padding: 0px 0px 40px 0px; }
    .section-padded-both { padding: 40px 0px; }
    .jumbo-padded-top { padding: 60px 0px 0px 0px; }
    .jumbo-padded-bottom { padding: 0px 0px 60px 0px; }
    .jumbo-padded-both { padding: 60px 0px; }
    .max-width-1200 { max-width: 100% !important; }
    .make-center { margin: 0 auto; }
    .grey-row-100 { background-color: #E2E2E2; }
    .text-row-wrap { margin-top: 30px; }
    .common-row-padding { padding: 50px 0px; }

    @media only screen and (min-device-width:768px) and (max-device-width:1024px) {
        .common-row-padding { padding: 50px 0px; }
    }
    @media only screen and (max-width:767px) {
        .common-row-padding { padding: 30px 0px; }
    }
    .client-row-padding { padding: 0px 0px 30px 0px; }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    textarea {
        border: 1px solid #6dbcb8 !important;
        padding-left: 10px !important;
    }

    @media only screen and (max-width: 767px) {
        .hide-mobile {display: none;}
    }

    .page-header-table-cell {padding: 0 0px;}

/*//////////////////////////////////////////////*/
/*  404 PAGE  */
/*//////////////////////////////////////////////*/
    .error404 .entry h1 {
        color: #29384B;
        font-family: Open Sans!important;
        font-size: 40px!important;
        text-transform: uppercase;
    }

/*//////////////////////////////////////////////*/
/*  FONTS  */
/*//////////////////////////////////////////////*/
    h1, h2, h3, h4, h5, h6 {
        margin: 0px 0 20px; /*important change */
        font-weight: bold;
        line-height: 1.2;
    }

    .meta, .entry .meta {
        color:#F15232;
    }

    .meta a {color:#F15232;}
    .meta a:hover {color:#29384B;}

/*////////////////////////////////////////////////////////*/
/* H1 HEADERS  */
/*////////////////////////////////////////////////////////*/
    h1.white-header,
    h1.darkblue-header,
    h1.lightblue-header,
    h1.orange-header {
        font-family: Montserrat!important;
        border-bottom: 2px solid #F15232 !important;
        font-size: 15px !important;
        width: 50%;
        font-weight: bold;
        text-transform: uppercase;
        margin: 30px 10px 10px 0px;
        padding-bottom: 5px;
    }
    h1.white-header { color: #FFFFFF !important; }
    h1.darkblue-header { color: #29384B !important; }
    h1.lightblue-header { color: #3A8DAD !important; }
    h1.orange-header { color: #F15232 !important; }

/*////////////////////////////////////////////////////////*/
/* H2 HEADERS  */
/*////////////////////////////////////////////////////////*/
    h2.white-header,
    h2.darkblue-header,
    h2.lightblue-header,
    h2.orange-header {
        font-family: Montserrat!important;
        border-bottom: 2px solid #F15232 !important;
        font-size: 15px !important;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
    h2.white-header {color: #FFFFFF !important;}
    h2.darkblue-header {color: #29384B !important;}
    h2.lightblue-header {color: #3A8DAD !important;}
    h2.orange-header {color: #F15232 !important;}

/*////////////////////////////////////////////////////////*/
/* H3 HEADERS  */
/*////////////////////////////////////////////////////////*/
    h3.white-header,
    h3.darkblue-header,
    h3.lightblue-header,
    h3.orange-header {
        font-family: Montserrat!important;
        border-bottom: 2px solid #F15232 !important;
        font-size: 15px !important;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
    h3.white-header {color: #FFFFFF !important;}
    h3.darkblue-header {color: #29384B !important;}
    h3.lightblue-header {color: #3A8DAD !important;}
    h3.orange-header {color: #F15232!important;}

/*////////////////////////////////////////////////////////*/
/* H1 SUBSECTION HEADERS  */
/*////////////////////////////////////////////////////////*/
    h1.white-subsection,
    h1.darkblue-subsection,
    h1.lightblue-subsection,
    h1.orange-subsection {
        font-family: Open Sans!important;
        font-size: 40px!important;
    }
    h1.white-subsection { color: #FFFFFF !important; }
    h1.darkblue-subsection { color: #29384B !important; }
    h1.lightblue-subsection { color: #3A8DAD !important; }
    h1.orange-subsection { color: #F15232 !important; }

    @media only screen and (max-width: 767px) {
        h1.white-subsection,
        h1.darkblue-subsection,
        h1.lightblue-subsection,
        h1.orange-subsection {
            font-size: 32px!important;
            text-align: center;
            margin-top: 20px;
        }
    }
    @media only screen and (max-width: 500px) {
        h1.white-subsection,
        h1.darkblue-subsection,
        h1.lightblue-subsection,
        h1.orange-subsection {
            font-size: 28px!important;
        }
    }
    @media only screen and (max-width: 320px) {
        h1.white-subsection,
        h1.darkblue-subsection,
        h1.lightblue-subsection,
        h1.orange-subsection {
            font-size: 24px!important;
        }
    }

/*////////////////////////////////////////////////////////*/
/* H2 SUBSECTION HEADERS  */
/*////////////////////////////////////////////////////////*/
    h2.white-subsection,
    h2.darkblue-subsection,
    h2.lightblue-subsection,
    h2.orange-subsection {
        font-family: Open Sans!important;
        font-size: 40px!important;
        /*line-height: 55px!important;*/
        font-weight: bold!important;
    }
    h2.white-subsection { color: #FFFFFF !important; }
    h2.darkblue-subsection { color: #29384B !important; }
    h2.lightblue-subsection { color: #3A8DAD !important; }
    h2.orange-subsection { color: #F15232 !important; }

    @media screen and (max-width: 860px) {
        h2.white-subsection,
        h2.darkblue-subsection,
        h2.lightblue-subsection,
        h2.orange-subsection {
            font-size: 28px!important;
            line-height: 36px!important;
            margin-bottom:20px !important;
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        h2.white-subsection,
        h2.darkblue-subsection,
        h2.lightblue-subsection,
        h2.orange-subsection {
            font-size: 32px!important;
            line-height: 40px!important;
        }
    }

    @media only screen and (max-width: 767px) {}

    @media only screen and (max-width: 500px) {
        h2.white-subsection,
        h2.darkblue-subsection,
        h2.lightblue-subsection,
        h2.orange-subsection {
            font-size: 24px!important;
            line-height: 30px!important;
        }
    }

/*////////////////////////////////////////////////////////*/
/* H3 SUBSECTION HEADERS  */
/*////////////////////////////////////////////////////////*/
    h3.white-subsection,
    h3.darkblue-subsection,
    h3.lightblue-subsection,
    h3.orange-subsection {
        font-family: Open Sans!important;
        font-size: 40px!important;
    }
    h3.white-subsection { color: #FFFFFF; }
    h3.darkblue-subsection { color: #29384B; line-height: 50px; }
    h3.lightblue-subsection { color: #3A8DAD; }
    h3.orange-subsection { font-weight: bold; color: #F15232; }

    @media only screen and (max-width: 500px) {
        h3.white-subsection,
        h3.darkblue-subsection,
        h3.lightblue-subsection,
        h3.orange-subsection {font-size: 22px!important;}
        h3.darkblue-subsection {line-height: 30px;}
    }
/* END HEADERS AND SUBSECTION HEADERS  */
/*////////////////////////////////////////////////////////*/

    .dark-row-wrap {background-color: #23272C;}
    .dark-row-wrap p {color: #fff;}
        h2.awards-h2 {
            color: #FFFFFF !important;
            font-size: 45px !important;
            font-family: Open Sans !important;
            font-weight: bold !important;
            margin-bottom: 50px!important;
        }

        @media only screen and (min-width:768px) and (max-width:1024px) {
            h2.awards-h2 {
                font-size: 28px !important;
                margin-bottom: 30px!important;
            }
        }

        @media only screen and (max-width: 767px) {
            .dark-row-wrap h2.awards-h2 {
                font-size: 24px !important;
                line-height: 32px;
                margin-bottom: 20px!important;
                padding: 0px 10px;
            }
            h2.awards-h2 {
                font-size: 18px !important;
                margin-bottom: 20px!important;
                line-height: 22px;
            }

        }
        @media only screen and (max-width: 500px) {}


        @media only screen and (max-width: 380px) {
            .dark-row-wrap h2.awards-h2 {
                font-size: 20px !important;
                line-height: 28px;
                margin-bottom: 0px!important;
                padding: 0px 10px;
            }
        }

        .dnb-section-h2 h2 {
            font-family: Montserrat;
            border-bottom: 2px solid #F15232 !important;
            color: #3A8DAD !important;
            font-size: 15px !important;
            font-weight: bold;
            text-transform: uppercase;
        }

        .jumboFont h1 {
            font-size: 88px !important;/*font-weight: 300;*/
        }

/*//////////////////////////////////////////////*/
/*  MEDIA QUERIES FOR FONTS IN GENERAL */
/*//////////////////////////////////////////////*/
    @media only screen and (min-width:768px) and (max-width:1024px) {
        .career-page h3.darkblue-subsection
        .white-paper h3.darkblue-subsection {
            font-size: 24px !important;
            line-height: 36px !important;
        }
    }
    @media only screen and (max-width:767px) {
        .career-page h3.darkblue-subsection,
        .white-paper h3.darkblue-subsection {
            font-size: 18px !important;
            line-height: 28px !important;
        }
    }


    @media only screen and (max-width:500px) {
        .entry h2 {
            font-style: normal;
            font-size: 22px!important;
            line-height: 30px!important;
        }
        .archive .blog-entry-title a, .blog .blog-entry-title a {
            font-size: 10px;
        }    }

    @media only screen and (max-width:320px) {
        h2.white-subsection {
            font-size: 20px!important;
            line-height: 28px!important;
        }

    }



/*//////////////////////////////////////////////*/
/*  HEADER AREA  */
/*//////////////////////////////////////////////*/
    div#top-bar-content.dnb-clr.has-content.top-bar-left { float: right; margin-right: 110px; text-align: right; }
    #site-header.shrink-sticky-header { width: 100%; transition: opacity 0.3s; padding: 10px 0 !important; }

span.dnb-bg-overlay.color {
     background: rgba(0,0,0,0) !important;
}

        @media only screen and (min-width:960px) {
            /*this breaks case studies gradient*/
            /*span.dnb-bg-overlay.color { background-color: rgba(41, 56, 75, 0) !important; opacity: 0 !important; -moz-opacity: 0 !important; -webkit-opacity: 0 !important; }*/

        }
        @media only screen and (max-width:959px) {
            /*span.dnb-bg-overlay.color { background-color: rgba(41, 56, 75, 0.90) !important; opacity: 0.90 !important; -moz-opacity: 0.90 !important; -webkit-opacity: 0.90 !important; }*/
        }

.dnb-slider .sp-black a {
     text-decoration: none ;
}

div.dnb_homepage-header:hover {
    color: #FFFFFF !important;
}
.home a:hover h2 {
    color: #FFFFFF !important;
}



/*////////////////////////////////////////////////////////*/
/* HOME PAGE CASE STUDY SLIDERS   */
/*////////////////////////////////////////////////////////*/
    @media only screen and (min-width: 959px) {
        div.dnb-slider-caption.clr.sp-static.sp-layer.sp-black.over-image {
            left: 0px;
            min-width: 50% !important;
            padding: 10% 7%;
            top: 0px;
            transform-origin: 0% 100%;
            transform: scale(1);
            width: unset !important;
        }
        .vcex-posttypes-slider .dnb-slider-caption.over-image {
            background: rgba(0, 0, 0, 0) !important;
        }
        .vcex-posttypes-slider .dnb-slider-caption.over-image:before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        div.dnb_homepage-header h1 {
            /*border-bottom: 2px solid #F15232 !important;*/
            color: #FFFFFF;
            font-family: Open Sans !important;
            font-size: 50px;
            font-weight: 700;
            margin: 20px 10px 20px 10px;
        }
        div.dnb_homepage-header h2 {
            color: #FFFFFF;
            font-family: Montserrat !important;
            font-size: 24px;
            font-weight: 500;
            margin: 20px 10px 10px 10px;
            padding-bottom: 5px;
            text-transform: uppercase;
            z-index: 9999;
        }

        div.orange-underline {
            border-bottom: 2px solid #F15232 !important;
            padding:5px 0 15px 0;
            max-width: 70%;
        }

        .dnb-slider-media .blog-slide-content-btn a {
            min-width: 150px;
            padding: 10px 40px;
            width: unset !important;
        }
        img.blog-slide-content-logo {
            max-height: 45px !important;
            padding-left: 5px;
            width: auto;
        }
        .case-study-overlay-wrap {
            margin-top: 30px;
            max-width: 77%;
        }
        .case-study-overlay {
            width: 400px;
            height: 100%;
            display: table-cell;
        }
        .case-study-overlay-text {
            vertical-align: middle;
        }
        .case-study-overlay-img {
            text-align: center;
            vertical-align: middle;
        }
}

@media only screen and (max-width: 959px) {

        div.dnb-slider-caption.clr.sp-static.sp-layer.sp-black.over-image {
            left: 0px;
            min-width: 50% !important;
            padding: 2% 2%;
            top: 0px;
            transform-origin: 0% 100%;
            transform: scale(1);
            width: unset !important;
        }
        .vcex-posttypes-slider .dnb-slider-caption.over-image {
            background: rgba(0, 0, 0, 0) !important;
        }
        .vcex-posttypes-slider .dnb-slider-caption.over-image:before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }
        div.dnb_homepage-header h1 {
            color: #FFFFFF;
            font-family: Open Sans !important;
            font-size: 28px;
            font-weight: 600;
            margin: 30px 10px 10px 10px;
        }
        div.dnb_homepage-header h2 {
            color: #FFFFFF;
            font-family: Montserrat !important;
            font-size: 18px;
            font-weight: 600;
            margin: 10px 10px 10px 10px;
            padding-bottom: 5px;
            text-transform: uppercase;
            z-index: 9999;
        }

        div.orange-underline {
            border-bottom: 2px solid #F15232 !important;
            padding:15px 0px;
            max-width: 70%;
            /*margin: 0 auto;*/
        }


        .dnb-slider-media .blog-slide-content-btn a {
            min-width: 150px;
            padding: 10px 30px;
            width: unset !important;
        }
/*        img.blog-slide-content-logo {
            max-height: 200px;
            width: auto;
        }*/
        .case-study-overlay-wrap {
            margin-top: 20px;
            padding: 0px 20px;
        }
        .case-study-overlay {
            width: 400px;
            height: 100%;
            display: table-cell;
        }
        .case-study-overlay-text {
            vertical-align: middle;
        }
        .case-study-overlay-img {
            text-align: center;
            vertical-align: middle;
        }

        #footer .dnb-row .col-1 {
            width: 100% !important;
        }

        #footer .dnb-row .col-2 {
            width: 100% !important;
        }

}



@media screen and (max-width: 860px) {}
/*@media only screen and (min-width: 768px) {}*/

@media only screen and (min-width:768px) and (max-width:1024px) {
    div.sp-arrows.sp-fade-arrows { display: none; }
    /*img.blog-slide-content-logo {display: none;}*/


/*    div.dnb-slider-caption.clr.sp-static.sp-layer.sp-black.over-image {
        max-width: 70% !important;
        padding:2% 2%;
    }
*/

        div.dnb_homepage-header h1 {
            font-size: 36px;
            font-weight: 600;
            margin: 10px 10px 10px 10px;
            padding-bottom: 10px;
            color: #FFFFFF;
            text-align: left;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        }
        div.dnb_homepage-header h2 {
            font-size: 22px;
            font-weight: 600;
            margin: 0px 10px 10px 10px;
            padding-bottom: 5px;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
            color: #FFFFFF!important;
        }


div.case-study-overlay-wrap {
width: 70%;
height: 100px;
margin: 0 auto;
margin-left: 0px;
}
.home div.blog-slide-content-btn {
    text-align: right;
}


/*.case-study-overlay-wrap {}*/
/* img.blog-slide-content-logo {display: none;}*/
div.case-study-overlay.case-study-overlay-img {
    margin: 0px auto;
}




}

@media only screen and (max-width: 767px) {
    div.sp-arrows.sp-fade-arrows { display: none; }

           .dnb-responsive .vcex-posttypes-slider .dnb-slider-caption.over-image {
            /*background-color: #21344b!important;*/
            background-color: transparent!important;
           }
        div.dnb-slider-caption.clr.sp-static.sp-layer.sp-black.over-image {
/*            max-width: 100% !important;
            padding: 2.5% 2%;
*/        }

        div.dnb_homepage-header h1 {
            font-size: 22px;
            font-weight: 600;
            margin: 0px 10px 10px 10px;
            padding-bottom: 5px;
            color: #FFFFFF;
        }
        div.dnb_homepage-header h2 {
            /*display: none;*/
            text-align: center;
        }

        img.blog-slide-content-logo {
            max-height: 30px!important;
            width: auto;
        }
        div.orange-underline {
            margin: 0 auto;
            padding-bottom:20px;
        }

div.dnb-slider-caption.clr.sp-static.sp-layer.sp-black.over-image {
    top: 0;
}
div.case-study-overlay.case-study-overlay-img {
    width: 50%;
    float:unset;
    margin-top: 20px auto;
}

.dnb-responsive .vcex-posttypes-slider .dnb-slider-caption.over-image {
    position: absolute !important;
}
.home div.blog-slide-content-btn {
float: unset;
text-align: center;
width: 100%;
/*border: 1px solid red;*/
}

.home div.blog-slide-content-btn a {
    width: 200px;
}
.home .theme-button {
    background-color: #6dbcb8 !important;
}

}

@media only screen and (min-width:569px) and (max-width:736px) {
    div.sp-arrows.sp-fade-arrows { display: none; }
    /*img.blog-slide-content-logo {display: none;}*/

        div.dnb_homepage-header h1 {
            font-size: 36px;
            font-weight: 600;
            margin: 10px 10px 10px 10px;
            padding-bottom: 10px;
            color: #FFFFFF;
            text-align: center;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        }
        div.dnb_homepage-header h2 {
            font-size: 18px;
            font-weight: 600;
            margin: 0px 10px 10px 10px;
            padding-bottom: 5px;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
            color: #FFFFFF!important;
        }


div.case-study-overlay-wrap {
width: 70%;
height: 100px;
margin: 0 auto;
}
.home div.blog-slide-content-btn {
    text-align: right;
}


/*.case-study-overlay-wrap {}*/
/* img.blog-slide-content-logo {display: none;}*/
div.case-study-overlay.case-study-overlay-img {
    margin: 0px auto;
}

}

@media only screen and (max-width: 500px) {

        div.dnb_homepage-header h1 {
            /*border-bottom: 2px solid #F15232 !important;*/
            font-size: 24px;
            font-weight: 600;
            /*margin: 10px 10px 0px 10px;*/
            margin: 10px auto;
            padding-bottom: 10px;
            color: #FFFFFF;
            text-align: center !important;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);


        }
        div.dnb_homepage-header h2 {
            font-size: 20px;
            font-weight: 600;
            margin: 0px 10px 10px 10px;
            color: #FFFFFF;
            padding-bottom: 5px;
            text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        }

.dnb-slider-media img {
    /*height: 250px !important;*/
    /*width: 500px;*/
    /*background-size: contain;*/
/* Sets reference point to scale from */
/*background-position:50% 50% !important; */
}





img.blog-slide-content-logo {display: none;}
div.case-study-overlay.case-study-overlay-img {display: none;}
}

@media only screen and (max-width: 736px) {
    div.dnb_homepage-header { padding-top: 0px !important; text-align: center; margin-left: 0%;}
    div.orange-underline { border-bottom: 2px solid #F15232 !important; padding: 15px 0px; max-width: 70%;margin-top: -20px;}
    div.dnb_homepage-header h1 { font-size: 24px; margin: 10px auto; padding-bottom: 10px; }
    div.dnb_homepage-header h2 { font-size: 14px !important; margin: 0px 10px 0px 10px; padding-bottom: 5px; }
    div.case-study-overlay-wrap {margin-left: -4%;}

div.case-study-overlay-wrap {
    width: 100%!important;
    height: unset;
}

img.blog-slide-content-logo {
    margin: auto;
}
.home div.blog-slide-content-btn {
    text-align: center;
    margin: auto;
}


}


@media only screen and (max-width: 667px) {
    div.dnb_homepage-header { padding-top: 0px !important; text-align: center; margin-left: 0%;}
    div.orange-underline { border-bottom: 2px solid #F15232 !important; padding: 15px 0px; max-width: 70%;margin-top: -20px;}
    div.dnb_homepage-header h1 { font-size: 24px; margin: 10px auto; padding-bottom: 10px; }
    div.dnb_homepage-header h2 { font-size: 14px !important; margin: 0px 10px 0px 10px; padding-bottom: 5px; }
    div.case-study-overlay-wrap {margin-left: -4%;}

div.case-study-overlay-wrap {
    width: 100%!important;
    height: unset;
}

img.blog-slide-content-logo {
    margin: auto;
}
.home div.blog-slide-content-btn {
    text-align: center;
    margin: auto;
}

}



@media only screen and (max-width: 568px) {
    div.dnb_homepage-header { padding-top: 0px !important; text-align: center; }
    /*div.sp-mask.sp-grab { height: 260px !important; }*/
    div.orange-underline { border-bottom: 2px solid #F15232 !important; padding: 15px 0px; max-width: 70%;margin-top: -20px;}
    div.dnb_homepage-header h1 { font-size: 24px; margin: 10px auto; padding-bottom: 10px; }
    div.dnb_homepage-header h2 { font-size: 14px !important; margin: 0px 10px 0px 10px; padding-bottom: 5px; }
    div.case-study-overlay-wrap {margin-left: -3%;}
    }
@media only screen and (max-width: 320px) {
        div.dnb_homepage-header h1 {
            font-size: 20px;
            margin: 10px auto;
            padding-bottom: 0px;
        }
        div.dnb_homepage-header h2 {
            font-size: 14px !important;
            margin: 0px 10px 0px 10px;
            padding-bottom: 0px;
        }
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {

    div.dnb_homepage-header { padding-top: 0px !important; text-align: center; }
    /*div.sp-mask.sp-grab { height: 260px !important; }*/
    div.orange-underline { border-bottom: 2px solid #F15232 !important; padding: 15px 0px; max-width: 70%;margin-top: -20px;}
    div.dnb_homepage-header h1 { font-size: 20px; margin: 10px auto; padding-bottom: 10px; }
    div.dnb_homepage-header h2 { font-size: 12px !important; margin: 0px 10px 0px 10px; padding-bottom: 5px; }
    div.case-study-overlay-wrap {margin-left: -3%;}
    }

}

/* Landscape */
@media screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: landscape) {

}


/* END HOME PAGE CASE STUDY SLIDERS   */
/*////////////////////////////////////////////////////////*/



}

.home-parallax-wrap div.wpb_wrapper.dnb-vc-column-wrapper.dnb-clr {
    margin-top: 10%;
    margin-bottom: 10%;
}


@media only screen and (max-width: 959px) {}
@media only screen and (min-width: 768px) and (max-width: 1280px) {}
@media only screen and (min-width:768px) and (max-width:1024px) {}
@media screen and (max-width: 860px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 500px) {
    .home-header-hero h1 {
        font-size: 24px!important;
    }
    .home-header-subhero h2 {
        font-size: 18px!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}



div.vc_row.wpb_row.vc_row-fluid.page-header-wrap {
/*padding-left: 0px!important;*/
/*padding-right: 0px!important;*/
}

div.vc_row.wpb_row.vc_row-fluid.case-studies-carousel-wrap {
padding-left: 0px!important;
padding-right: 0px!important;
}




.blog .theme-button {
    color: #29384B !important;
}


/*////////////////////////////////////////////////////////*/
/* BUTTONS ON BLUE BACKGROUNDS I.E. CASE-STUDIES  */
/*////////////////////////////////////////////////////////*/
/* Default D/B "Core button" */
/* see footer callout also */
a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default,
.mainContactForm .wpcf7-submit, .theme-button {
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background-color: transparent !important;
    border: 1px solid #6dbcb8 !important;
    border-radius: 0px;
    border: none;
    color: #29384B !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat !important;
    margin-top: 10px!important;
    margin-left: 0px;
    padding: .5em 1em;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out;
    width: 125px;
    text-align: center;
    text-transform: uppercase;
}
a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default:hover,
.mainContactForm .wpcf7-submit:hover, .theme-button:hover {
    background-color: #6dbcb8 !important;
    border: 1px solid #6dbcb8 !important;
    color: #ffffff;
    text-transform: uppercase;
}

.blog-slide-content-btn a,
.dnb-slider-media a.vcex-button.theme-button.animate-on-hover {
    color: #FFFFFF!important;
}


a.vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default
{    padding: 10px 10px;}

input.wpcf7-form-control.wpcf7-captchar {
    padding: .45em;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-885 {
    padding-top: 10px;
}


.on-blue {
    color: #FFFFFF !important;
    width: 200px !important;
}
    .on-blue:hover { background-color: #6dbcb8 !important !important; border: 1px solid #6dbcb8 !important !important; color: #ffffff !important; text-transform: uppercase !important; }
    .blogimage-hide-desktop { display: none; }

    @media only screen and (max-width: 480px) {
        .single-post .page-header {margin: 0 0 0 0;}
        .blogimage-hide-desktop { display: block; }
        header.page-header.background-image-page-header { background-image: none !important; }
        .background-image-page-header { background-color: transparent !important; }
        .page-header-table { display: table; width: 100%; height: unset; padding: 20px 0 0 0; }
        .page-header-table-cell { padding: 0 0px; }

        .page-header-table-cell h1.lightblue-header {margin-top: 0px !important;}
        .page-header-table-cell .blog-author,
        .page-header-table-cell .blog-excerpt {display: none;}
    }

/*//////////////////////////////////////////////*/
/*  FRONT PAGE SPECIFIC  */
/*//////////////////////////////////////////////*/
/*home page hero text*/
    .home-header-hero h1 { color: #FFFFFF !important; font-family: Open Sans !important; font-size: 60px !important; font-weight: 700; margin-top: 14% !important; padding-bottom: 30px !important; }
    .home-header-subhero h2 { color: #79d8cf !important; font-family: Montserrat !important; font-size: 24px; font-weight: bold; text-transform: uppercase; }
    section#primary { min-width: 100%; width: 100%; }
    .home div.dnb-carousel.dnb-carousel-blog.owl-carousel.clr.arrwstyle-min.arrwpos-abs.skrollable.skrollable-after.owl-loaded.owl-drag { margin-bottom: 30px; }
    .home .blog-slide-content-left { float: left; position: absolute; top: 20px; bottom: 20px; left: 20px; width: 50% }

/*//////////////////////////////////////////////*/
/* INDUSTRY TILES  */
/* found on home and industry pages*/
/*//////////////////////////////////////////////*/
    .home img.vcex-image-swap-secondary { border-bottom: 0px solid rgba(231,79, 48,1); }
    .home .vcex-image-swap img { transition: opacity .10s ease-in-out !important; }
    .home div.tile-top-row { border-left: 0px solid; }
    .home div.tile-top-row-last { border-left: 0px solid; border-right: 0px solid; }
    .home div.tile-bottom-row { border-left: 0px solid; }
    .home div.tile-bottom-row-last { border-left: 0px solid; border-right: 0px solid;    /*border-bottom: 0px;*/ }

    .industry-page div.tile-top-row { border-left: 0px solid; border-bottom: 0px solid; }
    .industry-page div.tile-top-row-last { border-left: 0px solid; border-bottom: 0px solid; }
    .industry-page div.tile-bottom-row { border-left: 0px solid;}
    .industry-page div.tile-bottom-row-last { border-left: 0px solid; border-bottom: 0px; }
    .industry-page .dark-row-wrap { margin-top: 40px; }

    /*div.dnb-vc-row-wrap.clr.dnb-vc-row-columns-match-height.dnb-vc-has-custom-column-spacing.dnb-vc-column-spacing-0px*/
    /*.industry-page div.dnb-vc-row-wrap.clr.dnb-vc-row-columns-match-height.dnb-vc-has-custom-column-spacing.dnb-vc-column-spacing-0px {margin-top: 0px;}*/

    /*.industy-landing div.tile-top-row { border-left: 0px solid; border-bottom: 0px solid;}*/
    .industy-landing div.tile-top-row { border-left: 0px; border-bottom: 0px;}
    .industy-landing div.tile-top-row-last { border-left: 0px; border-bottom: 0px;}
    /*.industy-landing div.tile-top-row-last { border-left: 0px solid; border-bottom: 0px solid rgba(231,79, 48,1);}*/


    .industy-landing div.tile-bottom-row { border-left: 0px;}
    .industy-landing div.tile-bottom-row-last { border-left:;}
    .industy-landing .dark-row-wrap { margin-top: 40px; }


    div.dnb-vc-row-wrap.clr.dnb-vc-row-stretch_row.dnb-vc-has-custom-column-spacing.dnb-vc-column-spacing-0px {
        margin-top: -2px !important;
        /*display: inline-block;*/
    }

    .vcex-image-swap img {
        height: 99.5% !important;
        display:inline-block;
        background-color:#f15232;
        opacity: 1;
    }
    /*target safari only*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .vcex-image-swap img {padding:1px;}
    }



    div.dnb-vc-row-wrap.clr.dnb-vc-row-columns-match-height.dnb-vc-has-custom-column-spacing.dnb-vc-column-spacing-0px:last-child {
        margin-top: -2px ;
        margin-bottom: -10px !important;
        display: inline-block;
    }

    /*.industy-landing div.dnb-vc-row-wrap.clr.dnb-vc-row-columns-match-height.dnb-vc-has-custom-column-spacing.dnb-vc-column-spacing-0px {margin-top: 0px;}*/



    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (max-device-width:1024px) and (orientation:landscape) {}
    @media only screen and (max-width: 959px) {
        div.dnb-carousel-entry-excerpt {display: none;}
    }


    @media only screen and (min-width:768px) and (max-width:1024px) {
        .industry-page div.tile-top-row {width: 25%;float: left;}
        .industry-page div.tile-bottom-row {width: 25%;float: left;}
        .home div.tile-top-row {width: 25%;float: left;}
        .home div.tile-bottom-row {width: 25%;float: left;}

    }
    @media only screen and (max-width: 959px) {}
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}

    @media only screen and (max-width: 767px) {
        div.dnb-carousel-entry-title.entry-title {
            font-size: 14px !important;
            line-height: 20px !important;
        }
        .industry-page div.tile-top-row {width: 25%;float: left;}
        .industry-page div.tile-bottom-row {width: 25%;float: left;}
        .home div.tile-top-row {width: 25%;float: left;}
        .home div.tile-bottom-row {width: 25%;float: left;}

    }

    @media only screen and (max-width: 567px) {

        .home div.dnb-carousel-entry-title.entry-title {
            margin-bottom: 0px;
            font-size: 18px;
            padding-bottom: 10px;
        }
        .home .blog-slide-content-wrap .vcex-blog-entry-date {
                padding-bottom: 20px;
        }
        .home div.dnb-carousel-entry-details.clr {padding-top: 7%;height: 100%;width:68%;}
        .home .blog-slide-content-left {
            float: left;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            width: 100%;
        }

        div.dnb-carousel-entry-excerpt {display: none;}
        .home div.blog-slide-content-btn a {display: none;}

        .industry-page div.tile-top-row {width: 50%;float: left;}
        .industry-page div.tile-bottom-row {width: 50%;float: left;}
        .home div.tile-top-row {width: 50%;float: left;}
        .home div.tile-bottom-row {width: 50%;float: left;}

    }
    @media only screen and (max-width: 500px) {
        .home div.tile-top-row { border-left: 0px; }
        .home div.tile-top-row-last { border-left: 0px; border-right: 0px; }
        .home div.tile-bottom-row { border-left: 0px; }
        .home div.tile-bottom-row-last { border-left: 0px; border-right: 0px; }
        .industry-page div.tile-top-row { border-left: 0px; }
        .industry-page div.tile-top-row-last { border-left: 0px; }
        .industry-page div.tile-bottom-row { border-left: 0px; }
        .industry-page div.tile-bottom-row-last { border-left: 0px; }
    }




/*//////////////////////////////////////////////*/
/*  HEADERS, HEIGHTS AND WIDTHS ONLY  */
/*  DO NOT DEFINE COLORS ETC. HERE.   */
/*//////////////////////////////////////////////*/
    .about-page .page-header-wrap, .capabilities-page .page-header-wrap, .case-studies .page-header-wrap, .culture-page .page-header-wrap, .contact-page .page-header-wrap, .industry-page .page-header-wrap { min-height: 400px; }
    .single-case_study .page-header-wrap { min-height: 500px; }
    .about-page .page-header-wrap .vc_col-sm-6:first-child, .capabilities-page .page-header-wrap .vc_col-sm-6:first-child, .case-studies .page-header-wrap .vc_col-sm-6:first-child, .contact-page .page-header-wrap .vc_col-sm-6:first-child, .culture-page .page-header-wrap .vc_col-sm-6:first-child, .industry-page .page-header-wrap .vc_col-sm-6:first-child, .single-case_study .page-header-wrap .vc_col-sm-6:first-child { width: 45%; }
    .about-page .page-header-wrap .vc_col-sm-6:last-child, .capabilities-page .page-header-wrap .vc_col-sm-6:last-child, .case-studies .page-header-wrap .vc_col-sm-6:last-child, .contact-page .page-header-wrap .vc_col-sm-6:last-child, .culture-page .page-header-wrap .vc_col-sm-6:last-child, .industry-page .page-header-wrap .vc_col-sm-6:last-child, .single-case_study .page-header-wrap .vc_col-sm-6:last-child { width: 55%; height: 100px; }

    /* PARALLAX HEADER, HEIGHTS AND WIDTHS ONLY  */
    .parallax-header-wrap { min-height: 500px; }

/*    .about-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .generic-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .industries-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .capabilities-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .case-study-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }

*/
@media only screen and (min-width:768px) and (max-width:1024px) {
.about-page .page-header-wrap, .capabilities-page .page-header-wrap, .case-studies .page-header-wrap, .culture-page .page-header-wrap, .contact-page .page-header-wrap, .industry-page .page-header-wrap, .single-case_study .page-header-wrap {
    min-height: unset;
}
/*.page-header-wrap .dnb-vc-columns-wrap {
    padding-bottom: 50px;
}
*/
.parallax-header-wrap {
    min-height: 200px;
}

        .about-page .page-header-wrap .vc_col-sm-6:first-child, .capabilities-page .page-header-wrap .vc_col-sm-6:first-child, .case-studies .page-header-wrap .vc_col-sm-6:first-child, .contact-page .page-header-wrap .vc_col-sm-6:first-child, .culture-page .page-header-wrap .vc_col-sm-6:first-child, .industry-page .page-header-wrap .vc_col-sm-6:first-child, .single-case_study .page-header-wrap .vc_col-sm-6:first-child { width: 60%; }
        .about-page .page-header-wrap .vc_col-sm-6:last-child, .capabilities-page .page-header-wrap .vc_col-sm-6:last-child, .case-studies .page-header-wrap .vc_col-sm-6:last-child, .contact-page .page-header-wrap .vc_col-sm-6:last-child, .culture-page .page-header-wrap .vc_col-sm-6:last-child, .industry-page .page-header-wrap .vc_col-sm-6:last-child, .single-case_study .page-header-wrap .vc_col-sm-6:last-child { display: none; }


/*    .about-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .generic-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .industries-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .capabilities-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
    .case-study-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, .85); padding: 20px; width: 100%; float: left; }
*/
span.dnb-bg-overlay.color {
background-color: rgba(41, 56, 75, 0) !important;
}

}


    @media only screen and (max-width: 767px) {
        .about-page .page-header-wrap, .capabilities-page .page-header-wrap, .case-studies .page-header-wrap, .culture-page .page-header-wrap, .contact-page .page-header-wrap, .industry-page .page-header-wrap, .single-case_study .page-header-wrap { min-height: unset; }
        .page-header-wrap .dnb-vc-columns-wrap { padding-bottom: 50px; }
        .about-page .page-header-wrap .vc_col-sm-6:first-child, .capabilities-page .page-header-wrap .vc_col-sm-6:first-child, .case-studies .page-header-wrap .vc_col-sm-6:first-child, .contact-page .page-header-wrap .vc_col-sm-6:first-child, .culture-page .page-header-wrap .vc_col-sm-6:first-child, .industry-page .page-header-wrap .vc_col-sm-6:first-child, .single-case_study .page-header-wrap .vc_col-sm-6:first-child { width: 100%; }
        .about-page .page-header-wrap .vc_col-sm-6:last-child, .capabilities-page .page-header-wrap .vc_col-sm-6:last-child, .case-studies .page-header-wrap .vc_col-sm-6:last-child, .contact-page .page-header-wrap .vc_col-sm-6:last-child, .culture-page .page-header-wrap .vc_col-sm-6:last-child, .industry-page .page-header-wrap .vc_col-sm-6:last-child, .single-case_study .page-header-wrap .vc_col-sm-6:last-child { display: none; }
        .parallax-header-wrap { min-height: 200px; }
    }

    @media only screen and (max-width: 500px) {
        .about-page .page-header-wrap, .capabilities-page .page-header-wrap, .case-studies .page-header-wrap, .culture-page .page-header-wrap, .contact-page .page-header-wrap, .industry-page .page-header-wrap, .single-case_study .page-header-wrap { min-height: unset; }
        .page-header-wrap .dnb-vc-columns-wrap { padding-bottom: 50px; }
        .about-page .page-header-wrap .vc_col-sm-6:first-child, .capabilities-page .page-header-wrap .vc_col-sm-6:first-child, .case-studies .page-header-wrap .vc_col-sm-6:first-child, .contact-page .page-header-wrap .vc_col-sm-6:first-child, .culture-page .page-header-wrap .vc_col-sm-6:first-child, .industry-page .page-header-wrap .vc_col-sm-6:first-child, .single-case_study .page-header-wrap .vc_col-sm-6:first-child { width: 100%; }
        .parallax-header-wrap { min-height: 200px; }
    }

    @media only screen and (max-width: 320px) {}


    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (max-device-width:1024px) and (orientation:landscape) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {}
    @media only screen and (max-width: 959px) {}
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
/*        .about-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0);padding: 20px 5px;}
        .generic-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0);padding: 20px 5px;}
        .industries-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0);padding: 20px 5px;}
        .capabilities-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0);padding: 20px 5px;}
        .case-study-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0);padding: 20px 5px;}
*/    }
    @media only screen and (max-width: 500px) {}
    @media only screen and (max-width: 320px) {}

/*  END HEADER HEIGHTS AND WIDTHS  */
/*//////////////////////////////////////////////*/


/*//////////////////////////////////////////////*/
/* NEED TO PLACE PROPERLY */
/*//////////////////////////////////////////////*/
    .industry-page .blog-slide-content-left { padding: 0px 0px; position: absolute; top: 0px; width: 52%; }
    .industry-page div.dnb-carousel-entry-details.clr {
        /*height: 190px;*/
        height: 100%;
        width: 8.2%; /*pretty important*/
        padding: 20px 20px 15px 20px;
        bottom: 0;
        top: 0;
        position: fixed;
    }

.industry-page .blog-carousel-wrap div.dnb-carousel-entry-title.entry-title {
    font-size: 18px;
    line-height: 24px;     /* fallback */
    max-height: 48px;      /* fallback */

}
.blog-slide-wrapper .vcex-blog-entry-date {
    width: 50%;
    float: left;
}
.blog-slide-content-btn {
    /*width: 50%;*/
    float: unset;
    padding-left: 10px;
}
    .blog-slide-content-btn a { width: 150px; margin-bottom: 0px; margin-top: 0px; color: #FFFFFF; }
    div.dnb-carousel-entry-details.clr { background-color: rgba(41, 56, 75, .8) !important; border: 0px; }
    div.dnb-carousel-entry-title.entry-title { font-size: 26px; line-height: 30px; font-weight: bold; color: #fff; font-family: Open Sans !important; margin-bottom: 3%; }
    div.dnb-carousel-entry-excerpt { color: #fff !important; margin-bottom: 20px; }
    .blog-slide-content-wrap .vcex-blog-entry-date:before { content: "By " }
    .blog-slide-content-wrap .vcex-blog-entry-date { color: #F15232; font-weight: bold; font-size: 15px; font-family: Montserrat !important; }
    .blog-slide-wrapper .dnb-carousel.arrwpos-abs .owl-next { right: -55px; }
    .blog-slide-wrapper .dnb-carousel.arrwpos-abs .owl-prev { left: -55px; }
    .blog-slide-wrapper span.fa-chevron-left:before { content: "\f0d9"; font-size: 54px; }
    .blog-slide-wrapper span.fa-chevron-right:before { content: "\f0da"; font-size: 54px; }
    div.blog-slide-wrapper { background-color: #E7E7E7; }
    .blog-slide-wrapper h2.lightblue-header { margin-bottom: 0px !important; }
    .blog-slide-content-wrap { width: 100%; }
    .blog-slide-content-left { float: left; }
    .dnb-carousel.arrwstyle-min.arrwpos-abs .owl-prev, .dnb-carousel.arrwstyle-min.arrwpos-abs .owl-next { background: none; color: #21344B; font-size: 24px; }
    /* awards */
    .img-award-bucket { filter: alpha(opacity=35); opacity: 0.35; }
    .img-award-bucket:hover { filter: alpha(opacity=100); opacity: 1.0; }
    .img-award-bucket { padding-top: 20px; padding-bottom: 20px; }

    @media only screen and (min-width:768px) and (max-width:1024px) {
        .vcex-blog-entry-date {margin: 0 0 15px;}
        .blog-slide-content-btn {
            /*width: 50%;*/
             float: unset;
            text-align: center;
        }
        .blog-slide-content-wrap .vcex-blog-entry-date {
            /*margin-left: 0px;*/
            /*margin-top: 15px;*/
            display: none;
        }
    }

        @media only screen and (max-width:767px) {
    .industry-page .blog-carousel-wrap div.dnb-carousel-entry-title.entry-title {
        font-size: 16px;
        width: 100%;
        line-height: 20px;     /* fallback */

    }

        .blog-slide-content-wrap .vcex-blog-entry-date {
            /*margin-left: 0px;*/
            /*margin-top: 15px;*/
            display: none;
        }

    .industry-page div.dnb-carousel-entry-details.clr {
        width:unset;

    }


            div.wpb_single_image.wpb_content_element.vc_align_center.img-award-bucket
            { padding-top: 20px; padding-bottom: 20px; height: 100px;}
        }

        @media only screen and (max-width:480px) {
    .industry-page div.dnb-carousel-entry-details.clr {width: 8%;}
}

/*//////////////////////////////////////////////*/
/* CAROUSEL NAV ARROWS */
/*//////////////////////////////////////////////*/
    .industry-page .dnb-carousel.arrwpos-abs .owl-next { right: -45px; }
    .industry-page .dnb-carousel.arrwpos-abs .owl-prev { left: -45px; }
    .industry-page span.fa-chevron-left:before { content: "\f0d9"; font-size: 54px; }
    .industry-page span.fa-chevron-right:before { content: "\f0da"; font-size: 54px; }
    .industry-page .dnb-carousel.arrwpos-abs .owl-prev, .dnb-carousel.arrwpos-abs .owl-next { top: 50%; }

    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (max-device-width:1024px) and (orientation:landscape) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {}
    @media only screen and (max-width: 959px) {}
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        .industry-page .dnb-carousel.arrwpos-abs .owl-next,
        .industry-page .dnb-carousel.arrwpos-abs .owl-prev { display: none; }
    }

    @media only screen and (max-width: 500px) {
        .industry-page .blog-slide-content-left { width: 100%; }
        .industry-page .blog-slide-content-btn { display: none; }
        /*.blog-slide-content-wrap .vcex-blog-entry-date { display: none; }*/
        .industry-page .blog-carousel-wrap div.dnb-carousel-slide { margin-top: 0px; }
    }

    @media only screen and (max-width: 320px) {
        .industry-page div.dnb-carousel-entry-details.clr { padding: 10px 20px 0px 20px; }
        .industry-page .blog-carousel-wrap div.dnb-carousel-entry-title.entry-title { font-size: 16px; }
    }
/* END CAROUSEL NAV ARROWS */
/*//////////////////////////////////////////////*/


/*//////////////////////////////////////////////*/
/*  CASE STUDIES GRID/PAGE  */
/*//////////////////////////////////////////////*/
    /* required for mobile overlay */
    div.overlay-table-cell:hover, div.overlay-table-cell.hover {
        background: rgba(41, 56, 75, .3);
        color: white;
    }

    /*need to refine this but it works, scottsdale community college*/
    .case-study-text-gap-top { padding-top: 40px; }
    .case-study-text-container { padding: 20px 20px 20px 20px; }

    .case-study-text-gap-top .vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top: 0px; }
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-title-excerpt-hover {background: rgba(41, 56, 75, 0.8); color: #fff; font-weight: 600; height: 100%; overflow: hidden; position: absolute; right: 0; top: 0; transition: all .25s ease-in-out; width: 100%; }
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-table-cell { text-align: center; }
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-table-cell { vertical-align: middle; }
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-title { color: #FFF; font-size: 28px; font-weight: bold; margin: 0 0 0 0; line-height: 28px; margin-bottom: 20px; }
    .case-studies .overlay-parent-dnb-case-studies-hover .title { color: #62DDD6; font-size: 15px; font-weight: normal; }
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-title-excerpt-hover .overlay-table-cell { transition: unset !important; transform: unset !important; }
    .case-studies .overlay-title-excerpt-hover .overlay-excerpt { color: #FFF; font-size: 15px; font-style: unset; font-weight: normal; margin-bottom: 20px; margin: 0 auto; max-width: 68%; padding: 10px 0px 30px 0px;}
    div.dnb-row.vcex-post-type-grid.entries.dnb-clr { max-width: 1200px; margin: 0 auto; }
    .single-case_study .ult-carousel-wrapper { margin-bottom: 0px; padding-bottom: 0px }
    .case-study-results p { font-size: 12px; }
    .case-studies a.vcex-button.theme-button.on-blue.animate-on-hover {margin-top: 30px;}

    .case-studies img.case-study-logo { width: auto; height: auto; max-width: 150px; margin-bottom: 20px; }
    .case-studies div.vcex-post-type-entry-details.entry-details.dnb-clr { display: none; }
    .case-studies .vcex-post-type-entry-details { padding: 0px; border: 0px; }
    .case-studies .max-width-1200 .dnb-row .col {padding: 0 0px;}
    .case-studies .case-studies-grid-wrap .dnb-row .col { margin: 0 auto; }
    .case-studies .overlay-table a { text-decoration: none; }
    .case-studies .dnb-carousel-entry-details { display: none; }

    .single-case_study .dnb-bg-overlay {
        background: rgba(0, 0, 0, 0) !important;
    }
    .single-case_study .dnb-bg-overlay:before {
                background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
                background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
                background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
                background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
                content: "";
                display: block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1;
    }


/*//////////////////////////////////////////////*/
/*  END CASE STUDIES GRID  */

/*//////////////////////////////////////////////*/
/*  CASE STUDIES CAROUSEL  */
/*//////////////////////////////////////////////*/
    .case-studies-carousel-wrap div.vc_column-inner.dnb-clr { padding-left: 0px !important; padding-right: 0px !important; }
    .single-case_study .post-pagination { border-top: 0px; padding: 30px 0; }
    .single-case_study .blog-slide-content-left { top: 0px; position: absolute; padding: 0px 0px; width: 52%; }
    .single-case_study div.dnb-carousel-entry-details.clr { height: 190px; padding: 15px 20px 15px 20px; }

.single-case_study .blog-carousel-wrap div.dnb-carousel-entry-title.entry-title {
    font-size: 18px;
    line-height: 24px;     /* fallback */
    max-height: 48px;      /* fallback */
}

.single-case_study div.wpb_column.vc_column_container.vc_col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
}


    /*carousel nav arrows*/
    .single-case_study .dnb-carousel.arrwpos-abs .owl-next { right: -45px; }
    .single-case_study .dnb-carousel.arrwpos-abs .owl-prev { left: -45px; }
    .single-case_study span.fa-chevron-left:before { content: "\f0d9"; font-size: 54px; }
    .single-case_study span.fa-chevron-right:before { content: "\f0da"; font-size: 54px; }
    .single-case_study .dnb-carousel.arrwpos-abs .owl-prev, .dnb-carousel.arrwpos-abs .owl-next { top: 50%; }



    @media only screen and (min-width:861px) and (max-width:1024px) {
/*        .blog-slide-content-btn {
            display: none;
        }*/
    }

    @media only screen and (min-width:768px) and (max-width:860px) {
    }


    @media screen and (max-width: 860px) {
        .single-case_study div.dnb-carousel-entry-details.clr { height: 214px; padding: 15px 20px 15px 20px; }

    }

    @media only screen and (max-width:767px) {
        .single-case_study .dnb-carousel.arrwpos-abs .owl-next, .single-case_study .dnb-carousel.arrwpos-abs .owl-prev { display: none; }
    }
    @media only screen and (max-width:500px) {
        .single-case_study .blog-slide-content-left { width: 100%; }
        .single-case_study .blog-slide-content-btn { display: none; }
        /*.blog-slide-content-wrap .vcex-blog-entry-date { display: none; }*/


    .blog-slide-content-wrap .vcex-blog-entry-date {
        margin-left: 0px;
        margin-top: 15px;
        display:unset;
        top: 55px;
        position: absolute;
    }


            .single-case_study.blog-carousel-wrap div.dnb-carousel-slide { margin-top: 0px; }
        }
        @media only screen and (max-width:320px) {
            .single-case_study div.dnb-carousel-entry-details.clr { padding: 10px 20px 0px 20px; }
            .single-case_study .blog-carousel-wrap div.dnb-carousel-entry-title.entry-title { font-size: 16px; }
        }



/*//////////////////////////////////////////////*/
/*  END CASE STUDIES CAROSUEL  */



/*//////////////////////////////////////////////*/
/*  ABOUT PAGE SPECIFIC  */
/*//////////////////////////////////////////////*/
    div.about-row-wrap {}
    .db-about { border: 0px solid #F15232; color: #ffffff; height: 265px !important; margin-bottom: -1px; min-height: 265px !important; }
    .db-about h3 { color: #FFFFFF; font-family: Open Sans !important; font-size: 32px !important; font-weight: bold; }
    div.db-about-cell-text { padding: 50px; }
    .db-about { background-position: center; background-repeat: no-repeat; background-size: cover; }

    .about-position-one {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/1-Strategy-Orange.jpg);}
    .about-position-two {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/2-ListenClosely-Blue.jpg);}
    .about-position-three {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/3-Creative-Blue.jpg);}
    .about-position-four {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/6-PushBack-Orange.jpg);}
    .about-position-five {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/5-Maximize-Orange.jpg);}
    .about-position-six {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/8-Measure-Blue.jpg);}

    @media only screen and (max-width: 959px) {
        .about-position-one {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/1-Strategy-Orange.jpg);}
        .about-position-two {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/2-ListenClosely-Blue.jpg);}
        .about-position-three {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/3-Creative-Orange.jpg);}
        .about-position-four {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/6-PushBack-Blue.jpg);}
        .about-position-five {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/5-Maximize-Orange.jpg);}
        .about-position-six {background-image: url(/wp-content/themes/DavidsonBelluso/images/about-page/8-Measure-Blue.jpg);}

        div#about-full-width-row.vc_row.wpb_row.vc_row-fluid.tablet-fullwidth-columns {
            padding-left: 0px!important;
            padding-right: 0px!important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {}
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {
        .db-about h3 { font-size: 24px !important; }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}

/*//////////////////////////////////////////////*/
/*  ABOUT PAGE STAFF GRID  */
/*//////////////////////////////////////////////*/
    .single-staff .post-pagination { border-top: 0px; }
    .overlay-parent-dnb-staff-hover .overlay-title-excerpt-hover { background: #F15232; background: rgba(241, 82, 50, 0.8); color: #fff; font-weight: 600; height: 100%; overflow: hidden; position: absolute; right: 0; top: 0; transition: all .25s ease-in-out; width: 100%; }
    .overlay-parent-dnb-staff-hover .overlay-table-cell { text-align: left; }
    .overlay-parent-dnb-staff-hover .overlay-table-cell { vertical-align: bottom; }
    .overlay-parent-dnb-staff-hover .overlay-title { color: #FFF; font-size: 28px; font-weight: bold; margin: 0 0 0 0; line-height: 28px; }
    .overlay-parent-dnb-staff-hover .title { color: #62DDD6; font-size: 15px; font-weight: normal; }
    .overlay-parent-dnb-staff-hover .dnb-social-btn-flat { background: transparent !important; }
    .overlay-parent-dnb-staff-hover span.fa.fa-linkedin { color: rgba(255, 255, 255, .6); font-size: 14px; line-height: 15px; }
    .overlay-parent-dnb-staff-hover span.fa.fa-linkedin:hover { color: rgba(255, 255, 255, 1); }
    .overlay-parent-dnb-staff-hover a.dnb-phone-number.dnb-social-btn { color: rgba(255, 255, 255, .6); font-size: 14px; line-height: 15px; }
    .overlay-parent-dnb-staff-hover .dnb-social-color-hover.dnb-phone-number:hover { color: rgba(255, 255, 255, 1)!important; }
    .overlay-parent-dnb-staff-hover a.dnb-email.dnb-social-btn { color: rgba(255, 255, 255, .6); font-size: 14px; line-height: 15px; }
    .overlay-parent-dnb-staff-hover .dnb-social-color-hover.dnb-email:hover { color: rgba(255, 255, 255, 1)!important; }
    .overlay-parent-dnb-staff-hover .staff-social { margin-top: 0px; margin-left: -3px; }
    .overlay-parent-dnb-staff-hover .overlay-title-excerpt-hover .overlay-table-cell {
        transition: unset !important;
        transform:  unset !important;
    }

.overlay-parent-dnb-staff-hover .overlay-title a {
    color: #FFFFFF;
    text-decoration: none!important;
}

    @media only screen and (max-width: 400px) {
        /*this is done incorrectly */
        .overlay-parent-dnb-staff-hover .overlay-title-excerpt-hover {
            width: 100%;
            margin: 0px;
        }

        .overlay-parent-dnb-staff-hover .overlay-title a {
            color: #FFFFFF;
            text-decoration: none!important;
            font-size: 24px !important;
        }

         .overlay-parent-dnb-staff-hover .title {
            color: #62DDD6;
            font-size: 12px;
            font-weight: normal;
        }
    }
/*  END ABOUT PAGE  */
/*//////////////////////////////////////////////*/

/*//////////////////////////////////////////////*/
/*  CAPABILITIES PAGE SPECIFIC  */
/*//////////////////////////////////////////////*/
    .our-capabilities-wrap { padding: 30px 0px; }
    .our-capabilities-wrap .core3-column { color: #F15232; font-size: 16px; padding: 0px 40px; text-align: center; }
    .our-capabilities-wrap ul { color: #00315C; list-style-type: none; margin: 0; padding: 0; }
    .our-capabilities-wrap li { display: inline-block; height: 150px; min-height: 150px; text-align: center; width: 19%; }
    .capabilities-row h2 { font-size: 25px !important; color: #00315C!important; line-height: 31px; vertical-align: middle; padding-bottom: 15px; }
    .capabilities-page div.inner-col-right.wpb_column.vc_column_container.vc_col-sm-6 div.vc_column-inner.dnb-clr,
    .capabilities-page div.inner-col-left.wpb_column.vc_column_container.vc_col-sm-6 div.vc_column-inner.dnb-clr { padding-left: 15px !important; padding-right: 15px !important; }
    .capabilities-position-one { background-color: #FFFFFF; padding: 30px 10px 10px 10px; min-height: 250px; border-right:1px solid #E3E3E3; }
    .capabilities-position-two { background-color: #ffffff; padding: 30px 10px 10px 10px; min-height: 250px; border-right:1px solid #E3E3E3; }
    .capabilities-position-three { background-color: #ffffff; padding: 30px 10px 10px 10px; min-height: 250px; }
    .capabilities-position-four { background-color: #FFFFFF; padding: 30px 10px 10px 10px; min-height: 250px; border-right:1px solid #E3E3E3; }
    .capabilities-position-five { background-color: #FFFFFF; padding: 30px 10px 10px 10px; min-height: 250px; border-right:1px solid #E3E3E3; }
    .capabilities-position-six { background-color: #ffffff; padding: 30px 10px 10px 10px; min-height: 250px; }
    .capabilities-position-seven { background-color: #ffffff; padding: 30px 10px 10px 10px; min-height: 250px; border-right:1px solid #E3E3E3; }
    .capabilities-position-eight { background-color: #FFFFFF; padding: 30px 10px 10px 10px; min-height: 250px; border-right:1px solid #E3E3E3; }
    .capabilities-position-nine { background-color: #FFFFFF; padding: 30px 10px 10px 10px; min-height: 250px; }
    .capabilities-position-ten { background-color: #ffffff; padding: 30px 10px 10px 10px; min-height: 250px; }

    .caps p{
        font-family:'Montserrat';
        text-transform:uppercase !important;
        color:#777777 !important;
        font-weight:500;
        line-height:20px;
        font-size:14px;
    }

    .caps-img{
        text-align:center;
    }

    .capabilities-row{
        padding-bottom:40px;
    }

    .capabilities-row .vc_col-sm-3 .vc_column-inner{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    @media only screen and (max-width: 768px) {

        .caps-img{
            text-align:left;
            padding-bottom:15px;
        }

        .capabilities-row{
            padding-bottom:5px;
        }

    }




    @media only screen and (max-width: 1024px) {
        .capabilities-row .vc_col-sm-6 { float: left; width: 100%; }
        .capabilities-row .vc_col-sm-2 { float: left; width: 15%; }
        .capabilities-row .vc_col-sm-10 { float: left; width: 80%; }
        .capabilities-position-one {background-color: #ffffff;border-right:1px solid #ffffff;}
        .capabilities-position-two {background-color: #FFFFFF;border-right:1px solid #ffffff;}
        .capabilities-position-three {background-color: #ffffff;border-right:1px solid #ffffff;}
        .capabilities-position-four {background-color: #FFFFFF;border-right:1px solid #ffffff;}
        .capabilities-position-five {background-color: #ffffff;border-right:1px solid #ffffff;}
        .capabilities-position-six {background-color: #FFFFFF;border-right:1px solid #ffffff;}
        .capabilities-position-seven {background-color: #ffffff;border-right:1px solid #ffffff;}
        .capabilities-position-eight {background-color: #FFFFFF;border-right:1px solid #ffffff;}
        .capabilities-position-nine {background-color: #ffffff;border-right:1px solid #ffffff;}
        .capabilities-position-ten {background-color: #FFFFFF;border-right:1px solid #ffffff;}

        div.vc_row.wpb_row.vc_row-fluid.capabilities-row {
            padding-left:0px !important;
            padding-right:0px !important;
        }
    }

    @media only screen and (max-width: 736px) {
      .our-capabilities-wrap li {
        width: 24%;
        min-height: 150px;
        height: 150px;
      }

    }

    @media only screen and (max-width: 568px) {
      .our-capabilities-wrap li {
        width: 48%;
        min-height: 150px;
        height: 150px;
      }

    .capabilities-row h2 {
        font-size: 24px !important;
        color: #F15232;
        line-height: 30px;
        vertical-align: middle;
        margin-bottom: 10px !important;
    }
        .capabilities-row .vc_col-sm-2 { width: 20%; }
    }

    @media only screen and (max-width: 400px) {
      .our-capabilities-wrap li {
        width: 48%;
        min-height: 150px;
        height: 150px;
      }
    }


/*  END CAPABILITIES PAGE SPECIFIC  */
/*//////////////////////////////////////////////*/

.top-phone{
    color: #ff5e42;
    font-family: 'Open Sans' !important;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
}

.top-phone:hover{
    color: #ff5e42;
    font-family: 'Open Sans' !important;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
}

.contact-uss{
    padding: 8px 20px;
    color:#ffffff;
    border: 1px solid #ff5e42;
    font-family: 'Open Sans' !important;
    margin-left: 30px;
    font-size: 16px;

}

.contact-uss:hover{
    padding: 8px 20px;
    color:#ffffff;
    border: 1px solid #ff5e42;
    font-family: 'Open Sans' !important;
    margin-left: 30px;
    font-size: 16px;
    background: #ff5e42;
    text-decoration: none;
}

.left-top-h1{
    padding-left: 10%;
}

.top-blue{
    font-family: 'Open Sans' !important;
    font-weight: 300;
    color: #052a44;
    font-size: 52px;
}

.top-grey{
    font-family: 'Open Sans' !important;
    font-weight: 300;
    color: #67c7be;
    font-size: 52px;
}


.but-top{
    color: #052a44;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border: 1px solid #ff5e42;
}

.but-top:hover{
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border: 1px solid #ff5e42;
    background: #ff5e42;
    text-decoration: none;
}

.wellness-check h2{
    font-family: 'Open Sans' !important;
    font-size: 40px !important;
    color: #ff5e42 !important;
    font-weight: 400 !important;
    line-height: 40px !important;
}

.mid-icon-text{
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #052a44;
    line-height: 29px;
}

.outdoer{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 59px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    text-align: center !important;
}

.orng{
	font-family: 'Open Sans', sans-serif !important;
    color: #ff5e42 !important;
}

#site-logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 40px !important;
    max-width: 100%;
}

.wellness-checkup{
    font-family: 'Open Sans' !important;
    font-weight: 300;
    color: #052a44;
    font-size: 55px;
    line-height: 60px;
}

.call-our-office{
    font-family: 'Open Sans' !important;
    font-size: 24px;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 32px;
}

.call-our-office a{
    font-family: 'Open Sans' !important;
    font-size: 24px;
    font-weight: 300;
    color: #ff5e42;
    line-height: 32px;
    text-decoration: none;
}

.healthcare-form input[type="text"]{
    max-width: 95% !important;
}

.page-id-15327 .wpcf7 input, .page-id-15327 .wpcf7 textarea {
    margin-top: 15px !important;
}

.icon-a{
    padding: 3px 0px 0px 0px;
}

.hc-icons img{
    max-width: 105px;
}

.footer-db-info{
    padding-top: 20px;
}

.footer-db-info li{
    padding-right: 30px;
}

.alignleft.icon-a {
    float: left;
    margin: 0 10px 10px 0 !important;
}

.page-id-15327 div.dnb-row.vcex-post-type-grid.entries.dnb-clr {
    max-width: 100%;
    margin: 0 auto;
}

.page-id-15327 div.overlay-table-cell:hover, .page-id-15327 div.overlay-table-cell.hover {
    background: #052a44 !important;
    color: white;
}

.page-id-15327 .overlay-title{
    display: none;
}

.page-id-15327 .overlay-excerpt {
    font-family: 'Open Sans' !important;
    font-size: 44px;
    font-weight: 300;
    color: #ffffff;
    line-height: 49px;
    text-align: left;
    padding: 70px;
    font-style: normal;
}

.page-id-15327 .vcex-image-swap img {
	height: 100% !important;
    background-color: #ffffff;
    opacity: 1;
    padding:  0 !important;
}

.page-id-15327 .wpcf7-submit{
    color: #052a44 !important;
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 6px 22px !important;
    border: 1px solid #ff5e42 !important;
    background: #ffffff !important;
    font-size: 16px;
    border-radius: 0 !important;
}

.page-id-15327 .wpcf7-submit:hover{
    color: #ffffff !important;
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 6px 22px !important;
    border: 1px solid #ff5e42 !important;
    background: #ff5e42 !important;
    text-decoration: none !important;
}

.page-id-15327 .vcex-image-swap:hover .vcex-image-swap-primary {
    opacity: 0.1 !important;
}

.page-id-15327 input, .page-id-15327 textarea {
    border: 1px solid #67c7be !important;
    color: #052a44 !important;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;

}

#hc-footer img{
    max-width: 75px !important;
}

.hc-para{
    color: #ffffff !important;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
    font-size: 20px !important;
}

#hc-header{
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

body.page-id-15645{
	padding-top: 98px;
}

body.page-id-15327{
	padding-top: 98px;
}

.page-id-1504 .theme-button{
	width: 160px !important;
}

.single-case_study .blog-slide-content-left {
    top: 0px;
    position: absolute;
    padding: 0px 0px;
    width: 70%;
}

.single-case_study .page-header{
    display: none;
}

.login form {
    border: 0px solid #ffffff !important;
}

.page-id-1504 #sidebar{
    margin-top:60px;
}

   /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1440px) {

        .top-blue{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #052a44;
            font-size: 44px;
        }

        .top-grey{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #67c7be;
            font-size: 44px;
        }

        .left-top-h1{
            padding-left: 8%;
        }

        .wellness-check h2{
            font-size: 34px !important;
            line-height: 38px !important;
        }

        .hc-icons img{
            max-width: 90px;
        }

    }

    @media only screen and (max-width : 1240px) {

        .top-blue{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #052a44;
            font-size: 38px;
        }

        .top-grey{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #67c7be;
            font-size: 38px;
        }

        .wellness-check h2{
            font-size: 30px !important;
            line-height: 34px !important;
        }

        .hc-icons img{
            max-width: 75px;
        }



    }

    @media only screen and (max-width : 1030px) {

        .top-blue{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #052a44;
            font-size: 30px;
        }

        .top-grey{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #67c7be;
            font-size: 30px;
        }

        .wellness-check h2{
            font-size: 26px !important;
            line-height: 34px !important;
        }

        .hc-icons img{
            max-width: 60px;
        }



    }

    @media only screen and (max-width : 820px) {

        .top-blue{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #052a44;
            font-size: 26px;
        }

        .top-grey{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #67c7be;
            font-size: 26px;
        }



    }


    @media only screen and (max-width : 767px) {

        .top-blue{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #052a44;
            font-size: 31px;
        }

        .top-grey{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #67c7be;
            font-size: 31px;
        }

        .left-top-h1{
            padding-left: 6%;
            padding-bottom: 80px;
        }

        .page-id-15327 .vc_column_container>.vc_column-inner {
            box-sizing: border-box;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%;
        }

        .hc-logo img{
			display: block;
			margin: 0 auto;
		}

		p.outdoer{
		    font-family: 'Open Sans', sans-serif !important;
		    font-size: 42px !important;
		    font-weight: 300 !important;
		    color: #ffffff !important;
		    text-align: center !important;
            line-height: 50px;
		}

		.hc-marketing{
			padding-top: 40px !important;
		}

        .wellness-check h2{
            font-family: 'Open Sans' !important;
            font-size: 26px !important;
            color: #ff5e42 !important;
            font-weight: 400 !important;
            line-height: 40px !important;
        }

        .wellness-checkup{
            font-family: 'Open Sans' !important;
            font-weight: 300;
            color: #052a44;
            font-size: 31px;
            line-height: 44px;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 959px) {

    	body.page-id-15645{
			padding-top: 169px;
		}

		body.page-id-15327{
			padding-top: 174px;
		}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }





/*//////////////////////////////////////////////*/
/*  BLOG POST HEADER */
/*//////////////////////////////////////////////*/
    .blog #content-wrap, .white-paper-page #content-wrap, .white-paper-post #content-wrap { margin-top: 40px; }
    .page-header-table-cell { margin-top: 30px; vertical-align: top; }
    .page-header.background-image-page-header .page-header-title { max-width: 100% !important; text-align: left; }
    .page-header-table-inner-cell { width: 50%; float: left; background-color: rgba(41, 56, 75, .85); padding: 20px; }
    .page-header-table-cell h2.page-header-title { color: #FFFFFF !important; font-family: Open Sans !important; font-size: 35px !important; font-weight: bold !important; text-transform: capitalize !important; }
    .page-header-table-cell .blog-excerpt { color: #FFFFFF !important; max-width: 100%; padding: 20px 0px; text-align: left; }
    .page-header-table-cell .blog-author { color: #F15232 !important; font-weight: bold; text-align: left; }

    @media only screen and (max-width: 959px) {}
    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {}
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        .page-header.background-image-page-header .page-header-title {max-width: 100% !important;}

        .page-header-table-cell h2.page-header-title {color:#29384b!important;font-size: 28px !important;}

        .page-header-table-cell .blog-excerpt {max-width: 40%;}
        .page-header-table-inner-cell {
            width:100%;
            float:left;
            background-color: rgba(255,255,255,.65);
            padding: 20px;
        }
    }

    @media only screen and (max-width: 500px) {
        .page-header-table-cell { padding: 0 0; }
        .page-header-table-cell h2.page-header-title { color:#29384b;font-size: 20px !important; }
        .page-header-table-cell .blog-excerpt { display: none; }
        .page-header-table-cell .blog-author { display: none; }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}

/*//////////////////////////////////////////////*/
/*  BLOG PAGES  */
/*//////////////////////////////////////////////*/
    .archive span.fa.fa-user, .blog span.fa.fa-user { display: none; }
    .archive .meta a:before, .blog .meta a:before { content: "By " }
    .archive .meta a, .blog .meta a { color: #F15232; font-size: 15px; font-weight: 600; font-family: Montserrat !important; }
    .archive div.blog-entry-inner.clr, .blog div.blog-entry-inner.clr { border-bottom: 1px solid #F15232; padding-bottom: 30px; }
    .single-post .entry h3 { font-family: Open Sans !important; font-size: 20px !important; font-weight: 500; color: #29384B !important; }
    .four-image-quad .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .four-image-quad .vc_col-has-fill>.vc_column-inner { padding-left: 0; padding-right: 0; padding-top: 0px }

    .blog-carousel-wrap { background-color: #E2E2E2; padding: 10px 0px 40px 0px; }
    .blog-carousel-wrap div.dnb-carousel-entry-media.clr { float: left; }
    .blog-carousel-wrap .dnb-carousel-entry-details { border: 0px; }
    .blog-carousel-wrap div.dnb-carousel-entry-title.entry-title { font-size: 30px; color: #FFF !important;}
    h2.blog-entry-title.entry-title { line-height: 32px; }
    .archive h2.blog-entry-title.entry-title a, .blog h2.blog-entry-title.entry-title a { font-size: 26px !important; line-height: 10px !important; }
    h2.blog-entry-title.entry-title { margin-top: -5px; }
    .blog-entry-readmore .theme-button { margin-top: 0px; }
    .author-bio-avatar img { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }

    @media only screen and (max-width: 500px) {
        .archive h2.blog-entry-title.entry-title a, .blog h2.blog-entry-title.entry-title a { font-size: 22px; line-height: 2px !important; }
        .archive .entry h2 { line-height: 30px !important; }
    }
    li.cat-item.cat-item-196, /*Front Page Featured*/
    li.cat-item.cat-item-185, /*Industry Featured*/
    li.cat-item.cat-item-1 {display: none; /*hide "Uncategorized" in sidebar*/ }
    .sidebar-widget-icons .widget_categories a:before, .sidebar-widget-icons .widget_recent_entries a:before { display: none; }
    .dnb-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget_product_categories li:first-child, .widget_layered_nav li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child { border-top: 0px;    /*border-bottom: 0px;*/ }
    .dnb-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget_product_categories li, .widget_layered_nav li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li { border-top: 0px; border-bottom: 0px; }
    #sidebar-inner a,
    #sidebar-inner h1 a:hover,
    #sidebar-inner h2 a:hover,
    #sidebar-inner h3 a:hover,
    #sidebar-inner h4 a:hover,
    #sidebar-inner h5 a:hover,
    #sidebar-inner h6 a:hover,
    #sidebar-inner .entry-title a:hover {
        font-family: "Open Sans"!important;
    }

/*//////////////////////////////////////////////*/
/*  CASE STUDY INFO BOXES, TEAL AND ORANGE  */
/*//////////////////////////////////////////////*/
    #dnb-teal-box {background-color: #6dbcb8; left: 0px; padding: 20px 30px; position: relative; top: 0px; z-index: 5; }
    #dnb-orange-box { background-color: #f15232; left: 20px; min-height: 80px; position: relative; top: -60px; z-index: 4; }
    .dnb-box-title { color: #29384b; font-size: 13px; text-transform: uppercase; }
    .dnb-box-logo { margin: 12px 0px; }
    .dnb-box-text { color: #fff; }
    .dnb-box-url-div { display: table; margin-top: 20px; }
    .dnb-box-url-div span { color: #fff; display: table-cell; font-size: 12px; padding: 0px 15px 5px 0px; text-transform: uppercase; vertical-align: middle; }

/*///////////////////////////////////////////////////////////////*/
/* STAFF-PAGE */
/*///////////////////////////////////////////////////////////////*/
    .staff-entry-details { text-align: center; }
    .staff-entry-details h3 { margin-bottom: -10px; }
    .single-staff .entry h2 { color: #d75b26; font-size: 36px; font-weight: 400; line-height: 1.0; margin: 0px; }
    .single-staff .entry h3 { color: #6f6f6f; font-size: 22px; font-weight: 300; padding-bottom: 10px; }
    .single-staff .staff-entry-excerpt {display: none;}

/*///////////////////////////////////////////////////////////////*/
/* Industry page logos  */
/*///////////////////////////////////////////////////////////////*/
    .logo-row-wrap { background-color: rgba(33, 52, 75, 1); }
    ul.industry-logos { color: #F15232; list-style-type: none; margin: 0; padding: 0; }
    .industry-logos li { display: inline-block; min-width: 12.5%; text-align: center; }
    img.lgx-logo-img { padding: 0px 10px; }
    @media only screen and (min-device-width:768px) and (orientation:landscape) {
        .industry-logos li { width: 12.5%; }
        img.lgx-logo-img { padding: 10px; }
    }
    @media only screen and (min-device-width:768px) and (orientation:portrait) {
        .industry-logos li { width: 25%; }
        img.lgx-logo-img { padding: 20px; }
    }
    @media only screen and (min-width:768px) and (max-width:1024px) {
        .industry-logos li { width: 12%; }
        img.lgx-logo-img { padding: 5px; }
        img.lgx-logo-img {
            /*max-width: 80px !important;*/
            /*max-height: unset !important;*/

            max-width: unset !important;
            max-height: 50px !important;

         }
    }
    @media only screen and (min-width:501px) and (max-width:767px) {
        .industry-logos li { width: 25%; }
        img.lgx-logo-img { padding: 20px; }
    }
    @media only screen and (max-width:500px) {
        .industry-logos li { width: 50%; }
        img.lgx-logo-img { padding: 20px; }
    }
/*//////////////////////////////////////////////*/
/* CONSTANT CONTACT EMAIL  */
/* contact page */
/*//////////////////////////////////////////////*/
input.coco_email {
color: #6dbcb8;
background-color: #ffffff;
padding: .37em;
width: 225px !important;
border-radius: 0px;
-web-border-radius: 0px;
-moz-border-radius: 0px;
border: 1px solid #6dbcb8;
}

span.vcconstantcontact-sub-button-cont.align_left.ffccns_button input[type="text"] {
    -webkit-appearance: none;
    background: #f7f7f7;
    border: 1px solid #eee;
    color: #6DBCB8;
    display: inline-block;
    font-family: inherit;
    font-size: .85em;
    line-height: inherit;
    padding: .37em;
    transition: .15s linear border;
    width: 225px !important;
}


span.vcconstantcontact-sub-button-cont.align_left.ffccns_button {
    padding-bottom: 0px !important;
    padding-top: 3px !important;
    text-align: left !important;
    /*margin-left: 20px;*/

}

span.vcconstantcontact-sub-button-cont.align_left.ffccns_button a {
    font-family: inherit !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #262626 !important;
    border-radius: 0px !important;
    border: 1px solid #6DBCB8!important;
    color: #FFFFFF !important;
    display: inline-block!important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-top: -3px!important;
    padding: 7px 10px 8px 10px !important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    width: 225px!important;
    margin-left: 20px!important;
}
span.vcconstantcontact-sub-button-cont.align_left.ffccns_button a:hover {
    background: #6DBCB8 !important;
    color: #FFFFFF !important;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
div.coco-success-message,
div.coco-error-message,
div.coco-email-validation-message {
    margin-top: 10px;
    font-weight: bold;
}

img.vc-coco-submit-processing {
    margin-left: 10px;
}

        div.wpb_text_column.wpb_content_element.constant-contact {
            color: #fff;
            padding: 0px 20px;
            text-align: center;
        }


    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (max-device-width:1024px) and (orientation:landscape) {}
    @media only screen and (min-width: 1024px) {
        span.vcconstantcontact-sub-button-cont.align_left.ffccns_button a {
            margin-left: 20px !important;
        }
    }
    @media only screen and (min-width:768px) and (max-width:1024px) {}
    @media screen and (max-width: 860px) {}
    @media only screen and (max-width: 959px) {
        .coco_email {
            margin-bottom: 20px;
        }
        span.vcconstantcontact-sub-button-cont.align_left.ffccns_button a {
            margin-left: 0px !important;
            width: 225px !important;
        }
    }
    @media only screen and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {}
    @media only screen and (max-width: 320px) {}


/*//////////////////////////////////////////////*/
/* CONTACT PAGE */
/*//////////////////////////////////////////////*/
/* button go to line 78 or so in style.css */
    .mainContactForm select {
        /*margin-top: 30px;*/
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #3a8dad;
        width: 50%;
        -webkit-appearance: none;
        border-radius: 0px;
    }

    .mainContactForm select {
        background-color: #FFF;
        -webkit-appearance: none;
    }

    input.wpcf7-form-control.wpcf7-captchar {
      width: 80px;
    }
    div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
    div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
        margin-bottom: 20px !important;
    }

/*    @media only screen and (max-width: 500px) {
        .mainContactForm .wpcf7-submit {
            margin-top: 0px!important;
        }*/
    }

    @media only screen and (max-width: 320px) {
        .mainContactForm .wpcf7-submit {
            width: 100%;
        }
    }



/*//////////////////////////////////////////////*/
/*  TESTIMONIALS  */
/*//////////////////////////////////////////////*/
    .staff-page .theme-button, .testimonials-page .theme-button { width: unset; color: #21344b; }
    .staff-page .theme-button:hover, .testimonials-page .theme-button:hover { color: #fff; }
    .staff-page .active > .theme-button, .testimonials-page .active > .theme-button { background-color: #6dbcb8 !important; color: #FFFFFF; }

/*//////////////////////////////////////////////*/
/*  STAFF PAGGES  */
/*//////////////////////////////////////////////*/
    .single-staff .single-post-title { font-family: "Open Sans"; font-weight: 600; font-style: normal; font-size: 26px; color: #29384b; }
    .single-staff div#staff-single-position.single-staff-position.dnb-em-14px.dnb-clr { color: #F15232; }

/*//////////////////////////////////////////////*/
/* CALLOUT */
/*//////////////////////////////////////////////*/
    .do-this-callout #footer-callout-wrap { background: #f15232; border-bottom: 1px solid #f15232; border-top: 1px solid #f15232; max-height: 260px; padding: 40px 0; }
    .do-this-callout #footer-callout-title-text { color: #FFFFFF; font-family: "Open Sans"; font-size: 55px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 60px; margin-bottom: 20px; text-align: center; }
    .do-this-callout #footer-callout-regular-text { color: #FFB8AA; font-family: "Open Sans"; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 20px; text-align: center; }
    .do-this-callout #footer-callout-regular-text a { color: #FFFFFF !important; }
    .do-this-callout #footer-callout-subscribe-wrap { width: 100%; background-color: #23272c; }
    .do-this-callout #footer-callout-subscribe { height: 100px; margin: 0 auto; text-align: center; max-width: 1200px; }

/*//////////////////////////////////////////////*/
/* FOOTER */
/*//////////////////////////////////////////////*/
    .site-footer .container {padding-top: 60px; padding-bottom:40px;}
    #footer-callout-wrap { background: #FFFFFF; border-bottom: 1px solid #23272C; border-top: 1px solid #ffffff; padding: 20px 0 60px 0; }
    #footer-callout { font-size: 15px; }
    .contact-page #footer-callout-wrap { background-color: #E9E9E9; }

    /*Default D/B "Core footer button"*/
    #footer-callout .theme-button { -webkit-appearance: none; -webkit-font-smoothing: inherit; background-color: transparent !important; border-radius: 0px; border: 1px solid #6dbcb8 !important; border: none; color: #29384B; cursor: pointer; display: inline-block; font-family: Montserrat !important; font-size: 14px; font-weight: normal; margin-right: 20px; margin-top: 30px; padding: .5em 1em; text-align: center; text-decoration: none !important; text-transform: uppercase; transition: all 0.15s ease-in-out; width: 150px; }
    #footer-callout .theme-button:hover { background-color: #6dbcb8 !important; border: 1px solid #6dbcb8 !important; color: #ffffff; text-transform: uppercase; }
    #footer-callout-subscribe-wrap { width: 100%; background-color: #23272c; }
    .footer-widget .widget-title { display: none; }
    .footer-widget .widget-title-visible { font-family: "Montserrat"; font-weight: 600; font-style: normal; font-size: 15px; text-transform: uppercase }
    .footer-widget .widget-title-visible a { color: #f15232 !important; }
    .footer-widget .widget-title-visible a:hover { color: #6DBCB8 !important; }
    div.footer-box.span_1_of_3.col.col-1 .widget-title-visible { margin: 0px 0 20px !important; }
    div.footer-box.span_1_of_3.col.col-2 .widget-title-visible { margin: 0px 0 15px !important; }
    div.footer-box.span_1_of_3.col.col-2 ul { margin-left: 20px; }
    div.footer-widget.widget_recent_entries li:before { content: '\f15c'; /* fa-file-text */ font-family: 'FontAwesome'; float: left; margin-left: -1.5em; color: #6DBCB8; }
    #footer li a:before { color: #6DBCB8 !important; }
    #footer .dnb-info-widget .fa { color: #6DBCB8 !important; }
    #footer div.dnb-fa-social-widget.clr { padding-left: 25px; }
    div.footer-widget { margin-bottom: 0px !important;padding-bottom: 0px !important; }

    #footer-callout-subscribe-wrap{
        display:none !important;
    }

    /*bottom footer*/
    #copyright img { margin-right: 20px; max-height: 50px; width: auto; }

    /*Footer menu probably goes away*/
    #footer-bottom-menu { font-size: 12px !important; height: 40px; line-height: 40px; margin-top: -20px; position: absolute; right: 0; top: 68%; }
    #footer-bottom-menu a { color: #6DBCB8; }

    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (max-device-width:1024px) and (orientation:landscape) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {}
    @media only screen and (max-width: 959px) {}
    @media screen and (max-width: 860px) {
        div.footer-box.span_1_of_3.col.col-1 .widget-title-visible { }
        div.footer-box.span_1_of_3.col.col-2 .widget-title-visible { margin: 20px 0 15px !important; }
        div.footer-box.span_1_of_3.col.col-3 .widget-title-visible { margin: 20px 0 15px !important; }

    }
    @media only screen and (min-width: 768px) {
        #footer-callout .theme-button {
            margin-right: 10px;
            width: 150px;
        }
    }
    @media only screen and (max-width: 767px) {
        #footer-callout .theme-button {
            float: right;
        }

    }
    @media only screen and (max-width: 500px) {
#copyright {
    font-size: 10px!important;
}

#copyright img {
    margin-right: 10px;
    max-height: 20px !important;
    width: auto;
}
    }
    @media only screen and (max-width: 320px) {
        #footer-callout .theme-button {
            margin-right: 10px;
            width: 132px;
        }
        .contact-page #footer-callout .theme-button {
            width: 93%;
        }

    }

/*//////////////////////////////////////////////*/
/*  MEDIA QUERIES  */
/*//////////////////////////////////////////////*/
@media only screen and (min-width:768px) { }
@media only screen and (min-width:768px) and (max-width:1280px) { }
@media only screen and (max-width:959px) { }
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) { }
@media only screen and (min-width:768px) and (max-width:959px) {
  /*footer*/
        #footer-bottom-menu ul li a, #footer-bottom-menu ul li a:hover {
            text-decoration: none!important;
        }

} /*end (min-width:768px) and (max-width:959px)*/


@media only screen and (max-width:767px) {
  /*top-bar*/
      div#top-bar-content.dnb-clr.has-content.top-bar-left { float: right; margin-right: 0px; text-align: center; width: 100%;}
      .top-bar-phone { white-space: pre; }
      .top-bar-email { white-space: pre; }
      .top-bar-login { display: none; }

  /*footer*/
        #footer-bottom-menu ul li a, #footer-bottom-menu ul li a:hover {
            text-decoration: none!important;
        }

} /*end max-width:767px*/

@media only screen and (min-width:480px) and (max-width:767px) { }
@media screen and (max-width:860px) { }
@media only screen and (max-width:500px) {} /*end max-width:500px*/


/*experimental probably garbage*/
div.vc_row.wpb_row.vc_inner.vc_row-fluid.content-width{
    max-width: 1000px;
    padding: 50px 30px;
    margin: auto auto;
}


          #background-gradient {
          background: #836997;
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
        color: #FFFFFF;

          }


/* Case Study Grid Work */
.vc_custom_heading.case-study-grid-title.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
      font-size: 22px;
    font-weight: 900;
}

a.vc_gitem-link {
    /* color: #b5491b !important; */
    text-decoration: none !important;
    outline: none !important;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #ffffff !important;
    background-color: #b5491b !important;
}


/*////////////////////////////////////////////////////////*/
/* PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/

    .page-header-left div.wpb_text_column.wpb_content_element:last-child { 
        background-color: rgba(41, 56, 75, 0); 
        padding: 15px 15px 0px 0px !important;
    }

    
    .page-header-wrap .vc_col-sm-8:last-child { 
        display: none; 
    }

    .page-header-wrap .vc_col-sm-8:first-child { 
        margin-bottom: 40px; 
        margin-top: 40px; 
        background-color: rgba(41, 56, 75, .0);
    }

    .page-header-wrap { 
        min-height: 400px; 
    }

    @media only screen and (max-width: 767px) {

        div.page-header-left.wpb_column.vc_column_container.vc_col-sm-8 { 
            width: 100%;
        }

        .page-header-wrap .vc_col-sm-8:first-child { 
            width: 100%;
        }

    }

    @media only screen and (max-width: 500px) {

        .page-header-wrap { 
            min-height: 10px !important; 
        }

        .page-header-left h2.white-subsection { 
            color: #ffffff !important; 
        }

        .page-header-wrap .vc_col-sm-8:first-child { 
            width: auto;
            margin-bottom: 0px; 
            margin-top: 0px; 
            background-color: rgba(41, 56, 75, 0);
        }

    }
/* END ABOUT PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////*/
/* CAPABILITIES PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/
    .capabilities-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 0px 0px !important; margin-bottom: 20px;}
    .capabilities-page .page-header-wrap .vc_col-sm-6:last-child { display: none; }
    .capabilities-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 40px; background-color: rgba(41, 56, 75, .0);}

    @media only screen and (max-width: 959px) {}
    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {
        div.capabilities-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;}
        .capabilities-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;}
    }
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        div.capabilities-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: 100%;}
        .capabilities-page .page-header-wrap .vc_col-sm-6:first-child { width: 100%;}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {
        .capabilities-page .page-header-wrap { min-height: 10px !important; }
/*        div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489182611390.dnb-has-overlay { background-image: url() !important; }*/
        .capabilities-page-header-left h2.white-subsection { color: #ffffff !important; }
        .capabilities-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 0px; margin-top: 0px; background-color: rgba(41, 56, 75, 0);}

    }
/* END CAPABILITIES PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////*/
/* INDUSTRIES PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/
    .industries-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 0px 0px !important; margin-bottom: 20px;}
    .industry-page .page-header-wrap .vc_col-sm-6:last-child {display: none;}
    .industry-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 40px; background-color: rgba(41, 56, 75, .0);}

    @media only screen and (max-width: 959px) {}
    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {
        div.industries-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;}
        .industry-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;}
    }
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        div.industries-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: 100%;}
        .industry-page .page-header-wrap .vc_col-sm-6:first-child { width: 100%;}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {
        .industry-page .page-header-wrap { min-height: 10px !important; }
        div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1488471794325.dnb-has-overlay { background-image: url() !important; }
        .industries-page-header-left h2.white-subsection { color: #21344b !important; }
        .industry-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 0px; margin-top: 0px; background-color: rgba(41, 56, 75, 0);}

    }
/* END INDUSTRIES PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/





/*////////////////////////////////////////////////////////*/
/* CASE-STUDIES HEADERS, MINUS THE FONTS  */
/*////////////////////////////////////////////////////////*/
    /*.single-case_study .case-study-header-left h2.white-subsection {
        color: #FFFFFF !important;
        padding-top: 10px;
    }*/

    .case-studies-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 0px 0px !important; margin-bottom: 20px;}
    .case-studies .page-header-wrap .vc_col-sm-6:last-child { display: none; }
    .case-studies .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 40px; background-color: rgba(41, 56, 75, .0); padding:0px 10px 30px 10px;}

    /*SINGLE CASE STUDIES PAGES*/
    div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;margin-bottom: 40px; margin-top: 25px; background-color: rgba(41, 56, 75, .0); padding:15px 15px 0px 0px; width: 50%;}
    div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6 div.vc_empty_space {height: 0px !important;}
    .single-case_study .case-study-header-left h2.white-subsection {color: #FFFFFF !important;padding: 15px 10px 0px 0px;}

    div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6 h2.white-subsection {
        padding-top: 18px !important;
    }

    @media only screen and (max-width: 959px) {}
    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {
        div.case-studies-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;}
        .case-studies .page-header-wrap .vc_col-sm-6:first-child { width: auto;}
    }
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;margin-bottom: 40px; margin-top: 40px; background-color: rgba(41, 56, 75, .0); padding:0px 10px 15px 10px; width: 50%;}
        div.case-studies-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: 65%;}
        .case-studies .page-header-wrap .vc_col-sm-6:first-child { width: 65%;}
        div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6 {
            margin-bottom: 0px;
            margin-top: 0px;
            width: 100%;
        }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {
        .case-studies .page-header-wrap { min-height: 10px !important; }
        div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1488383572047.dnb-has-overlay { background-image: url() !important; }
        .case-study-header-left h2.white-subsection { color: #ffffff !important; }
        .case-studies .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 0px; margin-top: 0px; background-color: rgba(41, 56, 75, 0);}

    }
/* END CASE-STUDIES HEADERS, MINUS THE FONTS  */
/*////////////////////////////////////////////////////////*/





/*////////////////////////////////////////////////////////*/
/* CULTURE PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/
    .culture-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 0px 0px !important; margin-bottom: 20px;}
    .culture-page .page-header-wrap .vc_col-sm-6:last-child { display: none; }
    .culture-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 30px; margin-top: 40px; background-color: rgba(41, 56, 75, .0); padding:0px 10px 30px 10px; max-width: 60%;}

    /*.culture-page-header-left h2.white-subsection { color: #FFFFFF !important; margin-bottom: 32px!important;}*/

    @media only screen and (max-width: 959px) {}
    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {
        div.culture-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;}
        .culture-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;}
    }
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        div.culture-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: 100%;}
        .culture-page .page-header-wrap .vc_col-sm-6:first-child { width: 100%;}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {
        .culture-page .page-header-wrap { min-height: 10px !important; }
        div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1488473005713.dnb-has-overlay { background-image: url() !important; }
        .culture-page-header-left h2.white-subsection { color: #21344b !important; }
        .culture-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 0px; margin-top: 0px; background-color: rgba(41, 56, 75, 0);max-width: 100%;padding:0px 10px 0px 10px;}
    }
/* END CULTURE PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////*/
/* CONTACT PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/
.contact-page-header-left{
    margin-bottom: 40px; margin-top: 40px;
}
 
    .contact-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 0px 0px !important;margin-bottom: 20px; }
    .contact-page .page-header-wrap .vc_col-sm-6:last-child { display: none; }
    .contact-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 40px; background-color: rgba(41, 56, 75, .0);}

    @media only screen and (max-width: 959px) {}
    @media only screen and (min-width: 768px) and (max-width: 1280px) {}
    @media only screen and (min-width:768px) and (max-width:1024px) {
        div.contact-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;}
        .contact-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;}
    }
    @media screen and (max-width: 860px) {}
    @media only screen and (min-width: 768px) {}
    @media only screen and (max-width: 767px) {
        div.contact-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { width: auto;}
        .contact-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;}
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {}
    @media only screen and (max-width: 500px) {

        .contact-page-header-left{
            margin-bottom: 20px; margin-top: 1px;
        }
        .contact-page .page-header-wrap { min-height: 10px !important; }
        div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1511214098784.dnb-has-overlay { background-image: url() !important; }
        .contact-page-header-left h2.white-subsection { color: #ffffff !important; font-size: 18px!important; }
        .contact-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 0px; margin-top: 0px; background-color: rgba(41, 56, 75, 0);}
    }

/* END CONTACT PAGE HEADERS  */
/*////////////////////////////////////////////////////////*/


    .about-page-header-left div.vc_empty_space,
    .capabilities-page-header-left div.vc_empty_space,
    .case-study-header-left div.vc_empty_space,
    .industries-page-header-left div.vc_empty_space,
    .case-study-header-left div.vc_empty_space,
    .generic-page-header-left div.vc_empty_space,
    .contact-page-header-left div.vc_empty_space {display: 0px !important;}

    .page-header-wrap .dnb-vc-columns-wrap {padding-bottom: 0px;}
/*    span.dnb-bg-overlay.color {
        background-color: rgba(41, 56, 75, 0) !important;
        opacity: 0!important;*/
/*}*/

div.about-page-header-left.wpb_column.vc_column_container.vc_col-sm-6,
div.capabilities-page-header-left.wpb_column.vc_column_container.vc_col-sm-6,
div.industries-page-header-left.wpb_column.vc_column_container.vc_col-sm-6,
div.case-studies-header-left.wpb_column.vc_column_container.vc_col-sm-6,
div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6,
div.culture-page-header-left.wpb_column.vc_column_container.vc_col-sm-6,
div.contact-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:400px;    margin-bottom: 7px;}

.generic-page-header-left h2.white-subsection {margin-bottom: 0px!important;}



@media only screen and (max-width: 959px) {}
@media only screen and (min-width: 768px) and (max-width: 1280px) {}
@media only screen and (min-width:768px) and (max-width:1024px) {}
@media screen and (max-width: 860px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 767px) {

    h2.white-subsection { color: #ffffff !important; font-family: "Open Sans"; font-size: 26px; font-style: normal; font-weight: 600; }
    .about-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 1px 0px !important;}
    div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489172833071.dnb-has-overlay { background-image: url() !important; }
    div.about-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}
    .about-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 0px; background-color: rgba(41, 56, 75, .0);}

    .capabilities-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 1px 0px !important;}
    div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489182611390.dnb-has-overlay { background-image: url() !important; }
    div.capabilities-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}
    .capabilities-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 0px; background-color: rgba(41, 56, 75, .0);}

    .industry-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 1px 0px !important;}
    div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489183452483.dnb-has-overlay { background-image: url() !important; }
    .industry-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 0px; background-color: rgba(41, 56, 75, .0);}
    div.industries-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}
    div.industry-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}

    .culture-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 1px 0px !important;}
    div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489182500668.dnb-has-overlay { background-image: url() !important; }
    div.culture-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}
    .culture-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 20px; margin-top: 0px; background-color: rgba(41, 56, 75, .0); max-width: 100%;}

    .contact-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 1px 0px !important;}
    div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489182371485.dnb-has-overlay { background-image: url() !important; }
    div.contact-page-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}
    .contact-page .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 0px; background-color: rgba(41, 56, 75, .0);}

    .case-studies-page-header-left div.wpb_text_column.wpb_content_element:last-child { background-color: rgba(41, 56, 75, 0); padding: 15px 15px 1px 0px !important;}
    div.vc_row.wpb_row.vc_row-fluid.page-header-wrap.vc_custom_1489174054097.dnb-has-overlay { background-image: url() !important; }
    div.case-study-header-left.wpb_column.vc_column_container.vc_col-sm-6 { min-height:10px !important;}
    .case-studies .page-header-wrap .vc_col-sm-6:first-child { width: auto;margin-bottom: 40px; margin-top: 0px; background-color: rgba(41, 56, 75, .0);}

    .case-studies img.case-study-logo {
        max-width: 200px;
    }

}
@media only screen and (max-width: 768px) {
    .case-studies img.case-study-logo { width: auto; height: auto; max-width: 200px; margin-bottom: 10px; }
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-title-excerpt-hover { width: 100%;}
    .case-studies .overlay-parent-dnb-case-studies-hover .overlay-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .case-studies .overlay-title-excerpt-hover .overlay-excerpt {display: none;}
}


@media only screen and (max-width:959px) {}
@media only screen and (min-width:768px) and (max-width:1280px) {}
@media only screen and (min-width:768px) and (max-width:1024px) {}
@media screen and (max-width:860px) {}
@media only screen and (min-width:768px) {}

@media only screen and (max-width:767px) {
    div.vcex-staff-grid .col {
    width: 25% !important;
    float: left !important;
    }
}



@media only screen and (max-width:680px) {
    div.vcex-staff-grid .col {
    width: 50% !important;
    float: left !important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {}
@media only screen and (max-width:320px) {
    div.vcex-staff-grid .col {
    width: 100% !important;
    float: left !important;
    }
}

/*////////////////////////////////////////////////////////*/
/* ABOUT GRID  left for reference */
/*////////////////////////////////////////////////////////*/

/*temporary June 8, 2017 12:31 PM*/
	/* .staff-entry.span_1_of_4.col.col-1.entry.type-staff.has-media.cat-37 {
	    display: none;
	}
 */
/*Special tiles on team page, should also work for the home page.*/
/* div.staff-entry.span_1_of_4:nth-child(6).col.col-2.entry.type-staff.has-media .overlay-parent-dnb-staff-hover .overlay-title-excerpt-hover {
    background-image: url('https://davidsonbelluso.com/wp-content/uploads/2017/06/team-cvs-rollover.jpg');
} */

/* div.staff-entry.span_1_of_4:nth-child(16).col.col-4.entry.type-staff.has-media .overlay-parent-dnb-staff-hover .overlay-title {
    margin-bottom: 32%;
    margin-left: 10px;
    font-size: 48px;
    line-height: 51px;
    display:table-caption;
} */

/* div.staff-entry.span_1_of_4:nth-child(16).col.col-4.entry.type-staff.has-media .overlay-parent-dnb-staff-hover .overlay-title-excerpt-hover {
background-image: url('https://davidsonbelluso.com/wp-content/uploads/2017/06/Donuts_Rollover.jpg');
background-size:cover;
} */


.vcex-posttypes-slider .case-study-title{
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.vcex-posttypes-slider .dnb-slider-caption.over-image a:hover {
    text-decoration: none !important;
}

}

.dnb-slider-caption header {
    margin-bottom: 0 !important;
}

    @media only screen and (max-width:680px) {

        div.orange-underline {
            border-bottom: 0px solid #F15232 !important;
            padding:5px 0px 25px 0px;
            max-width: 100%;
            font-size: 30px;
            text-shadow: 0px 0px 5px rgba(0,0,0,0.81);
        }

        .vcex-posttypes-slider .case-study-title{
            color: #ffffff !important;
            text-transform: uppercase !important;
            font-size: 17px !important;
            font-weight: 400 !important;
            padding: 0 0 10px 0 !important;
            text-align: center !important;
            display: block;
            text-shadow: 0px 0px 5px rgba(0,0,0,0.81);
        }

    }


.casestudy-testimonial-row {
    background-color: #27384A;
}

.client-testimonial {
    max-width: 980px;
    margin: 40px auto;
}
.client-testimonial-author {
    text-align: right;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    font-family: "Open Sans";
}

.client-testimonial-content {
    background-color: transparent;
    color: #61BCB8;
    font-size: 30px;
    font-weight: bold;
    font-family: Montserrat!important;
    font-style: normal;
    line-height:40px;
}
.client-testimonial-content:before {
     content: none;
}

/* Career page and post CSS */
.career-page main#main.site-main { margin-top: 0px !important; }
.career-top-section h2.orange-header { margin-top: 0px !important; }
.career-post ul.meta.clr { display: none; }
.career-post main#main.site-main { margin-top: 0px !important; }
.career-post .page-header-table-inner-cell { width: unset; float: unset; background-color: unset; padding: 0; }
.career-post h1.lightblue-header { display: none; }
.career-post .blog-excerpt, .career-post .blog-author { display: none; }
.career-post .author-bio { display: none; }
.career-post h1.vc_custom_heading { font-size: 26px !important; line-height: 30px !important; font-family: Montserrat !important; margin-top: 0px; margin-bottom: 20px; }
.career-post .site-breadcrumbs .breadcrumb-trail, .career-post .related-posts { display: none; }

/* White Papers page and post CSS */
.white-paper-page main#main.site-main { margin-top: 0px !important; }
.career-top-section h2.orange-header { margin-top: 0px !important; }
.white-paper-post ul.meta.clr { display: none; }
.white-paper-post main#main.site-main { margin-top: 0px !important; }
.white-paper-post .page-header-table-inner-cell { width: unset; float: unset; background-color: unset; padding: 0; }
.white-paper-post h1.lightblue-header { display: none; }
.white-paper-post .blog-excerpt, .white-paper-post .blog-author { display: none; }
.white-paper-post .author-bio { display: none; }
.white-paper-post h1.vc_custom_heading { font-size: 26px !important; line-height: 30px !important; font-family: Montserrat !important; margin-top: 0px; margin-bottom: 20px; }
.white-paper-post .site-breadcrumbs .breadcrumb-trail, .white-paper-post .related-posts { display: none; }

.white-paper-page div.vc_grid-item-mini {
    border: 1px solid #eee;
    padding: 15px 0px 15px 15px;
}
.white-paper-grid .vc_gitem_row .vc_gitem-col {
    padding: 0px 20px 0px 20px;
    background-color: #ffffff;
}

.white-paper-page div.vc_gitem-animated-block {
width: 25%;
float: left;
}

.white-paper-page .vc_gitem-zone-a {
width: 30%;
float: left;
}

.white-paper-page .vc_gitem-zone-c {
width: 70%;
float: left;
}


@media only screen and (max-width:959px) {}
@media only screen and (min-width:768px) and (max-width:1280px) {}
@media only screen and (min-width:768px) and (max-width:1024px) {}
@media screen and (max-width:860px) {}
@media only screen and (min-width:768px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:680px) {}
@media only screen and (min-width:480px) and (max-width:767px) {
    /* .white-paper-page div.vc_grid-item-mini { border: 0px; padding: 0px 0px 0px 0px; } */
    .white-paper-page .vc_gitem-zone-a { width: 30%; margin-bottom: 20px; }
    .white-paper-page .vc_gitem-zone-c { width: 68%; }
}
@media only screen and (max-width:479px) {
    .white-paper-page div.vc_grid-item-mini { border: 0px; padding: 0px 0px 0px 0px; }
    .white-paper-page .vc_gitem-zone-a { width: 100%; margin-bottom: 20px; }
    .white-paper-page .vc_gitem-zone-c { width: 100%; }
}
@media only screen and (max-width:320px) {}



.portfolio-header h1 {

color: #29384b !important;
 font-family: "Open Sans"!important;
 font-size: 42px;
 font-style: normal;
 font-weight: 700;
}

.portfolio-header  .vc_separator {
    padding: 25px 0px 15px 0px;
}

.portfolio-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d435f+0,172231+100 */
background: rgb(45,67,95); /* Old browsers */
background: -moz-linear-gradient(top, rgba(45,67,95,1) 0%, rgba(23,34,49,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(45,67,95,1) 0%,rgba(23,34,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(45,67,95,1) 0%,rgba(23,34,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d435f', endColorstr='#172231',GradientType=0 ); /* IE6-9 */

padding-top: 60px;
padding-bottom: 100px;
}

.portfolio-gradient h2 {
    color: #F15232!important;
    text-align: center;
    font-weight: 600;
    font-size: 40px!important;
    font-family: Montserrat !important;
    padding-top: 0px;
    padding-bottom: 60px;
}

.portfolio-group-wrap {
padding-top: 80px;
padding-bottom: 80px;
}

.portfolio-group {
  overflow: hidden;
}
.portfolio-group > div {
  padding: 1em;
}

.portfolio-group p {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: #efefef;
}

@media screen and (min-width: 44em) {
  .portfolio-group > div {
    float: left;
    width: 50%;
  }
  .portfolio-group > div:nth-child(odd) {
    clear: left;
  }
}

@media screen and (min-width: 50em) {
  .portfolio-group > div {
    float: left;
    width: 33.3333333%;
  }
  .portfolio-group > div:nth-child(3n+1) {
    clear: left;
  }
  .portfolio-group > div:nth-child(odd) {
    clear: none;
  }
}

@media screen and (min-width: 70em) {
  .portfolio-group > div {
    width: 20%;
  }
  .portfolio-group > div:nth-child(odd), .portfolio-group > div:nth-child(3n+1) {
    clear: none;
  }
}


.white-paper-post .blogimage-hide-desktop {display: none;}


/* Work Portfolio page/s i.e. https://davidsonbelluso.com/work/portfolio-gla/ */
div.vc_row.wpb_row.vc_row-fluid.desktop-width-1000.vc_row-no-padding.tablet-fullwidth-columns {max-width: 1200px!important;}

/* .desktop-width-1000 {max-width: 1000px!important;margin:0 auto;} */

.work-desktop-width-full {}
.work-image-grid-thirds-right {padding-left: 2%;}
.work-image-grid-thirds-left {padding-right: 2%;}
.portfolio-grid-top-image {border-bottom: 10px solid #ffffff;}

/* fix the spacing between rows on the workportfolio pages */
.work-portfolio-row-space {margin-top: 25px!important;}
/* div.vc_row.wpb_row.vc_row-fluid.portfolio-grid-wrap {margin:25px auto;} */

.work-portfolio-page .post-pagination-wrap {display: none;}
.work-portfolio-page  .dnb-vc-column-spacing-20 .dnb-vc-column-wrapper,
.work-portfolio-page  .dnb-vc-column-spacing-30 .dnb-vc-column-wrapper {margin-bottom: 0px;}
.work-portfolio-page  #site-header.overlay-header { background-color: #21344b; }

.work-header {padding:20%;}

.work-header h1 {color: #29384b !important; font-family: "Open Sans" !important; font-size: 42px; font-style: normal; font-weight: 700; }


.work-header-hide-desktop { display: none; }
.work-header-seperator { margin-bottom: 20px !important; }
.work-header-logo { padding-bottom: 30px !important; }

/* Test... leave till it re-appears should be junk*/
div.portfolio-tile-image-right.wpb_column.vc_column_container.vc_col-sm-6 {border-left: 10px solid red;}
div.portfolio-tile-image-left.wpb_column.vc_column_container.vc_col-sm-6 {border-right: 10px solid yellow;}

/* for portfolio slider */
div.owl-next { background: none !important; color: #21344B !important; font-size: 24px !important; }
div.owl-prev { background: none !important; color: #21344B !important; font-size: 24px !important; }
div.work-header { background-position: bottom center !important; background-repeat: no-repeat !important; }

    @media only screen and (max-width:767px) {
        .work-header-hide-mobile { display: none; }
        .work-header-hide-desktop { display: unset; }
        .work-header-hide-desktop h1 { color: #29384b !important; font-family: "Open Sans" !important; font-size: 32px; font-style: normal; font-weight: 700; }
        .work-header-banner-image { margin-top: 80px; }
    }
    @media only screen and (min-width:1025px) {
        div.vc_row.wpb_row.vc_row-fluid.desktop-width-1000.vc_row-no-padding.tablet-fullwidth-columns {left:unset!important;}
        div.portfolio-tile-image-right.wpb_column.vc_column_container.vc_col-sm-6 { border-left: 10px solid white; }
        div.portfolio-tile-image-left.wpb_column.vc_column_container.vc_col-sm-6 { border-right: 10px solid white; }
    }
    @media only screen and (max-width:1024px) {
        div.vc_row.wpb_row.vc_row-fluid.desktop-width-1000.vc_row-no-padding.tablet-fullwidth-columns { margin-bottom: 0px !important; margin-top: 0px !important; }
        div.portfolio-tile-image-right.wpb_column.vc_column_container.vc_col-sm-6 { border-left: 0px; }
        div.portfolio-tile-image-left.wpb_column.vc_column_container.vc_col-sm-6 { border-right: 0px; }
        .work-image-grid-thirds-right {padding-left: 1.7%;}
        .work-image-grid-thirds-left {padding-right: 1.7%;}
    }
    @media only screen and (max-width:1023px) {
        .work-image-grid-thirds-right {padding-left:0;}
        .work-image-grid-thirds-left {padding-right:0;}
    }
    @media only screen and (max-width:959px) {
        .portfolio-stretch-mobile .vc_column_container > .vc_column-inner {
            box-sizing: border-box;
            margin-left: -10px;
            padding-left: 1px!important;
            padding-right: 1px!important;
            width: 110%;
        }

        .work-header h1 {
            color: #29384b !important;
            font-size: 32px!important;
        }
        /* .work-portfolio-row-space-mobile-only {margin-top: 25px!important;} */
        .work-portfolio-row-space-mobile-only {margin-top: 1px!important;}
        .work-portfolio-row-space {margin-top: 1px !important;}
        .portfolio-tile-image-left {margin-top: 1px !important;margin-bottom: 1px !important}
        .portfolio-tile-image-right {margin-top: 1px !important;}

.portfolio-grid-top-image {
    border-bottom: 0px;
}
.work-image-grid-thirds-right div.vcex-spacing {height: 1px!important;border-top: 1px solid #ffffff;}
.work-image-grid-thirds-left div.vcex-spacing {height: 1px!important;}

    }

@media only screen and (max-width:480px) {}


.work-portfolio-page #footer-callout-wrap {
background: #F8F8F8;
border-top: 1px solid #F8F8F8;
margin-top: 50px!important;
}


 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1250px) {

        .industry-logos li img{
            max-width: 130px !important;
            height:  auto !important;
        }

    }

.industry-logos{
    margin: auto !important;
}

ul.industry-logos {
    text-align: center;
}

@keyframes repaint {
  from {
    width: 99.999%
  }
  to {
    width: 100%;
  }
}



/*
#site-header-sticky-wrapper.is-sticky #site-header {
    animation: repaint 500ms;
  animation-iteration-count: infinite;
}
**/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        .home .industry-logos li img{
            max-width: 80px !important;
            height:  auto !important;
        }

        .home .industry-logos li {
            width: 19.7% !important;
        }

        .home img.lgx-logo-img {
            padding: 10px 4px !important;
        }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

        .home .industry-logos li {
            width: 19.7% !important;
        }

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 600px) {

        .vcex-image-swap img {
        height: 100% !important;
        display:inline-block;
        background-color:#f15232;
        opacity: 1;
    }

    }


@media only screen and (max-width: 500px){
.blog-slide-content-wrap .vcex-blog-entry-date {
    margin-left: 0px;
    margin-top: 15px;
    top: 55px;
    position: absolute;
    display: none !important;
}
}

@media only screen and (max-width: 767px){
div.dnb-carousel-entry-title.entry-title {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}
}



.footer-logo{
    max-height:75px;
    padding-right:20px;
    margin-bottom:20px;
}


@media (max-width: 768px) {
    .footer-logo{
        max-height:55px;
        padding-right:10px;
        margin-bottom:10px;
    }
}

.work-carousel .blog-slide-content-btn {
    padding-left:0;
}

.diag-section{
 height:900px;
 background:
  linear-gradient(160deg, rgba(33, 52, 75, 0.90) 50%, rgba(33, 52, 75, 0.75) 50%, rgba(33, 52, 75, 0.75) 53%, transparent 53%), linear-gradient(200deg, transparent 50%, #f2f2f2 50%, #f2f2f2 53%, #ffffff 53% ),
  url(http://dev.dbwebdev.com/wp-content/uploads/2021/07/c-2.png) center/cover;
}













/*---


.home #site-header, .home #site-header.shrink-sticky-header, .home #site-navigation-wrap{
    background-color: rgba(0, 0, 0, 0) !important;
}

---*/

.industry-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 90px;
}

.industry-logos img{
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.entry h2.dbs-sect-title{
    color: #20344A;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    font-family: 'Utily';
}

.entry h2.dbs-takes{
    color: #20344A;
    font-size: 44px;
    font-weight: 700;
    font-family: 'Utily';
}

.dbs-industry-icn img{
    max-width: 100px;
    height: 100%;
}

.dbs-industry-text-below{
    color: #20344A;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    font-family: 'Utily';
}

fieldset.dbs-small-title-x{
    border-top: 1px solid #bababa;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    text-align: center;
    color: #F15232;
    font-size: 24px;
    font-family: 'Atrament';
}

fieldset.dbs-small-title-x legend {
    padding: 5px 10px;
}

fieldset.dbs-small-title-z{
    border-top: 1px solid #bababa;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    color: #F15232;
    font-size: 24px;
    font-family: 'Atrament';
}

fieldset.dbs-small-title-z legend {
    padding: 5px 10px 5px 0;
}

.entry h2.dbs-driven{
    color: #20344A;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Utily';
}

.dbs-flexbox{
    display: flex;
    align-items: center;
}

.dbs-flex-left{
    flex: 1;
    padding-right: 30px;
}

.dbs-flex-left img{
}

.dbs-flex-right{
    flex: 6;
}
























