/* Style Sheet */


/*Color Guide

H3: #3b566f
H4: #dbb051
H5: #38725e

Dark Blue: #122f48
Light Blue: #3b566f
Yellow: #dbb051
Green: #38725e


*/


body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color:#3b566f;
	background-color: #EFEFEF;
}

.bannerBar {
	background-color: #3b566f;	
}

.quote {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/* Nav */

nav{
    width: 100%;
    overflow:hidden;
    background-color: white;
}

ul { 
    /* background-color: black; */
    width:100%;
    line-height:2em;
    margin-left:-2em;
    list-style: none;
    padding-left: 2em;
    padding-top:0;
    margin-top:0;
}

ul li {
    /*background:#3b566f;*/
    margin-left:1px;
    border-right:2px solid white;
    padding: 0 2em 0 2em;
    text-align:center;
    float:left;
    width: 105px;
}

.shape {
    -webkit-transform: skew(45deg);   
    z-index: 300;      
}


ul li.First{
    padding:0 2em 0 4em;
    margin-left:-2em;
}

li a{ 
    text-decoration: none;
    display:block;
    color: white; 
    font-weight:bold;
    -webkit-transform: skew(-45deg);
    cursor: pointer;
}

.grid li a {-webkit-transform: none !important;}


li a:hover, a:active{
	text-decoration: none;
	color:#dbb051 !important;
	background-color: none !important;
}

ol li a {
	text-decoration: none;
}

/* Content */

#content-wrap {
	padding-bottom: 2em;
	background-color: #ffffff;
	background-image: url("../img/bg.gif");
	background-repeat: repeat;
	background-position: center top;
	
}

.push {
	margin-top: 50px;
}


hr {
	clear:both; 
	opacity:.25; 
	border-color:#3b566f;
}

/*Image Links*/

.socialMedia img:hover {
	opacity: .75;
}

.people img{filter: saturate(0%);
-webkit-filter: saturate(0%); -moz-filter: saturate(0%);
-ms-filter: saturate(0%); -o-filter: saturate(0%);
}

.people img:hover {filter: saturate(100%);
-webkit-filter: saturate(100%); -moz-filter: saturate(100%);
-ms-filter: saturate(100%); -o-filter: saturate(100%);
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
cursor: pointer;}


.researchCaption {
	font-size: 16px;
	margin: 5px;
	border: 5px solid #e6e6e6;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;  
    -moz-box-shadow: 1px 1px 1px 1px #ccc;  
    box-shadow: 1px 1px 1px 1px #ccc;
}

.captionPush{
	padding-left: 5px; 
	padding-top: 5px;
	background: -moz-linear-gradient(left,  rgba(219,176,81,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(219,176,81,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(219,176,81,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(219,176,81,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(219,176,81,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(219,176,81,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb051', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	/*background: rgba(255, 255, 255, 0.5);*/
	/* border: solid #dbb051 4px; */
	padding-bottom: 18px;
	width: auto;
}

.researchCaption a {color:black;}

.masonry img {
    width: auto;
    margin-bottom: 8px;
    position: relative;
    z-index: 5 !important;
}

.masonry img:hover{
	cursor: pointer;
	-moz-transform: scale(1.4);  
	-o-transform: scale(1.4);  
	-webkit-transform: scale(1.4);  
	transform: scale(1.4);  
	position: relative;
	border: 5px solid #e6e6e6;
	z-index: 9000 !important;
}


/*Masonry*/

.masonry .item {
  width: 25%;
  min-width: 250px;
}

/*End Masnory*/


h2 span {
	color: black;
	padding: 20px;
	letter-spacing: -1px;
	text-align: left;
}


/* .people h5 {color:#dbb051;} */




/* Footer */

footer {
	clear: both;
	margin-top: 0;
	padding-top: 2.5em;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	padding-bottom: 2.5em;
	border-top: 3px solid #38725e;

}

site-footer {
	margin-bottom: 2em;
	padding-bottom: 20px;	
}

footerLeft {
	float: right;
}

.footer {
	padding-top: 50px;
	color: black;
	bottom: 0;
}


