/*
 Theme Name:     Gaea Child Theme
 Theme URI:      http://preview.imithemes.com/gaea-wp
 Description:    Gaea Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template:       Gaea
 Version:        1.0
*/

@import url(../Gaea/style.css);

/* =Theme customization starts here
------------------------------------------------------- */

.top-header{
	z-index:999;
}

.lower-header{
	z-index:8;
}

body {
	color:#000000;
	font-weight:350;
}

.bodybigger {
	font-size: 16px;
	line-height: 24px;
}

.bodysmaller {
	font-size: 12px;
	line-height: 16px;
}

.jobname{
	font-size:16px;
	font-weight:500;
	color:#000000;
}
.jobtitle{
	color:#999;
	font-size:11px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:700;
}

.widget_team_project > ul > li .people-info .people-name{
	line-height:16px;
}
.widget_team_project > ul > li .people-info .people-position{
	line-height:16px;
}

.meta-data{
	line-height:16px;
}

.title{
	margin-bottom:30px;
}

.titleside{
	border-bottom:#e8e8e8 1px solid;
	margin-top:18px;
	margin-bottom:5px;
}
.titleside .titleside-border{
	padding-bottom:9px;
	display:inline-block;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-bottom:-1px;
}

a{
	color:#0077aa;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: left;
}

.wp-caption.alignnone {
    margin: 5px 20px 0px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 0px 0;
}
.wp-caption.alignright {
    margin: 5px 0 0px 20px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr.lg{
	display:inline-block;
	margin:15px 0;
	width:200px;
	height:2px;
	border:0;
}

hr.slidelg{
	display:inline-block;
	margin:15px 0;
	width:898px;
	height:2px;
	border:0;
}

.btn2
{
	text-shadow: 2px 2px 4px rgb(0, 0, 0);
	font-size: 50px;
	line-height: 60px;
	font-family: Arial,Helvetica,sans-serif;
	color: #b7ecff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffffff;
	border-style: dotted;
}

.btn2-hover
{
	text-shadow: 2px 2px 4px rgb(0, 0, 0);
	font-size: 50px;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255, 222, 122);
	text-decoration: none;
	background-color: transparent;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: dotted;
}

.lead-block{
	background:url(http://whdevrc.org/wp-content/uploads/2015/05/wave-high2.png) repeat #fafafa;
	border-bottom:#e8e8e8 1px solid;
	padding:25px 0;
}

.emphasize {
	font-size: 20px;
	font-weight: 500;
	color: rgb(94, 150, 27);
}

.emphasize_sm {
	font-size: 16px;
	font-weight: 500;
	color: rgb(94, 150, 27);
}

.emphasize_med_link {
	font-size: 18px;
	font-weight: 500;
	color: rgb(0, 137, 183);
}

.staff-item{
	margin:20px 0 0px;
}

.alignright {
    float:right;
    margin: 7px 0 7px 15px;
}
.alignleft {
    float: left;
    margin: 7px 15px 7px 0;
}
a img.alignright {
    float: right;
    margin: 7px 0 7px 15px;
}
a img.alignnone {
    margin: 7px 15px 7px 0;
}
a img.alignleft {
    float: left;
    margin: 7px 15px 7px 0;
}

td.forms {
	padding-bottom: 0px;
	padding-right: 5px;
}

.grid-holder{
	width: 111%;
	margin-left: -4%;
}

.sidebar h3.titletop .title-border{
	padding-bottom:5px
}


.staff-single-image {
    float: right;
    margin-bottom:20px;
    padding-left:20px;
}

div.sidebar-widget-title {
	line-height: 10px
}

/* Constant Contact Signup Widget Formatting */


/*footer info*/
.ctct-custom-form {
    font: 12px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    min-width:225px;
    margin:0 auto;
    box-sizing:border-box;
    padding: 15px;
}
.ctct-form-defaults {
    font: 10px;
    color: #000;
    padding:15px;
    border-radius:5px;
}
.ctct-custom-form * { box-sizing:border-box; }
.ctct-custom-form p { font: 10px; margin: 0; margin-bottom: 15px;}
.ctct-custom-form select { font: 10px; width: 100%; height: 46px; border: 1px solid #b0b6bb; background-color: #fff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.ctct-custom-form .ctct-form-required { position: relative; }
.ctct-custom-form .ctct-form-required:before {content: "\2217";position: absolute;top: -4px;left: -12px;color: #f5463b; }
.ctct-custom-form input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #b0b6bb;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #394856;
    font-size: 14px;
    line-height: 1.0; 
    }
.ctct-custom-form input[type="text"]:focus { outline: 1px solid #5dacd6; }
.ctct-custom-form .ctct-form-errorMessage {
    font-size: 12px;
    line-height: 1.0;
    margin-bottom: 12px;
    color: #f5463b; 
}
.ctct-custom-form ::-webkit-input-placeholder { color: #88919a; }
.ctct-custom-form :-moz-placeholder { color: #88919a; }
.ctct-custom-form ::-moz-placeholder { color: #88919a; }
.ctct-custom-form :-ms-input-placeholder { color: #88919a; }
.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
    border-color: #f5463b !important;
    color: #f5463b !important; 
}
.ctct-custom-form label {
    display: block;
    margin-bottom: 8px;
    line-height: 1; 
}
.ctct-custom-form .Button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 20px;
    line-height: 1;
    background-image: none;
    background-color: #ebedee;
    color: #0078c1;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}
.ctct-custom-form .ctct-button {
    color: #fff;
    background-color: #0078c1;
    display: block;
    width: 100%; 
}

.ctct-custom-form .ctct-button:hover {
    color: #fff;
    background-color: #3e9fda; 
}

.ctct-custom-form .ctct-button:active {
    background-color: #005c94; 
}

.ctct-custom-form .ctct-form-footer {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
}

.meta-data {
	padding-top:4px;
}

.widget_team_project > ul > li .people-info{
	padding-left:85px;
	min-height:60px
}

.widget_team_project > ul > li{
	padding-top:8px;
	position:relative
}

.widget_team_project > ul > li{
	border-bottom:0px solid #e8e8e8
}

.widget_team_project > ul > li .people-info .people-name{
	line-height:16px;
	margin-bottom:0px;
}

.widget_team_project > ul > li .people-info .people-position{
	margin-top:0px;
	margin-bottom:0px;
	color:#999;
	font-size:11px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:10px;
}

.program-areas{
	padding:20px 0;
	background-color: #cfeef6;
}

.featured-projects{
	padding:20px 0;
}

.featured-projects-areas {
	background-color: #cfeef6;
}

.featured-projects img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}



.project-overlay{
	background-color:rgba(0,0,0,.5);
	padding-left:10px;
	position:absolute;
	bottom:7px;
	left:7px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:13px
}
.project-overlay .project-title2{
	float:left;
	line-height:24px;
	padding:4px 0
}

h3.blue{
	color:#0077aa;
}

h3.white{
	color:#ffffff;
}

a.white-link{
    font-size: 18px;
	color:#ffffff;
}



.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
        height: 1px;
	background-color: #ffffff;
	left: 50%;
	margin-left: -1.5px
}



@media only screen and (max-width: 992px) {
	.main-navigation{
		display:none;
		width:100%;
		position:absolute;
		height:auto;
		left:0;
		top:75px;
		background:#9bc6d3;
		z-index:99;
	}
}
