/*!
 * Start Bootstrap 
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.bgc{background:orange;}
.bgc2{background:red;}
.bgc3{background:grey;}


body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Dosis', sans-serif;
    background:#eaf1f0; background:#ecf5fa;
    color: #222;
}



.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1000px;
}
section.testimonials .row,
section.faqDropdown .row{
	max-width:100%;
}

.text-muted {
    color: #777;
}
.text-muted.whoIs {
    color: #ffffff;
}
.text-muted.verifyIt {
    color: #ffffff; font-size:13px; font-weight:400;
}


.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136; 
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #0c9c8f; border-color: #51A9D2;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 700; font-weight: 500;
    color: #fff;
    background-color: #0c9c8f;  background-color: #51A9D2; 
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01; border-color: #ffffff;
    color: #fff;
    background-color: #fec503; background-color: #FB5E31; 
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222; background:#039285;
}

.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;*/
    color: #fed136; color:#ffffff;
    font-family: 'Dosis', sans-serif;
}

.navbar-brand img.theLogo {    
    position: relative;
    bottom: 25px;
}
.navbar-brand.theLogo-alt{display:none;}

@media(max-width:767px) {
    .navbar-brand img.theLogo{display:none;}
    .navbar-brand.theLogo-alt{display:block;}
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a{
	background:#8DB2AF; background:#51A9D2;
	color: #ffffff;
	font-weight:400;
	}    
    .navbar-default {background: #2A81B8;border-bottom: 1px solid #fff; }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503; color:#83A5A4;  color: #FB5E31;
}


.navbar-default .navbar-brand:focus {
    color: #9df5d9;  color: #ffffff;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
      border-color: #8DB2AF; border-color: #ffffff;
    background-color: #8DB2AF; background-color: #1685C1;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #8DB2AF; background-color: #51A9D2;
}

.dropdown-menu > .active > a{background-color: #8DB2AF; background-color:#1685C1;}

ul.navbar-nav{margin-top:12px;}

.navbar-default .nav li a {
    /*text-transform: uppercase;*/
    font-family: 'Dosis', sans-serif;
    font-size:24px;
    font-weight: 400;
    letter-spacing: 1px;
    color:#0684bf; /*color: #ffffff;*/
}


.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136; color:#fb5e31;
    
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #0684bf; /*color: #ffffff;*/
    background-color: #fed136;   background-color: #039184; background-color: transparent;
}

.navbar-default .nav li.dropdown li a{color: #0684bf;}
.navbar-default .nav li.dropdown li.active a {color:#ffffff;}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff; color:#FB5E31;
    background-color: #039184; background-color:#ffffff;
}

@media(max-width:768px) {
    .navbar-default .nav li a {color: #ffffff;}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #ffffff;
    background-color: transparent; background-color:#2A81B8;
    font-size: 20px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fb5e31;/*background-color: transparent;*/    
    }
}





/*DROPDOWN CUSTOMIZATION*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #0684bf; /*color:#ffffff;*/
    background-color:#039184; background-color:transparent;
    }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {color: #fb5e31; background-color:#039184; background-color:transparent;}


.dropdown-menu{
    background: rgba(255,255,255,0.8); background-color:#ffffff; 
     -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
}
.inner-P .dropdown-menu{background: rgba(255,255,255,1);}

.navbar-default.navbar-shrink .dropdown-menu{ background-color:#ffffff; /*background-color:#2A81B8;*/}


.navbar-nav > li > .dropdown-menu {margin-top: 19px;}
    
.navbar-default.navbar-shrink .navbar-nav > li > .dropdown-menu {margin-top: 13px;}





@media(min-width:768px) {
    .navbar-default {
        height:106px;
        padding: 25px 0;
        border: 0;
        background-color: transparent; background:rgba(255,255,255,0.8); background-color: #ffffff;       
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default.inner-P {        
       background:rgba(255,255,255,1);       
    }

    .navbar-default .navbar-brand {
        font-family: 'Dosis', sans-serif;
        font-weight:300;
        font-size: 2em; font-size: 3.75em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        height:76px;
        padding: 10px 0;
        background-color:#039184; background-color: #ffffff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }    
    .navbar-default.navbar-shrink .nav li a{
        font-size: 18px;
    }
    .navbar-default.navbar-shrink ul.navbar-nav {
    margin-top: 2px;
    }
    .navbar-default.navbar-shrink .navbar-brand img.theLogo{
        height:50px;
        position: relative;
        bottom: 13px;
    }
}
/*end*/

header {
    max-height:622px;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg-blue.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    max-width:832px;
    margin: 0 auto 25px auto;    
    font-family: 'Dosis', sans-serif;
    font-size: 22px; font-size: 40px;
    /*font-style: italic;*/
    line-height: 22px; line-height: 40px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
     font-family: 'Dosis', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px; padding-top: 260px;
        padding-bottom: 200px; padding-bottom: 132px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
        font-size: 40px;  font-size: 50px;      
        line-height: 40px; line-height: 54px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

.b-700{font-weight:700;}


a.phoneNumber{
    float:right;
    position:relative; top:20px; top:16px;
    margin:0;
    margin-left:30px;
    padding:0;
    font-size:30px;
    color:#ffffff;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    text-align:left;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0; /*padding: 280px 0 150px 0;*/
    }
    section.whoIsHDS{
        padding: 280px 0 150px 0;
    }
}

.aboutHDS,
.whoIsHDS{background:#8db2af; background:#51a9d2;}

section.aboutHDS,
section.services-2{border-top:1px solid #ffffff;}

section.whoIsHDS{border-bottom:1px solid #ffffff;}

.privacyWrap,
.siteMapWrap{background:#1685C1;}
.privacyWrap.termsOfUse{background:#FFFFFF;}

.statement-wrap{width:100%; /*text-align:center;*/}

.statement-wrap h2{color:#eaf1f0; font-size:30px; font-family: 'Dosis', sans-serif; text-transform:none; font-weight:400;}


.statement-wrap h1,
.statement-wrap h3{color:#eaf1f0; font-size:30px; font-family: 'Dosis', sans-serif; text-transform:none; font-weight:400;}

.statement-wrap p{color:#eaf1f0; font-size:30px; font-family: 'Dosis', sans-serif; text-transform:none; font-weight:400;}
.privacyWrap .statement-wrap p,
.privacyWrap .statement-wrap li,
.siteMapWrap .statement-wrap li{font-size:16px; color:#eaf1f0;}
.siteMapWrap .statement-wrap li a{color:#eaf1f0;}

.privacyWrap .statement-wrap ul,
.siteMapWrap .statement-wrap ul{margin-left:0px; padding-left: 15px;}

.statement-wrap.systemMessage p{color: #fb5e31; color: #222;}

.termsOfUse .statement-wrap h2,
.termsOfUse .statement-wrap h3,
.termsOfUse .statement-wrap p,
.termsOfUse .statement-wrap li{color: #222;}


#analytics{position:relative; top:-70px;}
#sustainable-analytics-capability{position:relative; top:-70px;}
#expert-help{position:relative; top:-70px;}

a.downArrow{display:block; clear:both; float:right; width:39px; height:24px; margin:30px 0 0 0; background-image: url(images/downArrow-blue.jpg);}
a.downArrow:hover{background-image: url(images/downArrow-blueHover.jpg);}

a.downArrowDark{display:block; clear:both; float:right; width:39px; height:24px; margin:30px 0 0 0; margin: 30px 13px 0 0; background-image: url(images/downArrow-blueDark.jpg);}
a.downArrowDark:hover{background-image: url(images/downArrow-blueDarkHover.jpg);}


a.downArrow-teal{display:block; clear:both; float:right; width:39px; height:24px; margin:30px 0 0 0; background-image: url(images/downArrow-teal.jpg);}
a.downArrow-teal:hover{background-image: url(images/downArrow-teal-hover.jpg);}

a.downArrow-whiteBg{display:block; clear:both; float:right; width:39px; height:24px; margin:30px 0 0 0; background-image: url(images/downArrow-whiteBg.jpg);}
a.downArrow-whiteBg:hover{background-image: url(images/downArrow-whiteBg-hover.jpg);}

.clientsWrap a.downArrow-whiteBg{margin-right:15px;}

a.downArrow-clear{display:block; clear:both; float:right; width:39px; height:24px; margin:30px 0 0 0; margin: 30px 15px 0 0; background-image: url(images/downArrow-clear.png);}
a.downArrow-clear:hover{background-image: url(images/downArrow-clear-hover.png);}


a.downArrow-dark{display:block; clear:both; float:right; width:39px; height:24px; margin:30px 0 0 0; background-image: url(images/downArrow-darkBlue.jpg);}
a.downArrow-dark:hover{background-image: url(images/downArrow-darkBlue-hover.jpg);}

section.whoIsHDS .row{max-width: 832px;}
.whoIsHDS .statement-wrap h2{ margin-bottom:130px; color:#eaf1f0; font-size:30px; font-family: 'Dosis', sans-serif; text-transform:none; font-weight:400;}

#john-holt,
#victoria-allison{position:relative; top:-30px;}

/*.bg-image-john{
    clear:both;
    display:block;
    width:100%;
    height:450px;
    background-image: url(../img/john-holt-walking.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

.bg-image-john{
    clear:both;
    display:block;
    width:100%;    
    min-height: 370px;
    background: transparent url("../img/john-holt-walking.jpg") no-repeat center top;
    background: transparent url("../img/john-holt-writing-bw.jpg") no-repeat center top;    
    background-size: cover;
}


section.faqDropdown{background:#ECF5FA; padding:100px 0;}
section.faqDropdown .row{max-width:1000px;}
h2 span.moreLink{color: #fb5e31; font-size: 18px;}
h2 span.moreLink:hover{font-weight:600;}



section.imageContainer {
    clear:both;
    display: block;
    width: 100%;
    height: 370px;    
}
.parallax-pic {    
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}

/* ************** SERVICES ************************************************** */

section.services-1,
section.clientsWrap,
section.publications{
    clear:both;
    display:block;
    width:100%;
    height:600px; height:auto;
    background:#ffffff; /*background:#e3e3e3;*/  
}

section.publications{padding:130px 0;}

.services-1 .row,
.services-2 .row,
.clientsWrap .row{max-width:832px; max-width:1000px;}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}



.faqDropdown h2.section-heading,
.services-1 h2.section-heading,
.services-2 h2.section-heading,
.clientsWrap h2.section-heading{
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    text-align:left;
}
.services-2 h2.section-heading{margin-bottom:0px;}
.faqDropdown h2.section-heading{display:none;}
.services-2 h2.section-heading {color:#ffffff;}

.clientsWrap img{margin:0 auto 40px auto; /*margin:0 0 40px 0;*/}

.services-1 p{max-width:470px; padding:0 0 70px 0; font-size:18px; line-height:1.2em; text-align:left;}
.clientsWrap p{max-width:100%; padding:0 0 100px 0; font-size:18px; line-height:1.2em; text-align:left;}

.col-lg-12.clientMessage{clear:both; margin-top:60px;}

section.services-2{
    clear:both;
    display:block;
    width:100%;
    height:600px; height:auto;
    background:#2a81b8;  
}
.services-2 h3{
    max-width:470px;
    padding:0;
    font-size:18px;
    line-height:1.2em; 
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    text-align:left;
    color:#ffffff;
    text-transform: uppercase;
}

.services-2 p{max-width:470px; padding:0; font-size:18px; line-height:1.2em; text-align:left; color:#ffffff;}
.services-2 ul{margin:20px 0 70px 12px; padding:0; font-size:18px; line-height:1.2em; text-align:left; color:#ffffff;}
.services-2 ul li{margin:0; padding:0; font-size:18px; line-height:1.2em; text-align:left; color:#ffffff;}


.services-2 ul li ul{margin:10px 0 10px 20px; padding:0; font-size:18px; line-height:1.2em; text-align:left; list-style-type:disc;}
.services-2 ul li ul li{margin:0; padding:0; font-size:18px; line-height:1.2em; text-align:left; color:#ffffff;}


.noCaps{text-transform:none;}

.publications .row {max-width:1000px;}

.publications .row .col-lg-12{padding-left:0px;}

.publications ul{list-style-position: inside; list-style:none; margin:0px;}
.publications li{padding:0px; padding-bottom:10px; font-size: 24px; line-height: 1.2em; color: #222;}

.publications .row a{  font-size: 18px; line-height: 1.2em; color: #fb5e31;}
.publications .row a:hover{font-weight:600;}

section.clientsWrap h4{width:100%; text-align:left; text-transform:none; font-weight:normal; }
section.clientsWrap h4 a{color:#222;  text-decoration:underline;}
section.clientsWrap h4 a:hover{text-decoration:none; color: #fb5e31;}
/* ************** Who is Holt Data Science ********************************** */


section.whoIs{
    clear:both;
    display:block;
    width:100%;
    height:600px; height:auto;
    padding: 90px 0px 90px 0px;
    background:#0c9c8f; background: #1685c1;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section.whoIs.lowerWhois{padding-bottom:190px;}

section.whoIs.jHolt{background-image: url(../img/team/johnHolt.jpg);}


section.whoIs.vAllison{background-image: url(../img/team/victoriaAllison.jpg);}


section.whoIs .row{max-width:832px;}

section.whoIs h1.section-heading,
section.whoIs h2.section-heading{    
    max-width:425px; max-width:450px;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 48px;
    text-transform: none;
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    text-align:left;
    color:#ffffff;
}



section.whoIs p{margin-bottom:20px; font-size:18px; line-height:1.4em; text-align:left; color:#ffffff;}

/*section#victoria-2.whoIs p:last-child{padding-bottom:90px; border-bottom:1px solid #ffffff;}
*/
a.watchVid{color:#ffffff; text-decoration:underline;}
a.watchVid:hover{color:#F83E17; text-decoration:none;}

.whiteDivider{clear:both;  display:block; width:100%; height:1px; margin-top:150px; background:#ffffff; }

/* ************** Video Section ********************************** */
section.videoWrap{
    clear:both;
    display:block;
    width:100%;
    height:auto;
    padding:0;
    margin:0;
}
.videoPlacehold{
  clear:both;
    display:block;
    width:100%;
    height:450px;
    background-image: url(../img/video/videoPlacehold.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    cursor:pointer;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

.spacer{clear:both; margin:0; padding:0;width:100%; height:12px; display:block; background:#ffffff;}

/* ************** Contact ********************************** */


section.contactWrap{
    clear:both;
    display:block;
    width:100%;
    height:600px; height:auto;
    padding: 90px 0px 130px 0px; padding: 160px 0px 130px 0px;
    background-color: #1685C1; 
    
}

section.contactWrap .row,
section.siteMapWrap .row{max-width:832px;}

.contactWrap h3{font-size:30px; color:#ffffff; margin:0; padding:0 0 40px 0;}
.contactWrap h4, .contactWrap a{margin:0; padding:0 0 30px 0; font-size:24px; color:#ffffff; text-transform:none;}

.col-lg-6.contactDetails{max-width:330px; max-width:100%;}

.contactDetails h3, .contactDetails h4, .contactDetails a{
    font-family: "Dosis",sans-serif;
    font-weight: 400;
    text-align:left; text-align:center;
}
.contactDetails a{clear:both; float:left; width:100%;}
.contactDetails a:hover{}

.col-lg-6.contactForm{float:left; } /* defined for max width = 1199px - reverts to float right below @ query for min-width 1200*/
.col-lg-6.contactForm .col-lg-12{padding-left:0px; padding-right:0px;}

.col-lg-6.contactForm .form-control{border-radius: 0px;}





#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

.col-lg-12.subButton{padding-left:0px;}

@media(max-width:640px) {
    header .intro-text .intro-lead-in { font-size: 24px;}
    .carousel-caption h2 {font-size: 18px;}
}



@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}


@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

/*@media(max-width:1023px) {
    .col-lg-6.contactDetails {max-width: 100%;text-align: center;}
    .contactDetails h3, .contactDetails h4, .contactDetails a{        
        text-align:center;
    }
}*/




@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {padding: 0 100px 20px 20px;}
    
    .col-lg-6.contactDetails{max-width:330px;}
    .contactDetails h3, .contactDetails h4, .contactDetails a{
        font-family: "Dosis",sans-serif;
        font-weight: 400;
        text-align:left;
    }
    .col-lg-6.contactForm{float:right; }
    .col-lg-6.contactForm .col-md-12.cntrl4mobile,
    .col-lg-6.contactForm .col-lg-12.subButton.cntrl4mobile{float:left; width:100%; }
    
       
}


.clearIt.cntrl4mobile{clear:both; display:block; width:100%; height:5px; }
.col-lg-6.contactForm .col-lg-12.subButton.cntrl4mobile{float:left; text-align:left;}

@media(max-width:1200px) {
    .clearIt.cntrl4mobile{display:none;}
    .col-lg-6.contactForm .col-lg-12.subButton.cntrl4mobile{float:right; text-align:right; margin-top:25px;}
}


.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
    font-weight:normal;
}

.team-member p {
    margin-top: 0;
}

.team-member a{color: #222; color: #fff;}
.team-member a:hover{text-decoration:none; color: #fb5e31;}

aside.clients img {
    margin: 50px auto;
}

/*section#contact {
    background:#8DB2AF;  background-color: #1685C1;    
}*/

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px; margin-bottom: 15px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px; padding: 10px 20px;
}

/*.form-group.name-F {display:block; width:48%; padding-left:0; padding-right:2%;}
.form-group.name-L {display:block; width:48%; padding-left:2%; padding-right:0px;}
*/
.form-group.name-F {display:block; float:left; width:49%; padding-left:0; padding-right:1%;}
.form-group.name-L {display:block; float:right; width:49%; padding-left:1%; padding-right:0px;}


.col-md-6.grp-L {padding-left:0; padding-right:5px;}
.col-md-6.grp-R {padding-left:5px; padding-right:0px;}

.col-lg-6.contactForm .col-md-12{padding-left:0px; padding-right:0px;}

.col-lg-6.contactForm .col-md-12.cntrl4mobile,
.col-lg-6.contactForm .col-lg-12.subButton.cntrl4mobile{width:50%; }

.col-md-12.footLogo{width:100%; height:76px; display:none; text-align:center; margin-bottom: 50px;}

.siteBy{display:block; float:right; width:auto; color:#51A9D2;}
.siteBy a{
    text-transform: none;
    font-family: 'Dosis', sans-serif;
    line-height: 40px;
    font-size: 14px;
    color:#51A9D2;
}
.col-md-4.social-icons{float:right; padding-right: 0px; text-align:right;}



@media(max-width:1200px) {
    .clientsWrap .row .col-lg-4{width: 33.33333333%; float: left;}  
}

@media(max-width:1024px) {
    .siteBy{clear:both; float:none; width:100%;} 
}

@media(max-width:768px) {
    /*DROPDOWN CUSTOMIZATION*/
   .navbar-default .navbar-nav > .open > a,
   .navbar-default .navbar-nav > .open > a:focus,
   .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff; 
    }
    .navbar-default .navbar-nav>.active>a {
	color:#ffffff;
	/*background-color: #fed136;   background-color: #039184; background-color: transparent;*/
    }
    .navbar-default.navbar-shrink .dropdown-menu{ background-color:#2A81B8;}
    
    .clientsWrap .row .col-lg-4{width:50%; float: left;}

}
/*end*/

.mobileOnly{display:none;}

/*MOBILE STYLES*/
@media(max-width:480px) {
    .mobileOnly{display:block;}
    section.aboutHDS{padding-top:50px;}
    .statement-wrap h2 {font-size: 20px;}
    .statement-wrap h1,
    .statement-wrap h3{font-size: 20px;}
    .statement-wrap h2,
    .statement-wrap h3,
    .statement-wrap p{padding-left:10px; padding-right:10px;}
    .faqDropdown h2.section-heading{padding-left:15px;}
    .faqDropdown h2.section-heading{display:block;}
    h2.accordion-header, h2.active-header {font-size: 24px; line-height: 34px;}
    h2 span.moreLink {clear:both; float: right;}
    .clientsWrap .row .col-lg-4{width:100%; float: left;}
    
    .col-lg-6.contactForm .col-md-12.cntrl4mobile,
    .col-lg-6.contactForm .col-lg-12.subButton.cntrl4mobile {
        width: 100%;
        text-align: center;
        margin-top:0px;
    }
    .btn-xl {width:100%;}
    
    section.whoIsHDS{ padding: 100px 0 150px 0;}
    section.whoIs.jHolt{background-image: none;}
    section.whoIs.vAllison{background-image: none;}
    section.contactWrap {  padding: 90px 0px 100px 0px;}
    
    .col-md-4.social-icons {float: none;  margin-top:20px;  text-align: center;    }
    
    .col-md-4.social-icons {float: none; padding-right: 0px; text-align: center;  text-align:right;  }
    .col-md-12.footLogo{display:block; margin-top:50px;}
    section.whoIs h1.section-heading,
    section.whoIs h2.section-heading{ font-size: 24px;}
    .bg-image-john{min-height: 170px; background: transparent url("../img/john-holt-writing-bw-mobile.jpg") no-repeat center top;}
    section.imageContainer{display:none;}
    a.downArrow,
    a.downArrowDark,
    a.downArrow-teal,
    a.downArrow-whiteBg,
    a.downArrow-clear,
    a.downArrow-dark{margin-right:13px;}
    .form-group.name-F { float:left; width:100%;  padding-right:0%;}
    .form-group.name-L { float:left; width:100%; padding-left:0%;}
    .siteBy{clear:both; float:none; width:100%;}
}
/*end*/



section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136; border-color:#ffffff; background:#FB5E31; background:#EAF1F0; color:#000000;
    box-shadow: none; 
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
    background:#8db2af; background-color: #1685C1;
}

footer.row{max-width:832px;}

footer span.copyright,
footer span.privacy-P{
    text-transform: uppercase;text-transform: none;
    font-family: 'Dosis', sans-serif;
    line-height: 40px;
    font-size:14px;
    color:#ffffff;
}
.privacy-P a{color:#ffffff;}

ul.copyright{float:left; list-style:none; margin:10px 0px; padding:0px;}
ul.copyright li{
    float:left;
    margin:0px;
    padding:0 20px 0 0;
    text-transform: uppercase;text-transform: none;
    font-family: 'Dosis', sans-serif;
    line-height: 20px;
    font-size:14px;
    color:#ffffff;
}
ul.copyright li a{color:#ffffff;}


.system-message, .system-error-message {
	background-color: #51A9D2;
	border: none;
	color: #666; color: #040605;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 36px;
	text-align: center;
}

.system-error-message h1,
.statement-wrap .system-error-message p,
.system-error-message li{color: #040605;}
.statement-wrap .system-error-message p,
.system-error-message li{font-size:18px;}
.system-error-message a{color: #ffffff;}

@media(max-width:1024px) {
    .col-md-4.siteDeets{width:100%; text-align:center;}
    ul.copyright{
	float: none;
	width: 200px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
    }
    ul.copyright li{float:none;}
}


@media(max-width:768px) {
    ul.copyright li{  clear:both;   }
    .system-message,
    .system-error-message {
	margin: 18px 0;
	padding: 36px 0px;
	text-align: center;
    }
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Dosis', sans-serif;
    line-height: 40px;
    font-size:14px;
    
}

footer ul.quicklinks a{ color:#ffffff;}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}



.social-icons a {
    font-size: 28px; font-size: 22px;
    margin: 0px 15px 15px 0px; margin: 0px 0px 15px 0px;
    border-radius: 90em;
    border: 3px solid;
    width: 45px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    color: #ffffff;
    transition-duration: 0.5s;
}



.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}





