/* Custom styles used for all pages */
/* New Variables Section. Will try to make all colors changeable at top of this page, using the following variables, as well as a few other options. */

:root {
	--main-html-bg-color: white;					/* Change this to "background-color: transparent !important;" if using an image as the background */
	--main-body-bg-color: transparent;
	--main-content-bg-color: #FAFBFC;			/* This is currently the background color. It is on top of the html and the body elements, so takes precedence. */

	--main-font-color: black;
	--secondary-font-color: white;
	--main-title-color: black;
	--main-title-shadow-color: white;
	--main-subtitle-color: white;

	--shadow-banner-color: #0c416700;			/* This is giving the banner a shaded look. The final 7th and 8th digits determine the opacity (alpha) of the over-layed color. */

	--main-button-bg-color: #0C4167;				/* Register buttons and Launch buttons */
	--button-font-color: white;
	--main-button-bg-color-hover: #081b33;
	--button-font-color-hover: white;
	--main-button-shadow-color: #305e7e80;





	--footer-bg-color: #333333;

	--footer-main-link-color: #4A7090;
	--footer-second-link-color: #1675b9;
	--footer-main-link-hover-color: #041622;
	--footer-second-link-hover-color: #b6cedd;

	--presenter-name-color: #a32035;

	--player-footer-bg-color: #4e9add;				/* Changes the color of the social media bar on the player page */
	--player-footer-text-color: white;
	--player-footer-branding-link-color: #00536d;


	--show-banner: none;						/* Change this to "none;" if banner isn't needed */
	--show-header: none;						/* Change this to "block;" if header bar is needed */
}


/*********************************************** Top Level Section ***********************************************/
html {
	background-color: var(--main-html-bg-color);
}
body {
	background-color: var(--main-body-bg-color);
	color: var(--main-font-color);
	display: block;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#ContentArea {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: var(--main-content-bg-color);
	padding-top: 30px;
}
#container {
	background: unset;
	border: unset;
	width: unset;
	box-shadow: unset;
	-moz-box-shadow: unset;
	-webkit-box-shadow: unset;
	margin: 0 auto;
}
#branding {
	background-color: transparent;
	width: 100%;
	padding: 0;
	font-weight: bold;
	text-align: center;
	margin-top: auto;
	margin-bottom: 0;
}
/*********************************************** End Top Level Section ***********************************************/

/*********************************************** Banner Section ***********************************************/
#banner {
	display: var(--show-banner);
	border-radius: 2vw;
	overflow: hidden;
	position: relative;
	margin-bottom: 48px;
}
#banner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--shadow-banner-color);
}
#banner > div {
	padding-right: 0;
	text-align: center;
}
#banner > img {
	max-height: 356px;
	width: 100%;
	object-fit: cover;
}
/* Title stuff is in this section because titles are on top of banner in this template. */
.title {
	color: var(--main-title-color);
	text-align: center;
        font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 2px var(--main-title-shadow-color), 0px 0px 2px var(--main-title-shadow-color);
	width: 80%;
}
.title > h1 {
	font-weight: 500;
	font-size: calc(20px + 2vw);
}
.subtitle {
	color: var(--main-subtitle-color);
        font-weight: normal;
	margin-bottom: 40px;
}
/*********************************************** End Banner Section ***********************************************/

#header {
	display: var(--show-header);
	background-image: none;
	box-shadow: none;
}
#content p {
	padding: 0;
	margin-bottom: 1.3333rem;
}
.webcast_closed {
	    padding: 5px 15px;
}

/*********************************************** Footer Section ***********************************************/
#footer-container {
	padding: 0;
}
#footer {
	background-image: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
}
#footer2 {
	background-image: none;
	box-shadow: none;
	background-color: var(--footer-bg-color);
	padding: 25px 0;
	border: none;
}
#footer2 {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#footer-right {
	width: 100%;
	color: #fff;
	font-weight: 400;
}
#footer-left {
	color: #333333;
	font-weight: 400;
	margin-bottom: 10px;
	width: 100%;
}
#footer a {
	color: #0C4167;
}
#footer2 a {
	color: #1675b9;
}
#footer a:hover {
	color: #041622;
}
#footer2 a:hover {
	color: #b6cedd;
}
.branding_name {
	margin-right: 3px;
}
.branding_name, .branding_date {
	display: inline-block;
}
@media screen and (max-width: 1091px) {
	#footer-right, #footer-left {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 700px) {
	#branding {
		font-size: calc(8px + 1vw);
	}
}
/*********************************************** End Footer Section ***********************************************/

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('./fonts/Poppins-Normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('./fonts/Poppins-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('./fonts/Poppins-Bold.woff2') format('woff2');
}

#ChooseLanguageHolder {
	/*display: none;*/
}
#ChooseLanguageHolder {
	position: fixed !important;
	padding: 5px 10px;
	border-radius: 10px;
	background-color: white;
	border: 2px solid black;
	top: 2px;
}
#ChooseLanguageHolder > label { }
#ChooseLanguageHolder > select {
	width: 74px;
	border: none;
	border-bottom: 1px solid black;
}
html[lang="fr"] #ChooseLanguageHolder > select {
	width: 85px;
}
#cover {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background: var(--main-content-bg-color);
	z-index: 9999;
}

/* Custom styles for register page */
#form_container {
	background-color: #ffffff;					/*This changes the colour of registration form*/
}
.field_label {
	color: #333333;
	font-weight: 500;
}
.radio_container, .registration-title, .login-title, .required { 
	color: #999999;						/* change this to black if registration form is too light */
}
.required {
	font-size: 20px;
	font-weight: bold;
}
.content_container {
	padding: 0px;
}
@media screen and (max-width: 425px) {
	.content_container {
		padding: 15px;
	}
	.container-fluid {
		width: 100%;
	}
}
.presenter-row > div {
	/* Enable below if name and title are put NEXT to headshot image, NOT ABOVE headshot image. */
	/*display: flex;*/
	flex-direction: row;
	align-items: flex-start;
}
.presenter-row > div > img {
	float: left;
	width: 200px;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	margin-right: 15px;
}
@media (max-width: 900px) {
	.presenter-row > div {
		display: block;
	}
}
@media (max-width: 768px) {
	.presenter-row > div {
		/*display: flex;*/
	}
}
@media (max-width: 675px) {
	.presenter-row > div > img {
		margin: 0;
		margin-right: 10px;
	}
}
@media (max-width: 500px) {
	.presenter-row > div {
		display: block;
	}
}
.registration_above_register {
	color: #666666;
	font-family: DIN, sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
}
#form_container {
	padding-top: 20px;
        padding-bottom: 12px;
        padding-left: unset;
        padding-right: unset;
}
#form_container > form {
	margin: 0 20px;
}
@media (min-width: 992px) and (max-width: 1000px) {
	.title_label {
		margin-right: -30%
		margin-top: -20px;
	}
	.subtitle {
		margin-right: -4%;
	}
}
@media (max-width: 991px) {
	#form_container {
		margin-top: 0;
	}
	#form_container_inner {
		margin-top: 15px;
	}
}
input[type="text"] {
	width: 100%;
	height: 48px;
	padding: 0.5rem 1rem;
	display: block;
	background-color: #F5F6F7;
	border-color: #EBEDEC;
	font-size: 1.16666rem;
	font-weight: 500;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.3333rem;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	font-family: inherit;
}
input[type="text"]:focus {
	box-shadow: none !important;
	outline: none 0 !important;
	color: #495057;
	background-color: #fff;
	border-color: #1989d9;
}
input[type="submit"] {
	background-color: var(--main-button-bg-color);
	color: var(--button-font-color);
	border-color: var(--main-button-bg-color);
	margin-top: 0;
	width: 100%;
	border-radius: 4px;
	padding: 12px 0;
	border: none;
	background-image: none;
	font-weight: 500;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
input[type="submit"]:hover {
	color: var(--button-font-color-hover);
	background-color: var(--main-button-bg-color-hover);
	border-color: var(--main-button-bg-color-hover);
}
input[type="submit"]:focus {
	color: var(--button-font-color-hover);
	background-color: var(--main-button-bg-color-hover);
	border-color: var(--main-button-bg-color-hover);
	box-shadow: 0 0 0 0.2rem var(--main-button-shadow-color);
}
.presenter-row {
	margin-bottom: 15px;
}
.presenter-titles {
	margin-bottom: 10px;
}
.form_container {
	padding: 20px
}
/*single item checkbox group style*/
#registration_field_container15563 br {
	display: none;
}
.checkbox_container {
	padding-left:5px;
}
.checkbox_container label {
	display:none;
}
@media (max-width: 400px) {
	#content {
		padding-left: 0;
		padding-right: 0;
	}
}
#form_container_inner {
	background-color: #d1cecb;  /*Form button colour I believe specific to this page*/
	padding: 20px;
}
#footer {
	/*display: none;*/
}
#login_form {
	margin-bottom: 25px;
}
.registration_below {
	max-width: 450px;
	padding: unset;
	text-align: center;
}
#register_form .input_item > textarea {
	width: 100%;
}
#register_form > div:has(> span.smalltext.error), #login_form > div > div:has(> span.smalltext.error) {
	background-color: white;
	border: 2px red solid;
	padding: 5px;
	border-radius: 5px;
	margin: 20px 0px;
}
#register_form .smalltext.error {
	font-size: 16px;
}
input[type="password"] {
    width: 100%;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
#registration_right {
	position: sticky;
	top: 20px;
	align-self: flex-start;
}


/* New Design 1 Styles */
.registration_above {
	font-weight: normal;
	padding: 0 15px;
	font-size: inherit;
}
.ceo-wrapp {
	margin-top: 48px;
	margin-bottom: 48px;
}
.ceo-wrapp > p {
	font-size: 18px;
	padding-right: 40px;
}
.ceo-wrapp .ceo-detail {
	background-color: rgba(76,170,216,0.16);
	position: relative;
	padding: 24px 0 24px 155px;
	margin-top: 30px;
}
.ceo-wrapp .ceo-detail .pict {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 24px;
}
.ceo-wrapp .ceo-detail h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.ceo-wrapp .ceo-detail p {
	font-size: 14px;
}
@media (max-width: 575px) {
	.ceo-wrapp .ceo-detail {
		padding: 15px;
	}
	.ceo-wrapp .ceo-detail .pict {
		position: relative;
		top: 0;
		left: 0;
		width: unset;
		height: unset;
		border-radius: 25%;
		margin-bottom: 15px;
	}
	.ceo-wrapp .ceo-detail > p:last-child {
		margin-bottom: 0;
	}
}
#FormWrap {
	background-color: #fff;
	padding: 24px 30px;
	box-shadow: 0px 3px 4px #0000001a;
	margin-bottom: 40px;
}
#form_container {
	display: none;
}
#myTab.nav.nav-tabs .nav-item {
	width: 50%;
}
#myTab.nav.nav-tabs .nav-item .nav-link {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 10px;
	color: #999999;
	border-bottom: 2px solid transparent;
	border: none;
}
#myTab.nav.nav-tabs .nav-item .nav-link.active {
	border-bottom: 2px solid #0C4167;
	color: #0C4167;
}
#myTabContent {
	margin-top: 24px;
}
.registration-title {
	font-size: 18px;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.input_item {
	padding-top: 0;
	margin-bottom: 21px;
}
input {
	margin-top: 0;
}
.input_item > .checkbox_container + .field_label {
	padding-left: 5px;
}
label {
	margin-bottom: 0;
}
.required {
	color: #FF0000;
	font-weight: 500;
	font-size: inherit;
	margin-left: 2px;
}
label[for="primary"]::after {
	content: '*';
	display: inline-block;
	color: #FF0000;
	font-size: inherit;
	font-weight: 500;
	margin-left: 2px;
}
#content .login-title p {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-top: 24px;
}


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