﻿
body {
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    width: 100%;
    color: #000000;;
}

a {
    text-decoration: none;
    color: #354350;
}

.__cf{
    clear: both;
    overflow: auto;
}

h1, h2, h3 {
    font-weight: 600;
}

.errorstate {
    border: solid 1px red;
}


#__furniture-top {
    width: 100%;
    background-color: RGBA(255,255,255,0.8);
    height: 100px;
    margin-bottom: 40px;
    z-index: 1000;
}


#__page-whole-wrapper {
    background-color: #ffffff;
    width: 100%;
    /*min-height: 600px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#__furniture-top-left {
    float: left;
}

#__page-total-wrapper, #__furniture-top-inner {
    min-height: 800px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    max-width: 96%;
}

#__furniture-top-inner {
    width: unset;
}
    #__furniture-top-left img {
    height: 120px;
}

#__furniture-top-right {
    float: right;
    padding-top: 72px;
    padding-right: 20px;
}

#__furniture-footer {
    width: 100%;
    background-color: #272727;
    color: #ffffff;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Generic error message */
#__generic-error-box, #__generic-message-box {
    padding: 10px;
    /*max-width: 82%;*/
    font-size: 0.9em;
    margin-bottom: 20px;
}

#__generic-message-box {
    font-size: 0.9em;
    background-color: #19c702;
    border-radius: 5px;
    color: #ffffff;
}

#__generic-error-box {
    font-size: 0.9em;
    background-color: #E84E0E;
    border-radius: 5px;
    color: #ffffff;
}

    #__generic-error-box h2, #__generic-message-box h2 {
        font-size: 0.9em;
        font-weight: bold;
        margin-top: 0;
    }

#__generic-message-box h2 {
    color: #ffffff;
}

#__generic-error-box h2 {
    color: #ffffff;
}

#__generic-error-box ul, #__generic-message-box ul {
    list-style-type: none;
    margin-left: -25px;
}

#__generic-message-box li {
    font-size: 0.9em;
}

#__generic-error-box li {
    font-size: 0.9em;
    color: #ffffff;
}


@media only screen and (max-width: 500px) {
    #__furniture-top-left {
        float: none;
        text-align:center;
        width: 100%;
    }
}


    #__furniture-footer-copyright {
        text-align: center;
        font-size: 0.8em;
    }

    #__furniture-footer-powered-by {
        font-size: 0.7em;
        text-align: center;
    }

        #__furniture-footer-powered-by a {
            font-weight: 600;
            color: white;
        }


    #__furniture-full-width {
        width: 100%;
    }



    #__furniture-top-menu-list, #__furniture-bottom-menu-list, #__furniture-top-menu-list-mobile, #__furniture-top-menu-list-mobile-children {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #__furniture-top-menu-list li, #__furniture-bottom-menu-list li, #__furniture-top-menu-list-mobile li {
            display: inline;
        }

        #__furniture-top-menu-list li {
            margin-left: 15px;
        }

        #__furniture-top-menu-list-mobile-children li {
            display: block;
        }

    #__furniture-bottom-menu-list {
        text-align: center;
        margin-bottom: 40px;
    }

    .__furniture-bottom-menu-list-item {
        margin-left: 0;
        padding-left: 10px;
        margin-right: 10px;
        border-left: solid 1px #ffffff;
    }

        .__furniture-bottom-menu-list-item a {
            color: #ffffff;
            font-size: 0.8em;
        }

    .__furniture-bottom-menu-list-item-first {
        border-left: none;
    }

    #__furniture-bottom-menu-list li, #__furniture-bottom-menu-list a {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



    .__furniture-top-menu-list-item {
        margin-left: 10px;
    }

        .__furniture-top-menu-list-item a {
            color: #354350;
        }

    .__furniture-top-menu-list-item-selected a {
        font-weight: 600;
    }


    #__furniture-footer-response-variables {
        padding: 20px;
        font-size: 0.7em;
        height: 300px;
        overflow-y: scroll;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #354350;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #__furniture-top-menu-list-mobile {
        text-align: right;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        cursor: pointer;
    }



    #__furniture-top-menu-list-mobile-children {
        background-color: #ffffff;
        min-width: 200px;
        text-align: left;
        border: solid 1px #354350;
        border-bottom: none;
        display: none;
    }

    #__furniture-top-menu-list-mobile li:hover ul {
        display: block;
        position: absolute;
        left: calc(100vw - 230px) !important;
    }

    .__furniture-top-menu-list-item-mobile-child {
        border-bottom: solid 1px #354350;
        padding: 5px;
    }

    #__furniture-top-menu-list-mobile-children li:hover {
        background-color: #354350;
    }


        #__furniture-top-menu-list-mobile-children li:hover a {
            color: #ffffff;
        }

    .__furniture-top-menu-list-item-mobile-child-last {
        border-bottom: none;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        padding-left: 150px;
    }

    .__furniture-mobile {
        display: none;
    }

    .__furniture-desktop {
        display: block;
    }

    @media only screen and (max-width: 700px) {
        .__furniture-mobile {
            display: block;
        }

        .__furniture-desktop {
            display: none;
        }
    }




    #__disclaimer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.9);
        z-index: 2000;
    }

    #__disclaimer-content-inner {
        width: 70%;
        max-height: 80%;
        overflow-y: auto;
        padding: 30px;
        margin-top: 5%;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        background-color: #ffffff;
        font-size: 0.85em;
        border-radius: 10px;
        color: #354350;
    }

    #__disclaimer-content-h1 {
        color: #354350;
    }

    #__disclaimer-content-inner p {
        color: #354350;
    }

    #__disclaimer-buttons-inner {
        text-align: center;
        cursor: pointer;
        font-size: 1.2em;
    }

    #__disclaimer-buttons-decline {
        margin-right: 20px;
    }

    #__disclaimer-buttons-inner a {
        color: #354350;
        text-decoration: none;
    }

#main-content {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.6);
}


#__logon-wrapper {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 400px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.6);
}

    #__logon-wrapper h1 {
        margin-top: 0;
    }

    .__logon-input {
        border: none;
        background-color: #ffffff;
        border: solid 1px #354350;
        color: #354350;
        font-size: 1.1em;
        margin-bottom: 5px;
        padding: 5px;
        width: 360px;
        max-width: 100%;
        outline: none;
    }

    #__logon-wrapper-submit-button {
        float: right;
        width: 80px;
        height: 33px;
        border-radius: 5px;
        background-color: #354350;
        color: #ffffff;
        border: 0;
        padding: 5px;
        cursor: pointer;
    }




#__logon-wrapper-submit-button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

#__logon-forgotten-wrapper-submit {
    text-align: right;
}

#__logon-request-password-reset {
    float: right;
    width: 190px;
    height: 33px;
    border-radius: 5px;
    background-color: #354350;
    color: #ffffff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

    #__logon-request-password-reset:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0e0";
    }

#__logon_forgotten_password_wrapper {
    font-size: 0.7em;
    cursor: pointer;
}



    #__my-user-content, #__events-content {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

   

    .__site-button-center
    {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }







   


    #main-content-inner {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }


    .__menuitem-text-input-hidden {
        display: none;
    }




#__homepage-content-wrapper{
    z-index: 1000;
}

#__homepage-content-intro {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#__homepage-content-code {
    width: 902px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.6);
    padding: 20px;
    text-align: center;
    background-color: RGBA(255,255,255,0.8);

}

#__homepage-disclaimer{
    font-size: 0.9em;
    margin-top: 10px;
    width: 550px;
    max-width: 90%;
    margin: 10px auto 0 auto;
}

.__homepage-input {
    border: solid 1px RGBA(0,23,49,0.6);
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    max-width: 90%;
}


.__homepage-button {
    background-color: #001731;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    padding: 10px 35px 10px 35px;
    width: 150px;
    max-width: 90%;
    cursor: pointer;
    text-transform: uppercase;
}

.__homepage-iframe {
    max-width: 95%;
    width: 902px;
    height: 506px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    background-color: #ffffff;
    z-index: 200;
    display: inline-block;
}

#__homepage-content-video {
    /*width: 902px;
    max-width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}


#__homepage-videos-card-wrapper{
    margin-top: 60px;
    /*width: 630px;
    max-width: 96%;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
}

.__homepage-videos-card-item {
    background-color: RGBA(255,255,255,0.8);
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    width: 200px;
    float: left;
    margin-right: 15px;
    height: 200px;
    margin-top: 10px;
}

@media only screen and (max-width: 780px) {
    .__homepage-videos-card-item {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.__homepage-videos-card-item img{
    width: 100%;
    height: 113px;
}

.__homepage-videos-card-item-image-play-icon{
    position: relative;
    margin-top: -80px;
    font-size: 3em;
    margin-bottom: 30px;
    color: #ffffff;
}


#__homepage-videos-actual {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,23,49,0.8);
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    display: none;
    cursor: pointer;
}


@media only screen and (max-width: 1050px) {
    .__homepage-iframe {
        max-height: 48vw;
    }
}


#__conference-event-not-active {
    max-width: 100%;
    width: 862px;

    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    background-color: RGBA(255,255,255,0.8);
    padding: 20px;
}




#__conference-content-wrapper {
    min-height: 1000px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
    /*border: solid 1px red;*/
}

#__conference-content-left {
    float: left;
    max-width: 96%;

}

    #__conference-content-left.__conference-content-left-center {
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }

#__conference-content-right {
    float: right;
    width: 350px;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    background-color: RGBA(255,255,255,0.8);
    min-height: 506px;
}

#__conference-questions-wrapper{
    padding: 10px;
    clear: both;
    
}


.__conference-iframe {
    max-width: 100%;
    width: 902px;
    height: 506px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    background-color: #ffffff;
}

#__conference-iframe-wrapper {
    width: 902px;
    margin-right: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



@media only screen and (max-width: 1050px) {
    .__conference-iframe {
        max-height: 51vw;
    }
    
}

@media only screen and (max-width: 1350px) {
    #__conference-content-left, #__conference-content-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 96%;
    }



    #__conference-content-right {
        width: 902px;
        min-height: 300px;
        margin-bottom: 10px;
    }

    #__homepage-content-video {
        width: 902px;
        max-width: 96%;
        padding-bottom: 40px;
    }
}



    #__conference-event-not-active h1 {
        margin-top: 0;
    }


    .__conference-hidden{
        display: none;
    }


#__conference-questions-ask{
    width: 100%;
    background-color: RGBA(0,23,49,0.3);
}

#__conference-questions-ask-text {
    background-color: #ffffff;
    overflow: hidden;
    width: 96%;
    border: none;
    outline: none;
    font-family: "Whitney A", "Whitney B", 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 5px 2% 5px 2%;
    resize: none;
    color: #001731;
}


#__conference-questions-ask-name {
    background-color: #ffffff;
    overflow: hidden;
    width: 96%;
    border: none;
    outline: none;
    font-family: "Whitney A", "Whitney B", 'Open Sans', sans-serif;
    font-size: 0.8em;
    padding: 5px 2% 5px 2%;
    resize: none;
    color: #001731;
    margin-bottom: 5px;
}

    #__conference-questions-ask h2{
        margin-top: 0;
        margin-bottom: 3px;
        font-size: 1.1em;
    }

    #__conference-questions-ask-inner {
        padding: 5px 20px 5px 20px;
    }


#__conference-questions-ask-send {
    background-color: #001731;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    padding: 10px 35px 10px 35px;
    width: 150px;
    max-width: 90%;
    cursor: pointer;
    text-transform: uppercase;   
}

    #__conference-questions-ask-send.__conference-questions-ask-send-disabled {
        background-color: grey;
        cursor: default;
    }

#__conference-questions-ask-count {
    color: #3173b5;
    float: right;
    font-size: 0.8em;
}

    #__conference-questions-ask-count.__conference-questions-ask-count-over {
        color: #c01f34;
    }

#__conference-content-right.__conference-question-full-width {
    float: none;
    width: 902px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#__conference-questions-ask-send-wrapper{
    text-align: center;
    clear: both;
}

#__conference-questions-results-selector{
    min-height: 15px;
}

#__conference-questions-results-selector ul {
    margin-left;: 0;
    padding-left: 0;
}

#__conference-questions-results-selector li {
    cursor: pointer;
    display: inline;
    margin-right: 20px;
}

.__conference-questions-results-selector-selected {
    font-weight: 800;
    text-decoration: underline;
}

.__conference-questions-results {
    width: 100%;
    background-color: RGBA(0,23,49,0.3);
    overflow-x: hidden;
    overflow-y: auto;
    height: 220px;
}

#__conference-questions-results-wrapper-inner{
    clear: both;
}

#__conference-questions-popular, #__conference-questions-recent {
    width: 100%;
}

.__conference-question-full-width #__conference-questions-popular, .__conference-question-full-width #__conference-questions-recent {
    width: 49%;
    float: left;
    display: unset;
}

#__conference-questions-recent {
    display: none;
}

.__conference-question-full-width #__conference-questions-results-selector ul {
    display: none;
}

    #__conference-questions-popular {
    margin-right: 2%;
}

    .__conference-questions-results-inner {
        padding: 10px;
    }


.__conference-questions-results-item-wrapper {
    min-height: 47px;
    display: none;
}



    .__conference-questions-inner-item {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        min-height: 30px;
        margin-bottom: 10px;
        background-color: #ffffff;
        box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    }


.__conference-questions-results-inner-title {
    display: none;
    font-weight: 800;
    padding-bottom: 5px;
}

.__conference-question-full-width .__conference-questions-results-inner-title {
    display: block;

}



.__conference-questions-inner-item {
    padding-top: 25px;
    padding-bottom: 20px;
}

.__conference-questions-inner-like i {
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.__conference-questions-inner-like span {
    color: #3173b5;
}

.__conference-questions-inner-like{
    float: right;
    margin-top: 5px;

}


.__conference-thumb-grey {
    color: grey;
}

.__conference-thumb-blue {
    color: ##001731;
}

@media only screen and (max-width: 650px) {
    .__conference-question-full-width #__conference-questions-popular, .__conference-question-full-width #__conference-questions-recent {
        width: 100%;
    }
    #__conference-questions-popular, #__conference-questions-recent {
        width: 100%;
    }

    #__conference-questions-popular, .__conference-question-full-width #__conference-questions-popular{
        margin-bottom: 20px;
    }
}



@media only screen and (min-width: 650px) and (max-width: 1350px) {
    #__conference-questions-popular, #__conference-questions-recent {
        width: 49%;
        float: left;
        display: unset;
    }

    #__conference-questions-results-selector ul {
        display: none;
    }

    .__conference-questions-results-inner-title {
        display: block;
    }
}


.__homepage-videos-card-item-title
{
    font-size: 0.9em;
}


#__homepage-video-holding {
    margin-top: 50px;
    color: #ffffff;
    background-color: #001731;
    text-align: center;
    width: 380px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    vertical-align: center;
    min-height: 82px;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
    font-size: 1.3em;
    background-image: url('../images/cards/holding.png');
    padding-left: 100px;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    overflow: visible;
}

#__homepage-video-holding img {
    float: left;
}


#__conference-content-wrapper h2{
    color: #ffffff;
}


#__conference-top {
    color: #001731;
    background-color: RGBA(255,255,255,0.8);
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px RGBA(0,23,49,0.8);
}

#__conference-top h2 {
    color: #001731;
}



#__homepage-video-test{
    margin-top: 40px;
}

#__homepage-video-test a {
    font-size: 1.2em;
    font-weight: bold;
}


#__videotest-content-wrapper
{
    background-color: RGBA(255,255,255,0.8);
    padding: 20px;
}

#__videotest-content-wrapper h2{
    font-size: 1.1em;
}

#__videotest-content-wrapper iframe{
    margin: 20px auto 40px auto;
}

#__video-help-wrapper a{
    font-weight: bold;
}

.__video-help-refresh img {
    width: 25px;
    height: auto;
    border: solid 1px black;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.__video-help-refresh li{
    margin-bottom: 5px;
}

#__video-help-wrapper textarea {
    width: 90%;
    padding: 20px;
}

.__video-help-browser-row{
    font-size: 1.5em;
}

.__video-help-browser-row-ok {
    float: left;
}

.__video-help-browser-row-ok{
    width: 50px;
    text-align: center;
}

.__video-help-icon-green{
    color: forestgreen;
}

.__video-help-icon-red {
    color: darkred;
}

#__video-help-js-ok {
    display: none;
}

#__video-help-js-info-ok {
    display: none;
}

.__video-help-browser-row-small{
    margin-top: 20px;
    font-size: 1em;
}


#__conference-help-wrapper{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: RGBA(0,0,0,0.7);
    top: 0;
    left: 0;
}

#__conference-help-wrapper-inner {
    width: 600px;
    max-width: 90%;
    margin: 60px auto 0 auto;
    height: 800px;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 15px;
}

#__conference-help-close{
    float: right;
    font-size: 2em;
    cursor: pointer;
}

#__conference-help-button-js{
    display: none;
}

.__conference-help-button {
    width: 250px;
    text-align: center;
    background-color: #001731;
    padding: 15px;
    color: #ffffff;
    margin: 0 auto 0 auto;
    cursor: pointer;
    border: solid 2px #ffffff;
}

.__conference-help-button a {

    color: #ffffff;
}

#__conference-help-button-wrapper {
    margin-top: 15px;
    margin-bottom: 50px;
}

#__conference-help-button-js{
    display: none;
}




#__sj-questions-wrapper {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    #__sj-questions-wrapper h2{
        margin-top: 0;
        margin-bottom: 10px;
    }

    .__sj-questions-row label {
        line-height: 30px;
        font-weight: bold;
    }

.__sj-questions-row input {
    width: 95%;
    padding: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: RGBA(0,0,0,0.7);
    font-size: 1.1em;
}

.__sj-questions-row textarea {
    width: 95%;
    height: 100px;
    padding: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-color: RGBA(0,0,0,0.7);
    font-size: 1.1em;
    font-family: Arial,Helvetica,sans-serif;
}

#__sj-questions-row-submit {
    margin-top: 10px;
    text-align: center;
}

    #__sj-questions-row-submit input {
        width: 50%;
        min-width: 100px;
        background: #ffffff;
        color: #000000;
        border: solid 1px #000000;
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }



@media only screen and (max-width: 300px) {
    .__sj-questions-row input {
        width: 90%;

    }

    .__sj-questions-row textarea {
        width: 90%;
    }
}


#__sj-show-questions-wrapper {
    padding: 20px;
}



.__live-question-item-wrapper {
    border-bottom: solid 1px #9aa1a7;
    margin-bottom: 10px;
}

    .__live-question-item-wrapper h2 {
        font-weight: normal;
        font-size: 1.2em;
    }

    .__live-question-item-wrapper p {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 0.9em;
    }
