/* BASIC ELEMENT STYLES */

@import url('https://fonts.googleapis.com/css?family=Varela+Round');

body, td, th, input, select, .button, .buttonblue {
	color: rgb(80,80,80);
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

strong { 
    font-weight: bold;
}

h1 {
	font-weight: normal;
	font-size: 38px;
	line-height: 1em;
	text-transform: uppercase;
}

h1:first-child { margin-top: 0; }

h2 {
	color: rgb(98,174,201);
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0.7em auto 0.4em;
}

h3 {
	color: rgb(159,40,49);
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0.7em auto 0.4em;
}

h4 {
	color: rgb(0,0,0);
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0.7em auto 0.4em;
}

h5 {
}

h6 {
}

img {
	position: relative;
}

a img	 {
	border-style: none;
}

a, a:link, a:visited {
	color: rgb(159,40,49);
}

a:hover {
	color: rgb(98,173,201);
}

caption {
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 1em 0.25em 0em;
}

sup {
	vertical-align: text-top;
	font-size: 0.6em;
}

hr {
	border: 0;
	color: rgb(159,40,49);
	background-color: rgb(159,40,49);
	height: 1px;
	clear: both;
	display: block;
}

div.bodytext ul {
	list-style: none;
	padding: 0;
	margin: 1em auto;
}

div.bodytext ul > li {
	padding: 0;
	margin: 0 0 0 1.4em;
}

div.bodytext ul > li::before {
	content: '\2022';
	position: absolute;
	margin-left: -1.4em;
	color: rgb(159,40,49);
}


/* CSS CLASS STYLES */

.ui-icon-triangle-1-e {
	display:none !important;
}

.ui-accordion-content-active {
	height:auto !important;padding-bottom:none !important;
}

#upcoming, #registration, #speakers, #symposium {
    font-family: sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

#upcoming td, #upcoming th, #registration td, #registration th, #hotels td, #hotels th, #symposium td, #symposium th {
    border: 0px solid #ddd;
    padding: 20px;
}

#upcoming tr:nth-child(even), #registration tr:nth-child(even), #speakers tr:nth-child(even), #hotels tr:nth-child(even), #symposium tr:nth-child(even) {
	background-color: #f2f2f2;
}

#upcoming tr:hover {
background-color: #ddd;
font-weight: bold;
}

#upcoming th, #registration th, #speakers th, #hotels th, #symposium th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ddd;
    color: black;
    font-size: 120%;
    font-weight: 120%
}

#registration tr:hover, #speakers tr:hover, #hotels tr:hover, #symposium tr:hover {
	background-color: #ddd;
	font-weight: none;
}

#speakers td, #speakers th {
    border: 0px solid #ddd;
    padding: 8px;
    text-align: left;
	vertical-align: top;
}

#hotels {
    font-family: sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.tab-blue, .tab-hover-blue:hover {
	color:#fff!important;
	background-color:rgb(98,173,201)!important;
    font-size:16px;
}
.tab-bar .tab-bar-item {
	width:100%;
	overflow:hidden;
	padding:8px 16px;
	float:left;
	width:auto;
	border:none;
	outline:none;
	display:block;
	position:static;
	float:left;
	white-space:normal;
}

.tab-bar-item {
	width:100%;
	display:block;
	padding:8px 16px;
	text-align:left;
	border:none;
	outline:none;
	white-space:normal;
	float:none;
	text-align:center;
    font-size:16px;
}
.tab-container:after,.tab-container:before {
	content:"";
	display:table;
	clear:both;
	padding:0.01em 16px;
}
.tab-border {
	border:1px solid #ccc!important;
}
.tab-border-top {
	border-top:1px solid #ccc!important;
}
.tab-border-bottom {
	border-bottom:1px solid #ccc!important;
}
.tab-border-left {
	border-left:1px solid #ccc!important;
}
.tab-border-right {
	border-right:1px solid #ccc!important;
}
.tab-button {
	border:none;
	display:inline-block;
	outline:0;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:normal;
    font-size:16px;
}
.tab-button:disabled {
	cursor:not-allowed;
	opacity:0.3
}
#program {
    width: 100%;

}
#program td, #program th {
    border: 0px solid #ddd;
    padding: 5px;
}

#program tr:hover {background-color: #ddd;
    font-weight: none
}
#program tr {
    vertical-align: top;
}

#program th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #ddd;
    color: #000;
    font-size: 100%;
    font-weight: 120%
}

.prog-ph {
    color: darkgreen;
}

.prog-bs {
   color: midnightblue;
}

.prog-cl {
   color: brown;
}

.floating-box {
    display: inline-block;
    width: 250px;
    margin: 20px;
    padding: 2px;
    border: 2px solid #ddd;
    vertical-align: middle;
	align: center;
}
.col11 {
	width:75%;
	float:left;
}
.col22{
	width:25%;
	float:left;
}

.extra {
    background-color: white;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: 'Varela Round';
    transition: 0.4s;
	text-transform: uppercase;
}

.extraactive, .extra:hover {
    background-color: #62adc9;
    color: white;
    font-family: 'Varela Round';
}

.extra:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.extraactive:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    color: #808080;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: 'Varela Round';
}

.button, .buttonblue, .regbutton {
    padding: 15px 32px;
    text-align: center;
	vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 120%
    font-family: 'Varela Round', sans-serif;
    margin: 4px 10px;
    cursor: pointer;
	width: 400px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.button, .buttonblue:hover {
    background-color: white;
    border: 2px solid rgb(98,173,201);
    color: rgb(98,173,201);
}

.buttonblue, .button:hover, .regbutton:hover {
    background-color: rgb(98,173,201);
    border: 2px solid rgb(98,173,201);
    color: white;
}

.regbutton {
    background-color: darkred;
    border: 2px solid darkred;
    color: white;
}

.flex-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background-color: none;
}

.flex-container>div {
  background-color: none;
  width: 400px;
  margin: 5px;
  text-align: left;
  vertical-align: middle;
}

.flex-container-main {
  display: flex;
  flex-flow: row wrap;
}

.social>div {
  background-color: none;
  width: 450px;
  margin: 10px;
  text-align: center!important;
}

.symposium>div {
  background-color: none;
  width: 250px;
  margin: 15px;
  text-align: center!important;
}

.spexlogo>div {
  background-color: none;
  width: 300px;
  margin: 50px;
  text-align: center;
  line-height: 100px;
  text-align: center!important;
  align-content: space-around;
}

.abstractbanner>div {
  background-color: none;
  width: 500px;
  margin: 10px;
  text-align: center!important
  vertical-align: middle;
}

.spex-slides {
  display:none;
}

.spex-content {
  max-width:728px;
  margin-top:16px!important;
  margin-bottom:16px!important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	text-align: center;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.floatleft {
	float: left;
	margin: 0 20px 1em 0;
}

.floatright {
	float: right;
	margin: 0 0 1em 20px;
}

.calloutright {
	position: relative;
	float: right;
	width: 10em;
	color: rgb(159,40,49);
	font-style: italic;
	font-size: 2em;
	line-height: 1.2em;
	padding: 0.4em 0.1em;
	margin-left: 0.75em;
	margin-bottom: 0.5em;
	border-top: 2px solid rgb(252,241,213);
	border-bottom: 2px solid rgb(252,241,213);
}

.calloutleft {
	position: relative;
	float: left;
	width: 10em;
	color: rgb(159,40,49);
	font-style: italic;
	font-size: 2em;
	line-height: 1.2em;
	padding: 0.4em 0.1em;
	margin-right: 0.75em;
	margin-bottom: 0.5em;
	border-top: 2px solid rgb(252,241,213);
	border-bottom: 2px solid rgb(252,241,213);
}

div.dlfile {
	margin: 1em 0em;
}

div.dlfile img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

/* PAGE BLOCKS */

#background { margin: 0; }

#page {
	background-color: white;
	margin-top: 35px;
	margin-bottom: 160px; /* Bottom absorber */
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 156px;
	background-color: rgba(80,80,80,0.8);
	z-index: 9000;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#bannerimg {
	margin: 50px 0 0 30px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/* border: 1px dashed yellow; */
}

#horizmenu {
	position: fixed;
	top: 36px;
	left: 450px;
	right: 0px;
	z-index: 9001;
}

#horizmenucheckbox, #horizmenulabel,
#vertmenucheckbox, #vertmenulabel {
	display: none;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#horizmenulabel span, #vertmenulabel span {
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}	transition: color 0.5s;


#vertmenu {
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(240,240,240);
	z-index: 9000;
}

#footer a, #footer a:visited {
	color: rgb(159,40,49);
}

#copyright {
	background-color: rgb(159,40,49);
	color: white;
	font-size: 10px;
	line-height: 1.2em;
	padding: 5px 46px 5px;
}

div.accessmenu {
}

/* column container */
.colmask {
}

/* NAVIGATION STYLES */

ul.dropdown ul {
	width: 270px;
	background-color: rgba(98,173,201,0.8);
	transform-origin: left top;
	transform: scale(1,0.1);
	transition: transform 0.3s;
}

ul.dropdown ul > li { width: 270px; }

ul.dropdown li:hover > ul {
	transform: scale(1,1);
}

ul.dropdown a, ul.dropdown a:visited {
	display: block;
	color: white;
	text-decoration: none;
	padding: 14px;
	-moz-transition: padding 0.5s, background-color 0.2s;
	-webkit-transition: padding 0.5s, background-color 0.2s;
	-o-transition: padding 0.5s, background-color 0.2s;
	transition: padding 0.5s, background-color 0.2s;
}

ul.dropdown a:hover {
	background-color: rgb(88,122,142);
}

#nav1 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
	white-space: nowrap;
}

#nav1 > li {
	float: none;
	display: inline-block;
	margin-right: -4px;
}

#nav1 > li > a, #nav1 > li > a:visited {
	display: block;
	height: 30px;
	color: white;
	text-decoration: none;
	padding: 90px 14px 0px 14px;
}

#nav1:hover > li.active > a {
	background-color: rgba(98,173,201,0.5);
}

#nav1 > li.active > a {
	background-color: rgb(98,173,201);
}

#nav1 > li > a:hover, #nav1 > li:hover > a {
	background-color: rgb(98,173,201) !important;
}

#menu3 { display: none !important; }

#nav2 {
	width: 100%;
}

#nav2 > li { margin-bottom: 14px; }

#nav2 > li > a, #nav2 > li > a:visited {
	display: block;
	background-color: rgb(98,173,201);
	color: white;
	font-weight: normal;
	font-size: 28px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px;
}

/* CONTENT DIVS */

/* div.columnarea { border: 1px dashed red; }
div.main { border: 1px dotted green; }
div.contentwrap { border: 1px dashed blue; }
div.menucolumn { border: 1px dashed orange; } */

div.columnarea {
	position: relative;
	overflow: hidden;
	background-image: url(../images/GHS_2018_-_Bkgd_Updated_March_16_2018.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 320px;
}

div.main {
	background-color: white;
	padding: 50px 80px;
}

div.contentwrap {
	width: calc(100% - 450px);
	float: left;
}

div.content > div.bodytext:first-child > h1:first-child {
	position: absolute;
	margin-top: -160px;
}

div.content > div.bodytext:first-child > h1:first-child + * {
	margin-top: 0;
}

div.content > div.bodytext p {
	margin-top: 0;
}

div.menucolumn {
	float: right;
	width: 440px;
	margin-right: -40px;
}

div.footertext {
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgb(98,173,201);
	margin: 12px 36px;
}

div.footertext p {
	margin: 0.5em auto;
}

div.footertext p a, div.footertext p a:visited {
	color: rgb(98,173,201) !important;
	text-decoration: none;
}

div.footertext p a:hover {
	color: rgb(159,40,49) !important;
}

div.accessmenu {
	position: fixed;
	bottom: 8px;
	left: 40em;
	right: 5px;
	color: rgba(255,255,255,0.4);
	font-size: 0.7em;
	line-height: 1.2em;
	text-align: right;
	z-index: 10000;
}

div.accessmenu a, div.accessmenu a:visited {
	color: rgba(255,255,255,0.8);
	white-space: nowrap;
}

div.accessmenu a:hover {
	color: white;
}

/* SOCIAL MENU */

div.socialmenu {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	background-color: rgb(159,40,49);
	z-index: 9001;
}

div.socialmenu a, div.socialmenu a:visited {
	color: white;
}

ul.socialnav {
	position: absolute;
	top: 5px;
	right: 30px;
	list-style: none;
	color: white;
	padding: 0;
	margin: 0;
}

ul.socialnav::before {
	display: inline-block;
	content: 'Connect';
	font-size: 16px;
	vertical-align: middle;
	text-transform: uppercase;
}

ul.socialnav > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

ul.socialnav > li > a, ul.socialnav > li > a:visited {
	display: block;
	width: 26px;
	height: 26px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 13px;
}

ul.socialnav > li > a > span {
	display: none;
}

ul.socialnav > li.twitter > a {
	background-image: url('../images/Twitter_Logo_Blue.svg');
	background-size: 24px 24px;
}

ul.socialnav > li.facebook > a {
	background-color: transparent;
	background-image: url('../images/Facebook_Icon_White.svg');
	background-size: 24px 24px;
	border-radius: 0;
}

ul.socialnav > li.email > a {
    background-image: url('../images/iconmonstr-email-1.svg');
    /* background-image: url('/images/iconmonstr-email-1.svg'); */
    background-size: 16px 16px;
}

/* ul.socialnav > li.email > a::before {
	content: '@';
    position: relative;
    top: 2px;
    left: 6px;
    color: #10396E;
    font-weight: bold;
} */


/* FEATURE MENU */

ul.featuremenu {
	list-style: none;
	clear: both;
	padding: 0;
	margin: 1em auto;
}

#stepchildbox ul {
	list-style: none;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 24px 18px;
}

#stepchildbox ul > li {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: calc(33.3% - 36px);
	background-color: rgb(98,173,201);
	font-size: 22px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 18px;
}

#stepchildbox a, #stepchildbox a:visited {
	color: rgb(80,80,80);
	text-decoration: none;
}

#stepchildbox ul > li > a > img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.3;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

#stepchildbox ul > li > a:hover > img {
	opacity: 1;
}

#stepchildbox ul > li span {
	display: block;
	padding: 22px;
}

#stepchildbox span.editlink {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 10px;
}

/* SLIDESHOW */

div.slideshow {
	height: 610px;
}

div.slideshow ~ div.columnarea {
	padding-top: 580px;
}

div.slidecaption {
	max-width: 780px;
	color: white;
	font-size: 32px;
	line-height: 1.2em;
	margin: 230px 40px 0;
}

div.slidecaption {
}

div.slidecaption h1 {
}

div.slidecaption p {
	padding: 30px;
	background-color: rgba(80,80,80,0.5);
	text-shadow: 1px 1px black;
	border: 1px solid white;
	margin: 0px auto 20px;
}

div.slidecaption ul {
	list-style: none;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div.slidecaption ul > li {
	float: left;
	width: 48%;
}

div.slidecaption ul > li:first-child {
	margin-right: 4%;
}

div.slidecaption ul > li > a, div.slidecaption ul > li > a:visited {
	display: block;
	background-color: rgba(80,80,80,0.5);
	color: white;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px black;
	padding: 20px 30px;
	border: 1px solid white;
	margin: 0px auto 20px;
}

div.slidecaption ul > li > a:hover {
	background-color: rgba(98,173,201,0.5);
}

ul.slidenav li label {
	background-color: rgb(98,173,201);
}

.for_1:checked ~ ul.slidenav > .nav_1 > label { background-color: rgb(80,80,80); }
.for_2:checked ~ ul.slidenav > .nav_2 > label { background-color: rgb(80,80,80); }
.for_3:checked ~ ul.slidenav > .nav_3 > label { background-color: rgb(80,80,80); }
.for_4:checked ~ ul.slidenav > .nav_4 > label { background-color: rgb(80,80,80); }
.for_5:checked ~ ul.slidenav > .nav_5 > label { background-color: rgb(80,80,80); }
.for_6:checked ~ ul.slidenav > .nav_6 > label { background-color: rgb(80,80,80); }
.for_7:checked ~ ul.slidenav > .nav_7 > label { background-color: rgb(80,80,80); }
.for_8:checked ~ ul.slidenav > .nav_8 > label { background-color: rgb(80,80,80); }
.for_9:checked ~ ul.slidenav > .nav_9 > label { background-color: rgb(80,80,80); }

/* BREADCRUMBS */

#breadcrumbs {
	display: block;
	position: absolute;
	top: 202px;
	left: 80px;
	list-style: none;
	color: white;
	padding: 0;
	margin: 0;
	z-index: 5000;
}

#breadcrumbs > li {
	display: inline-block;
}

#breadcrumbs > li::before {
	content: '||';
	padding: 0 0.4em 0 0.15em;
}

#breadcrumbs > li:first-child::before {
	display: none;
}

#breadcrumbs > li > a, #breadcrumbs > li > a:visited {
	color: white;
	text-decoration: none;
}

body.defaultpage #breadcrumbs { display: none; }

/* SPONSOR LOGOS */

#logobox {
	background-color: white;
	padding: 36px 0 6px;
	border-top: 1px solid rgb(98,173,201);
	z-index: 100;
}

ul.sponsors, ul.sponsors > li > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.sponsors li {
	padding: 0;
	margin: 0;
}

ul.sponsors img {
	display: inline-block;
	max-width: 300px;
	height: auto;
}

ul.sponsors > li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
}

ul.sponsors > li:first-child {
	border-top: none;
}

ul.sponsors > li.category > span {
	display: inline-block;
	vertical-align: middle;
	width: 10em;
	font-size: 16px;
	margin: 0px 20px 30px 0px;
}

ul.sponsors > li > ul {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
    transition: width 1s ease-in-out;
}

ul.sponsors > li > ul > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0px 10px 30px;
}

#logobox span.editlink {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
}

/* SPONSOR ADS */

#ads {
	background-color: rgb(240,240,240);
	text-align: center;
	padding: 36px 0;
	border-top: 1px solid rgb(98,173,201);
}

#ads img {
	margin: 0 1vw;
}

#ads img.large {
	width: 58vw;
}

#ads img.small {
	width: 33vw;
}

/* SCHEDULE OVERRIDES */

div.schedule {
	margin-left: 64px;
}

div.grid {
	left: -64px;
	width: 52px;
}

a.event > span > span.teaser {
	text-align: left;
    margin-top: 2em;
}

#event-block-332 > span > span.teaser {
	margin-top: 1em;
}

a.event.type-parallelsession::before {
	content: 'Parallel Session ' attr(data-session);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	padding: 0.2em;
}

a.event.type-plenary::before {
	content: 'Plenary ' attr(data-session);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	padding: 0.2em;
}

a.event.type-parallelsession.clinical::before {
	content: 'Session ' attr(data-session) ' - Clinical Science';
}
a.event.type-parallelsession.science::before {
	content: 'Session ' attr(data-session) ' - Basic Science';
}
a.event.type-parallelsession.health::before {
	content: 'Session ' attr(data-session) ' - Public Health';
}

span.legend {
	display: inline-block;
	padding: 0.1em 1em;
}

div.dailyschedule > a.event.break, span.legend.break { background-color: white; }
div.dailyschedule > a.event.clinical, span.legend.clinical { background-color: rgb(253,218,109); }
div.dailyschedule > a.event.science, span.legend.science { background-color: rgb(190,215,237); }
div.dailyschedule > a.event.health, span.legend.health { background-color: rgb(170,209,145); }
div.dailyschedule > a.event.symposium, span.legend.symposium { background-color: rgb(247,203,174); }
div.dailyschedule > a.event.exhibits, span.legend.exhibits { background-color: rgb(228,184,183); }
div.dailyschedule > a.event.awards, span.legend.awards { background-color: rgb(252,98,151); }
div.dailyschedule > a.event.social, span.legend.social { background-color: rgb(240,187,249); }
div.dailyschedule > a.event.adjorn, span.legend.adjorn { background-color: black; color: white; }

div.schedule.vertical.daybyday div.dailyschedule.columns-4 a.event.column-1.of-2 { left: 75%; width: 25%; }
div.schedule.vertical.daybyday div.dailyschedule.columns-4 a.event.column-2.of-2 { left: 0%; width: 75%; }

div.schedulecontainer ul.tabbar a,
div.schedulecontainer ul.tabbar a:visited {
	display: block;
	background-color: rgb(240,240,240);
	color: black;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0.75em;
}

div.schedulecontainer ul.tabbar > li.active a,
div.schedulecontainer ul.tabbar > li.active a:visited {
	background-color: rgb(98,173,201);
	color: white;
}

div.schedulecontainer ul.tabbar > li + li {
	margin-left: 2px;
}

div.dailycaption {
	font-size: 1.2em;
	color: rgb(159,40,49);
	text-transform: uppercase;
}

body.schedulepage div.contentwrap {
	width: 100%;
}


/* RESPONSIVE OVERRIDES */

@media (min-width: 1450px) {
	div.dailyschedule > a.event { font-size: 18px; line-height: 1em; }
}

@media (min-width: 1280px) and (max-width: 1449px) {
	div.dailyschedule > a.event { font-size: 16px; line-height: 1em; }
}

@media (min-width: 960px) and (max-width: 1279px) {
	div.dailyschedule > a.event { font-size: 14px; line-height: 1em; }
}


@media only screen
and (min-width: 1500px) {

	div.columnarea {
		background-size: 100%;
	}

}

@media only screen
and (max-width : 1380px) {

	span.optional { display: none; }

}

@media only screen
and (max-width : 1100px) {

	#nav1 {
		display: none;
		float: right;
		margin-top: 120px;
	}

	body.scrolled #nav1 {
		margin-top: 60px;
	}

	#nav1 > li {
		display: block;
		margin-right: 0;
	}

	#nav1 > li > a, #nav1 > li > a:visited {
		background-color: rgb(98,173,201);
		height: auto;
		padding: 10px 14px !important;
		border-top: 1px solid white;
	}

	#horizmenucheckbox:checked ~ #nav1 {
	    display: block!important;
	}

	#nav2 > li {
		margin-bottom: 10px;
	}

	#horizmenulabel {
		display: block;
		position: absolute;
		right: 0;
		box-sizing: border-box;
		width: 120px;
		height: 120px;
		background-color: rgb(98,173,201);
		color: white;
		text-align: center;
		padding-top: 38px;
	}

	#horizmenulabel span {
		display: inline-block;
		width: 2.8em;
		padding-bottom: 6px;
		border-bottom: 2px solid white;
	}

	#horizmenulabel::after {
		content: '';
		position: absolute;
		width: 2.8em;
		height: 7px;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		margin-top: 35px;
		margin-left: -2.8em;
	}

	#nav2 > li > a, #nav2 > li > a:visited {
		font-size: 20px;
		line-height: 1em;
	}

	div.contentwrap {
		width: calc(100% - 320px);
	}

	div.menucolumn {
		width: 330px;
		margin-right: -50px;
	}

	div.footertext {
		font-size: 2.4vw;
		line-height: 1.2em;
	}

}

@media only screen
and (max-width : 840px) {

	#nav2 > li > a, #nav2 > li > a:visited {
		font-size: 32px;
		line-height: 1em;
		text-align: left;
		padding-left: 5vw;
		padding-right: 3vw;
	}

	div.main {
		background-color: white;
		padding: 50px 40px;
	}

	div.contentwrap {
		width: 100%;
		float: none;
	}

	div.menucolumn {
		float: none;
		width: calc(100% + 48px);
		margin-left: -24px;
		margin-right: 0;
	}

	div.accessmenu {
		display: none;
	}

	#breadcrumbs {
		left: 40px;
	}

}

@media only screen
and (max-width : 640px) {

	#page {
		margin-top: 30px;
	}

	#header { height: 134px; }

	#bannerimg {
		margin-top: 40px;
		width: 300px;
		height: 75px;
	}

	#horizmenu {
		top: 40px;
		right: 10px;
        left: 0;
	}

	#horizmenulabel {
		width: 86px;
		height: 82px;
		font-size: 11px;
		padding-top: 24px;
	}

	#horizmenulabel span {
		padding-bottom: 2px;
	}

	#horizmenulabel::after {
		height: 4px;
		margin-top: 28px;
	}

	#nav1 {
		margin-top: 80px !important;
	}

	#copyright {
		font-size: 8px;
		line-height: 1.2em;
		padding: 5px 20px 5px;
	}

	div.main {
		padding: 30px 40px;
	}

	div.content > div.bodytext:first-child > h1:first-child {
		margin-top: -130px;
	}

	div.columnarea {
		padding-top: 260px;
	}

	div.footertext {
		margin: 8px 20px;
	}

	div.socialmenu {
		height: 30px;
	}

	ul.socialnav {
		right: 10px;
	}

	ul.socialnav::before {
		font-size: 13px;
	}

	ul.socialnav > li > a, ul.socialnav > li > a:visited {
		width: 22px;
		height: 22px;
	}

	ul.socialnav > li.twitter > a {
		background-size: 20px 20px;
	}

	ul.socialnav > li.facebook > a {
		background-size: 20px 20px;
	}

	div.slideshow {
		height: 450px;
	}

	div.slideshow ~ div.columnarea {
		padding-top: 400px;
	}

	div.slidecaption {
		font-size: 18px;
		line-height: 1.2em;
		margin: 150px 30px 0;
	}

	div.slidecaption p {
		padding: 20px;
	}

	div.slidecaption ul > li > a, div.slidecaption ul > li > a:visited {
		padding: 12px 20px;
	}

	#breadcrumbs {
		top: 160px;
		font-size: 11px;
	}

	#stepchildbox ul {
		margin: 20px 10px;
	}

	#stepchildbox ul > li {
		float: none;
		width: calc(100% - 20px);
		margin: 0 10px 20px;
	}

}

@media only screen
and (max-width : 480px) {

	#header {
		height: 96px;
		background-color: rgba(94,103,108,1);
	}

	#bannerimg {
		width: 170px;
		height: 42px;
        margin-top: 40px;
        margin-left: 20px;
	}

	#nav1 > li > a, #nav1 > li > a:visited {
		padding-top: 30px;
	}

	#horizmenu {
		top: 38px;
	}

	#horizmenulabel {
		width: 50px;
		height: 50px;
		padding-top: 0;
	}

	#horizmenulabel span {
		color: transparent;
		padding-bottom: 0;
		width: 2em;
	}

	#horizmenulabel::after {
		width: 2em;
		margin-top: 26px;
		margin-left: -2em;
	}

	#nav1 {
		margin-top: 50px !important;
	}
}

/* SCROLLED DOWN OVERRIDES */

@media only screen
and (min-width: 640px) {

	body.scrolled #header {
		height: 96px;
		/* background-color: rgba(115,115,115,1); */
		background-color: rgba(94,103,108,1);
	}

	body.scrolled #bannerimg {
		width: 150px;
		height: 37px;
        margin-top: 45px;
	}

	body.scrolled #nav1 > li > a, body.scrolled #nav1 > li > a:visited {
		padding-top: 30px;
	}

	body.scrolled #horizmenulabel {
		width: 60px;
		height: 60px;
		padding-top: 0;
	}

	body.scrolled #horizmenulabel span {
		color: transparent;
		padding-bottom: 1px;
		width: 2em;
	}

	body.scrolled #horizmenulabel::after {
		width: 2em;
		margin-top: 30px;
		margin-left: -2em;
	}
	
	@media
	only screen and (max-width: 900px),
	(min-device-width: 900px) and (max-device-width: 1024px)  {

		#program table, #program thead, #program tbody, #program th, #program td, #program tr {
			display: block;
		}

		#program thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#program tr { border: 1px solid #ccc; }

		#program td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		#program td:before {
			position: absolute;
			top: 10px;
			left: 10px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		#program td:nth-of-type(1):before { content: "Time"; }
		#program td:nth-of-type(2):before { content: "Session Title"; }
		#program td:nth-of-type(3):before { content: "Speaker"; }
        #program td:nth-of-type(4):before { content: "Presentation Title"; }
	}

	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		#program body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}

	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		#program body {
			width: 495px;
		}

}
@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		#symposium table, #symposium thead, #symposium tbody, #symposium th, #symposium td, #symposium tr {
			display: block;
		}

		#symposium thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#symposium tr { border: 1px solid #ccc; }

		#symposium td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		#symposium td:before {
			position: absolute;
			top: 10px;
			left: 10px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		#symposium td:nth-of-type(1):before { content: "Time"; }
		#symposium td:nth-of-type(2):before { content: "Topic"; }
		#symposium td:nth-of-type(3):before { content: "Speakers"; }
	}

	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		#symposium body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}

	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		#symposium body {
			width: 495px;
		}
}

	div.adminflag {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10000;
		background-color: rgba(255,0,0,0.5);
		color: white;
		font-weight: bold;
		padding: 0.3em 0.8em;
		cursor: help;
	}

	body#tinymce.mceContentBody .accordion {
		border: 1px dashed red;
		padding: 5px;
	}

	body#tinymce.mceContentBody .accordion:before {
		content: 'accordion region - odd blocks are headings; even blocks are drop-downs';
		background-color: rgb(255,255,204);
		font-size: 10px;
		display: block;
		margin-bottom: 0.5em;
		padding: 0px 0.5em;
	}

	body#tinymce.mceContentBody .accordion > *:nth-child(odd):before {
		content: '\25BC';
		color: rgb(127,127,127);
		padding-right: 0.5em;
	}

	body#tinymce.mceContentBody .accordion > *:nth-child(even) {
		border: 1px dashed green;
		padding: 0.5em;
	}

	body#tinymce.mceContentBody p.speakerplaceholder {
		background-color: rgb(255,255,204);
		padding: 10px;
		border: 1px dashed red;
	}

	