/* CSS Document */

/* -------------------------------------------- */
/* Essentials
/* -------------------------------------------- */
img{ max-width: 100%; height: auto; }

table{ width: 100%; }

iframe{ max-width: 100%; }


/*a { text-decoration: none; color: #0058B7; }
a:hover { text-decoration: underline; }*/
a { color: #1E75BB; text-decoration: underline; }
a:hover { text-decoration: none; }
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #1E75BB;
}
/*h1 img { border: 6px solid #998962; }*/
h2 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #1E75BB;
}
h2 a { color: #1E75BB !important; }
h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #060163; }
h4 { }
h5 { }
p { line-height: 1.25em; }
strong, b { font-weight: bold !important; }
/*strong { color: #1162c7; }*/

#content > h2,
#content > h3{ margin: 1em 0; }

/* Reusable classes */
.clear { clear: both; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.glink { display: block; overflow: hidden; text-indent: -999px; }
.print_hide { display: none; }
.none { display: none; }

.clear_div{	clear: both; }
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#content img[style*="float: left"],
#content .left{ margin: 0 1em 1em 0; }
#content img[style*="float: right"],
#content .right{ margin: 0 0 1em 1em; }


.yellow-border,
.blue-border,
.dark-blue-border,
.light-blue-border{
	border: 5px solid #FFD400;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.blue-border,
.dark-blue-border{ border-color: #050B62; }
.light-blue-border{ border-color: #21B1E6; }


.width-5{ width: 5%; }
.width-10{ width: 10%; }
.width-20{ width: 20%; }
.width-25{ width: 25%; }
.width-30{ width: 30%; }
.width-33{ width: 33%; }
.width-40{ width: 40%; }
.width-45{ width: 45%; }
.width-50{ width: 50%; }
.width-55{ width: 55%; }
.width-60{ width: 60%; }
.width-65{ width: 65%; }
.width-66{ width: 66%; }
.width-70{ width: 70%; }
.width-75{ width: 75%; }
.width-80{ width: 80%; }
.width-90{ width: 90%; }
.width-95{ width: 95%; }
.width-100{ width: 100%; }

.mobile-show{ display: none; }

body.mobile .mobile-hide{ display: none !important; }
body.mobile .mobile-show{ display: inherit; }

table.mobile-stack td{ word-wrap: break-word; word-break: break-word; }

@media (max-width: 680px){
	
	
	.mobile-stack,
	table.mobile-stack tbody,
	table.mobile-stack tr,
	table.mobile-stack td{
		display: block !important;
		width: auto !important;
		float: none !important;
		max-width: 100% !important;
	}
	
	.mobile-hide,
	.mobile-stack .mobile-hide,
	table.mobile-stack .mobile-hide tbody,
	table.mobile-stack .mobile-hide tr,
	table.mobile-stack .mobile-hide td{ display: none !important; }
	.mobile-show{ display: inherit; }
	
	/*	try to make a series of ULs in table cells abut directly underneath one another	*/
	table.mobile-stack td > ul:last-child{ margin-bottom: 0; }
	table.mobile-stack td + td > ul:first-child{ margin-top: 0; }
	
	.mobile-reverse,
	table.mobile-reverse-cells tr{
		 display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
		
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
		
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	}
	
	.mobile-reverse > *,
	table.mobile-reverse-cells tr td{
    width: 100%;
	}
	
	.mobile-float-none{
		display: block;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100%  !important;
	}
	
	.mobile-stack a {
    overflow-wrap: break-word;
	}
	
	/*.mobile-width-5{ width: 5%; }
	.mobile-width-10{ width: 10%; }
	.mobile-width-20{ width: 20%; }
	.mobile-width-25{ width: 25%; }
	.mobile-width-30{ width: 30%; }
	.mobile-width-33{ width: 33%; }
	.mobile-width-40{ width: 40%; }
	.mobile-width-45{ width: 45%; }
	.mobile-width-50{ width: 50%; }
	.mobile-width-55{ width: 55%; }
	.mobile-width-60{ width: 60%; }
	.mobile-width-65{ width: 65%; }
	.mobile-width-66{ width: 66%; }
	.mobile-width-70{ width: 70%; }
	.mobile-width-75{ width: 75%; }
	.mobile-width-80{ width: 80%; }
	.mobile-width-90{ width: 90%; }
	.mobile-width-95{ width: 95%; }
	.mobile-width-100{ width: 100%; }*/
}



/* -------------------------------------------- */
/* Tabbed lists
/* -------------------------------------------- */
ul.tabbed {
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	list-style-type: none;
	text-align: right;
	margin: 0; padding: 0;
	line-height: 1em;
}
ul.tabbed li.tab {
	display: inline-block;
	margin: 0 2px; padding: 0;
	background: #37b1e4;
	border: 2px solid #060163;
	border-bottom: 0;
	color: #000000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}
ul.tabbed li.tab.current {
	background: #060163;
	color: #ffffff;
	cursor: default;
}
ul.vertical_thumbs {
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	list-style-type: none;
	text-align: center;
	margin: 0; padding: 0;
}
ul.vertical_thumbs li.thumb { margin: 0 0 5px; }
ul.vertical_thumbs li.thumb .name {
	color: #fff;
}
ul.tabbed li.tab .tab_link { display: block; padding: 10px 20px; }
ul.tabbed li.tab a { color: #fff; text-decoration: none !important; }


/* Nivo  */
.nivo-caption h1 { color: #000; }


/* Abstract Toggle */
.abstract .body { display: none; }


