﻿@charset "utf-8";

@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'PoppinsRegular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/PoppinsRegular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/PoppinsRegular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'arial_bold13';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arial_bold13.eot?#iefix') format('embedded-opentype'), url('../fonts/arial_bold13.woff') format('woff'), url('../fonts/arial_bold13.ttf') format('truetype'), url('../fonts/arial_bold13.svg#arial_bold13') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/arial_bold13.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'arial_bold13';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arial_bold13.eot?#iefix') format('embedded-opentype'), url('../fonts/arial_bold13.woff') format('woff'), url('../fonts/arial_bold13.ttf') format('truetype'), url('../fonts/arial_bold13.svg#arial_bold13') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/arial_bold13.ttf') format('truetype'), /* Safari, Android, iOS */
}

html, body {
    font-family: 'PoppinsRegular';
    font-size: 13px;
    color: #333333;
    background-color: #f4f4f4 !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

form, html {
    height: 100%;
}

a:focus, img:focus {
    outline: none;
}
header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px #9c9c9c !important;
    margin: 0;
    position: relative;
    z-index: 999;
}

.logo {
    margin: 0;
    padding: 10px 0;
}

#myCarousel {
    position: relative;
}

.contact_us_login {
    padding-top: 12px;
}

.contact_us_login .form-group-1 {
    margin-bottom: 6px;
}

.contact_us_login .form-group-1 a {
    border-bottom: 1px solid #dedede;
    color: #39aadf;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 0;
}

.contact_us_login .form-group-1 a:hover {
    text-decoration: underline;
    background-color: transparent !important;
}

.checkbox, .radio {
    display: block;
    margin-bottom: 4px !important;
    margin-top: 10px;
    position: relative;
}

 .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -20px;
    position: absolute;
    right: 10px;
}

.forget_name .form_group_1 {
    padding-left: 4px;
}

.form-group h3 {
    color: #939292;
    font-size: 18px;
    margin: 12px 0px;
}

.fb {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .fb:hover {
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }


    .twitt:hover {
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        -ms-transition: all ease 0.7s;
        transition: all ease 0.5s;
    }


    .linkedin:hover {
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        -ms-transition: all ease 0.7s;
        transition: all ease 0.5s;
    }

@media all and (-ms-high-contrast:none) {
    input[type="checkbox"] {
        border: 0 !important;
        background: none !important;
    }
}

button.btn {
    filter: none !important;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .overlay .container, .overlay .row, .overlay .col-lg-5, .overlay .col-md-5, .overlay .col-sm-5, .overlay .col-xs-12,
    .overlay .col-lg-7, .overlay .col-md-7, .overlay .col-sm-7 {
        height: 100%;
    }


.banner_logged_out {
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 88.5%;
    min-height: 500px;
}


@media (min-width:1100px) and (max-width:1500px) {
    .banner_logged_out {
        background-position: bottom center;
    }
}
    .log_out_area h1 {
        margin: 10px auto;
        padding: 0 0 10px;
        color: #333333;
        font-size: 40px;
        
        white-space: nowrap;
        font-family: 'arial_bold13';
    }

    .log_out_area p {
        color: #333333;
        margin: 20px 0 0 0;
        padding: 0 3px;
        font-size: 19px;
        line-height: 27px;
    }

.log_out_area .sign_in a {
    color: #fff;
    display: inline-block;
    margin: 40px auto 18px;
    padding: 8px 40px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    width: auto;
    box-shadow: 0px 0px 5px #888888;
    -moz-box-shadow: 0px 0px 5px #888888;
    -webkit-box-shadow: 0px 0px 5px #888888;
}


footer {
    position: absolute;
}

@media (min-width: 1400px) and (max-width: 3500px) {
    .nav_login_section {
        background: #f4f4f4;
        float: right;
        height: auto !important;
        margin-top: 0px;
        padding: 0 0 10px 0;
        position: absolute;
        right: 4%;
        width: 50%;
        z-index: 999;
    }
    .log_out_area {
        max-width: 80%;
        float: none;
        display: inline-block;
    }
    .loginLeft {
        padding: 268px 40px 268px 360px !important;
    }
    .loginRight {
        background: url(../images/bg-login.jpg) 50% top no-repeat!important;
        min-height: 106.3%!important;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {

    .error_page_section {
        width: 100% !important;
    }

    .iphone.iphone_contact {
        padding-left: 58px !important;
    }
}


@media (min-width: 768px) and (max-width: 992px) {

    .registration-form input[type="text"], .registration-form input[type="password"] {
        width: 89% !important;
    }

    .registration-form select#ddlZip {
        width: 88.8% !important;
    }

    .logo {
        margin: 0;
        padding: 14px 0 !important;
        width: auto;
    }

        .logo img {
            margin-top: 3px;
            max-width: 84% !important;
        }

    .details_box .register_lnk ul {
        float: right !important;
        padding-top: 15px;
    }

    .program_details_lnk {
        float: left;
        width: auto !important;
    }
    footer .footer-logo {
        float: none;
        text-align: center;
        margin: 0px 0px !important;
    }

    .iphone.iphone_contact {
        
        text-align: center !important;
        white-space: nowrap;
        width: 100%;
    }

    footer .copy-right {
        margin: 2px 0;
    }

    .term_condi_box {
        float: left !important;
        padding-top: 0 !important;
    }

    .overlay .container, .overlay .row, .overlay .col-lg-5, .overlay .col-md-5, .overlay .col-sm-5, .overlay .col-xs-12, .overlay .col-lg-7, .overlay .col-md-7, .overlay .col-sm-7 {
        height: 68%;
    }
}


@media (min-width: 414px) and (max-width: 640px) {
    .energy_mid_box .right_content_box {
        height: 96% !important;
        margin-bottom: 25px;
        width: 100%;
    }
}

.loginpage-form {
    padding: 0 0% 0 23px;
}

.registration-form h1 {
    color: #87c301;
    font-size: 170.8%;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin-top: 0px;
}

.loginpage-form h3 {
    font-size: 141.7%;
    color: #5e5e5e;
    padding: 5px 0 7px 0;
    margin: 0px;
}

.registration-form input[type="text"], .registration-form input[type="password"] {
    width: 87%;
    padding: 5px 5px;
    margin-bottom: 16px;
    border: 1px solid#ccc;
    color: #675E5E;
}

.registration-form select {
    width: 86.9%;
    padding: 5px 5px;
    margin-bottom: 16px;
    border: 1px solid#ccc;
    color: #999;
}

.registration-form .user_id input[type="text"] {
    width: 33%;
}

.registration_btn.registration_btn {
    float: right;
    width: 120px !important;
    padding: 6px 0 !important;
    background: #88be1c !important;
    color: #f0f0f0 !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 16px !important;
    margin-right: 48px;
    border: 0px !important;
    font-weight: bold;
}

.registration_btn:focus {
    color: #FFFFFF !important;
    text-decoration: none;
    outline: none;
}

.registration_btn:hover {
    background: #7c7c7c !important;
    color: #fff;
    text-decoration: none;
}

#errorMsg {
    z-index: 9999;
}



a.registration_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #7c7c7c;
}

.reg_button {
    border-top: 2px solid #ccc;
    float: left;
    padding: 13px 0 2px;
    width: 100%;
}

@media (max-width:991px) {
    .registration-form .user_id input[type="text"] {
        width: 87%;
    }
}

.form-group ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

    .form-group ul li {
        margin: 0px;
        list-style-type: none;
        padding: 0px;
    }

        .form-group ul li a {
            text-decoration: none;
            font-size: 14px;
            display: block;
        }

#lblMsg {
    background: #fff none repeat scroll 0 0;
    border-left: 3px solid #f00;
    box-shadow: 1px 0 4px #ccc;
    font-size: 14px;
    left: -9%;
    padding: 12px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none;
}

.ul_listing ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .ul_listing ul li {
        margin: 0px;
        padding: 0px;
    }

        .ul_listing ul li a {
            margin: 0px;
            padding: 3px 21px;
            display: block;
        }

.back_to_login {
    margin: 25px 9px 0 0;
    padding: 0;
    float: right;
    width: auto;
    height: 24px;
}

.back_to_login a {
    padding: 0px 0px;
    margin: 0;
    text-decoration: none;
    display: block;
    background: url(../images/icon_back_to_login.png) no-repeat left top;
    width: 26px;
    height: 26px;
    font-size: 0px;
    color: #205d81;
    background-size: 26px 26px;
}


.login-page {
    background: #ffffff; 
    padding-top: 32px;
    padding-bottom: 35px;
    margin-top: 51px;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d2d2d2;
}

.loginpage-form {
    padding: 0 0% 0 23px;
}

    .loginpage-form h1 {
        color: #87c301;
        font-size: 190% !important;
        font-weight: normal;
        padding: 0 0 10px 0;
        margin: 0px;
    }

    .loginpage-form h3 {
        color: #5e5e5e;
        font-family: arial;
        font-size: 141.7%;
        font-weight: normal !important;
        margin: 0;
        padding: 5px 0 7px;
    }

.login-page input[type="text"], .login-page input[type="password"] {
    padding: 5px 0px 4px 50px !important;
    width: 100% !important;
    border-radius: 0;
}

    .login-page input[type="text"]:focus, input[type="password"]:focus {
        outline: none !important;
    }


.login-page .login-page-user {
    
    display: block;
    float: left;
    position: absolute;
    width: 36px;
    height: 31px;
    z-index: 1;
    top: 32px;
    left: 1px;
}

.login-page input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000 !important;
    
    outline: none !important;
}

.form-group {
    position: relative;
}

.forgot-password {
    color: #6f6f6f;
    display: block;
    margin-top: 10px;
    text-align: right;
}

    .forgot-password ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .forgot-password ul li {
            border-left: 1px solid #595959;
            float: left;
            margin: 0;
            padding: 0;
        }

            .forgot-password ul li:first-child {
                border: 0;
            }

            .forgot-password ul li a {
                color: #2561ad;
                font-size: 107.7%;
                padding: 2px 13px;
                text-decoration: none;
            }

                .forgot-password ul li a:hover {
                    color: #959595;
                }


.login-page-image {
    text-align: left;
    padding-top: 9px;
    width: 96.6%;
}

    .login-page-image img {
        padding-bottom: 27px;
        max-width: 100%;
    }

    .login-page-image .carousel-indicators {
        bottom: -19px !important;
    }

        .login-page-image .carousel-indicators li {
            background-color: #e1e1e1;
            margin: 0 6px 0 6px;
            width: 12px;
            height: 12px;
        }

        .login-page-image .carousel-indicators .active {
            background-color: #57565b;
        }

.btn-default-login.btn-default-login {
    display: block;
    float: right;
    border: 0px !important;
    color: #f0f0f0 !important;
   
    font-size: 16px;
    outline: none;
    padding: 6px 0 !important;
    width: 120px;
    margin: 18px 0 19px 0;
    background: #88be1c !important;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    border-radius: 2px;
    font-weight: bold;
    border-radius: 0px !important;
}

.btn-default-login:hover {
    background: #7c7c7c !important;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}


.btn-default-login-submit.btn-default-login-submit {
    display: block;
    float: right;
    border: 0px;
    color: #f0f0f0;
   
    font-size: 16px;
    outline: none;
    padding: 6px 0 !important;
    width: 120px;
    margin: 18px 0 19px 0;
    background: #88be1c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    border-radius: 0px;
    font-weight: bold;
}

.btn-default-login-submit:hover {
    background: #7c7c7c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.btn-default-login-cancel.btn-default-login-cancel {
    display: block;
    float: left;
    border: 0px;
    color: #f0f0f0;
   
    font-size: 16px;
    outline: none;
    padding: 6px 0 !important;
    width: 120px;
    margin: 18px 0 19px 0;
    background: #88be1c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    border-radius: 0px;
    font-weight: bold;
}

.btn-default-login-cancel:hover {
    background: #7c7c7c;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.login-form-text [type="checkbox"] {
    margin-top: 1px !important;
}

@media all and (-ms-high-contrast:none) {

    .about_my_home {
        max-width: 53%;
        background: #fff;
        box-shadow: 0px 0px 4px #cfcfcf;
        padding: 0px !important;
        height: 500px !important;
        top: 50% !important;
        left: 50% !important;
        z-index: 999 !important;
        margin: auto !important;
        margin-left: -26.5% !important;
        margin-top: -240px !important;
    }
}



.about_my_home {
    max-width: 53%;
    background: #fff;
    box-shadow: 0px 0px 4px #cfcfcf;
    padding: 0px !important;
    max-height: 530px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    margin: auto;
}

    .about_my_home h1 {
        background: #f2f2f2;
        border-bottom: 2px solid #cecece;
        color: #333333;
        font-size: 123.1%;
        font-weight: bold;
        position: relative;
        margin: 0px;
        padding: 13px 0 13px 15px;
    }

    .about_my_home .close_icon {
        margin: 0px;
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
    }

    .about_my_home .upper_text {
        margin: 10px 15px;
        padding: 0px;
        color: #808080;
        font-size: 14px;
    }

    .about_my_home .mid_area_home {
        width: 84%;
        margin: 2% auto 0px;
        display: block;
        color: #808080;
        font-size: 14px;
    }

        .about_my_home .mid_area_home .left_content_area_home {
            width: 36%;
            float: left;
            margin: 0px 0px 18px;
            padding-top: 6px;
        }

        .about_my_home .mid_area_home .right_content_area_home {
            width: 64%;
            float: left;
            margin: 0px 0px 18px;
        }

            .about_my_home .mid_area_home .right_content_area_home .blank_text {
                padding-top: 6px;
            }

            .about_my_home .mid_area_home .right_content_area_home select {
                border: 1px solid #d6d6d6;
                padding: 5px 0;
                width: 89.5%;
            }

            .about_my_home .mid_area_home .right_content_area_home input[type="text"] {
                border: 1px solid #d6d6d6;
                outline: medium none;
                padding: 5px;
                width: 89%;
            }

        .about_my_home .mid_area_home input[type="checkbox"] {
            background: none repeat scroll 0 0 #f4f4f4;
            border: 1px solid #b9b9b9;
            float: left;
            margin: 4px 2% 0 0;
            outline: medium none;
            transform: scale(1.3);
        }

        .about_my_home .mid_area_home .check {
            margin: 0px;
            padding: 0px;
            font-style: normal;
        }

    .about_my_home .bottom_area_home {
        border-top: 2px solid #b9b9b9;
        padding: 10px;
        margin-top: 25px;
    }

.buttons_area {
    width: 100%;
    padding: 2% 0 0%;
    float: left;
    margin: 0px;
    font-size: 12px;
    border-bottom: 2px solid #f4f4f4;
}

.submit-button {
    background: none repeat scroll 0 0 #006699;
    border: 0;
    border-radius: 2px;
    color: #f0f0f0;
    float: right;
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
    padding: 3px 27px;
    text-align: center;
}

.cancel-button {
    background: none repeat scroll 0 0 #006699;
    border: 0;
    border-radius: 2px;
    color: #f0f0f0;
    float: left;
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
    margin-left: 13px;
    padding: 3px 27px;
    text-align: center;
}

.bg {
    background-color: #E6E6E6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999999;
}

.error_page_covered {
    background: url(../images/error_page_banner.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 500px;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.error_page_section {
    margin: 0 auto;
    top: 28%;
    left: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.error_page_section h1 {
    margin: 10px 0;
    padding: 0 0 13px;
    color: #d64c00;
    font-size: 45px;
    font-style: normal;
    font-family: Verdana;
    font-weight: normal;
}

.error_page_section h1 span {
    color: #5d5d5d;
    font-family: Verdana;
    font-size: 22px;
    font-style: normal;
    margin: 0 0 0 -38px;
    padding: 0;
}

.error_page_section p {
    color: #7a7a7a;
    margin: 0;
    padding: 0px 0px;
    font-family: Verdana;
    font-size: 21px;
    line-height: 32px;
}

.error_page_section a {
    color: #2782ae;
    border: solid 2px #2782ae;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 20px;
}

.error_page_section a:hover, .error_page_section a:focus {
    text-decoration: none;
    color: #2782ae;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .about_my_home .mid_area_home .right_content_area_home input[type="text"] {
        border: 1px solid #d6d6d6;
        outline: medium none;
        padding: 5px;
        width: 70%;
    }
    .error_page_section {
        top: 50%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .about_my_home .mid_area_home .right_content_area_home input[type="text"] {
        border: 1px solid #d6d6d6;
        outline: medium none;
        padding: 5px;
        width: 70%;
    }
}


#txtEmailForgotUserName, #txtEmailForgotPassword, #txtEmailOtherLogin, #txtComments {
    width: 96% !important;
}

#btnClearSaveHomeInfo.canceladd.canceladd {
    float: left;
}

#btnClearSaveHomeInfo#btnClearSaveHomeInfo {
    float: left !important;
}

.modal-header {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 9px 15px;
    border-radius: 5px 5px 0 0 !important;
    text-align: left;
}

.term_condi_box {
    padding-top: 5px;
    margin: 0;
}

.term_condi_box a {
    outline: none;
}

.text_align_box {
    padding: 0 10px 5px;
    width: 100%;
    float: left;
    text-align: justify;
}

.glyphicon-question-sign:before {
    content: "\f05a" !important;
    font-family: 'FontAwesome' !important;
    position: relative;
    top: -3px;
}

.logo img {
    max-width: 100%;
    height: 51px;
}


.error_page_section h1 {
    margin: 0;
    color: #2782ae;
    font-family: arial_bold13;
    font-size: 4.5em;
}

.error_page_section p a {
    margin: 0;
    padding: 0;
    color: #36abe0;
    text-decoration: none;
    display: inline-block;
}

.error_page_section p a:hover {
    text-decoration: underline;
}

#faqlink {
    display: none !important;
}

header.main_header[role="header"] {
    background: #ffffff !important;
}



@media (min-width: 1700px) {
    .error_page_section {
        top: 32%;
    }

    .error_page_section h1 {
        font-size: 5.5em;
    }

    .error_page_section p {
        font-size: 26px;
        line-height: 45px;
    }

    .error_page_section a {
        padding: 12px 15px;
        font-size: 22px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    footer .copy-right {
        margin-top: 2px;
    }

    .log_out_area h1 {
        margin: 10px 4px;
        padding: 0 0 13px;
        color: #656565;
        font-size: 31px;
        border-bottom: 2px solid #c3c3c3;
        white-space: nowrap;
    }

    .about_my_home .mid_area_home .right_content_area_home, .about_my_home .mid_area_home .left_content_area_home {
        margin: 0 0 0px !important;
        width: 100% !important;
    }

    .about_my_home .mid_area_home .right_content_area_home {
        margin-bottom: 10px !important;
    }

    .about_my_home {
        max-width: 92% !important;
    }

        .about_my_home .mid_area_home .right_content_area_home input[type="text"], .about_my_home .mid_area_home .right_content_area_home select {
            width: 70% !important;
        }
    .form-groups {
        float: none !important;
        margin-right: 0 !important;
    }

    .overlay .container, .overlay .row, .overlay .col-lg-5, .overlay .col-md-5, .overlay .col-sm-5, .overlay .col-xs-12, .overlay .col-lg-7, .overlay .col-md-7, .overlay .col-sm-7 {
        height: 68%;
    }
    .registration_btn.registration_btn {
        width: 97px !important;
    }

    .search-area {
        float: left;
        width: 78%;
    }
    .cover_right_top_area {
        border-top: 2px solid #f4f4f4;
        margin-top: 5px;
        width: 94% !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .inner_mid_section {
            height: 77% !important;
            margin-top: 15px;
        }
    }

    .customer_txt_name .topic_box select {
        width: 92.2% !important;
    }

    .cover_right_top_area .search-area input[type="text"], input[type="password"], textarea {
        width: 92% !important;
    }

    input[type="text"], input[type="password"], textarea {
        width: 92% !important;
    }

    .logo {
        margin: 0;
        padding: 5px 0;
        text-align: center;
    }

    footer .footer-logo {
        float: none;
        margin: 4px 0;
        text-align: center;
    }

    .term_condi_box {
        padding-top: 2px;
        margin: 0;
    }

    .error_page_section h1 {
        font-size: 3.2em;
    }

    .error_page_covered {
        background-size: 100%;
    }

    .error_page_section p {
        font-size: 21px;
        line-height: 31px;
    }

    footer .row {
        margin-left: -7px;
        margin-right: -7px;
    }
}

@media (min-width:320px) and (max-width:1024px) {
    .log_out_area {
        background: rgba(0,0,0,.7);
    }

        .log_out_area h1, .log_out_area p {
            color: #ffffff;
        }
}

.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
/*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {
    display: block
}
/*Switch on for IE6 and below*/
* + html .skipnav {
    display: block
}
/*Switch on for IE7*/
:root .skipnav {
    display: block
}
/*Switch on for Moz, FF and Safari*/
.skipnav p {
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 2em
}

.skipnav a {
    width: 200px;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
}

    .skipnav a:visited {
        color: #fff
    }

    .skipnav a:focus, .skipnav a:active {
        z-index: 99;
        top: 0;
        left: 10px;
        border: solid #777 1px;
        color: #fff;
        background: #237CA9 !important;
        font-family: 'arial_bold13';
    }
    /*Note IE bug that requires use of :active to mimic effect of :focus*/

    .skipnav a:hover {
        cursor: default
    }


.loginLeft {
    float: left;
    width: 45%;
    padding: 128px 40px;
    text-align: center;
}
.loginRight {
    float: right;
    background: url(../images/bg-login.jpg) left top no-repeat;
    min-height: 102.3%;
    width: 55%;
    background-size: cover;
}
.log_out_area {
    text-align: center;
}
.loginLeft .log_out_area .sign_in a {
    background: #ffffff !important;
    color: #0135c5 !important;
    border: 1px solid #0135c5 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}
    .loginLeft .log_out_area .sign_in a:hover, .loginLeft .log_out_area .sign_in a:focus {
        background: #ffffff !important;
        color: #0135c5 !important;
        border: 1px solid #0135c5 !important;
        box-shadow: none !important;
        border-radius: 3px !important;

    }