@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/*Menu Styles*/
div#nav-container{
	width:100%;
	background:#0d457a;
	/*border:1px solid red;*/
}
ul.nav{
	margin:0;
	padding:0;
}

ul.nav > li{
	list-style: none;
	float:left;
	padding:0;
	margin:0;
}

ul.nav > li > a{
	display:block;
	padding:15px 25px;
	text-transform: uppercase;
	font-family: 'Roboto', san-serif;
	font-size:1.2em;
	color:white;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
}

ul.nav > li.has-dropdown > a:after{
	font-family: 'FontAwesome';
	margin-left:10px;
	content: "\f0dd";	
	color:#c3d1de;
}

ul.nav li a:hover,
ul.nav li a:active{
	background:#093966;
}

li.has-dropdown > ul{
	position:absolute;
	visibility: hidden;
	opacity:0;
	transition: all 0.5s ease;
	z-index: 10;
	margin:0;
}

li.has-dropdown > ul li{
	list-style: none;
	background:white;
	margin:0;
	padding:0;
}

li.has-dropdown > ul li a{
	display:block;
	width:160px;
	padding:8px 10px 8px 10px;
	font-family:'Roboto', san-serif;
	font-size:1.18em;
	color:#596371;
	text-decoration: none;
}

li.has-dropdown > ul li a:hover{
	background:#2797d9;
	color:white;
}

li.has-dropdown:hover > ul{
	visibility: visible;
	opacity:1.0;
	z-index: 10;
}

/*Menu Styles*/

/*custom slider styles (overwrites homepage styles)*/
#slider .slide span.slider-title{
	max-width:700px;
	bottom:20px; 
	opacity:0.9;
	/*bottom: 135px;*/
}

#slider .slide span h4{
	background:#0d457a;
	color:white;
}

#slider .slide span h5{
	background:#dbe9f5;
}

#slider .slide span span.services-button{
	display:inline-block;
	padding:10px 20px;
	background:#f26529;
	border-radius:1000px;
	position:absolute;
	left:20px;
	color:white;
	box-shadow: 1px 1px 2px 0px #444444;
	transition: all 0.5s ease;
}

#slider .slide span span.services-button:hover{
	box-shadow:none;
}

#sliderContainer.secondary-banner{
	height:225px;
	overflow:hidden;
}
/*custom slider styles*/


/*main content styles*/
#contentFullWidth{
	padding:0;
	margin:0;
	width:950px;
}
#contentFullWidth .left-side{
	width:626px;
	float:left;
}

#contentFullWidth .right-side{
	width:295px;
	float:right;

}

.single-column{
	width:300px;
	float:left;
}

.single-column.left{
	margin-right:26px;
}

h1{
	padding:0;
	margin:0;
	padding-bottom:10px;
}
/*main content styles*/

/*right side widget boxes*/

.widget-box{
	width:295px;
	margin-bottom:20px;

}
.widget-box .widget-title{
	width:295px;
	background:#2678a7;
	font-weight:600;
	font-size:1.3em;
	color:white;
	padding:8px 15px;
}

.widget-box .widget-content{
	padding:15px;
	width:295px;
	background:#f2f2f2;
	position: relative;
}

.break-word{
	word-wrap: break-word;
}
/*right side widget boxes*/

/*contact faces*/
a.face{
	display:inline-block;
	position: absolute;
	height:70px;
	width:70px;
}
a.face.elizabeth{
	top: 35px;
	left: 50px;
}
a.face.judith{
	top:18px;
	left: 170px;
}
/*contact faces*/

/*phhs image & legend*/
#phhs-diagram{
	width:100%;
}
#phhs-diagram img{
	float:left;
}
#phhs-diagram #legend{
	width:350px;
	padding:10px;
	float:Left;
	margin-left: 75px;
	border:1px solid #eeeeee;
	border-radius:5px;
	background:#f2f2f2;
}
/*phhs image & legend*/

/*header & footer*/
#headerContainerNoSearch{
	height: 140px !important;
}
#headerContainerNoSearch #headerMain{
	height:140px !important;
}
.dtr-header{
	margin-top:0px;
	padding-top:0px;
	background:white;
	height:140px;
	
}

.dtr-header .einstein-logo{
	padding-top:8px;
	padding-left:8px;
}

.dtr-header .dtr-title{
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #004990;
	font-size:3.5em;
	font-weight:700;
}

.dtr-header .dtr-title strong{
	font-weight:900 !important;
}

#headerContainerNoSearch #tagline {
	float: left;
	margin: 10px 0 0 30px;
}

#tagline h4{
	color: #599fd0;
	font-size: 2em;
	font-family:'Open Sans';
}

#footer{
	height:100px;
}