/* Custom styles used for all pages */

/*  PAGE BODY SIZE & BACKGROUND AND TEXT FORMATTING************************** */


@font-face {
  font-family: 'Euclid Triangle';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://webcast.openbriefing.com/ascential-jan23/resources/EuclidTriangle-Light-WebS.woff2) format('woff2');

}

@font-face {
  font-family: 'Euclid Triangle';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://webcast.openbriefing.com/ascential-jan23/resources/EuclidTriangle-LightItalic-WebS.woff2) format('woff2');

}

@font-face {
  font-family: 'Euclid Triangle';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://webcast.openbriefing.com/ascential-jan23/resources/EuclidTriangle-Regular-WebS.woff2) format('woff2');

}

@font-face {
  font-family: 'Euclid Triangle';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://webcast.openbriefing.com/ascential-jan23/resources/EuclidTriangle-Medium-WebS.woff2) format('woff2');
}

html, body {
    background-color: #ffffff;
    font-family: "Euclid Triangle",serif;
    color: #32322F;
    font-size: 18px;

}

#container {
    border: 0px;
    box-shadow: none;
    background: transparent;
    padding: 0;
    width: 100%;
}




.registration_below {
    padding: 5px 0px 5px 0px;
    margin-left: 15px;
}
a:active {
    outline: 0;
}

/* HTML SIZE********************************************************** */
#header{
    display: none;
}
html {
height: initial;
 width:100%;
}

/* Preregistration********************************************************** */

.preregistration_message {
margin: 10px 0px 10px 0px;
}

/* BANNER SIZE ON ALL PAGES*************************************************************** */

#banner img {
    width: 240px;
    padding-top: 47px;
    padding-bottom: 44px;
    padding-left: 50px;
}
#banner {
    background-color: #FFF;
    text-align: left;
    z-index: 100000;
    width: 100%;


}

#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}
div#splash {
    background-image: url(https://webcast.openbriefing.com/ascential-jan23/images/ascential-banner23.jpg),linear-gradient(65deg, #0c2684 12%, #39c9c2 88%);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* BORDER FOR CONTAINER************************************************************** */

#content > div > div.title > img{
border: 0px;
}

#content{
border: 0px;
}

#container { 
border: 0px;
}

/* SPACE FORMATTING ********************************************************* */

#content > div > div.title > div:nth-child(2){
padding: 10px;
padding-left: 0;
}



#content > div.content_container > div.title > img{ width: 100%;
padding: 0px 0px 10px 0px;
}

#content > div > div.preregistration_message{
padding: 0px 0px 100px 0px;
margin-top: 10px;
}

#content > div > div.title > div:nth-child(1) > img{
    width:100%; 
    padding-bottom: 20px;
}


/* TEXT FORMATTING************************************************************* */

.bold {
font-weight: normal;
}

a, a:link, a:active, a:visited {
    text-decoration: underline;


}
#content > div > div.title > div:nth-child(2){
    z-index: 10000;
    margin-top: -260px;
    margin-left: 15%;
    width: fit-content;
    font-family: "Euclid Triangle",serif;
    font-weight: 300;
    font-size: 45px;
    color: #fff;
    text-shadow: 0 0 7px rgb(0 0 0 / 22%);
}
/*
#content > div > div.title > div:nth-child(2):after {
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    margin: 10px 0;
    background: #FE5000;
} */
.subtitle {
bold: none;
}
.speaker_title {
color: #000000;
}
.colour-bar {
color: #ffffff;
font-weight: normal;
    border-top: none;
    border-bottom: none;
}

/*.subtitle, .registration-title, .login-title {
color: #000000;
font-weight: bold;
font-size: 16px;
}*/



/* SPEAKER THUMBNAIL FORMAT***************************************************** */

.speaker_image {
border: none;
-webkit-box-shadow: 0px 0px 9px #333;
}

/* LAUNCH BUTTONS****************************************************************** */

#player_container1946 > div{
color: #ffffff
}

#player_container1947 > div{
color: #ffffff
}

.launch_newwindow{
display: none;
}

/* BARS FORMATTING****************************************************************** */

.bar_background_image {
background-image: none;
}

#footer {
background-image: none;
box-shadow: none;
    line-height: 10px;
    min-height: 10px;
}
div#footer {
    background: transparent;
    min-height: 4px!important;
}
.chevron {
padding: 0px 0px 0px 0px;
    vertical-align: middle;
    visibility: hidden;
}
#header {
    background-image: none;
    box-shadow: none;
    line-height: 25px;
    min-height: 25px;
    padding: 3px;
    padding-left: 17px;
    margin-top: 1px;
    background: #FFFFFFF;
    color: #000000;
}


/* IMG FORMATTING****************************************************************** */

.content_container {
padding: 0px;
margin-right: 0;
}

/* FOOTER************************************************************************** */

#branding {
    margin: auto;
    padding: 15px;
    text-align: right;
    max-width: 1096px;
    width: 100%;
    display: flex;
    padding-left: 45px;
    
}
.branding_date {
    margin-left: 4px;
}
.webcast_closed {
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    padding: 10px;
    max-width: 1116px;
    margin: auto;
    margin-left: -9px;
}


@media screen and (max-width: 985px)  {


#content > div > div.title > div:nth-child(2) {
    font-size: 30px;
    margin-left: 50px;
}
#form_container {
    display: block!important;

}
}




/* Custom styles for register page */
.input_item {
	width: 98%!important;
}
#form_container{
        background: #F4F4F4;
	display: flex !important;
	border: 0px solid #e2dede;
	margin-bottom: 11px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1069px;
	margin-top: 150px;
	padding-top: 14px;
}
#login_form {
	margin-right: 42px!important;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0,0 100%;
	margin-bottom: 10px;
	padding: 27px;
	padding-top: 30px;
	padding-bottom: 26px;
	height: fit-content;
	padding-left: 24px;
	border-radius: 35px;
	background: transparent;
}
#register_form{
	margin-left: 30px;
	border-right: 1px solid #e2e2e2;
	background-repeat: no-repeat;
	background-position: 0 0,0 100%;
	margin-bottom: 10px;
	padding: 27px;
	padding-top: 30px;
	padding-bottom: 26px;
	padding-right: 50px;
	background: transparent;
}
.registration_above {
	padding: 4px 0px 5px 6px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1069px;
	margin-top: 108px;
	padding-top: 0;
	font-size: 29px;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 10px;
}
input[type="submit"] {
    margin-top: 20px;
    position: relative;
    width: 100%;
    align-items: center;
    border-radius: 0px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: 1s all ease;
    line-height: 20px;
    background: none;
    border: 2px solid #323232;
    padding: 15px 20px;
}
input#webcast_login_button:hover, input#webcast_register_button:hover {
    background: #323232;
    color: #FFF;
}
span.field_label {
    font-size: 18px;
    float: left;
    font-family: "Euclid Triangle",serif;
    font-weight: 300;
}
.login-title {
    width: 270px!important;
    padding-bottom: 10px;
    font-family: "Euclid Triangle",serif;
    font-size: 40px;
    font-weight: 600;
    color: #323232;
}
.registration-title {
    padding-bottom: 10px;
    font-family: "Euclid Triangle",serif;
    font-size: 40px;
    font-weight: 600;
    color: #323232;
}

#container {
	width: 100%;
}
input[type="text"] {
	width: 100%;
	height: 29px;
	display: inline;
    border-radius: 0px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
}

div#gdpr {
    font-size: 14px;
    color: #777;
    font-family: "Euclid Triangle",serif;
    font-weight: 300;
}


#\33 0605 {
	display: none;
}

@media screen and (max-width: 680px) {

	#form_container {
		background: #ffffff!important;
	}
	.input_item {
		width: 100%!important;
	}
	#login_form {
		width: 70%;
	}
	#form_container {
		display: block!important;
	}

.input_item {
	padding-top: 5px;
	width: 270px;
	font-weight:bold;
}
div#gdpr {
	display: inline;
	font-size: 11px;
}
div#demo {
	display: inline;
}
#login_form {
	margin-right: 100px;
	margin-left: 30px;
}



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