@import url('adapt.css');
@import url('https://fonts.googleapis.com/css?family=Lato');

/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */


/****** BODY BACKGROUND GRADIENT ******/

 body, body.webprogram { 	
	background: #FFFFFF;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
	line-height: 1.2em;
}
a:link {
	color: #075290;
	font-weight: normal;
	display: inline-block;
	line-height: 1em;
}
a:hover {
	text-decoration: underline;
}

.container_12 {
	width: 100% !important;
	max-width: 1185px  !important;
	} 
.container_12 .grid_12{
	width: 100%  !important;
	margin: 0  !important;
}
.container_12 .grid_9 {
	width: 75%  !important;
	margin-right:0 !important;
}
.container_12 .grid_3 {
	width: 25% !important;
	margin-right:0 !important;
}
.container_12 .push_3 {
	left: 0 !important;
}
.container_12 .pull_9 {
	left: 0 !important;
}
.contentwrapper {

	display: flex;
	flex-direction: row-reverse;
	width: 100%;
}
.banner {
	width: 100%;
	margin: 0;
}
.bannerimage {
	text-align: right;
	margin-bottom: 1em;
}
.content {
	border: none;
}
.masthead {
	color: #fff;
font-size: 24px;
line-height: 24px;
padding: 14px 10px;
    background: #2C5773;
    text-align: left;
    font-weight: normal;

}
.logo {
	display: block;
	padding: .5em 0;
}
@media only screen and (max-width: 800px) {
	.contentwrapper {
		flex-direction: column;
	}
	.container_12 .grid_9, .container_12 .grid_3 {
		width: 100% !important;
		margin: 0 !important;
	}
}
/****** ADDS SHADOWING TO ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/*-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85); */
	

/****** ADDS ROUNDED CORNERS TO ALL CORNERS OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/

/****** ADDS ROUNDED CORNERS TO THE BOTTOM OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/* -moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; */

/******* ADDS ROUNDED CORNERS TO THE TOP OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px; */


/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING HEADERS COPY THIS INTO YOUR CLIENT STLYES ******/

.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background: #2C5773;	
	padding: 1em .5em;
	font-weight: normal;
}

.sidebar_priority, .navigation {
	background-color: #F6F5F6;
	border: none;
}
.sidebar_priority h5 {
	font-weight: normal;
	text-transform: uppercase;
}

.subtitle {
	font-weight: normal;
}
.session .group, .session .people {
	display: inline;
	width: auto;
	margin: 0 .25em;
}
.session .papertitle {
	margin-left: 0;
}

.persongroup {
	font-weight: bold;
}
.navigation li a.currentpage, .navigation li a.currentpage:link, .navigation li a.currentpage:visited, .navigation li a.currentpage:active, .navigation li a.currentpage:focus, .navigation li a.currentpage:hover { 
background-color: #2C5773;
color: #FFF;
text-transform: uppercase;
font-size: 1em; }
.navigation li a:hover {
	background-color: #2C5773;
}
html#range_0 .banner h1 div.bannertitle {
	display: none;
}
html#range_0 .banner {
	min-height: 0;
	padding:0;
	margin: 0;
	border: none;
	background-color: #2C5773;
}
html#range_0 .bannerimage {
	margin-bottom: 0;
}
html#range_0 .banner img {
	display: block;
}
html#range_0 .banner .menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
html#range_0 .banner .menu button {
	background: #2C5773;
	float: right;
	z-index:10;
}
html#range_0 .menu .mobilenav {
	width: 50%;
	float: right;
	background-color: #2C5773;
}
html#range_0 .menu .mobilenav ul.nav li a.menustart div.box, html#range_0 .menu .mobilenav ul.nav li a.menubrowse div.box, html#range_0 .menu .mobilenav ul.nav li a.menuauthor div.box {
	background-color: transparent;
}
html#range_0 .menu .mobilenav ul.nav li a {
	color: #FFF;
}
/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING LIST ITEMS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	background:#ddd url('/static/img/buttongradient.png') 50% 50% repeat-x;
}*/