/* Custom styles used for all pages */

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

      @font-face {
        font-family: 'TrustpilotDefaultFont';
        font-display: swap;
        font-style: normal;
        font-weight: 400;
        src: local('Helvetica Neue Regular'),
        url('https://cdn.trustpilot.net/brand-assets/4.1.0/fonts/trustpilot-default-font-regular.woff2') format("woff2"),
        url('https://cdn.trustpilot.net/brand-assets/4.1.0/fonts/trustpilot-default-font-regular.woff') format("woff");
}
      @font-face {
        font-family: 'TrustpilotDefaultFont';
        font-display: swap;
        font-weight: 500;
        src: local('Helvetica Neue Medium'),
        url('https://cdn.trustpilot.net/brand-assets/4.1.0/fonts/trustpilot-default-font-medium.woff2') format("woff2"),
        url('https://cdn.trustpilot.net/brand-assets/4.1.0/fonts/trustpilot-default-font-medium.woff') format("woff");
}
      @font-face {
        font-family: 'TrustpilotDefaultFont';
        font-display: swap;
        font-weight: 700;
        src: local('Helvetica Neue Bold'),
        url('https://cdn.trustpilot.net/brand-assets/4.1.0/fonts/trustpilot-default-font-bold.woff2') format("woff2"),
        url('https://cdn.trustpilot.net/brand-assets/4.1.0/fonts/trustpilot-default-font-bold.woff') format("woff"); 
}

html, body {
    background-color: #ffffff;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
    color: #333;
    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: 138px;
    padding-top: 19px;
    padding-bottom: 17px;
    padding-left: 20%;
}
#banner {
    background-color: #003C69;
    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/nesf-june22/images/nextsolar.png);
    height: 515px;
    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 0px 0px;
margin-top: 0px;
}

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


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

.bold {
font-weight: normal;


}
#content > div > div.title > div:nth-child(2){
    z-index: 10000;
    color: #1b1b21;
    margin-top: -260px;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
    font-weight: 500;
    margin-left: 20%;
    width: fit-content;
    padding: 60px;
    font-size: 52px;
    line-height: 6.2rem;
} 
.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;
    /* background: #E8E6ED; */
}


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

body {
    background:  #FFFFFF;

}
#banner img {
display: block;
}
.title {
margin-top: 20px;
}

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

}
}

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

/*	#content > div > div.title > div:nth-child(2) {
    display: none;
}

	div#splash {
		display: none;*/
}
}


/* Custom styles for register page */
.input_item {
	width: 98%!important;

}
#banner {
    background-color: #003C69;
    text-align: left;
    z-index: 100000;
    width: 100%;
}
#banner img {
    width: 150px;
    padding: 15px;
    padding-left: 0;
    margin-left: 30px;
}
#content > div > div.title > div:nth-child(2) {
    z-index: 10000;
    margin-top: 380px;
    color: white;
    margin-top: -192px;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-left: initial;
    background: transparent;
    width: fit-content;
    padding-top: 0px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
}
#form_container {
    display: flex !important;
    border: 0px solid #e2dede;
    margin-bottom: 11px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1178px;
    margin-top: 30px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 16%);
    padding-top: 0px;
    border-top: 0px #243d71 solid;
    background: #E9F2F9;
}
#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: 0px;
	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: 1178px;
	margin-top: 108px;
	padding-top: 0;
	font-size: 29px;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 10px;
}
div#gdpr {
    font-size: 12px;
}
input[type="submit"] {
    margin-top: 20px;
    position: relative;
    height: 38px;
    width: 100%;
    align-items: center;
    font-weight: 400;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #EC6707;
    background-color: #E9F2F9;
    border: 0px solid #ffffff;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
    font-size: 20px;
    text-align: left;
    padding-left: 0;
    text-decoration: underline;
}
input#webcast_login_button:hover, input#webcast_register_button:hover {
    background: #E9F2F9;
}
span.field_label {
    color: #322929;
    font-weight: 300;
font-size: 16px;
    float: left;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
    letter-spacing: 0;

}
label {
    font-size: 12px;
}
.subtitle, .registration-title, .login-title {
    width: 270px;
    padding-bottom: 20px;
    font-size: 25px;
    color: #243d71;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
}
#container {
	width: 100%;
        max-width: 1178px;
        padding-top: 0;
        padding-bottom: 0;
}
#content > div > div.title > div:nth-child(2) {
    z-index: 10000;
    margin-top: 180px;
    color: white;
    margin-top: -192px;
    font-family: Futura PT Bold,futura-pt-bold,sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-left: 20%;
    background: transparent;
    width: fit-content;
    padding: 70px;
}

input[type="text"] {
	width: 100%;
	height: 29px;
	display: inline;
	padding: 2px 2px 2px 2px;
	border: 0;
	border-bottom: 1px solid #bbbbbb;
        
}
#\32 7727 {
	display: none;
}

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

#container {
    width: 100%;
    max-width: 1178px;
    padding-top: 0;
    padding: 0;
    padding-bottom: 0;
}
	#form_container {
		background: #ffffff!important;
	}
	.input_item {
		width: 100%!important;
	}
	#login_form {
		width: 70%;
	}
	#form_container {
		display: block!important;
		margin-top: auto;
	}

.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.0068061351776123 */
