@font-face {
	font-family: "UniversCondensed";
	src: url("_fonts/UniversCondensed.eot");
	src: url("_fonts/UniversCondensed.eot?#iefix")format("embedded-opentype"), 
	url("_fonts/UniversCondensed.woff") format("woff"), 
	url("_fonts/UniversCondensed.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "UniversCondensedLight";
	src: url("_fonts/UniversCondensedLight.eot");
	src: url("_fonts/UniversCondensedLight.eot?#iefix")format("embedded-opentype"), 
	url("_fonts/UniversCondensedLight.woff") format("woff"), 
	url("_fonts/UniversCondensedLight.ttf") format("truetype");
	font-style: 300;
	font-weight: normal;
}
@font-face {
	font-family: "UniversCondensed";
	src: url("_fonts/UniversCondensedBold.eot");
	src: url("_fonts/UniversCondensedBold.eot?#iefix")format("embedded-opentype"), 
	url("_fonts/UniversCondensedBold.woff") format("woff"), 
	url("_fonts/UniversCondensedBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

/* font-family: "HelveticaLight"; */
@font-face {
	font-family: "HelveticaLight";
	src: url("_fonts/Helvetica/HelveticaLight/HelveticaLight.eot");
	src: url("_fonts/Helvetica/HelveticaLight/HelveticaLight.eot?#iefix")format("embedded-opentype"),
	url("_fonts/Helvetica/HelveticaLight/HelveticaLight.woff") format("woff"),
	url("_fonts/Helvetica/HelveticaLight/HelveticaLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "HelveticaLight";
	src: url("_fonts/Helvetica/HelveticaLightItalic/HelveticaLightItalic.eot");
	src: url("_fonts/Helvetica/HelveticaLightItalic/HelveticaLightItalic.eot?#iefix")format("embedded-opentype"),
	url("_fonts/Helvetica/HelveticaLightItalic/HelveticaLightItalic.woff") format("woff"),
	url("_fonts/Helvetica/HelveticaLightItalic/HelveticaLightItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: "HelveticaRegular";
	src: url("_fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot");
	src: url("_fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
	url("_fonts/Helvetica/HelveticaRegular/HelveticaRegular.woff") format("woff"),
	url("_fonts/Helvetica/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "HelveticaBold";
	src: url("_fonts/Helvetica/HelveticaBold/HelveticaBold.eot");
	src: url("_fonts/Helvetica/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
	url("_fonts/Helvetica/HelveticaBold/HelveticaBold.woff") format("woff"),
	url("_fonts/Helvetica/HelveticaBold/HelveticaBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


.contentcenter {
	padding-top: 10px; 
	max-width: 1200px; 
	display: table; 
	margin: auto;
	align-content: center;
	width: 90%;
	overflow: hidden;
cursor:default;
}

.mapinnerframe {
	width: 100%;
	height: 80%;
}

.bg-dark {
	padding-top: 10px;
}

.animateddiv{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
}

.slideimg{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}

.scaled{
	transform: scale(2);
	opacity: 0;
}

.darkfiller{
	padding-top: 100px;
	background:#242424;
	align-content: center;
	vertical-align: center;
}

#section0{
	overflow: hidden;
}

.voteHeader{
	text-align: center;
}
.voteTable{
	width: 70%;
	margin: auto;
}
.voteLegend{
	overflow: hidden;
	font-weight: bold;
}

.voteOption{
	text-align: center;		
}

.pole{
	border-bottom: 1px solid #ddd;
	padding-bottom: 3%;
}

.allPolesHeader{
	border-bottom: 1px solid #ddd;
	margin-bottom: 3%;
	padding-bottom: 10px;
}

.tableContentRow{
	/*cursor: pointer;*/
	text-align: left;
}

.titleContent{
	overflow: hidden;
	visibility: visible;
	text-align: left;
	font-style: italic;
	font-weight: normal;

	-ms-transition: all 0.2s ease;
	-webkit-transition: transform all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .scheduleDescription{
	overflow: hidden;
	visibility: visible;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
	top:20px;

	-ms-transition: all 0.2s ease;
	-webkit-transition: transform all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	line-height: 18px;
}

.mobileversion .scheduleDescription{
	overflow: hidden;
	visibility: visible;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;

	-ms-transition: all 0.2s ease;
	-webkit-transition: transform all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.noheight{
	height: 0px !important;
}

.ptheme{
	font-weight: bold;
}

.simplePic{
	width: 50%;
}

.titleClicker{
	text-align: left;
	color: white;
	cursor: default;
	margin-bottom: 0;	
	border-bottom: 1px solid #ddd;
	font-family: 'UniversCondensed';
	background-color: #444444;
    padding-left: 1%;
}

.addHover{
	/*border-radius: 10px;	
	border: 1px solid #ddd;*/
}

.addHover:hover{
	background-color: #606060;
}

.titleContent .header{
	font-weight: bold;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 1.2;
}

.titleContent ul {
	list-style-type: none;
}
.titleContent .mobileversion{
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
.disclaimer{
	text-align: left;
	color: grey;
	font-size: 14px;
cursor:default;
}
.locationWrapper{
	display: flex;
}
.locationWrapper .hotel{
	width: 50%;
	margin: 0 auto;
}

.locationWrapper .mapPicture{
	width: 50%;
	margin: 0 auto;
}

.innerImg{
	width: 100%;
	display: block;
	margin: 0 auto;
}

a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

.toCalendar{
	display: block;
	text-align: center;
	margin: auto auto;
}

.toCalendarLink{
	border-radius: 20px;
	background-color: rgba(0,0,0,0.4);
}
.toCalendarLink:hover{
	color:lightblue;
}
.headerDivider{
	margin: 0 auto;
	max-width: 100%;
	border-width: 1px;
}

.mainHeader{
	margin-top: 50px;
	font-family: 'UniversCondensed';
	font-size: 24px;
	line-height: 24px;
}
.mainHeader::after{
	content: "";
	background-image: linear-gradient(to right, lightgrey, lightgrey);
	height: 3px; /*for horizontal border; width for vertical*/
	display: block;
}

.contentcenter span{
	display: block;
}

body{
	color: #676767 !important;
	font-family: 'HelveticaLight', Helvetica, sans-serif;
}

.clickableHeader span{
	color: #337ab7;
	text-decoration: none;
}

.clickableHeader:hover span{
	text-decoration: underline;
}

.url{
	color: #337ab7;
	text-decoration: none;
}

.url:hover{
	text-decoration: underline;
}

.adtc_btn{
	background-image: url(../img/add_to_calendar_btn.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 300px;
	text-indent: -9999px;
	height: 40px;
	width: 100%;
	margin: 30px auto;
}

.adtc_btn:hover{
	background-image: url(../img/add_to_calendar_btn-hover.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 300px;
	text-indent: -9999px;
	height: 40px;
	width: 100%;
	margin: 30px auto;


}

.atc-style-blue .atcb-link{
	padding:0px 0px 0px 0px !important;

}

.atcb-list{
	left: 39%;
}

span{

cursor:default;
}


.contentcenter {
	padding-top: 10px; 
	max-width: 1200px; 
	display: table; 
	margin: auto;
	align-content: center;
	width: 90%;
	overflow: hidden;
}

.mapinnerframe {
	width: 100%;
	height: 80%;
}

.bg-dark {
	padding-top: 10px;
}

.animateddiv{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
}

.slideimg{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}

.scaled{
	transform: scale(2);
	opacity: 0;
}

.darkfiller{
	padding-top: 100px;
	background:#242424;
	align-content: center;
	vertical-align: center;
}

#section0{
	overflow: hidden;
}

.voteHeader{
	text-align: center;
cursor:default;
}
.voteTable{
	width: 70%;
	margin: auto;
}
.voteLegend{
	overflow: hidden;
	font-weight: bold;
}

.voteOption{
	text-align: center;		
}

.pole{
	border-bottom: 1px solid #ddd;
	padding-bottom: 3%;
}

.allPolesHeader{
	border-bottom: 1px solid #ddd;
	margin-bottom: 3%;
	padding-bottom: 10px;
}

.tableContentRow{
	/*cursor: pointer;*/
	text-align: left;
}

.titleContent{
	overflow: hidden;
	visibility: visible;
	text-align: left;
	font-style: italic;
	font-weight: normal;

	-ms-transition: all 0.2s ease;
	-webkit-transition: transform all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}



.mobileversion .scheduleDescription{
	overflow: hidden;
	visibility: visible;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;

	-ms-transition: all 0.2s ease;
	-webkit-transition: transform all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.noheight{
	height: 0px !important;
}

.ptheme{
	font-weight: bold;
}

.simplePic{
	width: 50%;
}



.addHover{
	border-radius: 10px;	
	border: 1px solid #ddd;
}

.addHover:hover{
	background-color: lightgrey;
}

.titleContent .header{
	font-weight: bold;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 14px;
line-height: 1.2;
}
.titleContent .mobileversion{
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
.disclaimer{
	text-align: left;
	color: grey;
	font-size: 14px;
}
.locationWrapper{
	display: flex;
}
.locationWrapper .hotel{
	width: 50%;
	margin: 0 auto;
}

.locationWrapper .mapPicture{
	width: 50%;
	margin: 0 auto;
}

.innerImg{
	width: 100%;
	display: block;
	margin: 0 auto;
height:100%
}

a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

.toCalendar{
	display: block;
	text-align: center;
	
	margin: auto auto;
}

.toCalendarLink{
	border-radius: 20px;
	border: none;
	background-color: rgba(0,0,0,0.4);
}
.toCalendarLink:hover{
	color:lightblue;
}
.headerDivider{
	margin: 0 auto;
	max-width: 100%;
	border-width: 1px;
}

.mainHeader::after{
	content: "";
	background-image: linear-gradient(to right, lightgrey, lightgrey);
    height: 3px; /*for horizontal border; width for vertical*/
    display: block;
}

.contentcenter span{
padding-left: 0px;
display: block;
    line-height: 24px;

}

body{
color: #676767 !important;
}

.adtc_btn{
background-image: url(/_v/forum_2017/img/add_to_calendar_btn.png);
    background-position: top center;
    background-repeat: no-repeat;
background-size: 100% auto;
    max-width: 300px;
    text-indent: -9999px;
    height: 40px;
    width: 100%;
    margin: 30px auto;
}

.adtc_btn:hover{
background-image: url(/_v/forum_2017/img/add_to_calendar_btn-hover.png);
 background-position: top center;
    background-repeat: no-repeat;
background-size: 100% auto;
    max-width: 300px;
    text-indent: -9999px;
    height: 40px;
    width: 100%;
    margin: 30px auto;


}

.atc-style-blue .atcb-link{
padding:0px 0px 0px 0px !important;

}

.atcb-list{
left: 39%;
}

span {
cursor:default;
font-size:14px;
}

.mainHeader{
    line-height: 50px;
}
.slb_links a{
float:right;
}

.contentcenter .url{
    color: #337ab7;
    text-decoration: none;
}

.contentcenter .url:hover{
	color: #549be7;
text-decoration: underline;
}

.mCustomScrollBox{
	max-height: 700px!important;
}
#mCSB_1_scrollbar_vertical{
	opacity: 0!important;
}