body {
	/* The following gives the body element the max height of content and window. This will affect background layout, borders, and absolutely positioned children with 'bottom: 0px;', but will prevent 'height:100%' or 'min-height:100%' from working on any non-absolutely-positioned child elements. Note that if you want this to happen on the site-wrapper instead, you have to disable this for the body element. */
	min-height: 100%;
	height: auto;
	position: relative;
	background-color: white;
}
body.print {
	background-color: transparent;
}

.sitecomponent {
	max-width:87.5rem;
	padding: 0px;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
	top: 0px;
	right: 0px;
}
.sitecomponent.no-padding{
	max-width:87.5rem;
	padding: 0px;
}

header#main-header {
	width: 100%;
	background-color: #FFFFFF;
}
header#main-header .topheader {
	height: 56px;
	padding: 10px .5rem;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0,0,0,.15);
	position: relative;
	z-index: 1;
}
header#main-header  div.logo-container {
	display: block;
	float: left;
	line-height: 0px;
	margin-left: 16px;
	margin-top: 3px;
	margin-right: -200px;
}
header#main-header  div.logo-container a {
	line-height: 0px;
}
header#main-header  div.logo-container img,
header#main-header  div.logo-container svg {
	height: 30px;
}
header#main-header  div.logo-container svg {
	width: 300px; /* Note: this affects the aspect-ratio used to display the logo SVG */
}
header#main-header  div.logo-textual {
	display: block;
	float: right;
	margin-right: 0.5rem;
	margin-top: 1.6px;
}
header#main-header  div.logo-textual a {
	display: block;
	text-decoration: none;
	background-color: #1f1d21;
	color: #fff;
	font-family: "Source Sans Pro",sans-serif;
	font-weight: 600;
	padding: .225rem .5rem;
}
header#main-header .siteheader {
/*
	height: 64px;
	box-sizing: border-box;
*/
	background-color: #f7f7f7;
}
header#main-header .siteheader .site-title-searchbox-container{
	border-bottom: 1px solid #d5d5d5; 
	margin: 0px .5rem;
}
header#main-header .siteheader h2.site-title {
	font-family: utopia-std,serif;
	font-size: 1.25rem;
	font-weight: 700;
	float: left;
	box-sizing: border-box;	
	line-height: 63px;
}
header#main-header .siteheader h2.site-title a{
	text-decoration: none;
	color: inherit;
}
header#main-header .headernav {
	height: 20px;
	padding-bottom: 20px;
}

header#main-header .headernav ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}
header#main-header .headernav ul li {
	display: inline;
	margin-left: 20px;
}
header#main-header .headernav ul li a {
	color: #231f20;
	text-decoration: none;
}
header#main-header .headernav ul li a:hover {
	color: #bc0031;
	text-decoration: none;
}

nav#navcontainer {
	width: 100%;
/*	height: 54.4px; */
	background-color: #f7f7f7;
}
.headerimage{
	position: relative;
	line-height: 0px;
}
.headerimage img{
	width: 100%;
	height: 350px;
	object-fit: cover;

}
.headerimage .intro {
	line-height: 1.5;
	color: #FFFFFF;	
	display: block;
	text-align: center;
	width: 100%;
	padding: 3rem 1.5rem 1.5rem;
	box-sizing: border-box;
	font-size: 1.375rem;	
	background-color: rgba(0,0,0,.5);	
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.headerimage .intro h2{
	line-height: 1.15;
	font-size: 2.75rem;
	margin-bottom: 1rem;
}
.sitecomponent div.langselect {
	float: right;
	height: 30px;
	margin: 10px 15px;
}

div#breadcrumbs {
	width: 100%;
	height: 40px;
	background-color: #1f1d21;
	color: white;
	line-height: 40px;
	font-family: "Source Sans Pro",sans-serif;	
}
div#breadcrumbs div.breadcrumb {
	display: inline-block;
}
div#breadcrumbs div.breadcrumb a {
	font-size: .875rem;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
	height: 35px;
	margin-left: 5px;
}
div#breadcrumbs div.breadcrumb+div.breadcrumb::before {
	border: solid #575659;
	border-width: 0 .1em .1em 0;
	content: "";
	display: inline-block;
	height: .5em;
	margin: 0 .35em .075em .15em;
	transform: rotate(-45deg);
	transition: all .35s ease-in-out;
	width: .5em;
}
div#breadcrumbs span.breadcrumbseparator {
	display: inline-block;
	margin-right: 5px;
}

div#breadcrumbs div.breadcrumb:hover a {
	text-decoration: underline;
}

div#pagecontainer {
	padding: 0px;
	clear: both;
	width: 100%;
	clear: both;
}

div#breadcrumbs .sitecomponent {
	overflow: hidden;
}
header#subheader .sitecomponent {
	background-color: #FFFFFF;
	height: auto;
	margin-top: 129px;
	padding: 15px;
}
header#subheader .sitecomponent div h2 {
	margin-bottom: 6px;
	line-height: 30px;
}
header#subheader .sitecomponent div h2.section-title {
	float: left;
}
header#subheader .sitecomponent div h2.site-title {
	float: right;
}

.sitecomponent#main-pane {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

.sitecomponent #sidebar {
	/*width: 155px;*/
	float: left;
	width: 25%;
	box-sizing: border-box;	
}
.sitecomponent #sidebar > * {
	min-height: 1px;
}
.sitecomponent div#pagecontents {
	width: 75%;
	margin-top: 45px;
	padding: 15px 0px 15px 15px;
	float: left;
	box-sizing: border-box;
}

/* two-column style */
.sitecomponent#main-pane.main-pane-1-2-1 .subpane-1 {
	float:left;
	width: 438px;
	padding-right: 15px;
	margin-right: 4px;
	min-height: 1px;
}
.sitecomponent#main-pane.main-pane-1-2-1 .subpane-2 {
	float:left;
	width: 202px;
	padding-left: 15px;
	min-height: 1px;
}

/* one-column style, no subsubnav */
.sitecomponent#main-pane.main-pane-4 #pagecontents {
	width: auto;
	float: none;
}

footer {
	border-top: 1px solid #d5d5d5;
	padding: 1.5rem 0;
	background-color: #1f1d21;
	color: white;
}
footer  div.logo-container {
	display: block;
	float: left;
	margin-left: 8px;
	line-height: 0px;
	height: 35px;
}
body#body footer a {
	color: inherit;
}
footer  div.logo-container svg {
	height: 30px;
	width: 425px; /* Note: this affects the aspect-ratio used to display the logo SVG */
	fill: currentColor;
}

footer .legal {
	float: right;
}
body#body footer .legal > * {
	margin-left: 6px;
	margin-right: 6px;
	color: #d5d5d5;
	font-family: "Source Sans Pro",sans-serif;
	font-size: .875rem;
	text-decoration: none;
}
body#body footer .legal > a:hover {
	color: white;
}

.cmsbackbutton {
	float:right;
}

/* Uncomment & adapt the commented subsection in order to have only the
	specified printcontents section visible when printing.
	IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
	For multi-page printing of containers with large contents, note:
	- position:absolute inhibits multi-page printing
	- overflow: auto inhibits multi-page printing
	- height: (something other than auto) inhibits multi-page printing
	- top: -XXXpx shifts contains of post-first pages in Firefox
	- margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
	body {
		visibility: hidden;
	}
	div.printcontents {
		visibility: visible;
		position: relative;
		left: -320px;
		margin-top: -170px;
		width: 700px;
	}
	.browserMSIE div.printcontents {
		top: -170px;
		margin-top: 0px;
	}
	img#printbutton, input[type=submit], .noprint {
		visibility: hidden;
	}
	option {
		visibility: hidden;
		color: white;
	}
	select {
		color: white;
		height: 2ex;
	}
}
*/

body, #tinymce.mceContentBody {
	font-family: utopia-std,serif;
	font-size: 1rem
	line-height:normal;
	color: #000000;
	line-height: 1.6;	
	
}

a:link, a:hover, a:visited, a:active {
	color: #666666;
	outline:none;
}
h1, h2, h3, h4{
	font-family: utopia-std,serif;
	font-style: normal;
	font-weight: 700;
	color: inherit;
	text-rendering: optimizeLegibility
}
h1 {
	font-size: 34px;
	line-height: 40px;
}
h2 {
	font-size: 26px;
	margin-top: 1px;
}
h3 {
	font-size: 20px;
	margin-top: 15px;
}
h4 {
	font-size: 1.125rem;
}
pre, code {
	font-family: "Courier", fixed;
}

.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.srt p {
	margin-top: 20px;
	margin-bottom: 6px;
}
.srt hr {
	margin-bottom: 28px;
}
.srt hr:first-child {
	margin-top: 28px;
}
.srt p:last-child {
	margin-bottom: 20px;
}
.cmstext ol, .cmstext ul, .srt ul, body.mceContentBody ul, .pagemenu ul {
	padding-left: 10px;	
}
.pagemenu li {
	list-style: outside none none;
	margin-top: 6px;
	background-image: url("../images/conference/list_arrow.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 3px;
}
.linklist > li {
	list-style: outside none none;
	margin-top: 6px;
	background-image: url("../images/conference/list_arrow.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 3px;
}
.linklist > li > a {
	color: #231f20;
	text-decoration: none;
}
#tinymce.mceContentBody ul.barelist,
#body ul.barelist {
	padding-left: 0px;
	list-style-type: none;
}
a.icon-arrow {
	display: block;
	background-image: url("../images/conference/list_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	color: #231f20;
	text-decoration: none;
}
a.icon-arrow:hover {
	background-image: url("../images/conference/list_arrow_purple.png");
	color: #bc0031;
}
.meta-block {
	display: block;
	color: #999;
}
.cmstext, body.mceContentBody {
	/* max-width: 600px;*/
	font-size: 1.125rem;
}
body.frontpage .cmstext {
	font-size: inherit;
}
body.mceContentBody { 
	/* width: 438px;*/
}

.labeltextarea {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}

#body .submitbutton{
	font-size: 12px;
	height: 21px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 2px ridge #DDDDDD;
	text-decoration: none;
	color: inherit;
	display: inline-block;
	padding: 0px 8px;
	box-sizing: border-box;
}

li {
	margin-top: 1ex;
}

/*
.myavenueclass1 {
	color: red;
}
*/

.list-items {
	margin-top:20px;
}

.list-items .item {
	margin-top:5px;
}

.prev-next-container {
	text-align:center;
	padding-top:10px;
	white-space: nowrap;
}

.prev-next-container a, .prev-next-container span {
	display: inline-block;
	text-decoration: none;
}

.prev-next-container .paged-navigation .selected {
	font-weight: bold;
}

.prev-button-container, .next-button-container {
	width: 80px;
}
.prev-button-container {
	float: left;
	text-align: left;
	margin-top: 0px;
}
.paged-navigation {
	float: left;
	text-align: center;
	width: calc( 100% - 160px );
}
.next-button-container {
	float: right;
	text-align: right;
	margin-top: 0px;
}

.prev-button, .prev-next-info, .next-button {
	display:inline;
}

.sharebuttons-container div {
	float:left;
	margin-right:10px;
}

.breadcrumb {
	font-size:10px;
}

div.breadcrumb {
	display:inline;
}

/** Customization */


body.bare-frame,
body.bare-frame > div:not(.ui-widget):not(.scrolltotop),
body.bare-frame .formresponse.show-form {
	width: 100%;
	box-sizing: border-box;
}
body.bare-frame {
	padding: 3px;
	background-color: transparent;
}
body.bare-frame .formresponse.show-form .col1 {
	max-width: calc( 100% - 150px );
	width: auto;
}
body.bare-frame .formresponse.show-form textarea {
	width: 800px;
	max-width: 100%;
	box-sizing: border-box;
}

a.email span.at {
	font-size: 0px;
	background: url('../images/conference/at.gif') center center no-repeat;
	display: inline-block;
	width: 11px;
	height: 12px;
	vertical-align: middle;
}


/* Popover cookie message */

.cookiemessage {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: #333;
	color: white;
	line-height: 50px;
	z-index: 100;
}
.cookiemessage .sitecomponent {
}
.cookiemessage .sitecomponent > span {
	display: block;
	float: left;
}
.cookiemessage .sitecomponent > span a {
	display: block;
	color: white;
	text-decoration: none;
}
.cookiemessage .sitecomponent > span.message {
	width: 50%;
}
.cookiemessage .sitecomponent > span.read-more {
	width: 24%;
}
.cookiemessage .sitecomponent > span.read-more a {
	padding-left: 15px;
	background: url("../images/conference/list_arrow.png") no-repeat center left;
}
.cookiemessage .sitecomponent > span.close {
	width: 24%;
}

/* Cookie warning */
.cookiemessage {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: #333;
	color: white;
	line-height: 50px;
}
.cookiemessage .sitecomponent {
}
.cookiemessage .sitecomponent > span {
	display: block;
	float: left;
}
.cookiemessage .sitecomponent > span a {
	display: block;
	color: white;
	text-decoration: none;
}
.cookiemessage .sitecomponent > span.message {
	width: 50%;
}
.cookiemessage .sitecomponent > span.read-more {
	width: 24%;
}
.cookiemessage .sitecomponent > span.read-more a {
	padding-left: 15px;
	background: url("../images/conference/list_arrow.png") no-repeat center left;
}
.cookiemessage .sitecomponent > span.close {
	width: 24%;
}

/* frontpage */
body#body.frontpage { 
	min-height: auto;
}
.frontpage #pagecontainer {
	position: relative;
	background-image: none !important;
}
.frontpage #pagecontainer .background {
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: repeat-y;
	background-position: top center;
}
.frontpage .page > h1 {
	display: none;
}
.frontpage #main-pane.sitecomponent {
	background: none;
	min-height: 735px;
	margin-top: 0px;
	padding: 0px;
	clear: both;
}
.frontpage #main-pane.sitecomponent div#pagecontents {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.frontpage footer { 
	border-top-color: rgba(0,0,0,0.4);
}

#pagecontents p {
	margin-top: 5px;
}
#pagecontents p:first-child {
	margin-top: 0px;
}

dl.half.columns {
	width: 50%;
	float: left;
}
dt {
	color: #999;
}
dd {
	margin-bottom: 6px;
}

#body abbr.dtstart, #body abbr.dtend {
	text-decoration: none;
}

small {
	font-size: small;
}

.quicklinks {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	margin-top: 20px;
}
#sidebar > .quicklinks:first-child {
	margin-top: 60px;
}


.quicklinks h4 {
	font-family: inherit;
	font-size: inherit;
	color: #1f1d21;
	margin: 0 0 1px 0;
	padding: .5rem 1rem .5rem 1rem;
}
.quicklinks ul {
	padding-left: 0px;
}
.quicklinks ul li {
	border-bottom: 1px solid #e9e9e9;
	color: #1f1d21;
	display: block;
	margin: 0 0 1px 0;
	padding: .5rem 1rem .5rem 1rem;
	position: relative;
	background-image: none;
}
.quicklinks ul li a {
	display: block;
	text-decoration: none;
	color: #1f1d21;
}
.quicklinks ul li a:hover {
	color: #bc0031;
}
.quicklinks ul li a:before {
	border: solid currentColor;
	border-width: 0 .05rem .05rem 0;
	content: "";
	height: .4rem;
	left: .25rem;
	position: absolute;
	transform: translateX(-2px) translateY(-60%) rotate(-45deg);
	transition: all .5s ease-in-out;
	width: .4rem;
	top: 1.325rem;
}
