/* Custom styles used for all pages */
html {
    background-color: white;
}
body {
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#container {
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
    width: 100%;
    font-weight: bold;
}
img[alt="Webcast Logo"] {
    /*display: none;*/
    visibility: hidden;
}
.registration_above {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.registration_above_register {
    display: none;
}
.password_above {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.title_label {
    /*margin: 40px 0;*/
    font-size: 30px;
}
.title {
    color: #000;
}
.subtitle {
    margin-bottom: 40px;
    color: #000;
}
#branding {
    background-color: #363636;
    width: 100%;
    padding: 0;
    font-weight: bold;
}
.colour-bar {
    border: none;
}
#header {
    background-image: none;
    box-shadow: none;
}
#content-under {
    min-height: 50px;
}
#footer {
    background-image: none;
    box-shadow: none;
    background-color: #363636;
    padding: 15px;
}
#footer-right {
    float: right;
}
#footer-left {
    font-weight: bold;
    float: left;
    margin-top: 12px;
}
#footer a {
    color: #007bff;
}
#banner {
    /*min-height: 500px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #75BDA7;
}
/*
@media screen and (max-width: 1800px) {
    #banner {
        min-height: 450px;
    }
}
@media screen and (max-width: 1600px) {
    #banner {
        min-height: 400px;
    }
}
@media screen and (max-width: 1400px) {
    #banner {
        min-height: 350px;
    }
}
@media screen and (max-width: 1200px) {
    #banner {
        min-height: 300px;
    }
}
@media screen and (max-width: 1091px) {
    #footer-right, #footer-left {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
    #banner {
        min-height: 250px;
    }
}
@media screen and (max-width: 800px) {
    #banner {
        min-height: 200px;
    }
}
@media screen and (max-width: 700px) {
    #banner {
        min-height: 175px;
    }
}
@media screen and (max-width: 600px) {
    #banner {
        min-height: 150px;
    }
}
@media screen and (max-width: 400px) {
    #banner {
        min-height: 100px;
    }
}
*/
.enter_button {
    background-image: none;
    border-radius: 2px;
    box-shadow: none;
}
.player_button {
    background-image: none;
    border-radius: 2px;
    box-shadow: none;
}
.player_button span {
    background-image:none;
    padding-left: 15px;
    padding-right: 15px;
}
.bar_styling_top {
    -webkit-box-shadow: none;
}
.bar_styling_bottom {
    -webkit-box-shadow: none;
}
.requirements {
   display:none;
}
.mini-cal {
    box-shadow: none;
    background-image: none;
}

.presenter-row {
     margin-bottom: 15px;
}
.presenter-titles {
    margin-bottom: 10px;
}
.presenter-names {
    color: #a32035;
}


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