/* Custom styles used for all pages */

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


@font-face {
  font-family: 'SharpSans-semibold';
  src: url(https://webcast.openbriefing.com/abrdn-2021/resources/sharpsansdispno1-semibold.woff2) format('woff2');

}

@font-face {
  font-family: 'SharpSans-medium';
  src: url(https://webcast.openbriefing.com/abrdn-2021/resources/sharpsansdispno1-medium.woff2) format('woff2');

}

html, body {
    background-color: #FFFFFF;
    font-family: 'SharpSans-semibold',Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000000;



}

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




.registration_below {
    padding: 5px 0px 5px 0px;
    margin-left: 15px;
font-size: 12px;
}
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: 175px;
    padding: 20px;
    padding-left: 15%;
}
#banner {
    background-color: transparent;
    text-align: left;
    padding-left: 0;
    z-index: 100000;
    width: 100%;
    left: 0;
    padding-top: 0;
    border-top: 27px solid #000;

}

#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}
div#splash {
    margin-top: -14px;
    margin-left: -10px;
    padding-left: 12px;
}

div#splash img {
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    max-width: 1066px;
    width: 100%;
}

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

.title {
    font-size: 72px;
    line-height: 1.24;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'SharpSans-semibold',Arial,sans-serif;
    color: #fff;
    background: #1C2939;
    padding-left: 15%;
    padding-top: 30px;
    padding-bottom: 30px;

}

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

#CloseQuestionButton{
display: none;
}
.hr2 {
    display: none;
}



/* 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;
    width: 100%;
    display: flex;
    padding-left: 15%;
    
}
.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;
}
.mini-cal {
    background-color: #a95228;
    background-image: url(../images/layout/color-bar-bg.png);
    background-repeat: repeat-x;
    border: 1px solid #a95228;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #333;
    display: inline-block;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}

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

body {
    background:  #FFFFFF;
}

#banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

#banner img {
display: block;
}

#form_container {
    display: block!important;
    margin-top: 42px!important;
}
}

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

.title {
    font-size: 40px;
}
}



/* Custom styles for register page */

.form_seperator {
    height: 30px;
}


#form_container {
    display: flex !important;
    border-style: none;
    margin-right: auto;
    margin-left: 0;
    padding-left: 15%;
    max-width: 1081px;
    margin-top: 0;
    background-size: 100%;
    width: 95%;
    padding-top: 0px;
}

.broadcast-date {
    float: left;
margin-top: 0;
}
#login_form {
    margin-right: 100px;
    margin-left: -18px;
    background-repeat: no-repeat;
    background-position: 0 0,0 100%;
    margin-bottom: 10px;
    padding: 27px;
    padding-top: 30px;
    padding-bottom: 26px;
    height: fit-content;
}
#register_form{
    margin-left: -17px;
    background-repeat: no-repeat;
    background-position: 0 0,0 100%;
    margin-bottom: 10px;
    padding: 27px;
    padding-top: 30px;
    padding-bottom: 26px;
}

input[type="submit"] {
    box-shadow: none;
    margin-top: 11px;
    display: block;
    text-align: center;
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#000,#000);
    border-radius: 24px;
    font-family: SharpSans-semibold,Arial,sans-serif;
    font-size: 18px;
    height: 40px;
    transition: .3s;
    line-height: 16px;
    padding: 12px 20px;
}

input[type="submit"]:hover {
    background-image: linear-gradient(90deg,#898d8d,#898d8d);
    text-decoration: underline;
    cursor: pointer;
}
.subtitle, .registration-title, .login-title {
    color: #000000;
    font-family: 'SharpSans-semibold',Arial,sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
}

input[type="text"] {
    background-color: #f3f9fd;
    border: 1px solid #b6bec5;
    border-radius: 2px;
    height: 39px;
}

span.field_label {
    color: #898d8d;
    font-family: SharpSans-medium,Arial,sans-serif;
}

#\32 5484 {
    display: none;
}

.input_item {
    padding-top: 5px;
    width: 270px;
}

div#gdpr {
display: inline;
font-size: 11px;
}

div#demo {
display: inline;
}

#login_form {
    margin-right: 100px;
    margin-left: -17px;
}

label {
    color: #898d8d;
    font-family: SharpSans-medium,Arial,sans-serif;
}

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

#form_container {
    display: block!important;
    margin-top: auto;
    width: fit-content;
}
}

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

.subtitle, .registration-title, .login-title {
    font-size: 26px;

}



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