﻿body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    width: 100%;
    color: #354350;
}

a {
    text-decoration: none;
    color: #354350;
}

.__cf{
    clear: both;
    overflow: auto;
}


.errorstate {
    border: solid 1px red;
}


#__furniture-top {
    width: 100%;
    border-bottom: solid 3px #354350;
    height: 100px
}

#__furniture-top-left
{
    float: left;
}

#__furniture-top-left img {
    height: 99px;
    max-width: 75%;
}

#__furniture-top-right {
    float: right;
    padding-top: 72px;
    padding-right: 20px;
}

#__furniture-footer {
    width: 100%;
    background-color: #354350;
    color: #ffffff;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 500px) {
    #__furniture-top-left {
        float: none;
        text-align:center;
        width: 95%;
    }
    #__furniture-top-right {
        float: none;
        text-align: right;
        width: 95%;
        padding-top: 0;
    }

    #__furniture-top
    {
        height: 130px;
    }
}


    #__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;
    }




    #__logon-wrapper {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }

    .__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;
    }




#__tfatext-wrapper-error {
    margin-bottom: 15px;
}





#main-content-inner {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


    .__menuitem-text-input-hidden {
        display: none;
    }





.__slot-generic-editable:hover{
    border: dotted 1px RGBA(0,0,0,0.4);
}

/* Virutal Connect */

body {
    background: #fafafa;
    background: linear-gradient(0deg, #fff, #f8f8f8);
    min-height: 100vh;
    padding-bottom: 200px;
}



#__vc-wrapper {
    width: 100%;
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#__vc-logos{
    text-align: left;
    margin: -50px;
}



#__vc-logos img {
    width: 400px;
    max-width: 90%;
}

#__furniture-footer {
    position: fixed;
    bottom: 0;
    background-color: #1a1a1a;
    padding-top: 60px;
}

#__furniture-footer a {
    color: #ffffff;
    font-weight: 600;
}

    #__furniture-footer:before {
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 100px;
        background: url(../images/brush.svg);
        background-size: 2100px 100px;
        background-position: top center;
        transform: rotate(180deg);
    }




#__vc-logon-wrapper {
    width: 400px;
    max-width: 80%;
    margin-top: 40px;
    border: solid 1px #666666;
    box-shadow: 5px 5px RGBA(102,102,102,0.3);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.__vc-logon-input {
    width: CALC(100% - 20px);
    padding: 10px;
    border: dashed 1px #666666;
    border-radius: 3px;
}

.__vc-logon-button-p {
    text-align: center;
}


#__vc-logon-image, #__vc-meeting-image {
    text-align: center;
    padding-top: 0;
}

    #__vc-logon-image img, #__vc-meeting-image img {
        width: 320px;
    }

.__vc-logon-button {
    padding: 20px 40px 20px 40px;
    border-radius: 3px;
    background-color: #11327d;
    color: #ffffff;
    /*    font-weight: 600;*/
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.__vc-logon-text {
    font-weight: 600;
}

#__vc-logon-error-wrapper {
    padding-bottom: 10px;
}

    #__vc-logon-error-wrapper p {
        margin: 0;
        font-size: 0.8rem;
        color: #e5554f;
        font-weight: 600;
    }


#__vc-vimeo {
    width: 1000px;
    max-width: 96%;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

#__vc-meeting-wrapper {
    margin-top: -60px;
}

#__vc-questions {
    text-align: center;
}


#__vc-meeting-float-wrapper {
    margin-top: 80px;
}

#__vc-questions {
    float: left;
    width: 49%;
}

#__vc-survey {
    float: right;
    width: 49%;
    text-align: center;
    font-family: Arial, Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

#__vc-survey img {
    width: 350px;
}


@media only screen and (max-width: 750px) {
    #__vc-questions, #__vc-survey {
        float: unset;
        width: 96%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    #__vc-logos {
        text-align: center;
    }


}