@media screen and (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Error messages css*/

label.error {
    color: #dd4b39;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    text-align: left;
    width: 100%;
    line-height: 1.2;
}
.errorMessage {
    color: #dd4b39;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    text-align: center;
    width: 100%;
    line-height: 1.2;
}

a {
    cursor: pointer;
    color: #428bca;
    text-decoration: none;
}

.ResetPwdType-page a {
    cursor: pointer;
    color: #153662 !important;
    text-decoration: none;
}

body {
    background: url('../images/oasisloginpage-image.png') no-repeat center top;
    background-size: cover;
    font-family: Proxima Nova;
    font-size: 14px;
    padding: 0;
    margin: auto !important;
}

.header-top {
    width: 100%;
    padding: 8px 0;
    background: #133d8d;
    border-bottom: 1px solid #ccc;
    height: 30px;
}

.header-content {
    margin: auto;
    width: 100%;
    display: inline-block;
    padding-right: 21px;
    padding-left: 21px;
}

    .header-content #nav {
        float: right;
    }

#nav ul {
    overflow: hidden;
    padding: 0;
    margin: 1px 0 0;
}

    #nav ul li {
        padding: 0 6px 0 0;
        margin: 0 6px 0 0;
        float: left;
        list-style: none;
        font-size: 15px;
        line-height: 13px;
        border-right: 1px solid #fff;
        letter-spacing: 1.3px;
    }

        #nav ul li:last-child {
            padding-right: 0;
            margin-right: 0;
            border: none;
        }

        #nav ul li a {
            cursor: pointer;
            color: #fff;
            font-weight: normal;
            font-size: 16px;
            text-decoration: none;
        }

.mobile-nav .nav2 {
    display: none
}

.logo {
    float: left;
    height: 50px;
    width: 100%;
    background-color: white;
    padding: 4px 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.main-container {
    display: inline-block;
    min-height: calc(100vh - 108px) !important;
    width: 100%;
    margin: auto;
}

.footer {
    background-color: #133d8d;
    margin: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.footer-bottom-content {
    width: 100%;
    background-color: #133d8d;
    font-weight: normal;
    color: #009ddc;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 5px 0;
    font-size: 12px;
    display: inline-block;
    height: 20px;
}

    .footer-bottom-content a, .footer-bottom-content :hover {
        color: #009ddc;
    }
    .footer-bottom-content .float-left {
        float: left;
        padding: 0 2px;
    }
    

.login-page {
    max-width: 360px;
    padding: 50px 6px;
    margin: auto;
}

.logout-page {
    max-width: 412px;
    padding: 92px 20px;
    /*padding: 185px 20px;*/
    margin: auto;
}
.error-page {
    max-width: 700px;
    padding: 92px 20px;
    margin: auto;
}

.ErrorContainer {
    width: 100%;
    background-color: #D1D4D9;
    border-radius: 10px;
    padding: 45px 28px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    height: auto;
}

.form {
    background-color: #D1D4D9;
    border-radius: 10px;
    padding: 25px 22px;
    text-align: center;
}

.LogoutContainer {
    /*width: 100%;*/
    background-color: #D1D4D9;
    border-radius: 10px;
    padding: 45px 28px;
    font-size: 16px;
    /*min-height: 100px;*/
    text-align: center;
    display: inline-block;
    height: auto;
}

h4 {
    color: #153662;
    background-color: inherit;
    font-size: 24px;
    margin: 0 !important;
    padding: 9px 0 0 0;
}



#login form input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 235px;
    height: 50px;
}

.ForgotPwdStyle {
    font: 300 14px/22px 'Proxima Nova';
    cursor: pointer;
    font-size: 13px;
    color: #242021;
    background-color: inherit;
    padding-top:5px;
}


.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: Ubuntu-Regular;
    font-size: 16px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 3px;
        background: #fff;
        border: 2px solid #827ffe;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }



.login-button {
    /*text-transform: uppercase;*/
    background: #133d8d;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

#username {
    background: #BAC3CC;
    width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    background: url("../images/username.png") no-repeat left center;
    background-position: 10px 14px;
    background-color: #BAC3CC;
    padding-left: 45px;
    height: 50px;
    cursor: text;
}

#password {   
    background: #BAC3CC;
    width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    background: url("../images/passsword_icon.png") no-repeat left center;
    background-position: 10px 14px;
    background-color: #BAC3CC;
    padding-left: 45px;
    height: 50px;
    cursor: text;
}

.PasswordNote {
    width: 100%;
    float: left;
    font-size: 14px !important;
    line-height:1.25;
}

#txtAnswer, .txtSetAnswer, #securityUsername, #resetPassword, #resetUsername, #confirmpassword, #existingpassword, #newpassword {
    width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    background-position: 10px 14px;
    background-color: #BAC3CC;
    /*color: #3c4858;*/
    letter-spacing: 0.5px;
    height: 47px;
    cursor: text;
}

.txtSetAnswer {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    background-position: 10px 14px;
    background-color: #BAC3CC;
    /*color: #3c4858;*/
    letter-spacing: 0.5px;
    height: 47px;
    cursor: text;
}

#SetQuestionsForm select {
    color: #169edd;
    height: 39px;
    font-size: 14px;
    text-align-last: center;
    border-radius: 3px;
}

    #SetQuestionsForm select option {
        color: #34495e;
    }

/*#SetQuestionsForm .dropdown-content {
    width: 100%;
    font-size: 14px;
    border-color: #169edd;
    border-radius: 3px;
}*/

    /*#SetQuestionsForm .dropdown-content option:disabled {
        background-color: lightgrey;
    }*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 13px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.thank-you-section {
    width: 100%;
    margin: 0
}

.thank-you-box {
    border: 1px solid #e9eef3;
    padding: 45px 35px;
    margin: 0 0 25px;
    background-color: #fcfcfc
}

.thanks-icon {
    width: 91px;
    height: 80px;
    background: url('../images/Thanks_icon.png') no-repeat 0 0;
    display: block;
    margin: 0 auto 50px
}

.thank-you-box h3 {
    text-transform: inherit;
    font-size: 28px;
    padding-bottom: 35px
}

.ref-id {
    font-size: 44px;
    font-weight: bold;
    color: #475261;
    padding-bottom: 18px
}

.thank-you-section .btn-primary {
    min-width: 390px;
    font-size: 15px
}
/* Reset password type css styles*/
.ChangePwdType-page {
    max-width: 360px;
    padding: 50px 20px;
    margin: auto;
    color: #153662;
    font-size: 24px;
}

.divbuttons {
    margin-top: 23px;
}

.ResetPwdType-page {
    max-width: 424px;
    padding: 26px 20px;
    margin: auto;
    color: #153662;
    font-size: 20px;
}

.btncontinue {
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: #133d8d;
    width: 100%;
    border: 0;
    padding: 11px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 17px;
}

    .btncontinue:disabled {
        letter-spacing: 0.6px;
        /*text-transform: uppercase;*/
        background: #4b6aa5;
        width: 100%;
        border: 0;
        padding: 11px;
        color: #FFFFFF;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 17px;
    }

.SecurityQuestions-page {
    max-width: 360px;
    padding: 50px 20px;
    margin: auto;
    color: #153662;
    font-size: 24px;
}

.title-primary {
    color: #153662;
    background-color: inherit;
    margin-bottom: 10px;
    font-size: 24px;
}

.divreset-options {
    padding: 21px 19px;
}

    .divreset-options .reset-options-desc {
        padding: 0 0 16px 24px;
        font-size: 14px;
    }

.divreset-buttons {
    padding: 0 30px;
}

.title-secondary {
    font-size: 16px;
    font-weight: normal;
    color: #3c4858;
}

.title-secondary-first {
    font-size: 16px;
    font-weight: normal;
    color: #153662;
    line-height: 1.3;
    margin: 15px auto 10px auto;
}

.divreset-options input[type=radio] {
    margin: 4px 6px;
}

.radio-primary {
    width: 345px;
}

.radio-secondary {
    width: 345px;
}

.radiobtn {
    width: 8px;
    height: 8px;
    background-color: #4a90e2;
}

.GoBack {
    color: white;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

#resetForm {
    padding: 0 38px;
}

@media screen and (max-width: 767px) {
    .body-menu-open {
        overflow: hidden;
    }

    .hamburger-menu {
        background-color: #133d8d;
        display: block;
        width: 41px;
        height: 36px;
        padding: 4px 12px;
        position: absolute;
        top: 9px;
        right: 7px;
        z-index: 99999;
    }



            .hamburger-menu span:after {
                content: '\2630';
                color:#fff;
               padding-left: 15px;
                float: right;
                font-size: 20px;
                cursor: pointer
            }

    body.body-menu-open .hamburger-menu span:after {
        content: '\03a7';
        color: #fff;
        
    }
    body.body-menu-open .hamburger-menu span {
        margin-bottom: 0;
        background: none;
    }

    .content-color {
        content: '\03a7';
        color: white;
    }

    .mobile-nav.menu-open {
        right: 0;
    }

    .mobile-nav {
        width: 160px;
        height: 100vh;
        padding: 50px 20px 20px;
        background: #133d8d;
        position: fixed;
        top: 0;
        right: -289px;
        z-index: 99;
        -webkit-box-shadow: 0 0px 5px #000;
        -moz-box-shadow: 0 0px 5px #000;
        box-shadow: 0 0px 5px #000;
    }

        .mobile-nav .nav2 {
            padding: 0;
            margin: 0;
            display: block
        }


            .mobile-nav .nav2 li {
                padding: 0;
                margin: 0 0 15px;
                list-style: none;
                font-size: 18px;
                line-height: 22px;
            }

                .mobile-nav .nav2 li a {
                    color:#fff;
                    background-color: inherit;
                }

    .title-primary {
        font-size: 20px;
    }

    .title-secondary-first {
        font-size: 14px;
    }
    .footer-bottom-content {
        height: auto;
    }
        .footer-bottom-content .float-left {
            float: none;
        }
}

@media screen and (max-width: 320px) {
    .form {
        padding: 25px 3px;
    }
}

/* Tooltip  */


.wrapper {
   
    font-size: 20px;   
    position: relative;
    text-align: center;
   
}

    .wrapper .tooltip {
        background: #133d8d;
        /*bottom: 100%;*/
        color: #fff;
        display: block;
        margin-bottom: 5px;
        /*opacity: 0;*/
        padding: 5px;
        pointer-events: none;
        position: absolute;
        width: 200px;
        -webkit-transform: translateY(10px);
        /*-moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);*/
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .wrapper .tooltip:after {
            /*border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #1496bb 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;*/
        }

    .wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}

/* Css for confirmation and un success messages in contact us page*/

.divconfirmation {
    background-color: #f9f9f9;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.17);
    border: solid 1px #cccccc;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 30px auto auto auto;
    display: none;
}

.confirmation-content {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 3px;
}

.confirmation-bottom-content {
    margin-top: 15px;
}

.divunsuccess {
    background-color: #f9f9f9;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.17);
    border: solid 1px #cccccc;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    color: #D0021B;
    width: 100%;
    margin: 30px auto auto auto;
    display: none;
}

/* To disable recaptcha badge at bottom */
/*.grecaptcha-badge {
    display: none;
}*/

/*.grecaptcha-badge{
    bottom: 35px !important;
}*/