/* Custom styles used for all pages */
/*  PAGE BODY SIZE & BACKGROUND AND TEXT FORMATTING************************** */


html, body {
    background: #FFFFFF; 
    font-family: museo-sans,sans-serif;
        font-size: 17px;

}
#banner img {
    width: 250px;
    padding: 13px 0px 35px 25px;
}

#container {
    border: 0px;
    box-shadow: none;
    background: transparent;
    max-width: 1380px!important;
    width: 100%;
}

.registration_below {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: small;
    line-height: 1.94;
    letter-spacing: normal;
    color: #000;

}
.registration_above {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: left;
    font-size: 18px;
    line-height: 1.94;
    letter-spacing: normal;
    color: #000;

}
a:active {
    outline: 0;
    background: #8AB6E6;
}

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

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



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


#banner img {
    /*width: 175px;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;*/
}
#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}

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

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

#content{
border: 0px;
}

#container { 
border: 0px;
}

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


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

#content > div > div.preregistration_message {

    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: left;
    font-size: small;
    line-height: 1.94;
    letter-spacing: normal;
    padding-bottom: 150px;
    color: #000;
}


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


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

.bold {
font-weight: normal;
}
.title {
font-size: 18px;
font-weight: normal;
}
#content > div > div.title > div:nth-child(2) {
    z-index: 1000;
    color: #333f48;
    margin-top: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.44;
    width: 65%;
    text-align: left;
    
}
.subtitle {
bold: none;
}
.speaker_title {
color: #000000;
display: none;
}
.colour-bar {
color: #ffffff;
font-weight: normal;
    border-top: none;
    border-bottom: none;
}

.subtitle, .registration-title, .login-title {
color: #000000;
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;
}
.chevron {
padding: 0px 0px 0px 0px;
    vertical-align: middle;
}
#header {
    background-image: none;
    box-shadow: none;
    line-height: 25px;
    min-height: 25px;
    padding: 3px;
    padding-left: 17px;
    margin-top: 1px;
    background: #FFFFFF;
    color: #000000;
}





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

.content_container {
    padding: 0px;
    height: -webkit-fill-available;
    width: 100%;
    left: 0;
    right: 0;
}


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


#content > div > div.title > div:nth-child(2) {
    margin-left: 30px;
    font-size: 22px;
    margin-top: 10px;
    padding: 9px;
    margin-bottom: -10px;

}
.content_container {
    padding: 0;
}
#content > div > div.preregistration_message {
    margin-top: -20px;
    margin-left: 40px;
    font-size: smaller;
}

}

/* Custom styles for register page */
.form_container {

    background-color: #EEEEEE;
    padding-left: 0px;
}
.form_seperator {
    height: 30px;
}

.form_seperator {
    height: 30px;
}
#form_container{
    display: flex !important;
    background: linear-gradient(45deg, #E6E6E6 0%, #fff 90%);
    border-style: solid;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
    width: 633px;
    max-width: 1380px!important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
}
#form_container:hover {
	box-shadow: 0px 5px 10px 5px #dcdcdc;
}

#login_form {
    margin-right: auto;
    margin-left: auto;
    width: 400px;
}
#register_form{
margin-left: 30px;
    width: 230px;
}
span.field_label {
    color: #333f48;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
}
label {
    color: #333f48;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
}
input[type="text"] {
    border: 1px solid #D5D5D5;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    height: 50px;
    font-size: 14px;
    padding: 8px;
    width: 100%;
    font-family: museo-sans,sans-serif;

}
input[type="submit"] {
    background: #009639;
    border-radius: 40px;
    box-shadow: none;
    padding: 10px 15px;
    margin-top: 9px;
    display: inline-block;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    transition: all .3s ease;
    line-height: 20px;
    min-height: 40px;
    min-width: 140px;
    text-align: center;
}

input[type="submit"]:hover {
    background: #ffffff;
    color: #009639;
}

.registration-title, .login-title {
    background: transparent;
    text-align: left;
    padding: 18px;
    margin-bottom: 10px;
    padding-left: 0;
    width: 100%;  
    color: #1A1919;
    font-size: 34px;
    font-weight: 900;
    line-height: .94;
}
#container {
     max-width: 1120px;
     width: 100%;   
}


#\31 8805{
    display: none;
}
div#registration_field_container18270 {
    font-size: small;
}

#footer {
    display: none;
}

.player_agenda_item_selected {
background: #FFA000;
}
div#gdpr {
    font-size: 11px;
}

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

#form_container {
    display: block!important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.input_item {
    width: 90%;
}

.registration-title, .login-title {
    width: 90%;
}
div#gdpr {
display: inline;
font-size: 11px;
}
div#demo {
display: inline;
}






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