@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #8B181B;
	color: #636466;
	padding: 0;
	margin: 0;
}

a, a:link, a:focus, a:active {
	color: #90191D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #90191D;
}

.center {
	text-align: center;
}

.container, header {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}



.header.wrapper {
	background-color: #ffffff;
}

.nav.wrapper {
	background-color: #000;
}

.topBanner {
	padding-bottom: 15px;
}

.logo img {
    height: 105px;
    width: auto;
    border-right: 2px solid #EBEBEB;
    padding-right: 15px;
}

.bannerImage img {
	max-width: 960px;
	width: 100%;
	height: auto;
}

.logo {
	display: inline-block;
}

.slogan {
	max-width: 275px;
	width: 100%;
	display: inline-block;
	margin-left: 15px;
}

.slogan h1 {
	    color: #9F9F9F;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}

.socialIcons {
    width: 50%;
    display: inline-block;
    text-align: right;
}

.socialIcons ul {
	display: inline;
}

.socialIcons ul li a {
	text-transform: uppercase;
    text-decoration: none;
    font-size: .75em;
    color: #9F9F9F;
    padding-right: 1em;
}

.socialIcons ul li a:hover {
	text-decoration: underline;
}

.header.wrapper ul, .nav.wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header.wrapper ul li, .nav.wrapper ul li {
	display: inline-block;
}

.secondimage, ul.navigation {
	text-align: center;
}
/*==================================
=            Navigation            =
==================================*/

ul.navigation {
	border-bottom: 1px solid #ccc;
}

.clientNavigation ul li {
	color: #C0C2C4;
}

.clientNavigation ul li a {
	color: #C0C2C4;
    display: block;
    margin: 0;
    font-size: 13px;
    padding: 8px;
    text-decoration: none;
}

.clientNavigation ul li a:hover {
	color: #fff;
}

.daybuttons a {
    background: #90191D;
    color: white;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.daybuttons a:hover {
	color: #90191D;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #90191D;
	box-sizing: border-box;
	padding: 4px;
}
/*=====  End of Navigation  ======*/


/*********** Footer styles **********/

.footer_container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.footer_top_container {	
background-color: #8B181B;
}


.footer {
  color: #ffffff; 
  text-align: left;
  background-color: #fff;
   }

    .lowfooter {
    color: #ffffff; 
    text-align: left;
    border-top: 1px solid #000;
    font-size: 11px;
    padding: 10px;
    display: inline-block;
}
    
   .lowfooter a {
   color: #ffffff!important;
   padding-left: 5px;
   padding-right: 5px;}
   
.footerText {
	max-width: 460px;
	display: inline;
	margin: 0 10px;
	float: left;
	padding: 10px;
}

.stayConnected {
	max-width: 240px;
	display: inline;
	float: right;
	padding: 10px;
}

.legal {
	clear: both;
margin-top: -10px;
background-color: #FFFFFF;
height: 7em;
}

.legal p {
font-weight: bold;
text-align: left;
color: #636466;
font-size: 10px;
margin-top: 10px;
}

.small {
	font-size: .7em;
}

.client {
	font-weight: bold;
}
/*=====  End of footer  ======*/


/* Generic list items */
.itemnumber {
    display: inline-block;
    width: 20%;
    float: left;
}

.itemtitle {
    display: inline-block;
    width: 75%;
}

.time {
    border-bottom: 1px solid #000;
    font-weight: bold;
    color: #009591;
}

	
/* Paper Styles */
	
.paper .media {
	margin:10px;
	padding:10px;
	}


.paper .number {
	color:#6D8DAE;
	background-color:#FFFFFF;
}

.paper .author {
	font-style:normal;
	color:#63ACD9;
}

.paper .datetime {
	color:#C3362F;
	margin-left: 0px;
	margin-top:2px;
}

.paper .location {
	color:#49AAE7;
	margin-left: 0px;
	padding-bottom:10px;
	}

.author .affiliation  {
	font-weight:normal;
}

.paper .siblings {
	border-bottom:none;
	margin-top:5px;
	padding:5px 0px;
	text-align:center;
	font-size:1em;
	color:#000000;
	font-family: Times New Roman;
}

.paper .parents {
	border-top:1px solid #CCCCCC;
	margin-top:1em;
	padding:5px 0px;
	text-align:center;
	font-size:1em;
	color:#000000;
	font-family: Times New Roman;
}





/* ****Session Styles**** */

.topdisplay_group {
  padding: 3px 0;
}

.session .number {
	background-color:#FFFFFF;
	color:#6096BF;
	padding:2px;
	}

.sessinfo {
	margin-left:0px;
	color:#336598;
	font-weight:bold;
	font-size: 0.9em;
}

.objectives {
	margin:20px;
}
	
.session .group {
	color:#336598;
	float:none;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	width:auto;
}

.session .datetime {
	color:#C3362F;
	margin: 0px;
}
	
.session .location {
	color:#49AAE7;
	margin-left: 0px;
	padding-bottom:0px;
}
.session .paper .media { 
	/* remove this style if you have recordings showing */
	display: none;
}
.sesslocation {
	color:#49AAE7;
	font-weight: normal;
	}
	
.persongroup {
	background:none repeat scroll 0 0;
	padding-left:0px;
	text-align:left;
	margin-bottom:5px;
	margin-left:0px;
}
	
.session .people {
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	margin-left:0;
	text-align:auto;
	color:#394A66;
}

.papergroup {
	background: none repeat scroll 0 0 #F2F2F2;
	border:1px solid #CCCCCC;
	margin:5px 0 0;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:5px;
	text-align:left;
	padding-right:10px;
}

.session .papertime {
	background-color:transparent;
	color:#C3362F;
	width:75px;
	text-align:left;
}

.presenter .name {
	font-weight: bold;
	font-size: 1em;
}

.session .paper {
    clear: left;
    margin: 0;
    text-align: left;
	font-size: 1em;
}

.session .papertitle {
	font-weight:bold;
	margin-left:6.5em;
	}	

.paperauthors {
	color:#525252;
	float:none;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	width:auto;
	font-style:normal;
}

.session .parents  {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	text-align: center;
	}
	
.session .siblings {
	border-bottom:0px;
	Margin-bottom:10px;
	}

.sessprog {
	font-size:1em;
	color:#394A66;
	font-weight:normal;
	text-align:left;
	margin-bottom:5px;
	margin-left: 45px;
	}

.session .papernumber {
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	margin-left:0px;
	width:50px;
	}	
	
.tdtime {
	width:55px;
	}

.tdnumber {
	width:70px;
	}

.lastpaper {
	border-bottom:0px;
	padding-top:0px;
	padding-bottom:8px;
	}

.notlastpaper {
	border-bottom:1px solid #CCCCCC;
	padding-top:0px;
	padding-bottom:8px;
	}

/* ****END Subject Styles**** */

.subject .number {
	background-color:#FFFFFF;
	color:#6096BF;
	padding:2px;
	}

.subject .group {
	color:#336598;
	float:none;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	width:auto;
}

.subject .datetime {
	color:#C3362F;
	margin: 0px;
}
	
.subject .location {
	color:#49AAE7;
	margin-left: 0px;
	padding-bottom:0px;
}
.subject .paper .media { 
	/* remove this style if you have recordings showing */
	display: none;
}
	
.subject .people {
	font-size:0.9em;
	font-style:normal;
	font-weight:normal;
	margin-left:0;
	text-align:auto;
	color:#394A66;
}

.subject .papertime {
	background-color:transparent;
	color:#C3362F;
	width:75px;
	text-align:left;
}

.subject .paper {
    clear: left;
    margin: 0;
    text-align: left;
	font-size: 1em;
}

.subject .papertitle {
	font-weight:bold;
	margin-left:6.5em;
	}	


.subject .parents  {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	}
	
.subject .siblings {
	border-bottom:0px;
	Margin-bottom:10px;
	}

.subject .papernumber {
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	margin-left:0px;
	width:50px;
	}	

.subject .itemtitle .author {
	font-weight: normal;
}

/* Index Styles */	
	
.authorindex .alphalist, .keywordindex .alphalist, .affiliationindex .alphalist {
    border: 1px solid #009591;
    margin: 10px auto 30px;
    padding: 0.5em 0;
    text-align: center;
    width: 500px;
}

.affiliationindex .affiliation {
    border-top: 1px solid #009591;
    float: none;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 1em;
    padding-top: 3px;
}

.authorindex .papers  {
	margin-left:13em;
	}
	
.affiliationentries {
	margin-left:40px;
	}
	
.authorindex .item, .itemset, .affiliationindex .item {
	margin:2px 15px 5px;
	text-align:left;
	border-bottom:none;
	padding:5px;
	}

.topcat {
	text-indent:10px;
}

.keywordindex .entries {
	margin-left:15px;
}

.keywordindex .keyword {
	margin-top:10px;
	float:none;
	color:#1B4C80;
}

.authorindex .papers{
	margin-left:45px;
	}	

.sessitem {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: left;
}

.indauthor {
    border-top: 1px solid #CCCCCC;
    float: none;
    font-weight: bold;
    margin-right: 1em;
    margin-bottom: 5px;
    padding-top: 3px;
}

.indtitle {
    padding-bottom: 7px;
}


/* Meeting Program Page Styles */

.meeting .daysheader, .roomtimegrid .daysheader, .subject .daysheader {
	margin-bottom: 10px;
	clear: all;
	text-align: center;
	font-size: 0.9em;
}

.meeting .date, .roomtimegrid .date, .program .date, .subject .date {
	clear: left;
	background-color: #EFEFDF;
	color: #014F7D;
	padding: 3px;
	margin:0px;
	text-align: center;
	font-size: 0.9em;
	font-weight:bold;
	border: 1px solid #DEE1E3;	
	}
	
.meeting .days, .program .days, .subject .days {
	margin-right:5px;
}
	
.meeting .time, .program .time, .subject .time {
	color: #C3362F;
	text-align: left;
	margin: 8px -20px 7px 0px;
	clear: left;
	padding-bottom:3px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.85em;
	font-weight: bold;
	}
	




/* roomtimegrid styles */

.roomtimegrid {
	text-align: center;
}

.roomtimegrid .page {
	width: auto;
	border: none;
}

table.roomtimegridtable td, table.roomtimegridtable th {
	font-size: .6em;
	vertical-align: top;
}

.roomtimegridtable .item .itemtitle, .roomtimegridtable .itemset .itemnumber {
	margin-left: 0px;
}

.roomtimegridtable_occupied {
	background-color: #E0E0E0;
}

.roomtimegrid .date {
	font-size:1.2em;
	}
	
	
/* Generic list items */
.item .recordings, .itemset .recordings { 

	display: none; 
	}

.item .itemnumber, .itemset .itemnumber { 
	float: left; 
	width: 7em; 
	margin-right: 1.0em; 
	text-align: left; 
	}

.subject .content h4.date { 
	margin: 1em 0 0.5em 0; 
	}

.item {
	padding: 5px 0;
}

.resulttitle a {
  color: white;
  font-weight: bold;
}

#searchdisplay a {
  color: white;
}
ol li {
	padding: 5px 0;
}

@media (max-width: 960px) {
	ul.navigation {
		display: none;
	}

	.socialIcons {
		display: none;
	}

	.logo {
		padding-left: 10px;
	}
}

@media (max-width: 640px) {
	.container {
		flex-direction: column-reverse;
	}

	.leftAside, .rightAside {
		width: 95%;
		margin: 0 auto;
	}
}

