/* Custom styles used for all pages */
input[type="submit"], .player_button, .player_button span {
	background-color: #0c4167 !important;				/* button colour */
	color: white !important;							/* button text colour */
}
#banner, #header {
	display: all;									/* Change this to "display: none;" if banner isn't needed */
}
html {
	background-color: transparent !important;
}
body {
        background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	border-left: unset;
	border-right: unset;
	box-shadow: unset;
	width: 100%;
	font-weight: bold;
}
.registration_above {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding: 0 15px;
}
.registration_above_register {
	display: none;
}
.password_above {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.title_label {
	margin: 40px 0;
	font-size: 30px;
}
.title {
	color: #000;
	text-align: center;
        font-weight: normal;
	font-size: 28px;
	font-family: brandon;
}
.subtitle {
	margin-bottom: 40px;
	color: #000;
        font-weight: normal;
	font-size: 28px;
	font-family: brandon;
	margin-top: 20px;
}
#branding {
	background-color: #363636;
	width: 100%;
	padding: 0;
	font-weight: bold;
}
.colour-bar {
	border: none;
}
#header {
	background-image: none;
	box-shadow: none;
}
#content-under {
	min-height: 50px;
}
#footer {
	background-image: none;
	box-shadow: none;
	background-color: #363636;
	padding: 15px;
}
#footer-right {
	float: right;
}
#footer-left {
	font-weight: bold;
	float: left;
	margin-top: 12px;
}
#footer a {
	color: #007bff;
}
@media screen and (max-width: 1091px) {
	#footer-right, #footer-left {
		float: none;
		text-align: center;
	}
}
.enter_button {
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.player_button {
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.player_button span {
	background-image:none;
	padding-left: 15px;
	padding-right: 15px;
}
.bar_styling_top {
	-webkit-box-shadow: none;
}
.bar_styling_bottom {
	-webkit-box-shadow: none;
}
.requirements {
	display:none;
}
.mini-cal {
	box-shadow: none;
	background-image: none;
}
.presenter-row {
	margin-bottom: 15px;
}
.presenter-titles {
	margin-bottom: 10px;
}
.presenter-names {
	color: #a32035;
}
.webcast_closed {
	    padding: 5px 15px;
}
#banner {
	margin-right: 0;
}
#banner > div {
	padding-right: 0;
	text-align: center;
}

/* Custom styles for player page */
.icon_player_footer {
	background-color: #ffffff;				/* changes the color of the social media bar on the player page */
}
.bar_background_image {
	background-image: none;
}
.title_label {
	margin: 0px;
}
#IconPlayerFooter {
	position: relative;					/* setting this to fixed may help some designs ymmv */
	width: 100%;
	bottom: 0;
	margin-top: auto;
}
.icon_player_title {
        display: none;
}
#IconPlayerLogo {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
	max-height: 45px;
	height: unset;
}
#IconPlayerHeader {
	height: unset !important;
}
#IconPlayerHeaderControls {
	background-color: unset;
	padding-bottom: 10px;
}
#TDTopContainerBars {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1173px) and (min-width: 1102px) {
	.title_label {
		font-size: 20px;
	}
}
@media screen and (max-width: 1101px) {
	#TDTopContainerBars {
		display: block;
	}
	.title_label {
		margin: 0;
		margin-bottom: 23px;
	}
	/*#IconPlayerHeader {
		height: 78px !important;
	}*/
}
@media screen and (max-width: 700px) {
	#PanelOne {
		margin: 20px 15px 0px 15px;
	}
	#PanelTwo {
		margin: 0 15px;
	}
}
@media screen and (max-width: 525px) {
	.title_label {
		font-size: 20px;
		margin-bottom: 10px;
	}
	/*#IconPlayerHeader {
		height: 109px !important;
	}*/
	#IconPlayerHeaderControls {
		text-align: right;
	}
}
@media screen and (max-width: 270px) {
	.icon_player_title {
		max-height: unset;
	}
}
@media screen and (max-width: 243px) {
	/*#IconPlayerHeader {
		height: 134px !important;
	}*/
	#IconPlayerGuide {
		margin-right: 12px;
	}
}
.icon_player_question_holder {
	height: unset !important;
	top: unset !important;
	bottom: 0;
}
.icon_player_question_holder {
	height: unset !important;
	top: unset !important;
	bottom: 0;
}
#IconPlayerGuide {
	margin-right: 3px;
}
.icon_player_subtitle {
	max-height: unset;
	font-size: 18px;
	font-family: brandon;
	font-weight: normal;
}
.icon_player_titles {
	width: calc(100% - 615px) !important;
}
.icon_player_titles.icon_player_titles_mobile_landscape {
	width: 100% !important;
}
.icon_player_titles.icon_player_titles_mobile {
	width: 100% !important;
	margin: 0;
}

#HTMLBelowLogoHolder{
	font-size: 12px;
	border: 1px solid black;
	width: calc(100% - 6px);
	position: relative;
	height: calc(100vh - 368px);
	min-height: 432px;
	overflow-y: scroll;
	background-color: white;
}
.panel_one_mobile_landscape #HTMLBelowLogoHolder {
	margin-bottom: 30px;
}
#poster_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
#poster_container  > div > span:nth-child(1) {
	width: 100%;
}
#poster_container > div {
	margin: 4px;
	min-height: 200px;
	display: flex;
	align-items: center;
	border: 1px solid black;
	background-color: white;
	min-width: 200px;
	justify-content: center;
	width: 48%;
	flex-wrap: wrap;
}
#poster_container > div > video {
	margin: 5px;
	max-height: 190px;
	max-width: calc(100% - 10px);
}
@media screen and (max-width: 275px) {
	#poster_container > div {
		min-width: unset;
		width: 200px;
	}
}
.html_below_slides {
	position: relative;
	height: unset;
}
#trade_show_booth_container {
	margin-top: 30px;
	border: 1px solid black;
	width: calc(100% - 4px);
}
#trade_show_booth_container > div, #ccc_survey_link > a {
	font-size: 20px;
}
#trade_show_booth_container img {
	max-width: 100%;
}
#ccc_survey_link {
	margin-top: 15px;
}

/* Below for screen capture. Remove when done, before sending archive to client. */
/*
#poster_container, #ccc_survey_link, #HTMLBelowLogoHolder {
	display: none;
}
.html_below_slides {
	position: fixed;
	top: 53%;
	left: calc(50% - (722px / 2));
	width: 722px;
}
*/


/*recreated - not from cache - process time 0.017539024353027 */
