/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/*===============MOBILE AND UP===============*/


@import url(http://fonts.googleapis.com/css?family=Oswald:400,300|Noto+Sans:400,400italic,700italic,700);

/**** GENERAL STYLES ****/
em {
	font-style: italic;
}

h1 {
	color: #000;
}

h2 {
	color: #789576;
}

.contentArea a {
	color: #66807F;
	}

h1, h2, h3, a.feedMore, .bloglink {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

tr:nth-child(4n) {
	background-color: #eee;
}

.heads td {
	border:0px;
	padding:5px;
	}

.contentArea {
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	color: #6F6F6F;
	}

.highlight {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	}

.contentArea a {
	text-decoration: none;
}
	
.contentArea a:hover {
	text-decoration: underline;
}

.noheight{
	height: 0;
}

.half {
	width: 100%;
	clear:both;
	}

.leftCol {
	border-right: 0px;
	}

	
		

/**** KEYNOTE SPEAKERS ****/

ul.keynote {
	list-style-type:none;
	padding-left: 0px;
	display: table;

}

ul.keynote li {
	display: table-row;
	clear:both;
	margin-bottom:20px;
	height: 85px;
}

ul.keynote li img {
	padding: 5px;
	float: left;
	vertical-align:top;
	width: 85px;
	display: table-cell;
}

ul.keynote li div {
	display: table-cell;
	vertical-align:middle;
	width: 85%;
}
	

ul.keynote a, h3, .feedMore a, .bloglink {
	color: #66807F;
}

/**** BLOG FEEDS ****/

ul.feedItems {
	list-style: none outside none;
    padding-left: 0;
}


.feedItems h2 {
	font-size: 16px;
	color: #3d3d3d;
}
	
.feedItems p {
	color: #454545;
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
	font-size: 12px;
}

.feedMore a {
	font-family: oswald;
}




/**** HOME PAGE TABBED CONTENT ****/
	
#tabs ul {
	padding: 0px;
	margin: 0px;
}
#tabs li {
	width: 33.3%;
	float: left;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#tabs button {
	border-top: none;
	border-left: none;
	border-right: none;
}
.inactiveTab, .activeTab {
	display: block;
	width: 100%;
	line-height: 1em;
	text-decoration: none;
	font-family: "Oswald",sans-serif;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.inactiveTab {
	background-color: #d5d4d4;
	margin: 5px 0 0;
	height: 80px;
	color: #000000;
	border-bottom: 5px solid #bdbcbc;
}
.activeTab {
	background-color: #185069;
	margin: 0;
	height: 90px;
	color: #fff;
	border-bottom: 5px solid #134156;
	position: relative;
}


.hidden {
	display: none;
}
.visible {
	line-height: 1.5em;
}
.visible h2 {
	color: #000;
	border-bottom: 4px solid #6a813b;
	border-bottom-width: 100%;
	margin 0;
	padding-bottom: 5px;
}
.visible li {
	list-style: inherit !important;
	width: auto!important;
	float: none !important;
	text-align: left !important;
	margin-left: 10px;
}
.learn_more {
	background-color: #d1d2d4;
	color: #000 !important;
	display: block;
	margin: auto;
	border-bottom: 2px solid #bdbec0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: "Oswald",sans-serif;
	font-size: 16px;
	width: 18%;
}

#learn_button {
	width: 33%;
	height: auto;
	margin: 20px auto;
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #fff;
}

/* Photo Page */
.photo {
	float:left;
	margin: 5px;
	padding:10px;
	width: 310px;
	height: 280px;
	font-style: italic;
	text-align:center;
	}


/*End mobile and up styles*/
/*===============TABLET AND UP===============*/
@media only screen and (min-width: 760px) {

	.highlight {
		font-size: 14px;
	}
	
	.inactiveTab, .activeTab {
	height: 100px;
	margin: 10px 0 0;
	font-size: 25px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1em;
}
.activeTab {
	height: 100px;
}

.learn_more {
	width: 15%;
}

.half {
	width:45%;
	padding: 0 1%;
	float:left;
	clear: none;
}

.leftCol {
	border-right: 1px solid #DCDCDC;
	}
	
	
}/*end media query*/
/*End tablet and up styles*/
/*===============DESKTOP ONLY===============*/
@media only screen and (min-width: 1100px) {

	
	
	
	
}/*end media query*/
/*end desktop only styles*/
/*END OF DOCUMENT*/
