/* Custom styles used for all pages */

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


@font-face {
    font-display: swap;
    font-family: URW Antiqua;
    font-style: normal;
    font-weight: 400;
    src: url(https://webcast.openbriefing.com/cafedirect-agm24/resources/urwantiquatot-extbol.woff2) format("woff2");
}


@font-face { 
	font-family: 'Acherus Grotesque';
	src: url('https://webcast.openbriefing.com/cafedirect-agm24/resources/acherus-grotesque-regular.woff2') format('woff');
        font-weight: 400;
}

html, body {
    font-family: "Acherus Grotesque", "system-ui", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    background: #F5F2EA;
}

.webcast_closed {
    margin-left: 49px;
    font-family: "Acherus Grotesque", "system-ui", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
}

#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 40;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}

#container {
    border: 0px;
    box-shadow: none;
    background: transparent;
    padding: 0;
    width: 100%;
/*    max-width: 1270px;*/
scrollbar-width: thin;
}

a, a:link, a:active, a:visited {
    text-decoration: underline;
}
#banner img {
padding-left: 0;
}

.registration_below {
    padding: 5px 0px 5px 0px;
    margin-left: 15px;
}
a:active {
    outline: 0;
}

/* HTML SIZE********************************************************** */
#header{
    display: none;
}
html {

}

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


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

#banner img {
    width: 135px;
    padding-top: 23px;
    padding-bottom: 24px;
}
#banner {
    background-color: transparent;
    text-align: left;
    z-index: 100000;
    width: 101%;
    /*box-shadow: 0 3px 5px rgba(14, 15, 15, .2);*/
    position: relative;
}

#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}
div#splash {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px;
}

/* 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.title > div:nth-child(1) > img{
    width:100%; 
}


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

.bold {
font-weight: normal;
}


.subtitle {
bold: none;
}
.speaker_title {
color: #000000;
}
.colour-bar {
color: #ffffff;
font-weight: normal;
    border-top: none;
    border-bottom: 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: 0px;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    
}
.branding_date {
    margin-left: 4px;
    color: #b1a198;
}



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

#form_container {
    display: block!important;

}
}



/* Custom styles for register page */
html, body {
    background-color: transparent;
}
div#the-future img {
    width: 140px;
    right: 30px !important;
}
div#the-future {
       text-align: center;
    width: 410px;
}
.content_container {
background: transparent;
}
#branding {
display: none;
}
#banner img {
    width: 110px;
    padding-top: 23px;
    padding-bottom: 24px;
}

img#registration-logo {
    width: 120px !important;
    height: auto !important;
    padding: 20px 40px;
    bottom: 0;
    position: fixed;
}

#container {
    box-shadow: none;
    background: #2D2525;
    padding: 0;
    max-width: 1270px;
    left: 0;
    position: absolute;
    width: 440px;
    height: 100%;
    box-shadow: 10px 0px 8px 0 rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overflow-x: clip;
}
.form_seperator {
    height: 30px;
}
#form_container{
    display: flex !important;
    border-style: solid;
    border: 0;
    margin-bottom: 11px;
    width: 493px;
    background-size: cover;
    border-radius: 9px;
    padding-top: 9px;
}
#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 40;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}
.registration_above {
    padding: 25px 20px 5px 50px;
    max-width: 340px;
    width: 100%;
    font-family: "Acherus Grotesque", "system-ui", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
}
.registration_below {
    position: relative;
    margin-top: 230px;
    overflow-y: auto;
}

div#reg-below-text {
    padding: 0px 20px 5px 30px;
    max-width: 340px;
    font-size: 10px;
}
#register_form > label {
font-size: 9px;
}

#content > div > div.title > div:nth-child(2) {
    padding: 30px 30px 20px 30px;
    margin-left: 0;
font-size: 10px;
    max-width: 1069px;
    background: transparent;
    padding-left: 20px;
    color: d62427 ;
    border-bottom-style: dotted;
    border-bottom-color: d62427 ;
    font-family: "Graphik Web", Arial, "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

#login_form {
margin-right: auto;
    width: 306px;
    float: left;
    position: absolute;
    margin-left: 50px;
}
input[type="text"] {
    max-width: 310px;
    padding: 5px 5px;
    color: #FFF;
    font-size: 13px;
    font-family: "Acherus Grotesque", "system-ui", sans-serif;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    height: 25px;
    border-radius: 2px;
    border-color: #a58d4f;
    border-image: linear-gradient(90deg, #a58d4f, #d0c089, #8b7742, #d0c089, #a58d4f) 1 20%;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
}


#register_form{
    margin-left: 30px;
    background-repeat: no-repeat;
    background: transparent;
    background-position: 0 0,0 100%;
    margin-bottom: 10px;
    padding: 21px;
    padding-top: 0;
    padding-bottom: 26px;
}

input[type="submit"] {
    box-shadow: none;
    margin-top: 11px;
    color: #ffffff;
    font-family: "Acherus Grotesque", "system-ui", sans-serif;
    background: #2D2525;
    letter-spacing: 0.72px;
    padding: 13px 30px;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
    border-color: #a58d4f;
    border-image: linear-gradient(90deg, #a58d4f, #d0c089, #8b7742, #d0c089, #a58d4f) 1 20%;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
}

input[type="submit"]:hover {
    background: linear-gradient(90deg, #a58d4f 6%, #d0c089 26%, #8b7742 50%, #d0c089 71%, #a58d4f 94%);
    color: #2D2525;
    cursor: pointer;
}

input#webcast_register_button {
    margin-top: -11px;
}

.title {
    margin-left: 49px;
    font-size: 35px;
    font-family: "URW Antiqua", serif;
    color: #FFF;
    margin-top: -50px;
}

.subtitle, .registration-title, .login-title {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Acherus Grotesque", "system-ui", sans-serif;
}
span.field_label {
    color: #FFF;
    font-size: 10px;
    font-family: "Acherus Grotesque", "system-ui", sans-serif;

}

label {
    font-size: 9px;
}

div#footer {
    background: transparent;
    min-height: 4px !important;
    display: none;
}
#\34 1543{
    display: none;
}
div#gdpr {
    font-weight: 100;
    font-size: 10px;
width: 310px;
}

@media screen and (max-height: 800px) {


img#registration-logo {
    display: none;
  }
}


@media screen and (max-height: 920px) {


  #the-future {
    display: none;
  }

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

#form_container {
    display: block!important;
    width: 90%;
}
input#webcast_register_button {
    margin-top: -8px;
}

.registration_above {
    max-width: 320px;
}

  div.registration_above > table > tbody > tr > td > img {
    display: none;
}


#login_form {

}

.content_container {
    margin-top: 0px;
}

.input_item {
    width: 80%;
}

.title {
    max-width: 320px;
    font-size: 30px;
}

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


}






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