/* Custom styles used for all pages */

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




html, body {
    background-color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    color: #00205C;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

#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;
}


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

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

/* BANNER SIZE ON ALL PAGES*************************************************************** */
#banner img {
    width: 152px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
    z-index: 1000;
    position: relative;
}
#banner {
    background-color: transparent;
    text-align: left;
    z-index: 100000;
    width: 100%;
    position: relative;
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.2);
}

#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}
div#splash {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00205c 0%, #2949A7 100%);
    height: 479px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: -125px;
}

/* 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;

}
#content > div > div.title > div:nth-child(2){
    margin-top: -277px;
    margin-left: 5%;
    width: fit-content;
    padding: 30px 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    font-size: 66px;
    line-height: 72px;
}
/*
#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: 50px;

}
/*#form_container {
    display: block!important;

}*/
}

@media screen and (max-width: 680px) {
div#splash {
    height: 250px;
    background-position: left;
}

    #content > div > div.title > div:nth-child(2) {
        font-size: 25px;
        line-height: normal;
        margin-top: -125px;
    }


}

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

	display: flex !important;
	border: 0px solid #e2dede;
	margin-bottom: 11px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1069px;
	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: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1069px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 120px;
}
.registration_below {
	padding: 4px 0px 5px 6px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1069px;
	padding-top: 20px;
	padding-bottom: 10px;

}
input[type="submit"] {
    margin-top: 20px;
    position: relative;
    height: 55px;
    width: 100%;
    align-items: center;
    border-radius: 15px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    transition: all 0.3s cubic-bezier(.5,.12,.46,.88);
    background: #184894;
    color: #FFF;
    position: relative;
}

input[type="submit"]:hover {
    background: #8AAE36;
    color: #184894;
}
span.field_label {
    float: left;
    font-weight: 400;
    font-size: 16px;

}
.subtitle, .registration-title, .login-title {
    width: 270px!important;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #00205C;
}
#container {
	width: 100%;
}
input[type="text"] {
    width: 100%;
    height: 40px;
    display: inline;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #184894;
    margin-bottom: 5px;
}

div#gdpr {
    font-size: 10px;
    line-height: 15px;
}


#\33 9565 {
	display: none;
}


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

.registration_above {
    margin-top: 25px;
}
}*/

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

.registration_above {
    margin-top: 30px;
}
	#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.0090479850769043 */
