/*@import url({stylesheet='styles/font-gentona'});
@import url({stylesheet='styles/font-quadon'});*/
@charset "UTF-8";


body {
	background-color: #002f5c;
	margin: 0px;
	font-family: "gentona", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:16px;
	min-width: 300px;
	height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "quadon", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
		
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	/*text-decoration: none !important;*/
}

a {
	text-decoration: underline;
}

blockquote>h1:first-child,
blockquote>h2:first-child,
blockquote>h3:first-child,
blockquote>h4:first-child,
blockquote>h5:first-child,
blockquote>h6:first-child,
blockquote>p:first-child {
	margin-top: 0 !important;
}
blockquote>h1:last-child,
blockquote>h2:last-child,
blockquote>h3:last-child,
blockquote>h4:last-child,
blockquote>h5:last-child,
blockquote>h6:last-child,
blockquote>p:last-child {
	margin-bottom: 0 !important;
}

hr {
	border-top: 1px solid #dfdfdf;
}


/* Bootstrap override for accessilicious contrast */
aside a:link, aside .text-primary {
	color:#2e75b2 !important;		
}
aside a:hover, aside a:focus {
	color:#002F5C !important;			
}
button.btn-info {
	color:#333 !important;
}
/* Bootstrap accordion override, FAQ */
.panel-heading {
	background-color: #f3f3f3;
	display: inline-block;
	width: 100%;
}
.panel-heading:hover {
	background-color: #eee;
}
#accordion h4 {
	font-weight: 600;
}



/* Top section */

#topBar {
	position: absolute;
	top: 0px;
	z-index: 1000;	
	background-color: #002F5C;
	min-width: 300px;
	width:100%;
	border: 0;
	border-radius: 0;
}

#topBar .navbar-toggle {
	padding:6px 10px;
	color:white;	
	border-color:#002F5C;	
	background-color: rgba(255,255,255,0.2);	
	border-radius: 30px;
}
	#topBar .navbar-toggle:link {
		background-color: rgba(255,255,255,0.2);
	}
	#topBar .navbar-toggle:hover, #topBar .navbar-toggle:focus {
		background-color: rgba(255,255,255,0.4);
	}
	#topBar .navbar-toggle:active {
		background-color: rgba(255,255,255,0.5) !important;
	}
	#topBar .navbar-toggle:visited {
		background-color: rgba(255,255,255,0.2) !important;
	}

div.topLogos {
	height: 56px;
}

img.logo-lib-jhu {
	width:auto;
	height:56px;
	display: inline-block;
	vertical-align: middle;  
}
img.logo-cer {
	width:auto;
	height:56px;
	display: inline-block;
	vertical-align: middle;  
}
	@media screen and (max-width:767px) {
		img.logo-lib-jhu {
			width:40%; 
			max-width:197px; 
			height:auto;
		}
		img.logo-cer {
			width:39%;
			max-width:220px;
			height:auto;
		}
	}

#searchBox {
	width: 250px;
	padding-top: 12px;
	margin-bottom: 10px;	
}
	@media screen and (max-width:767px) {
		div #searchBox {
			width: 100%;
		}
	}
				
#searchPosts {
	width: 450px;	
	margin-bottom: 15px;
}
#searchPosts input {
	width: 250px;
}
	@media screen and (max-width:767px) {
		#searchPosts {
			width: 100%;
		}
		#searchPosts input {
			width: auto;
		}
	}

div #homeBanner {
	position: relative;
	top: 56px;
	height: 400px;
	background-image: url(assets/cer-color-textures-RGB-sm2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 40px;
	background-color: #002F5C;
	overflow:hidden;
	border-bottom: 4px solid #002F5C;
	min-width: 300px;
	width: 100%;
	z-index: 101;	
}		



/** Carousel **/

		/* make keyframes that tell the start state and the end state of our object */
		@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
		@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
		@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

		.fade-in {
		  opacity:0;  /* make things invisible upon start */
		  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
		  -moz-animation:fadeIn ease-in 1;
		  animation:fadeIn ease-in 1;

		  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
		  -moz-animation-fill-mode:forwards;
		  animation-fill-mode:forwards;

		  -webkit-animation-delay: 0.5s;
		  -moz-animation-delay: 0.5s;
		  animation-delay: 0.5s;

		  -webkit-animation-duration:1s;
		  -moz-animation-duration:1s;
		  animation-duration:1s;
		}

		.homeCarousel-wrapper {
		    max-width: 800px;
		    height: 400px;
		    padding: 0 20px 20px 20px;
		    margin: auto;
		    /*margin: 20px auto;*/
		    position: relative;
		    /*border: 10px solid #fff;
		    -webkit-border-radius: 5px;
		    -moz-border-radius: 5px;
		    border-radius: 5px;
		    -webkit-box-shadow: 0 0 2px #999;
		    -moz-box-shadow: 0 0 2px #999;
		    box-shadow: 0 0 2px #999;*/
		}

		.homeCarousel p {
		    color: white;
		    line-height: 16px;
		}

		.homeCarousel a {
		    /*color: #5ecae7;*/
		    /*color: #f05669;*/
		    color: #faf393;
		}

		.homeCarousel {
		    position: relative;    
		    overflow: hidden;
		    width: 100%;
		    height: 100%;
		}

		.homeCarousel ul {
		    width: 20000em;
		    position: relative;
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		.homeCarousel li {
		    width: 200px;
		    float: left;
		    padding: 0 20px;
		    /*border: 1px solid #fff;*/
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		}

		.homeCarousel-cell {
		    max-height: 100%;
		    /*position: relative;*/
		    
		    /*text-align: center; */    
		} 

		.homeCarousel-centerer {
		    height: 380px;
		    text-align: center;
		    white-space: nowrap;    
		}
		    @media screen and (max-width:767px) {
		        .homeCarousel-centerer {
		           height: auto;
		        }
		    }

		.homeCarousel-center-helper {
		    display: inline-block;
		    height: 100%;
		    vertical-align: middle;
		} 

		.homeCarousel-info {
		    /*max-height: 200px;*/
		    display: inline-block;
		    max-height: 350px;
		    text-align: left;
		    vertical-align: middle;  
		    white-space: normal;
		    overflow-y: auto;
		}
		    @media screen and (max-width:767px) {
		        .homeCarousel-info  {
		            max-height: 180px;
		        }            
		    } 

		.homeCarousel-header h3 {
		    color: white;
		}
		.homeCarousel-header a:hover {
		    /*text-decoration: none;*/
		}
		.homeCarousel-header h3:hover {
		    color: #B0C7D1;    
		}

		.homeCarousel-txt-wrap {
		    /*max-height: 200px;*/
		    /* SEE BELOW */
		    /*position: relative;
		    height: 100%;    */
		}

		.homeCarousel-txt {
		    /*max-height: 200px;*/
		    /* THIS WAS WHERE I TRIED THE Absolute to get the scroll bar. Problem was there is no way to know the height for the header text to position correctly */
		    /*position: absolute;
		    top: 0;
		    height: 100%;
		    overflow-y: auto;*/
		}

		.homeCarousel img {
		    display: inline-block;
		    max-width: 100%;    
		    margin: 0 auto;    
		    width: auto;
		    height: auto !important;  

		    vertical-align: middle;  
		    max-height: 380px;			
		}
		    @media screen and (max-width:767px) {
		        .homeCarousel img {
		            max-height: 200px;
		        }
		    }

		.homeCarousel-image-border {
		    border: 6px solid #fff;
		    -webkit-border-radius: 3px;
		    -moz-border-radius: 3px;
		    border-radius: 3px;
		    -webkit-box-shadow: 0 0 7px #333;
		    -moz-box-shadow: 0 0 7px #333;
		    box-shadow: 0 0 7px #333;
			background-color: white;
		}
		/* UNSLIDER OVERRIDE */
		.unslider {
			overflow: hidden !important;
			position: relative !important;
		}
		.unslider-nav ol li {
			width: 10px !important;
			height: 10px !important;
			margin: 4px 4px 0 4px !important;
		}
		.unslider-arrow {
/*			position: absolute;
		    top: 50%;
		    margin-top: -15px;
		    width: 30px;
		    height: 30px;
		    text-align: center;
		    background: rgba(255,255,255,.2);
		    color: #fff;
		    text-decoration: none;
		    text-shadow: 0 0 1px #000;
		    font: 35px/40px Arial, sans-serif;    
		    line-height:24px;
		    -webkit-border-radius: 30px;
		    -moz-border-radius: 30px;
		    border-radius: 30px;
*/

			position: absolute;
			top: 180px;
			width: 30px;
			height: 30px;		
			overflow: hidden;
			color: white;
			background: rgba(255,255,255,.3) no-repeat 50% 50%;
			background-image: url(assets_ta/arrow-white.png);
			border-radius: 30px;			
			text-indent: -999em;
			opacity: .7;
			transition: opacity .2s;
		}
		.unslider-arrow:hover {
			opacity: 1;
		}
		.unslider-arrow.next {
			right: 0px;
		}
		.unslider-arrow.prev {
			left: 0px;
			transform: rotate(-180deg);
		}
		.unslider-nav {
			/*position: relative;
			top: -40px;*/
		}



/*div #homeBannerBG {
	position: fixed;
	top: 56px;
	height: 400px;
	background-image: url(assets/cer-color-textures-RGB-sm2.png);
	background-repeat-y: no-repeat;
	background-position: 50% 4%;
	background-color: #002F5C;
	overflow:hidden;
	border-bottom: 4px solid #002F5C;
	min-width: 300px;
	width: 100%;	
	z-index: 100;
}		*/

div #sectionBanner {
	display: block;
	position: relative;
	top: 56px;
	height: 200px;
	background-image: url(assets/cer-color-textures-RGB-sm2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: 50% -30px;
    background-color: #002F5C;
	overflow:hidden;
	border-bottom: 4px solid #002F5C;
	min-width: 300px;
	width: 100%;
	z-index: 101;	
}
/*div #sectionBannerBG {
	display: block;
	position: fixed;
	top: 56px;
	height: 200px;
	background-image: url(assets/cer-color-textures-RGB-sm2.png);
	background-repeat: no-repeat;
    background-position: 50% 15%;
    background-color: #002F5C;
	overflow:hidden;
	border-bottom: 4px solid #002F5C;
	min-width: 300px;
	width: 100%;	
	z-index: 100;
}*/

div #sectionBanner h2 {
	text-align: left;
	margin: 0;
}
div #sectionBanner h3 {
	text-align: left;
	margin: 0;
	font-weight: 300;
}
div #sectionBanner a {
	color: white;	
	text-decoration: none;
}
div #sectionBanner a:hover, div #sectionBanner a:focus {
	color: #B0C7D1;	
}

table.sectionBannerTable {
	height: 200px;
	border: 0;
}	
	table.sectionBannerTable td {
		vertical-align: bottom;
		padding-bottom: 40px;
		border: 0;
	}



div.siteNav-wrapper {height:56px;}
nav#siteNav  {
	position: relative; /* this is overwritten to relative because of bootstrap */
	top: 56px;
	z-index: 777;
	background-color: #002F5C;	
	border: 0;
	border-top: 3px solid white;
	border-radius: 0;
	width: 100%;
}

		nav#siteNav.affix {
			width:100%;
			position: fixed;
			top: 0;
		}
		nav#siteNav .navbar-toggle {
			padding:6px 10px;
			color:white;	
			border-color:#002F5C;	
			background-color: rgba(255,255,255,0.2);	
			border-radius: 30px;
		}
			nav#siteNav .navbar-toggle:link {
				background-color: rgba(255,255,255,0.2);
			}
			nav#siteNav .navbar-toggle:hover, nav#siteNav .navbar-toggle:focus {
				background-color: rgba(255,255,255,0.4);
			}
			nav#siteNav .navbar-toggle:active {
				background-color: rgba(255,255,255,0.5) !important;
			}
			nav#siteNav .navbar-toggle:visited {
				background-color: rgba(255,255,255,0.2) !important;
			}

		nav#siteNav .styled-navbar {
			height: auto;
			max-height: 250px;
			overflow-x: hidden;
			width: auto;
			margin-left: 0;
		}
		nav#siteNav .styled-navbar>li {
			padding:6px 5px 6px 5px;
		}
		nav#siteNav .collapsing>.styled-navbar>li, 
		nav#siteNav .in>.styled-navbar>li {
			padding:4px 9px 4px 9px;
		}
				nav#siteNav .collapsing>.styled-navbar>li.active>a, 
				nav#siteNav .in>.styled-navbar>li.active>a,
				nav#siteNav .styled-navbar>li.active>a {
					background-color:#002F5C !important;
					color: #fa6073;
					border-bottom: 1px solid #fa6073;
				}
		nav#siteNav .styled-navbar>li>a {
			color: #B0C7D1;
		    /*color: #fa6073;*/
		    /*color: #faf393;*/
			/*border:thin solid #3F90AB;*/
			/*border-radius:4px;*/
			padding:8px 14px 8px 14px;
			border-bottom: 1px solid #002F5C;
			text-decoration: none;
		}
		 		nav#siteNav .collapsing>.styled-navbar>li>a, 
				nav#siteNav .in>.styled-navbar>li>a {
					padding-left:9px;
				}
		nav#siteNav .styled-navbar>li>a:hover, nav#siteNav .styled-navbar>li>a:focus {			
			/*outline: thin solid white;*/
			/*border-color:white;*/
			/*background-color: #3f90ab;*/
			color:white;
			border-bottom: 1px solid white;
		}
		nav#siteNav .styled-navbar>li>a:active{			
			background-color: #002F5C !important;
		}

		nav.navbar .navbar-nav {
		    display: inline-block;
		    float: none;       
		}

		nav.navbar .navbar-collapse {
			text-align: center;
		    /*border-color:#73AABD;*/
		    border: 0;
		    /*outline: #125275 1px solid;*/
		}
		.navbar {
			margin-bottom: 0; 
		}






		
/* All Content on page */
#siteContents {
	background-color: white;
	position: relative;
	top: 56px;
	min-width: 300px;
	width: 100%;
	z-index: 100;
	/*margin: 40px 0;*/
}

.contentFlexWrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*@media screen and (max-width:767px) {
		div #siteContents {
			top: 585px;
		}
	}*/

/*#mainWrapper {
	width: 80%;
	max-width: 1200px;
	margin: 10px auto;
}*/

main {
	background-color: white;
	padding: 60px 0 40px 0;	
	/*border-right: 1px solid #ededed;*/
	/*border-radius: 10px;*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;    
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}

.leadingBlurb {
	text-align: center;
	font-family: 'gentona', san-serif;
	color:#4e4e4e;
	font-weight:600;
	font-size: 2em;
		
}



/* RIGHT COLUMN ASIDE */

aside {
	/*background-color: #ededed;*/
	align-items: stretch;
	/*margin: 40px 0 0 0;*/
	padding: 40px 0 40px 0;
	background-color: #f6f6f6;
	border-left: 4px solid #ededed;
	border-top: 0;
}

aside a.imageLink {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

aside img {
	display:block;
	width:100%;
	max-width: 350px;
	height:auto;							
	margin:auto;
}

aside p {
	/*line-height: 1.1em;*/
	font-size: 14px;
	margin-top: 10px;
}
.asideSpace {
	margin:40px 0; 
}
.asideSpace img {
	width: 100%; 	
	border: 4px solid white; 
	outline: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 10px;
}
.asideSpace img:hover {
	outline: 3px solid #002F5C;
}
.asideSpace h2 {
	margin-bottom: 20px;
}

.blogentry {
	background-color: #ffffff;
	margin-top: 20px;
    padding-left: 5px;
    padding-bottom: 5px;
    border: 1px #CCCCCC solid;
	border-radius:3px;
    cursor: pointer;    
}
.blogentry:hover, .blogentry:focus {
	background-color: #ededed;
}

@media screen and (max-width:767px) {
	aside {
		border-top: 4px solid #ededed;
		border-left: 0;
	}
	aside h1,
	aside h2,
	aside h3,
	aside h4,
	aside h5,
	aside h6 {
		text-align: center;
	}	
	.contentFlexWrap {
		display: block;
	}
}



/* GENERAL TAG STYLES */

section {
	/*margin: 40px 0 ;*/
}
		section header {
			width: 100%;
		}
		section h1, 
		section h2 {
			text-align: center;
			border-bottom: 1px solid #002F5C;	
			width: 100%;	
			font-weight: 600;
		}
		section h1 a, 
		section h2 a {
			/*line-height: 1.5em;*/
			/*text-decoration: none;*/
		}
		section h1 a:link, section h1 a:visited,
		section h2 a:link, section h2 a:visited {
			color: #002F5C !important;	
			/*text-decoration: none;*/	
		}
		section h1 a:hover, section h1 a:focus,
		section h2 a:hover, section h2 a:focus {
			color: #337ab7 !important;		
			/*text-decoration: none;*/
		}
		section header p {
			color: #002F5C;
		}
		section header img {
			float: left;	
			width: 50%;
			max-width: 150px;
		}
		section.homepageSection {
			margin-bottom: 80px;			
		}
		section.homepageSection header img {
			width: 100%;
			max-width: 250px;			
		}



article {
	margin-bottom: 20px;
}
		article h1, 
		article h2, 
		article h3, 
		article h4 {
			font-family: 'gentona', san-serif;
			font-weight:normal;
			color:#002F5C;
		} 
		article h5, 
		article h6 {
			font-family: 'gentona', san-serif;
			color:#125275;
		}
		article a {
			color: #337ab7;
			word-wrap: break-word;
    		word-break: break-word;
		}
		article a:hover, article a:focus {
			color: #002F5C;
		}
		article img {
			/*width:100%;*/

			/*max-width: 350px;
			height:auto;							
			margin:auto;*/
		}
		@media screen and (max-width: 540px){
			article.enewsArticle img {
				width: 40% !important;
				height: auto !important;
			}
		}

		article .homeSectionImg {
			display:block;
			float: right;
			/*width:100%;*/
			max-width: 100px;
			/*height:100%;			*/
			margin-top: 20px;
		}
		article .homeSectionImg img {
			width:100%;			
		}
		article video {
			width: 100%;
			margin-bottom: 20px;
		}
		


		article.sectionEntry {
			/*background-color: #002F5C;*/
			background-color: #cae2ea;
			margin-top: 40px;
			padding: 20px 20px 10px 20px;
			word-break: normal;
		}
		article.sectionEntry h3,
		article.sectionEntry h4 {
			font-family: 'gentona', san-serif;
			text-align: left;
			margin-top: 0;
			margin-bottom: 0;
		}
		article.sectionEntry h3 a {
			color: #002F5C;
		}

		article.sectionEntry a {
			/*color: white;*/
			color: #337ab7;
			/*text-decoration: none;*/
		}
		article.sectionEntry a:hover, article.sectionEntry a:focus {
			/*color: #cae2ea;*/
			color: #337ab7;
			/*text-decoration: underline;*/
		}
		article.sectionEntry ul {
			list-style-position: inside;
			list-style-image: url('assets/bullet.png');
			line-height: 16px;
			padding-left: 0 !important;
		}
		article.sectionEntry ul li {
			margin-bottom: 10px;
		}
		article.sectionEntry img {
			display:block;
			/*width: 100%;
			height: 100%;	*/
			max-width: 100px;
			/*max-height: 150px;						*/
			margin: auto;
		}
			@media screen and (max-width: 767px){
				article.sectionEntry img {
					/*max-width: 100%;				*/
				}
				div.sectionEntryImg {
					padding: 10px;
				}
				article.sectionEntry {
					/*word-break: break-all;*/
				}
			}

		.sectionEntrySubtitle {
			color: #002F5C;
			font-style: italic;
			padding-bottom: 10px;  
			font-style: italic;
			/*font-size: .8em;*/
		}
		div.sectionEntryImg {
			background-color: white;
			/*width: 100%;
			height: 100%;
			min-width: 200px;
			min-height: 200px;*/
			padding: 20px;
			display: flex;
			justify-content: center;
			align-items: center;
			border: 1px solid #cae2ea;
		}
		div.sectionEntryImg img {
			width: 100%;
			min-width: 200px;
		}
		div.sectionEntryImg:hover, div.sectionEntryImg:focus {
			/*outline: 3px solid #5ecae7;*/
			outline: 3px solid #002F5C;
		}

		div.sectionEntryImgDiv {
			background-color: white;
			padding: 20px;
			border: 1px solid #cae2ea;
			float: left;
			display: block;
			width: 150px;
			margin: 0 30px 10px 0;
		}
		div.sectionEntryImgDiv:hover, div.sectionEntryImgDiv:focus {
			outline: 3px solid #002F5C;
		}
		

		.categoryTags {
			/*color: black !important;*/
			margin: 1px 1px 10px 1px;
			background-color: #002F5C;
		}
			

		
		section.contentSection h1 {	
			color: #002F5C;
			font-family: 'gentona', san-serif;
			font-size: 3em;
			font-weight: 600;
			text-align: left;			
			text-decoration: none;
			border: 0;
		}	
		
		section.contentSection h2,
		section.contentSection h3,
		section.contentSection h4 {	
			/*color: #00aeef;*/
			font-family: 'gentona', san-serif;
			text-align: left;			
			text-decoration: none;
			border: 0;
			margin-top: 0;
		}
		article.contentHighlight {	
			padding: 10px;			
			background-color: white;
			/*color: #00aeef;*/
			border: 1px solid #00aeef;
		}
		article.contentHighlight h1,
		article.contentHighlight h2,
		article.contentHighlight h3,
		article.contentHighlight h4,
		article.contentHighlight h5,
		article.contentHighlight h6 {	
			color: #00aeef;
			margin-top: 10px;		
			text-align: left;
		}	
		article.contentHighlight a {
			/*color: #002F5C;*/
		}
		article.contentHighlight img {
			/*width: 100%;			
			max-width: 150px;*/
		}
		article.contentHighlight div.sectionEntryImg {
			border: 1px solid #00aeef;
		}
		article.contentHighlight div.sectionEntryImg:hover, article.contentHighlight div.sectionEntryImg:focus {
			outline: 3px solid #002F5C;			
		}



		article.newsAndExternalLinks {	
			padding: 10px;			
			margin-top: 40px;
			background-color: white;
			border: 1px solid #00aeef;
		}
		article.newsAndExternalLinks h1,
		article.newsAndExternalLinks h2,
		article.newsAndExternalLinks h3,
		article.newsAndExternalLinks h4,
		article.newsAndExternalLinks h5,
		article.newsAndExternalLinks h6 {	
			color: #337ab7;
			margin-top: 10px;		
			text-align: left;
		}	
		article.newsAndExternalLinks div.sectionEntryImg {
			border: 1px solid #00aeef;
		}
		article.newsAndExternalLinks div.sectionEntryImg:hover, 
		article.newsAndExternalLinks div.sectionEntryImg:focus {
			outline: 3px solid #002F5C;			
		}




		article.contentDetail h1,
		article.contentDetail h2,
		article.contentDetail h3,
		article.contentDetail h4,
		article.contentDetail h5,
		article.contentDetail h6 {	
			color: #002F5C;	
			text-align: left;
			margin-top: 50px;	
		}	
		
		article.contentDetail img {				
			margin: 10px;	
			width: 100%
			/*max-width: 200px;
			margin: 10px;	
			float: right;		*/
		}
		article.contentDetail div.contentPageImage img {				
			width: 100%;
		}
		
		article.contentDetail div.contentPageImage {
			max-width: 200px;
			margin: 20px;	
			float: right;	
		}
		@media screen and (max-width:540px){
			article.contentDetail div.contentPageImage  {	
				max-width: 40%;
			}
		}
		
		article.contentDetail table {	
			width: 100%;
		}
		article.contentDetail td {	
			border: 1px solid #CBDAE0;
			padding:3px;			
		}
		
		article.contentLinks {	
			margin-top: 40px;
			padding: 10px;			
			background-color: #CBDAE0;
			color:#002F5C;
		}	
		.bullet-indent-0 {
			margin-left: auto;
			margin-top: 10px
		}
		.bullet-indent-1 {
			margin-left: 20px;
		}
		.bullet-indent-2 {
			margin-left: 40px;
		}
		.bullet-indent-3 {
			margin-left: 60px;
		}



		
/* Bottom section footer*/
footer {
	position: relative;
	top: 56px;
	background-image: url(assets/cer-color-textures-RGB-sm2.png);
	background-repeat: no-repeat;
    background-position: 50% -480px;
	background-color: #002F5C;
	padding: 40px 0;
	border-top: 3px solid #002F5C;
	z-index: 103;
}
/*div.footerBG {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(assets/cer-color-textures-RGB-sm2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: 50% -80px;
	background-color: #002F5C;
	transform: scale(1,1) translateY(0%);	
	padding: 40px 0;
	border-top: 3px solid #002F5C;
	z-index: -10;
}*/
		footer p {
		    color: white;
		    line-height: 16px;
		}
		footer a {
			color: #5ecae7;
		}
		footer a:hover, footer a:focus {
			color: white;
		}

		footer h3, footer h4 {
			margin: 40px 0 10px 40px;
			color: white;
			text-align: left;
		}
		footer h5 {
			margin-left: 40px;
			font-family: 'gentona', san-serif;
			text-align: left;
		}

		footer h3 a:link, footer h3 a:visited,
		footer h4 a:link, footer h4 a:visited,
		footer h5 a:link, footer h5 a:visited {
			color: #5ecae7;	
			/*text-decoration: none;*/	
		}
		footer h3 a:hover, footer h3 a:focus,
		footer h4 a:hover, footer h4 a:focus,
		footer h5 a:hover, footer h5 a:focus {
			color: white;
			/*text-decoration: none;*/
		}

		footer img {
			width: 100%;
			max-width: 250px;
			margin-bottom: 40px;
		}
		footer .fadeText {
			font-size: .9em;
			opacity: .6;
		}
		.div-right-line {
			border: 0;
			border-right: 1px solid white;
			margin-right: 20px;
			padding-right: 20px;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		@media screen and (max-width: 767px){
			.div-right-line {
				border-bottom: 1px solid white;
				border-right: 0;
				margin-right: 0;
				padding-right: 0;
				margin-bottom: 20px;
				padding-bottom: 20px;
			}
		}








table {
	border: 1px solid #ededed;	
}
td {
	border: 1px solid #ededed;	
	padding:3px;
	vertical-align: top;
}
th {
	padding: 3px;
	text-align: center;
}



table.resultTable {
	border: 1px solid #ededed;
}
	table.resultTable a:link {
		color: #2e75b2;
	}
	table.resultTable a:hover {
		color: #002F5C;
	}
	table.resultTable h6 {
		-ms-word-break: break-all;
	    word-break: break-all;
     	word-break: break-word;

		-webkit-hyphens: auto;
		-moz-hyphens: auto;
        hyphens: auto;
	}	
	table.resultTable td {
		padding: 10px;
	}	
	tr.resultTableRow {
		background-color:#f6f6f6;	
	}
	tr.resultTableRow:nth-child(even) {
		background-color:white ;	
	}

table.contactTable {
	border: 0 !important;
}
	table.contactTable td {
		vertical-align: top;
		border: 0 !important;
		width: 250px;
	}	
	table.contactTable img {
		width: 100% !important;
		height: 100% !important;
	}
	table.contactTable td {
		width: auto;
	}
	table.contactTable td:first-child {
		width: 250px;
		padding-right: 30px;
	}
	@media screen and (max-width:540px) {
		table.contactTable td:first-child {
			width: 40%;
		}
	}


	
	



table.tfTable {
	border-spacing: 3px;
	border-collapse: separate;
	border: 0;
	margin-bottom: 20px;
}
	table.tfTable td {
		vertical-align:top;	
		padding: 3px;
		border: 0;
		text-align: left; 		
		background-color: white; 
	}
	table.tfTable td:nth-child(1) {
		text-align:right;
		background-color: #ededed;
		border-right:1px solid #002F5C;
		width: 30%;
	}	
	table.tfTable tr:nth-child(1) td{
		text-align: center;
		font-size: 2em;
		background-color: white;
		border: 0;
	}
	table.tfTable td.school:nth-child(1) {
		text-align: left; 		
		background-color: white; 
		border: 0;
		color: #002F5C;
	}


	
ul.facultyList {
	margin-left: -2.5em;
	margin-top: 50px;
}	
	ul.facultyList li {
		/*margin-bottom: 50px;*/
	}
	ul.facultyList img {
		max-width: 100px;
		width: auto;
	}
	ul.facultyList h3 {
		margin-top: 0;
	}

ul.iiList {
	margin-left: -2.5em;
	margin-top: 0px;
}	
	ul.iiList > li {
		margin-top: 80px;
	}
	ul.iiList img {
		max-width: 100px;
		width: auto;
		border: 1px solid #ddd;
	}
	ul.iiList img:hover {
		border: 1px solid #002F5C;
	}
	ul.iiList h3 {
		margin-top: 0;
	}	
	ul.iiList span.badge {
		background-color: #666 !important;
		float: right;
		margin-left: 5px;
	}


.anchorBuffer {
	padding-top: 56px;
}
div.anchorBuffer h3{
	padding-top: 56px;
}

.clickBox {
	display: block;
	cursor: pointer;	
}
.clickBox:hover {
    outline: 3px solid #002F5C;
    text-decoration: none;    
}

				
/* Tablet view */
@media screen and (max-width:767px){
	nav#siteNav .styled-navbar {
		width: 80%;
		margin-left: 10%;
	}
	nav.navbar .navbar-collapse {
	    text-align: left;
	}
}

/* Pop that subtitle down */
@media screen and (max-width:640px){

}

/* Mobile view */
@media screen and (max-width:480px){
	
}

/* The smallest allowable width, so says me */
@media screen and (max-width:430px) {

}

/* Mobile HEIGHT splash div adjustment*/
@media screen and (max-height:440px) {
	/*nav#siteNav {
		top: 400px;
	}*/		
}