/* 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 player page */


/**********PAGE & BODY**********/

html, body {
    background: #fff; 
}

div#splash {
    display: none;
}

.icon_player_logo {

}
.icon_player_header {
	font-family:proxima-nova-bold;
	overflow: hidden;
	height:77px;
    border-color: #A0A0A0;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow:  0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
	background-color: #003C69;
    width: 100%;
    z-index: 110;
	}

/* below removes line breaks in title */
br{
    content:' ';
}

br:after{
    content:' ';
}

div#IconPlayerHeaderControls {
    background: transparent;
}

/**********LOGO & TITLE**********/

.icon_player_title > div > img {
    display: none;
}

.icon_player_title {
    font-family: 'din-bold',Georgia,"Times New Roman",serif;
    color: #333;
}


/**********ICON REPLACEMENT**********/

/*
.icon_player_question {
    background-image: url(../../images/player/IconPlayer/32x32/AskAQuestion.png);
}
.icon_player_resources {
    background-image: url(../../images/player/IconPlayer/32x32/Resources.png);
}

.icon_player_notifications {
    background-image: url(../../images/player/IconPlayer/32x32/Notification.png);
}

.icon_player_refresh {
    background-image: url(../../images/player/IconPlayer/32x32/Refresh.png);
}

.icon_player_exit {
    background-image: url(../../images/player/IconPlayer/32x32/Exit.png);
}
*/
 

/**********SPEAKER IMAGE & INFO**********/

.player_presentation_header {
    display: none;
}

 /*TURN PLAYER LOGO OFF FOR VIDEO*/
/*img#PlayerLogo {
    display: none!important;*/

.player_speaker_name {
    font-family: 'din-bold',Georgia,"Times New Roman",serif;
    font-size: 18px;
    color: #333;
}

.player_presentation_name {
    font-family: 'din-medium',Georgia,"Times New Roman",serif;
    font-size: 12px;
    color: #333;
}


/**********Q&A BOX**********/

#AskAQuestionForm {
    font-family: Futura PT Bold,futura-pt-bold,sans-serif!important;
    font-weight: 700;
    color: #003c69!important;
    text-transform: uppercase;
}

input[type="button"] {
    background: #2c54cd;
    color: #fff;
    line-height: 20px;
    transition: all .2s ease-in-out;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #2c54cd;
    text-transform: uppercase;
    border-radius: 32px;
    padding: 6px 18px;
    align-items: center;
    width: 100%;
    height: 35px;
    text-align: center;
}

input[type="button"]:hover {
    color: #ffffff;
    background: #243598;
}

input#ClearQuestionButton {
    display: none;
}


/**********ICON FOOTER**********/

.icon_player_footer_facebook {
    background-image: url(https://webcast.openbriefing.com/spirent-fy21/images/facebook-spirent.png);
}

.icon_player_footer_website {
    background-image: url(...);
}

.icon_player_footer_twitter {
    background-image: url(https://webcast.openbriefing.com/spirent-fy21/images/twitter-spirent.png);
}

.icon_player_footer_linkedin {
    background-image: url(https://webcast.openbriefing.com/spirent-fy21/images/linkedin-spirent.png);
}

.icon_player_footer_youtube {
    background-image: url(...);
}

.icon_player_footer {
    background: #003C69;
}


/**********PAGE FOOTER**********/

div#FooterHTML {
    background: #003C69;
}

td.footer-copyright {
    font-family: futura-pt,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #FFF;
}


/**********ON DEMAND**********/

div#PlayerAgenda {
    font-family: futura-pt,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #003c69;
    font-weight: normal;
}

.player_agenda_item_selected {
    background: #e9f2f9!important;
}





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