﻿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;
}

.__em {
    font-style: italic;
}

.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: #ffffff;
    color: #354350;
    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: #354350;
        }


    #__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);
}

.gutter {
    padding-right: 5vw;
    padding-left: 5vw;
}