.row-feature {
    padding-bottom: 90px;
    padding-top: 20px;
}

.row-feature.row-feature-bg-custom1 {
    background: url('../images/custom-bg.png') no-repeat scroll right bottom #F9F9F9;
}

.row-feature.row-feature-bg-custom-team {
background: url("../images/custom_team-bg.png") no-repeat scroll right
bottom #f9f9f9;
}

.row-feature.row-feature-bg-custom-social{
background: url("../images/custom_social-bg.png") no-repeat scroll right
bottom #f9f9f9;
}

/*---------------------footer member information--------------------------*/ 
.t3-footer  {
   color:  #f7f7f7;
   font-size:  24px;
   background: none repeat scroll 0 0 #2b2b2b;
}


/*---------------------header show when scrolling down--------------------------*/ 
.scrollDown .t3-header {
top: 0 !important;
}

/*---------------------header show black background when at the top--------------------------*/ 
.has-slideshow .t3-header {
background: #292929 !important; }

/*---------------------move the slideshow down--------------------------*/
@media (min-width: 991px){
.ja-slideshow {
padding-top: 84px !important;
background: white;}
}

/*---------------------Moves title down in Module BIO and Webcast --------------------------*/
.row-feature {
clear: both;
}


/*---------------------Footer Copyright color --------------------------*/
.t3-copyright {
background:#3c3c3c!important;
padding: 26px 0;
}

/* Remove extra padding on footer area above logo and add below footer phone # */
.t3-footer .footer-info { padding: 28px 0 28px; }
/* END Remove extra padding on footer area above logo and add below footer phone # */

/* Remove extra padding on feature row for bio / webcast */
#Mod201 { padding-bottom: 25px; }
/* END Remove extra padding on feature row for bio / webcast */