@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/titillium-regular-webfont.eot');
    src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-regular-webfont.woff2') format('woff2'), url('../fonts/titillium-regular-webfont.woff') format('woff'), url('../fonts/titillium-regular-webfont.ttf') format('truetype'), url('../fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumbold';
    src: url('../fonts/titillium-semibold-webfont.eot');
    src: url('../fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-semibold-webfont.woff2') format('woff2'), url('../fonts/titillium-semibold-webfont.woff') format('woff'), url('../fonts/titillium-semibold-webfont.ttf') format('truetype'), url('../fonts/titillium-semibold-webfont.svg#titilliumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumlight';
    src: url('../fonts/titillium-light-webfont.eot');
    src: url('../fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-light-webfont.woff2') format('woff2'), url('../fonts/titillium-light-webfont.woff') format('woff'), url('../fonts/titillium-light-webfont.ttf') format('truetype'), url('../fonts/titillium-light-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINProBold';
    src: url('../fonts/dinpro-bold_4.eot');
    src: url('../fonts/dinpro-bold_4.eot') format('embedded-opentype'), url('../fonts/dinpro-bold_4.woff2') format('woff2'), url('../fonts/dinpro-bold_4.woff') format('woff'), url('../fonts/dinpro-bold_4.ttf') format('truetype'), url('../fonts/dinpro-bold_4.svg#DINProBold') format('svg');
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book-webfont.woff') format('woff'), url('../fonts/gotham-book-webfont.ttf') format('truetype'), url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htflight';
    src: url('../fonts/gothamhtf-light-webfont.eot');
    src: url('../fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothamhtf-light-webfont.woff2') format('woff2'), url('../fonts/gothamhtf-light-webfont.woff') format('woff'), url('../fonts/gothamhtf-light-webfont.ttf') format('truetype'), url('../fonts/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =============================================================================
   Body Styles
* ============================================================================= */
body {
    /*background: #EFF6FB;*/
    background: #FFF;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 100%;
}

.margfive {
    margin-right: 5px;
}

.margbotfive {
    margin-bottom: 5px;
}

.note {
    color: #F00;
}

.subtitle {
    color: #3f8cc7;
    font-size: 18px;
}

.forminner_left {
    width: 50%;
    float: left;
}

.forminner_right {
    width: 50%;
    float: left;
}

.forminner_left .form-txtbox {
    width: 80%;
    float: left;
}

.forminner_right .form-txtbox {
    width: 80%;
    float: left;
}

.forminner_left .form-nm-title {
    width: 100%;
    float: left;
}

.forminner_right .form-nm-title {
    width: 100%;
    float: left;
}

.popinntitle {
    border: solid 1px #c5c5c5;
    min-height: 141px;
    background: url(../image/pop-tit-bg.jpg) repeat-x left bottom;
    background-color: #f4f4f4;
    width: 100%;
    float: left;
}

.popinntitle1 {
    border: solid 1px #c5c5c5;
    min-height: 30px;
    margin-bottom: 15px;
    background: url(../image/pop-tit-bg.jpg) repeat-x left bottom;
    background-color: #f4f4f4;
    width: 100%;
    float: left;
}

.popinntitle_bigtitle {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.popinntitle_smalltitle {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
}

#slidingpopDiv {
    float: right;
}


/* =============================================================================
   Basic Styles
* ============================================================================= */
atricle, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, header, hgroup, keygen, meter, nav, output, progress, section, source, video, title, mark, main {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: #0e1f5c;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

strong {
    font-weight: bold;
}

p {
    margin: 0 0 12px 0;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #868686;
    margin: 0 0 10px 0;
}

.fclear {
    clear: both;
}
/* =============================================================================
   Wrapper Styles
* ============================================================================= */

form {
    height: 100%;
}

.wrap-inner {
    max-width: 1280px;
    /*min-width: 748px;*/ /*old*/
    min-width: 738px; /*new*/
    margin: 0 auto;
    padding: 0 10px;
    min-height: 0; /* for chrome and safari      min-height=100% 24-04-15 */
    height: auto !important;
    margin: 0 auto -4em;
}

.wrap-inner2 {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px;
}

.hommepage-banner {
    background: #c3d3e3 url(../image/banner-background.jpg) no-repeat center top;
    min-height: 368px;
    width: 100%;
    float: left;
    min-width: 768px;
}

.content-area-home {
    padding: 20px 0;
}
/* =============================================================================
   Heading Styles
* ============================================================================= */

.hommepage-banner h1 {
    font-family: 'gotham_htflight';
    font-size: 60px;
    color: #104e7d;
    line-height: 53px;
    font-weight: normal;
    margin: 53px 0 0 0;
}

.hommepage-banner h2 {
    font-family: 'gothambook';
    font-size: 24px;
    color: #104e7d;
    font-weight: normal;
    margin: 10px 0 15px 0;
}

    .hommepage-banner h2 span {
        color: #000;
    }

.content-area-home h3 {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
}

.content-area-home p {
    font-size: 14px;
    color: #020202;
    line-height: 23px;
}
/* =============================================================================
   Header Styles
* ============================================================================= */
header {
    background: #104e7d;
    width: 100%;
    float: left;
}

.logo {
    float: left;
    margin: 18px 0;
}

.company-tagline {
    padding-top: 5px;
}

.header-right {
    float: right;
    padding: 10px 0 0 0;
    text-align: right;
}

    .header-right article {
        font-size: 12px;
        color: #88a7be;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 22px;
    }

        .header-right article img {
            margin-top: 6px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.50);
            -moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.50);
            box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.50);
        }
/* =============================================================================
   Topnav Styles
* ============================================================================= */
nav {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

    nav .wrap-inner {
        margin: 0 auto; /* 24-04-15 */
        padding: 0;
    }

.top-nav {
    float: left;
    display: inline-block;
}

ul.top-nav {
    padding: 0;
    margin: 0;
    float: left;
}

    ul.top-nav li {
        font-size: 16px;
        list-style-type: none;
        color: #fff;
        float: left;
    }

        ul.top-nav li a {
            padding: 5px 20px;
            display: block;
            float: left;
            margin-right: 1px;
            color: #fff;
            text-decoration: none;
        }

.top-nav li.selected a,
.top-nav li:hover a {
    color: #fff;
    background: #5b5b5b;
}

ul.top-nav div {
    background: #5b5b5b;
    position: absolute;
    left: 0;
    width: 100%;
    top: 32px; /* top:33px; 24-04-15  */
    display: none;
    /* HOVER OFF */
}

    ul.top-nav div.showmenu {
        display: block;
    }


ul.top-nav ul {
    list-style: none;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 748px;
    padding: 0 10px;
}

    ul.top-nav ul li {
        padding: 8px 0 10px;
    }

        ul.top-nav ul li:last-child a {
            border-right: 0 solid #d6d6d6;
        }

        ul.top-nav ul li a {
            color: #d6d6d6;
            font-size: 14px;
            line-height: 14px;
            padding: 0 20px;
            border-right: 1px solid #d6d6d6;
        }

.top-nav li:hover li a {
    color: #fff;
}

.top-nav li:hover li:hover a {
    color: #fff;
}


.top-nav li li.selected a {
    color: #fff;
    font-weight: bold;
}

.top-nav-right {
    text-align: right;
    font-family: 'DINProBold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
}

    .top-nav-right a {
        padding: 5px 15px 8px 15px;
        margin-left: 6px;
        text-decoration: none;
    }

.button-login, .buy-now, .renew {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #2192e8;
}

.renew {
    background: #ff3c00;
}

    .renew:hover {
        background: #b42a00;
    }

.buy-now:hover {
    background: #0164af;
}

.button-login {
    background: #7f8182;
}

    .button-login:hover {
        background: #5a5f62;
    }

/* =============================================================================
   Content Area Main Styles
* ============================================================================= */
#main {
    padding-top: 15px;
    padding-bottom: 0px;
    clear: both;
    padding-right: 10px; /*new*/
    padding-left: 5px; /*new*/
    margin: 0 auto;
    position: relative;
    min-height: 100%; /* for chrome and safari NEW: 05-04-15 */
}

.content-main {
    overflow: hidden;
    margin-bottom: 20px;
}

.content-area-small {
    max-width: 92%;
    padding: 0 10px;
    margin: 0 auto;
}
/* =============================================================================
   Left Penal Styles
* ============================================================================= */
#main aside {
    width: 400px;
    float: left;
    margin-right: 20px;
    padding: 27px 0;
}

.minwidth {
    width: 400px;
    overflow: hidden;
}

.skipicon1 {
    cursor: pointer;
    height: 26px;
    width: 26px;
    background: url(../image/icon-info1.png) no-repeat;
    position: relative;
    float: left;
    margin-left: -48px;
    margin-top: 25px;
}

.skipicon2 {
    cursor: pointer;
    height: 75px;
    width: 24px;
    background: url(../image/icon-info2.png) no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

#main aside h2 {
    font-size: 18px;
    color: #868686;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

    #main aside h2 img {
        float: right;
        cursor: pointer;
    }

#main aside .search-box {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    display: block;
    padding: 8px 15px;
    color: #5b5b5b;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    width: 92%;
    margin-bottom: 10px;
}

.AccordionPanelTab {
    margin: 0 0 3px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    background: #0A5996;
    /*cursor: pointer;*/
}

    .AccordionPanelTab a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

.AccordionPanelOpen .AccordionPanelTab {
    background: #104e7d;
}


    .AccordionPanelOpen .AccordionPanelTab.selectitem {
        background: #2090e4;
    }

.AccordionPanelContent {
    height: auto;
    overflow: auto;
}

#Accordion1 .AccordionPanelContent {
    width: 100%;
}

.tab-nav p {
    border: 1px solid #3f8cc7;
    margin: 0 0 3px 0;
    font-size: 16px;
    line-height: 20px;
    display: block; /*new*/
    /*    width: 396px !important; */
    overflow: hidden !important;
}

    .tab-nav p a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 8px 20px 8px 40px;
        background: #3f8cc7 url(../image/arrow-white.png) no-repeat 20px 15px;
    }

        .tab-nav p a:hover, .tab-nav p.selected a {
            background: #fff url(../image/arrow-black.png) no-repeat 20px 15px;
            color: #000;
            display: block;
        }

            .tab-nav p a:hover .red-tag, .tab-nav p a:hover .blue-tag, .tab-nav p.selected a .red-tag, .tab-nav p.selected a .blue-tag {
                color: #fff;
            }

.red-tag, .blue-tag {
    background: url(../image/icon-sprite.png) no-repeat left -192px;
    font-size: 11px;
    padding: 4px 6px 4px 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 5px;
    color: #fff;
    display: inline-block;
    line-height: 15px;
}

.red-tag {
    background: url(../image/icon-sprite.png) no-repeat left -265px;
    padding: 2px 6px 4px 6px;
    color: #fff;
}
/* =============================================================================
   Content Area  Home
* ============================================================================= */
.contact-info {
    text-align: center;
    padding: 5px;
    overflow: hidden;
    font-weight: bold;
}

    .contact-info span {
        color: #fff;
        font-weight: bold;
    }

.content-left {
    float: left;
    width: 45%;
}

.content-right {
    float: right;
    width: 46%;
    margin-right: 2%;
}

.testimonials article {
    margin-bottom: 40px;
}

.content-area-home .blue-text {
    color: #104e7d;
}

.hommepage-banner .button-blue {
    background: #104e7d;
    font-size: 15px;
    font-family: 'DINProBold';
    text-transform: uppercase;
    font-weight: normal;
}

    .hommepage-banner .button-blue:hover {
        background: #3f8cc7;
    }
/* =============================================================================
   Content Area  Styles
* ============================================================================= */
.policy-text {
    text-align: right;
    font-size: 12px;
    clear: both;
    margin: 20px 0 0 0;
}

    .policy-text span {
        margin-left: 10px;
        display: inline-block;
    }

.progressbar {
    background: #e7e7e7 url(../image/graybg.png) repeat-x;
    height: 9px;
    margin: 25px 0 15px 1.5%;
    float: left;
    width: 96%;
}



.progressbar-value {
    background: #2192e8 url(../image/fill.png) repeat-x;
    height: 9px;
    cursor: pointer;
    text-align: center;
    float: left;
}

.progressbar-value1 {
    background: #2192e8 url(../image/fill.png) repeat-x;
    height: 9px;
    cursor: pointer;
    /*text-align: center;*/
    float: left;
}

.progressbar-value span {
    display: block;
    margin: -26px -19px 0 auto;
    margin-top: -26px;
    margin-right: -19px;
    width: 42px;
    height: 26px;
    background: url(../image/tooltip.png) no-repeat;
    position: relative;
    color: #FFF;
    font-size: 14px;
}

.progressbar-value1 span {
    display: block;
    margin: -26px -19px 0 auto;
    margin-top: -26px;
    margin-right: -19px;
    width: 208px;
    height: 26px;
    background: url(../image/tooltip-biggest.png) no-repeat;
    position: relative;
    color: #FFF;
    font-size: 14px;
}

.notice-section .red-tag {
    float: left;
    margin: 2px 0px 0 0;
    background-image: none;
}

.yellow-notice {
    background: #fff004;
    border: 1px solid #d3cb50;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 3px 9px;
    text-transform: uppercase;
    overflow: hidden;
    width: 700px;
}

    .yellow-notice a {
        text-decoration: underline;
    }

        .yellow-notice a:hover {
            text-decoration: underline;
        }

.icon-help {
    float: right;
    position: relative;
}

.white-box1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 13px;
    background: #fff;
    border: 1px solid #104e7d;
    margin: 15px 0 0 0;
    padding: 20px;
    clear: both;
    margin: 15px auto;
    text-align: justify;
    margin-right: 50px;
    margin-left: 25px;
}

.white-box {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 15px 0 0 0;
    padding: 20px;
    clear: both;
}

    .white-box h1 {
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: normal;
    }

        .white-box h1 a {
            line-height: 18px;
        }

    .white-box h2 {
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: normal;
        font-size: 18px;
        margin: 36px 0;
    }


.form-inner {
    padding-bottom: 5px;
}

    .form-inner label {
        margin-right: 10px;
        padding-right: 10px;
    }

.button-blue, .button-gray {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    background: #868686;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: default;
}

.buttonDelete {
}


.button-maroon {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    text-decoration: none !important;
    background: #77051f;
    border: none;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.button-gray:hover {
    background: #010101;
}

.button-maroon:hover {
    background: #868686;
}

.button-blue {
    background: #104e7d;
}

    .button-blue:hover {
        background: #3f8cc7;
    }

.button-group {
    margin: 20px 0;
    overflow: hidden;
}



    .button-group span.text-right {
        float: right;
    }

    .button-group span.text-center {
        text-align: center;
        overflow: hidden;
        float: none;
        display: block;
    }

/* =============================================================================
   Footer Styles
* ============================================================================= */
footer {
    background: #104e7d;
    padding: 10px 0;
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer span {
        color: #3c6a8d;
        margin-left: 5px;
        margin-right: 5px;
    }

.footer-nav {
    width: 416px;
    float: left;
    padding: 5px;
}

.copyright {
    width: 284px;
    float: right;
    padding: 5px;
}

/* new css 29-1-15 */
.form-nm-title {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 15px 0 8px 0;
}

.form-txtbox {
    width: 50%;
    border: solid 1px #ccc;
    padding: 5px 5px;
    color: #333;
}

.form-listbox {
    width: 52%;
    border: solid 1px #ccc;
    padding: 5px;
    color: #333;
}

.icon-help span {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #f5f5f5;
    display: none;
    width: 640px;
    float: left;
    border-radius: 10px;
    padding: 15px;
    border: solid 1px #ccc;
    font-size: 13px;
    color: #00487f;
    font-weight: normal;
    line-height: 22px;
    z-index: 1;
}

/*.icon-help:hover span {
    display: block;
}*/

.add-new-section {
    background: #333;
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 3px 0;
}

    .add-new-section:hover {
        opacity: 0.9;
    }

.add-new-provision {
    background: #ffc8a7;
    display: block;
    color: #642600;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    /*    width: 399px !important; */
    width: 100%;
    float: left !important;
}

    .add-new-provision a {
        background: #ffc8a7;
        color: #642600;
        text-decoration: none;
        display: block;
    }

    .add-new-provision:hover {
        opacity: 0.8;
    }

/* policy update */
.policy-update-main {
    max-width: 1260px;
    padding: 0;
    width: 96%;
    margin: 2% auto;
    background: #fff;
}

.policy-update-main1 {
    max-width: 1260px;
    padding: 0;
    width: 96%;
    background: #fff;
}

.policy-update-inner {
}

    .policy-update-inner h1 {
        font-size: 24px;
        color: #ffffff;
        text-transform: none;
        text-align: center;
        margin: 0;
        background: #2192e8;
        padding: 2px 0 8px;
        font-weight: bold;
    }

    .policy-update-inner h3 {
        font-size: 18px;
        text-align: center;
        margin: 10px;
        text-transform: none;
        color: #202c78;
        font-weight: normal;
    }

    .policy-update-inner h2 {
        font-size: 18px;
        font-weight: normal;
        color: #0060ff;
        text-align: center;
        margin: 0 0 10px 0;
        font-weight: normal;
        text-transform: none;
    }

    .policy-update-inner .content-half {
        width: 98%;
        float: left;
    }

        .policy-update-inner .content-half article {
            width: 45%;
            padding: 0 2%; /*margin-right:1%;*/
            float: left;
        }

            .policy-update-inner .content-half article:last-child {
                margin-right: 0;
            }

    .policy-update-inner .editor-main {
    }

    .policy-update-inner .editor {
        width: 96%;
        padding: 2%;
        min-height: 178px;
        border: 1px solid #c5c5c5;
        min-width: 96%;
        margin: 0;
    }

    .policy-update-inner .button-group {
        text-align: center;
        margin: 15px auto;
    }

    .policy-update-inner .editor-main .button-group .button-gray a:hover {
        text-decoration: none;
    }

    .policy-update-inner .editor-main .button-group .button-maroon a:hover {
        text-decoration: none;
    }

    .policy-update-inner .editor-main .button-group .button-blue a:hover {
        text-decoration: none;
    }

.red-light {
    color: #77051f !important;
}

#Accordion1 label.icons_tab {
    float: right;
    margin-top: 2px;
}

#Accordion1 .AccordionPanelContent p label.icons_tab {
    margin-top: 0px;
    margin-right: -10px;
    position: relative;
}

.edit-icon {
    display: inline-block;
    vertical-align: top;
    height: 23px;
    width: 22px;
    background: url(../image/edit_icon_img.png) no-repeat center;
    cursor: pointer;
}

#Accordion1 .AccordionPanelContent p a:hover .edit-icon, #Accordion1 .AccordionPanelContent p.selected a .edit-icon {
    background: url(../image/edit_icon_img_hover.png) no-repeat center;
}

.cancel-icon {
    display: inline-block;
    height: 23px;
    width: 14px;
    background: url(../image/cancel_icon_img.png) no-repeat center;
    cursor: pointer;
    margin-left: 8px;
}

.re-ordermn aside {
    width: 100% !important;
    margin-right: 0 !important;
}

.re-order {
    overflow: hidden;
    border: 1px #d2d2d2 solid;
    padding: 15px 15px 15px 37px;
}

    .re-order h1 {
        font-size: 24px;
        font-weight: bold;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        color: #104e7d;
        margin: 0 0 10px;
        padding-bottom: 10px;
    }

    .re-order p {
        font-size: 16px;
        color: #3f8cc7;
    }

    .re-order .AccordionPanelTab {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: normal;
        color: #104e7d;
        display: block;
        text-decoration: none;
        padding: 6px 10px 6px 15px;
        background: #f9f9f9 url(../image/re-order_plus.png) no-repeat right center;
        cursor: pointer;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        border: 1px #e2e2e2 solid;
    }

    .re-order .AccordionPanelTab2 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: normal;
        color: #104e7d;
        display: block;
        text-decoration: none;
        padding: 6px 10px 6px 40px;
        background: #f9f9f9 url(../image/re-order_plus.png) no-repeat 15px center;
        cursor: pointer;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        border: 1px #e2e2e2 solid;
    }

    .re-order .AccordionPanelTab span {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        color: #104e7d;
        float: none;
    }

    .re-order .AccordionPanelOpen .AccordionPanelTab {
        background: #104e7d url(../image/re-order_minus.png) no-repeat right center;
        color: #ffffff;
    }

    .re-order .AccordionPanelOpen .AccordionPanelTab2 {
        background: #104e7d url(../image/re-order_minus.png) no-repeat 15px center;
        color: #ffffff;
    }

    .re-order .AccordionPanelOpen .AccordionPanelTab span {
        color: #fff;
    }

    .re-order .tab-nav p {
        color: #767676;
        font-size: 14px;
        border: 1px #eef7fe solid;
    }

        .re-order .tab-nav p a {
            color: #767676;
            text-decoration: none;
            display: block;
            padding: 8px 20px 8px 40px;
            background: #eef7fe url(../image/re-order_small_arrow.png) no-repeat 20px 15px;
        }

        .re-order .tab-nav p.selected a {
            background: #f6fbff url(../image/re-order_small_arrow.png) no-repeat 20px 15px;
        }

.re-order_page_btns {
    margin: 0 auto;
    /* width: 190px;*/ /*old*/
    text-align: center;
}

.re-order_btn_save {
    float: left;
    margin-top: 10px;
}

.re-order_btn_cancel {
    float: right;
    margin-top: 10px;
}

.reveal-modal.xxmid {
    margin-left: -28%;
    width: 61%;
}

.add_provision-inner h1 {
    background: none repeat scroll 0 0 #2192E8;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 8px;
    text-align: center;
    text-transform: none;
}

.add_provisionmn {
    padding: 4%;
    float: left;
    width: 92%;
    background: #fff; /*new*/
}

.section_title {
    margin: 20px 0 0 0;
}

    .section_title label {
        font-weight: bold;
        font-size: 17px;
        color: #3f8cc7;
        margin: 0 10px 0 0;
    }

    .section_title input {
        border: 1px solid #cccccc;
        padding: 10px;
        width: 69%;
    }

.select_position {
    margin: 30px 0 30px 0;
    float: left;
}

    .select_position h3 {
        font-weight: bold;
        color: #3f8cc7;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

.radio_btn {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.radio_btn2 {
    /*float: left;
    width: 220px;
    margin: 10px 0 0 0;*/
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 6px;
    width: 220px;
}

.radio_btn label {
    font-size: 15px;
    color: #4a4a4b;
    margin: 0 0 0 7px;
}

.radio_btn2 label {
    font-size: 15px;
    color: #4a4a4b;
    margin: 0 0 0 7px;
}

.select_sectionmn {
    float: left;
    margin-bottom: 30px;
    margin-left: 164px;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

.select_section {
    font-size: 15px;
    color: #4a4a4b;
    padding: 10px;
    width: 50%;
    cursor: pointer;
}

    .select_section option {
        padding: 0 10px;
    }

.add_provision2-inner h1 {
    background: none repeat scroll 0 0 #2192E8;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 8px;
    text-align: center;
    text-transform: none;
}

.add_provisionmn .editor {
    border: 1px solid #C5C5C5;
    min-height: 301px;
    min-width: 96%;
    padding: 2%;
    margin: 25px 0;
}

.handbook-builder h1 {
    margin: 0;
}

#main .handbook-builder h2 {
    font-size: 20px;
    color: #0082c8;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: none;
}

.handbook-builder p {
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

    .handbook-builder p.mar_top_bot {
        margin: 20px 0;
    }

    .handbook-builder p span {
        color: #104e7d;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
    }

/* =============================================================================
   My Subscriptions Tabel
* ============================================================================= */


.my_subscriptionsmn {
    float: left;
    width: 95%;
    margin: 0 30px;
}

#main .my_subscriptionsmn h1 {
    font-size: 24px;
    color: #104e7d;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.search_btns {
    float: left;
    width: 100%;
    margin: 30px 0 38px 0;
}

    .search_btns label {
        color: #5b5b5b;
        font-size: 14px;
    }

.subscriptions_inputtext1 {
    background: url(../image/subscriptions_inputtext1_bg.jpg) repeat-x left top;
    border: 1px solid #dadada;
    padding: 6px;
    width: 18%;
}

.subscriptions_search_btn {
    background: url(../image/search_icon.png) no-repeat 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 3px 6px 4px 29px;
    cursor: pointer;
    margin: 0 15px 0 11px;
    height: 29px;
}

.subscriptions_clear_btn {
    background: url(../image/clera_btn_bg.png) no-repeat 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 3px 11px 4px 35px;
    cursor: pointer;
    margin: 0;
    height: 30px;
}

.subscriptions_data {
    min-width: 1000px;
}

.subscriptions_datamn {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    font-size: 14px;
    color: #5b5b5b;
    overflow: auto;
}

    .subscriptions_datamn table {
        border: 0px !important;
    }

    .subscriptions_datamn th {
        padding: 15px 10px;
        background: #104e7d;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 15px !important;
    }

    .subscriptions_datamn td a {
        color: #5b5b5b;
        text-decoration: none;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
    }

    .subscriptions_datamn td {
        padding: 12px 10px;
    }

        .subscriptions_datamn td.last_pad {
            padding: 12px 0 12px 32px;
        }

.table_bg_blue {
    background: #cce6fa;
}

.table_bg_darkblue {
    background: #104e7d;
    color: #fff;
}

.table_bot_menu {
    width: 50px;
    height: 20px;
    border: 1px #ccc solid;
    margin: 0 33px 0 0;
}

.next_img_mar {
    margin: 0 12px;
}

.next_img_mar2 {
    margin: 0 42px 0 0;
}

.subscriptions_page_btns {
    float: left;
    width: 215px;
    margin: 0 0 30px 0;
}

.go_to_page_input_txt {
    border: 1px #0c3c5f solid;
    width: 29px;
    height: 20px;
    text-align: center;
    margin: 0 3px 0 0;
}

.button-blue_big {
    background: none repeat scroll 0 0 #104E7D;
    padding: 5px 30px;
}

.profile_input_boxmn {
    float: left;
    width: 100%;
}

.profile_input_box {
    float: left;
    width: 100%;
}

.profile_input_box_lt {
    float: left;
    width: 46%;
    margin: 0 0 29px 0;
}

    .profile_input_box_lt label {
        width: 88px;
        font-size: 14px;
        color: #5b5b5b;
        float: left;
        text-align: right;
        margin: 10px 15px 0 0;
    }

        .profile_input_box_lt label span {
            color: #F00;
        }

.profile_input_txt {
    padding: 10px;
    background: url(../image/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 67%;
}

.button-blue_button {
    background: #186DAE;
    padding: 5px 30px;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.button-gray_button {
    /*background: #868686;*/
    background: #2192E8;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
}

    .button-gray_button:hover {
        background: #104e7d;
    }

.button-maroon_button {
    background: white;
    border: none;
    color: #77051f;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
}

.pro_btns_lt_mar {
    margin: 31px 0 0 103px;
}

.pro_page_btns {
    float: left;
    width: 70%;
}

.big_width label {
    width: 138px;
}

.Prefe_bot_mar h1 {
    margin: 0 0 25px 0;
}

.Prefe_que_ans {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

    .Prefe_que_ans label {
        font-size: 18px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #104e7d;
        display: block;
        margin: 0 0 15px 0;
    }

.radioButtonList input {
    float: left;
}

.radioButtonList label {
    margin-left: 30px;
    display: block;
    text-align: left;
    width: 100%;
}

.Prefe_radio_btn {
    margin: 10px 10px 10px 0;
    float: left;
}

.Prefe_que_ans span {
    color: #030303;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 0 10px 0;
    display: block;
}



/*   NEW CSS 11-6-15   */
header {
    width: 100%;
    float: left;
    background: url(../images/header-bg.jpg) repeat-x center top #256390;
}

.logo {
    float: left;
    width: 526px;  /*Coomented when Header 'EHB 2.0 staging added'*/
   /* width: 860px;*/
    margin: 20px 0 25px 0;
}

/*.top_rt_logo {
    float: right;
    margin: 20px 0 0 0;
}*/

/*14-10-2024*/
.top_rt_logo {
    float: right;
    margin: 10px 0 0 0;
    width:734px;
    text-align:right
}
/*14-10-2024*/

.content-area {
    width: 100%;
    float: left;
    min-height: 500px;
}

nav {
    float: left;
    width: 100%;
}

.menu_lt {
    float: left;
    display: inline-block;
}

.menu_rt {
    float: right;
    display: inline-block;
}

.menu_rt_btn1 {
    float: left;
    margin: 6px 7px 0 0;
    background: #e06b01;
    padding: 7px 15px;
}

.menu_rt_btn2 {
    float: left;
    margin: 6px 0 0 0;
    background: #e06b01;
    padding: 7px 15px;
}

.menu_rt_btn3 {
    float: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
}

.menu_rt_btn1 a {
    float: left;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #e3f3ff;
    background: url(../images/get_started_arrow.png) no-repeat left center;
    text-decoration: none;
    padding: 0 0 0 18px;
    text-transform: uppercase;
}

    .menu_rt_btn1 a:hover {
        color: #000;
        background: url(../images/get_started_arrow_hover.png) no-repeat left center;
    }

.menu_rt_btn2 a {
    float: left;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #e3f3ff;
    background: url(../images/login_arrow.png) no-repeat left center;
    text-decoration: none;
    padding: 0 0 0 25px;
    text-transform: uppercase;
}

    .menu_rt_btn2 a:hover {
        color: #000;
        background: url(../images/login_arrow_hover.png) no-repeat left center;
    }

.menu_rt_btn3 a {
    color: #e3f3ff;
    float: left;
    font-family: "open_sanssemibold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
}

    .menu_rt_btn3 a:hover {
        color: #000;
    }

.content-area .wrap-inner {
    max-width: 1258px;
    background: #fff;
    border-right: solid 1px #d8e6f0;
    border-left: solid 1px #d8e6f0;
}

.contactbg {
    background: #ffffff;
}

.leftpanel { /*Added to resolve admin login screen*/
    width: 69%;
    float: left;
    padding: 20px 1% 20px 2%;
}

.homepage p {
    font-size: 16px;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    color: #020202;
    line-height: 20px;
    margin: 0 0 26px 0;
}

    .homepage p span {
        font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
        font-size: 18px;
    }

        .homepage p span span {
            color: #104e7d;
        }



.rightpanel {
    float: right;
    padding: 27px 1%;
    width: 26%;
}

.rt_box_mn {
    border: 1px #e3e3e3 solid;
    padding: 4px;
}

.rt_box_top {
    background: url(../images/rt_box_title_bg.jpg) repeat-x left top;
    text-align: center;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
}

    .rt_box_top img {
        padding: 0 10px 0 0;
    }

.rt_box_bot {
    background: #f5f5f5;
    padding: 5px 10px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E3E3E3;
}

.no_top_box_bdr {
    border-top: none;
    padding: 10px;
}

.rt_box_bot p {
    margin: 0;
    font-size: 13px;
    color: #5f5f5f;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

    .rt_box_bot p.blue_color_p {
        font-size: 14px;
        color: #257fc2;
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    }

/*.rt_box_bot p.big_size_p {
        font-size: 14px;
        color: #333333;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    }*/

/*-----07-07-15-----*/
.rt_box_bot h2.big_size_p {
    font-size: 14px;
    color: #333333;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: auto;
}
/*--------*/

.more_link {
    text-align: center;
    border-top: 1px solid #E3E3E3;
    padding: 8px 0 2px 0;
}

    .more_link a {
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #257fc2;
    }

.managing_img {
    border: 1px solid #dadada;
    float: left;
    padding: 7px;
    width: 98%;
}
.managing_img a:hover {
    opacity: 1;
}

.leftpanel h1 {
    color: #185888;
    font-size: 30px;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0 15px 0;
    line-height: normal;
}

.sub_con_boxmn {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.no_top_pad {
    padding: 0;
}

.bdr_img_top {
    background: url(../images/bdr_img.png) repeat-x left top;
}

.no_bdr_img_top {
    background: none !important;
    padding: 20px 0 20xp 35px;
}

.box_1 {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.poes_text_img {
    float: left;
    width: 124px;
    margin: 0px 15px 0 0;
}

.poes_text {
    color: #020202;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 82%;
}

    .poes_text span {
        color: #185888;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        font-size: 18px;
        display: block;
        margin: 0 0 14px 0;
    }

.leftpanel h2 {
    color: #185888;
    font-size: 20px;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    margin: 0;
}

.poes_box2mn {
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
}

.poes_box2 {
    float: left;
    padding: 0 0 0 24px;
    width: 94%;
    background: url(../images/bdr_img.png) repeat-x left bottom;
}

.poes_text_check_img {
    float: left;
    text-align: center;
    width: 60px;
    margin: 6px 0 0 0;
}

.poes_text_img2 {
    font-size: 16px;
    color: #020202;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    float: left;
    background: url(../images/text_check_img.png) no-repeat left 26px;
    padding: 20px 0 20px 35px;
    line-height: 20px;
}

    .poes_text_img2 span {
        font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    }

.box_form {
    float: left;
    padding: 15px;
    background: #F5F5F5;
}

    .box_form p {
        color: #333333;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px 0;
    }

        .box_form p span {
            color: #257fc2;
            font-weight: bold;
            font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
            font-size: 14px;
        }

.inputtext1 {
    color: #525252;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    border: 1px #e3e3e3 solid;
    border-bottom: 3px #e3e3e3 solid;
    border-radius: 5px;
    width: 93%;
    margin: 0 0 7px 0;
}

.submit_btn {
    width: 100%;
    text-align: center;
    background: #e06b01;
    color: #fff;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-bottom: 3px #914500 solid;
    border-radius: 5px;
    border-top: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    margin: 7px 0 0 0;
    padding: 4px 0 2px 0;
}

    .submit_btn:hover {
        background: #914500;
        border-bottom: 3px #e06b01 solid;
    }

#Accordion1 {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}

.Accordion {
    overflow: hidden;
}

.AccordionPanel {
    margin: 0 0 2px 0;
    padding: 0;
    background: #dfecf6;
}

/*.AccordionPanelTab {
    margin: 0px;
    cursor: pointer;
    background: none;
    margin: 0 0 0 0 !important;
    font-size: 15px; /*change front size from 18 to 15 as per new design - added by HP*/
/*  font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}*/

.AccordionPanelContent {
    overflow: auto;
    height: auto;
}

.acc_title {
    color: #ffffff;
    display: inline-block;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 87%;
    line-height: 20px;
    margin: 8px 0 8px 10px;
    cursor:pointer;
}

.minus-plus {
    background: url(../images/plus.png) no-repeat center center;
    float: right;
    width: 37px;
    height: 37px;
    cursor: pointer;
    text-align: center;
    display: block;
}

.AccordionPanelOpen .minus-plus {
    background: url(../images/minus.png) no-repeat center center;
}

.AccordionPanelContent {
    padding: 0;
    text-align: justify;
    background: #FFFFFF;
    overflow: hidden;
}

    .AccordionPanelContent p {
        margin: 0;
    }

.ans_text {
    float: left;
    width: 50px;
    font-size: 20px;
    color: #185888;
    font-weight: bold;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

.accor_open_box {
    padding: 20px 5px 25px 5px;
}

    .accor_open_box p {
        overflow: auto;
        line-height: 22px;
    }

        .accor_open_box p a {
            color: #185888;
        }

.q-icon {
    background: #257FC2;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    height: 27px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    width: 18px;
}

    .q-icon img {
        vertical-align: top;
    }

.faq_con_bot {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.faq_bot_title {
    color: #185888;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.faq_con_bot h3 {
    color: #222222;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.country_name {
    padding: 0 0 0 4%;
    float: left;
    width: 96%;
}

    .country_name ul {
        width: 28%;
        float: left;
        list-style: none;
        border-left: 1px solid #CCCCCC;
        padding: 0 0 0 12px;
        margin: 0 0 30px 0;
        min-height: 225px;
    }

.country_name2 ul {
    min-height: 250px;
}

.country_name ul li {
    color: #020202;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    background: url(../images/bull_img.png) no-repeat left 8px;
    padding: 0 0 0 15px;
}

.slidermn {
    float: left;
    width: 100%;
}

.bannermn {
    float: left;
    width: 100%;
    padding: 35px 0 22px 0;
}

.banner_lt {
    float: left;
    width: 51%;
    padding-left:5px;
}

.banner_rt {
    float: right;
    width: 45.2%;
}

/*-----07-07-15-----*/
.banner_lt .bnr_titl {
    font-size: 36px;
    color: #ffffff;
    font-family: 'titilliumregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    max-width: 630px;
    display: inline-block;
    margin-bottom: 8px;
}

    .banner_lt .bnr_titl h1 {
        font-family: 'titilliumbold', Arial, Helvetica, sans-serif;
        font-size: 57px;
        font-weight: normal;
        color: #fff;
        display: inline-block;
        line-height: 45px;
    }

/*---------*/


/*.banner_lt h1 {
    font-size: 36px;
    color: #ffffff;
    font-family: 'titilliumregular', Arial, Helvetica, sans-serif;
    line-height: 48px;
    font-weight: normal;
}

    .banner_lt h1 span {
        font-family: 'titilliumbold', Arial, Helvetica, sans-serif;
        font-size: 57px;
    }*/

.banner_lt h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'titilliumregular', Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}

.slide_3_text h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'titilliumregular', Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}

.banner_lt h3 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'titilliumregular', Arial, Helvetica, sans-serif;
    margin: 15px 0 0 0;
    font-weight: normal;
}

.banner_option {
    float: left;
    width: 100%;
}

    .banner_option p {
        margin: 0 0 0 19px;
        font-family: 'titilliumlight', Arial, Helvetica, sans-serif;
        font-size: 21px;
        background: url(../images/slider_tick_box.png) no-repeat left 7px;
        padding: 0 0 0 22px;
        color: #fff;
        line-height: 30px;
    }

.banner_get_tab {
    float: left;
    width: 98%;
    background: #134c77;
    padding: 4px 6px;
    margin: 30px 0 0 0;
}

.get_text {
    display: inline-block;
    font-size: 20px;
    font-family: 'titilliumbold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin: 3px 15px 0 8px;
}

.get_started_btn {
    float: right;
}

.testiominalmn {
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    text-align:center;
}

.testi_mn {
    float: left;
    width: 100%;
}

.testi_lt {    
    padding: 0 0 0 15px;
    width: 74%;
    background: url(../images/testi_coma_lt.png) no-repeat left 8px;
    margin:0 auto;
}

    .testi_lt p {
        font-family: 'titilliumlight', Arial, Helvetica, sans-serif;
        font-size: 28px;
        color: #fff;
        line-height: 36px;
        margin: 0;
    }

    .testi_lt h3 {
        background: #29abe2;
        font-size: 23px;
        color: #d5edff;
        font-family: 'titilliumbold', Arial, Helvetica, sans-serif;
        font-style: italic;
        padding: 8px 10px;
        margin: 45px 0 30px 0;
        font-weight: normal;
        border-radius: 30px;
    }

.testi_rt {
    float: right;
    display: inline-block;
}
/*10-4-17 Bhavin*/
.sp-img {
    margin-top: 30px;
}


    .sp-img .testi_rt {
        float: none !important;
        display: block !important;
        text-align: center;
        /*background-color: #1e67a9;*/
    }

.testi_wid {
    width: 100%;
    height: 270px;
}

ul.briask-iss {
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    border: none;
    background: none;
}

    ul.briask-iss li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        border: none;
        background: none;
        display: none;
        position: absolute;
    }

.testi_rt_arrow {
    margin: 0 0 0 15px;
}

.slide_3_text {
    margin: 75px 0 0 0;
}

.shadow_img {
    margin: 0 0 20px 0;
}

.testiominalmn ul {
    padding: 0;
}



@media screen and (max-width: 1140px) {
    #main aside {
        width: 300px;
    }

    .minwidth {
        width: 300px;
    }

    #main aside .search-box {
        width: 88%;
    }

    .icon-help span {
        width: 600px;
    }

    .tab-nav p {
        width: 297px !important;
    }

    .add-new-provision {
        width: 300px !important;
    }

    /*.banner_lt h1 {
        font-size: 33px;
    }

        .banner_lt h1 span {
            font-size: 52px;
        }*/

    /*-----07-07-15-----*/
    .banner_lt .bnr_titl {
        font-size: 33px;
    }

    .banner_lt h1 span {
        font-size: 52px;
    }

    .banner_lt .bnr_titl h1 {
        font-size: 52px;
    }
    /*----------*/

    .banner_lt h2 {
        font-size: 39px;
    }

    .banner_option p {
        font-size: 19px;
    }

    .get_started_btn {
        float: right;
        width: 27%;
    }

    .get_text {
        margin: 3px 15px 0 8px;
    }

    .slide_3_text .get_text {
        font-size: 17px;
        margin: 3px 0 0 8px;
    }

    .slide_3_text {
        margin: 40px 0 0;
    }

        .slide_3_text h2 {
            font-size: 38px;
        }
}

/*===============keep screen 1024=============*/
@media screen and (max-width: 1024px) {
    .content-left {
        width: 47%;
    }

    .content-right {
        width: 47%;
        padding-left: 0;
    }

    .icon-help span {
        width: 480px;
    }

    .form-txtbox {
        width: 70%;
    }

    .form-listbox {
        width: 72%;
    }

    .policy-update-inner .content-half article {
        width: 90%;
        padding: 0 2%;
        margin-right: 0%;
        margin: 0 auto;
        float: none;
    }

        .policy-update-inner .content-half article:last-child {
            width: 90%;
            padding: 0 2%;
            margin-right: 0%;
            margin: 0 auto;
            float: none;
        }

    .background-none {
        background: none !important;
    }

    .tab-nav p {
        width: 297px !important;
    }

    .add-new-provision {
        width: 300px !important;
    }

    /*  11-6-15  */
    .poes_text {
        width: 75%;
    }

    .inputtext2 {
        width: 39%;
        margin: 0 12px 7px 0;
    }

    .acc_title {
        width: 85%;
    }

    .testi_lt {
        width: 65%;
    }

    .testiominalmn {
        margin: 60px 0 0;
    }

    .testi_wid {
        height: 385px;
    }

    .get_text {
        font-size: 17px;
    }
    /*----------------------------------24-06-15---------------------------------*/
    .login_boxmn .login_box {
        width: 98% !important;
    }
    /*--------------------------------------------------------*/
}

/*===============keep screen 768px =============*/
@media screen and (max-width: 939px) {
    .logo {
        width: 350px;
    }

    .company-tagline {
        padding-top: 5px;
        width: 100%;
    }

    .footer-nav, .copyright, .contact-info {
        text-align: center;
        width: 100%;
        float: left;
    }

    ul.top-nav li a {
        padding: 5px 10px;
    }

    .policy-text span {
        margin-left: 5px;
    }

        .policy-text span span {
            margin: 0;
        }

    .red-tag, .blue-tag {
        margin: 0;
    }

    #main aside {
        width: 250px;
    }

    .minwidth {
        width: 250px;
    }

    .icon-help span {
        width: 380px;
    }

    ul.top-nav li a {
        padding: 5px 8px;
    }

    .top-nav-right a {
        padding: 5px 5px 8px;
        margin-left: 0;
    }

    .tab-nav p {
        width: 247px !important;
    }

    .add-new-provision {
        width: 250px !important;
    }

    .menuclass /*10-04-15*/ {
        width: 273px !important;
    }

    .content-area-small {
        max-width: 97%;
    }

    span.buttonDelete {
        width: 49.5% !important;
        float: left;
    }

    .button-blue {
        padding-left: 3px;
        padding-right: 7px;
    }

    /*   11-6-15   */
    .leftpanel h1 {
        line-height: 30px;
    }

    .logo {
        width: 60%;
        margin-top: 33px;
    }



    .rightpanel {
        padding: 18px 1%;
        width: 38%;
    }

    .footer-nav, .copyright, .contact-info {
        float: left;
        padding: 5px 0;
        text-align: center;
        width: 100%;
    }

    .menu_rt_btn1 a, .menu_rt_btn2 a {
        font-size: 13px;
    }

    .footer {
        float: left;
    }

    .poes_text {
        width: 65%;
        font-size: 14px;
    }

        .poes_text span {
            font-size: 16px;
        }

    .homepage p {
        font-size: 14px;
    }

    .poes_text_img2 {
        width: 86%;
    }

    .acc_title {
        width: 71%;
    }

    .country_name {
        padding: 0;
        width: 100%;
    }

        .country_name ul {
            width: 30%;
        }

            .country_name ul li {
                font-size: 14px;
            }

    .menu_rt_btn1 {
        padding: 7px 13px;
    }

    .menu_rt_btn2 {
        padding: 7px 11px;
    }

    /*.banner_lt h1 {
        font-size: 23px;
        line-height: 40px;
    }

        .banner_lt h1 span {
            font-size: 37px;
        }*/
    /*-----07-07-15-----*/
    .banner_lt .bnr_titl {
        font-size: 23px;
        line-height: 40px;
    }

        .banner_lt .bnr_titl h1 {
            font-size: 37px;
            line-height: 40px;
        }
    /*----------*/

    .banner_lt h2 {
        font-size: 29px;
        line-height: 10px;
    }

    .banner_lt h3 {
        font-size: 22px;
        margin: 18px 0 0;
    }

    .get_text {
        float: none;
        font-size: 17px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .get_started_btn {
        float: none;
        margin: 10px auto 0;
        width: 181px;
    }

    .slide_3_text {
        margin: 0;
    }

        .slide_3_text h2 {
            line-height: 50px !important;
        }

    .testi_lt {
        width: 60%;
    }

        .testi_lt p {
            font-size: 22px;
        }

    .content-area .re-order {
        padding: 15px 15px 15px 21px;
    }
    /*-------------------------------24-06-15----------------------*/
    .content-area .login_email {
        width: 70%;
    }

    .content-area .login_box .forgotlnk {
        width: 20%;
    }
    /*----------------------------------*/

    /*-------------------25-06-15----------------*/

    header nav {
        margin-top: 9px !important;
    }

    .menumn2 li .dvshow {
        top: 38px !important;
        padding: 0 0 !important;
    }

    .register_input_box_lt {
        margin-bottom: 10px !important;
    }

    #Content1_chkstate td {
        width: 21%;
        font-size: 11px;
        vertical-align: top;
        padding: 2px 0;
    }

        #Content1_chkstate td input {
            margin-left: 0;
        }

    .register_input_txt {
        width: 80% !important;
    }

    .register_input_boxmn .register_input_box_lt label {
        width: auto;
        font-size: 13px;
        display: block;
    }

    .register_input_box #Content1_ddlCountry {
        width: 92% !important;
    }

    .register_input_box_lt table {
        vertical-align: middle !important;
        margin-top: 22px;
    }

    .register_input_box_lt #Content1_trstate td:last-child .register_select_txt {
        width: 88% !important;
    }

    .register_input_box_lt table #Content1_trstate label {
        width: 50px !important;
    }

    .register_input_box:last-child .register_input_box_lt {
        width: 100% !important;
    }

    .register_daytime_input {
        width: 12.5% !important;
    }

    .register_input_box_lt span {
        padding-left: 0 !important;
    }

    .register_input_box_lt label {
        text-align: left !important;
    }

    /*------------------------------------------*/


}

/*  11-6-15  */
/*===============keep screen 480=============*/
@media screen and (max-width: 767px) {
    header {
        background: #104e7d;
    }

    .logo {
        margin-top: 0;
        width: 100%;
    }

    .top_rt_logo {
        float: none;
        margin: 20px auto;
        width: 211px;
    }

    .menu_lt {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .menu_rt {
        float: none;
        margin: 0 auto;
        width: 120px;
        display: block;
    }

    .leftpanel {
        padding: 30px 0 0;
        width: 100%;
    }

    .rightpanel {
        padding: 20px 0;
        width: 100%;
    }

    .menu_rt_btn1 {
        margin: 10px 7px 10px 0;
    }

    .menu_rt_btn2 {
        margin: 10px 0 10px;
    }

    .poes_text_img {
        float: none;
        margin: 0 auto 20px;
    }

    .poes_text {
        width: 100%;
        text-align: justify;
    }

    .poes_text_img2 {
        width: 73%;
    }

    .acc_title {
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .accor_open_box p {
        font-size: 13px;
        line-height: normal;
    }

    .bannermn {
        padding: 10px 0;
    }

    .banner_lt {
        width: 100%;
    }

    .banner_rt {
        width: 100%;
    }

    .banner_get_tab {
        margin: 10px 0;
    }

    .testiominalmn {
        margin: 0;
    }

    .testi_lt {
        float: left;
        width: 88%;
    }

        .testi_lt p {
            font-size: 16px;
            line-height: 22px;
        }

        .testi_lt h3 {
            padding: 5px 0 0 0;
            font-size: 18px;
        }




    .testi_rt {
        display: block;
        float: none;
        margin: 30px auto 0;
        width: 30%;
    }

    .testi_wid {
        height: 430px;
    }

    .testi_lt h3 {
        margin: 30px 0;
    }

    .banner_lt h1 {
        line-height: 23px;
    }

    .banner_get_tab {
        width: 97%;
    }
    /*---------25-06-15-------------*/

    .menumn2 li .dvshow {
        top: 0 !important;
        padding: 0 !important;
    }

    /*--------------------------*/

}


/*===============keep screen 320=============*/
@media screen and (max-width: 479px) {
    .acc_title {
        width: 66%;
    }

    .country_name ul {
        width: 80%;
        min-height: inherit;
    }

    .leftpanel h1 {
        font-size: 24px;
    }

    /*.banner_lt h1 {
        font-size: 18px;
    }

        .banner_lt h1 span {
            font-size: 28px;
        }*/
    /*-----07-07-15-----*/
    .banner_lt .bnr_titl {
        font-size: 18px;
    }

        .banner_lt .bnr_titl h1 {
            font-size: 28px;
            line-height: 13px;
            display: block;
        }
    /*-------*/
    .banner_lt h2 {
        font-size: 22px;
    }

    .banner_lt h3 {
        font-size: 16px;
        margin: 23px 0 0;
    }

    .banner_option p {
        background: url("../images/slider_tick_box.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
        line-height: 20px;
        margin: 0 0 8px 12px;
        padding: 0 0 0 22px;
        font-size: 14px;
    }

    .slide_3_text h2 {
        line-height: 30px !important;
    }

    .testi_wid {
        height: 490px;
    }

    .get_text {
        font-size: 14px;
    }
}


span.buttonDelete {
    width: inherit;
}

.button-blue {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.form-inner .button-group {
}

/*.menuclass {
    width: 415px;
}*/

/*New Class (NHV)*/
.peoregister_input_box_lt label {
    color: #5b5b5b;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 10px;
    text-align: right;
    width: 150px;
}

.peoregister_input_box_lt {
    float: left;
    margin-bottom: 29px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 60%;
}

.peoregister_input_txt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../image/profile_input_bg.jpg");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: #dadada;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-top-color: #dadada;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 54%;
}

/* new pages css start here 27-3-15  */
h2.innerpage {
    color: #333 !important;
    font-size: 22px !important;
}

.register_input_boxmn {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.register_input_box {
    float: left;
    width: 100%;
}

.register_input_box_lt {
    float: left;
    width: 46%;
    margin: 0 0 18px 0;
}

    .register_input_box_lt label {
        width: 88px;
        font-size: 14px;
        color: #5b5b5b;
        float: left;
        text-align: right;
        margin: 10px 15px 0 0;
    }

        .register_input_box_lt label span {
            color: #F00;
        }

/*Added by NHV for New PEO Sub Account Add*/
.register_input_box_lt_peo {
    float: left;
    width: 46%;
    margin: 0 0 18px 0;
}

    .register_input_box_lt_peo label {
        width: 135px;
        font-size: 14px;
        color: #5b5b5b;
        float: left;
        text-align: right;
        margin: 10px 15px 0 0;
    }

        .register_input_box_lt_peo label span {
            color: #F00;
        }



.register_input_txt {
    padding: 10px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 67%;
}

.register_select_txt {
    padding: 9px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 71%;
}

.country {
    padding: 9px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 71% !important;
}

.register_daytime_input {
    padding: 10px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 16%;
}

.register_input_box_lt label {
    width: 130px;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    text-align: left;
    margin: 10px 15px 0 0;
}

#Content1_trstate label {
    width: 50px !important;
}

#Content1_trstate td .register_select_txt {
    width: 150px !important;
}


.register_input_box:last-child .register_input_box_lt {
    width: 100% !important;
}

.register_input_box .register_input_box_lt span {
    padding-left: 0 !important;
    width: 80% !important;
}





.register_input_box_lt label span {
    color: #F00;
}

.register_input_box_lt span {
    font-size: 11px;
    padding-left: 145px;
    display: block;
    padding-top: 5px;
    color: #858585;
}

.register_input_txt {
    padding: 10px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 67%;
}

.register-btn-pg {
    display: block;
    padding-left: 145px;
}

.register-internationl-link {
    font-size: 13px;
    text-decoration: none;
}


.select-state-title {
    font-size: 16px;
    color: #333;
    border-bottom: solid 1px #D1D1D1;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}

    .select-state-title span {
        font-weight: normal;
        font-size: 14px;
    }

.select-state-list {
    width: 100%;
    float: left;
    padding: 10px 0 15px 0;
}

    .select-state-list ul {
        margin: 0;
        padding: 0;
    }

        .select-state-list ul li {
            list-style: none;
            width: 17%;
            padding-right: 3%;
            float: left;
            padding-bottom: 5px;
            font-size: 14px;
            color: #333;
        }

p.select-state-note {
    color: #818181;
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
}

.select-state-checkout {
    padding-top: 25px;
}

p.state-titlesub {
    font-size: 14px;
    padding: 0 0 13px 0;
    margin: 0;
}

.basker-lt {
    width: 100px;
    float: left;
}

.basker-rt {
    float: left;
    overflow: hidden;
}

    .basker-rt span {
        font-weight: bold;
        color: #104e7d;
        font-size: 18px;
    }

    .basker-rt ul {
        margin: 0;
        padding: 10px 0 0 16px;
    }

        .basker-rt ul li {
            font-size: 14px;
            padding-bottom: 5px;
        }

            .basker-rt ul li a {
                text-decoration: none;
            }

.search-adp-tbl {
    width: 100%;
    float: left;
    padding-top: 25px;
}

    .search-adp-tbl table {
        border: 0px !important;
        border-top: solid 1px #ccc !important;
        border-left: solid 1px #ccc !important;
    }

    .search-adp-tbl th {
        border: 0px !important;
        border-bottom: solid 1px #ccc !important;
        border-right: solid 1px #ccc !important;
        padding: 10px;
        background: #104e7d;
        color: #fff;
        font-size: 13px;
    }

        .search-adp-tbl th a {
            color: #fff;
            text-decoration: none;
        }

    .search-adp-tbl td {
        border: 0px !important;
        border-bottom: solid 1px #ccc !important;
        border-right: solid 1px #ccc !important;
        padding: 10px;
        font-size: 13px;
    }

.fa-caret-up:before {
    content: "\25BC";
    font-size: 12px;
    margin-left: 10px;
}

.fa-caret-up1 {
    font-size: 12px;
    margin-left: 10px;
}

.fa-caret-down:before {
    content: "\25B2";
    font-size: 12px;
    margin-left: 0px;
}

.row1 {
    background: #fff;
}

.row2 {
    background: #f5f5ff;
}

    .row1:hover, .row2:hover {
        background: #eeeeee;
    }



.export-to-excel {
    text-decoration: none;
}

.search-adp-inner {
    width: 100%;
    float: left;
    padding-top: 25px;
}

@media screen and (max-width: 1024px) {
    .select-state-list ul li {
        width: 22%;
    }



    .menuclass /*new 10-04-15*/ {
        width: 323px;
    }
}

.policy-updatenew-inner .content-half {
    width: 98%;
    float: left;
}

    .policy-updatenew-inner .content-half article {
        width: 45%;
        padding: 0 2%; /*margin-right:1%;*/
        float: left;
    }

        .policy-updatenew-inner .content-half article:last-child {
            margin-right: 0;
        }

.policy-updatenew-inner .editor-main {
}

.policy-updatenew-inner .editor {
    width: 96%;
    padding: 2%;
    min-height: 178px;
    border: 1px solid #c5c5c5;
    min-width: 96%;
    margin: 0;
}

.policy-updatenew-inner .button-group {
    text-align: center;
    margin: 15px auto;
}

.policy-updatenew-inner .editor-main .button-group .button-gray a:hover {
    text-decoration: none;
}

.policy-updatenew-inner .editor-main .button-group .button-maroon a:hover {
    text-decoration: none;
}

.policy-updatenew-inner .editor-main .button-group .button-blue a:hover {
    text-decoration: none;
}

.test a {
    background-color: #0190de !important;
    color: #FFF !important;
}

    .test a:hover {
        background-color: #FFF !important;
        color: #000 !important;
    }
/*11-04-2014*/
.tab-nav p.test {
    background-color: #0190de !important;
    color: #FFF !important;
}

    .tab-nav p.test a {
        background: #e8e8e8 url("../image/arrow-black.png") no-repeat scroll 20px 15px !important;
        color: #495057 !important;
        cursor: text !important;
    }

    .tab-nav p.test:hover {
        background: #f3f3f3 url("../image/arrow-black.png") no-repeat scroll 20px 15px !important;
        color: #495057 !important;
    }

        .tab-nav p.test:hover,
        .tab-nav p.test a:hover,
        .tab-nav p.test:hover label,
        .tab-nav p.test a label:hover {
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -o-transition: #000 0 ease-in !important;
            transition: none !important;
            color: #495057 !important;
            opacity: 1 !important;
        }
/*11-04-2014*/
.welcome {
    color: white !important;
    /*float: right;*/
    font-size: 14px !important;
    margin-right: 6px;
    padding-bottom: 3px;
    text-align: left;
   /* max-width: 300px;*/
}
/*

.buttonDelete {
    
    margin-left:4%;
}

.next-btn {
      float: left;
      margin-left: 4%;
}*/

/*10-04-15*/
.menuclass /*new*/ {
    max-width: 423px;
}



.profile_input_box_lt_new {
    float: left;
    width: 70%;
    margin: 0 0 29px 0;
}

    .profile_input_box_lt_new label {
        width: 180px;
        font-size: 14px;
        color: #5b5b5b;
        float: left;
        text-align: right;
        margin: 10px 15px 0 0;
    }

        .profile_input_box_lt_new label span {
            color: #F00;
        }

.Adminwelcome {
    color: white !important;
    float: right;
    font-size: 14px !important;
    margin-right: 6px;
    padding-bottom: 3px;
    padding-top: 10px;
    text-align: left;
    width: 200px;
    text-align: right !important;
}

.subscriptions_datamn_new {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 7px;
    padding-bottom: 12px;
}

.deshbard_lt_new {
    float: left;
    padding-bottom: 40px;
    padding-left: 42px;
    padding-right: 0;
    padding-top: 20px;
    width: 95%;
}

.subscriptions_datamn_new1 {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 7px;
}

.subscriptions_datamn_new td a {
    color: #5b5b5b;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.subscriptions_datamn_new1 td a {
    color: #5b5b5b;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.subscriptions_datamn12 {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    padding-top: 12px;
    font-size: 14px;
    color: #5b5b5b;
    overflow: auto;
}

    .subscriptions_datamn12 table {
        border: 0px !important;
    }

    .subscriptions_datamn12 th {
        padding: 12px 10px;
        background: #104e7d;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
    }

    .subscriptions_datamn12 td a {
        color: #5b5b5b;
        text-decoration: none;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
    }

    .subscriptions_datamn12 td {
        padding: 0;
    }

        .subscriptions_datamn12 td.last_pad {
            padding: 0;
        }

.PagingActive {
    background-color: lightblue !important;
}



pop-demo {
    margin-top: -10px;
    color: #000;
    position: absolute;
    right: 40px;
    max-width: 625px;
    padding: 10px;
    line-height: 17px;
    max-height: 100px;
    max-height: 500px;
    text-align: justify;
    /*overflow: auto;*/
    font-size: 12px !important;
    background-color: #;
    font-weight: normal !important;
    z-index: 99;
}

.content-main-popup {
    max-height: 480px;
    /*overflow:auto;*/
    padding-right: 10px;
}

.popup-content {
    overflow: auto;
    padding: 18px 15px 25px;
    padding-top: 18px;
    padding-right: 15px;
    border-radius: 5px;
    background: #72aedd;
}

.close1 {
    /*position: absolute;
    top: 0;
    right: 17px;
    z-index: 999;*/
    position: absolute;
    right: -10px;
    top: -17px;
    z-index: 999;
}

    .close1 a {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }

.deshbard_chart_lt1 {
    float: right;
    vertical-align: central;
    width: 50%;
}

.button-delete {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c16074;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: default;
}

.LeftPanelheader {
    margin: 0 0 3px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    background: #01365B;
    /*cursor: pointer;*/
}

    .LeftPanelheader a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

.drpselectLable {
    color: #5b5b5b;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 10px;
    text-align: right;
    width: 130px;
}



.subscriptions_datamn_Admin {
    color: #5b5b5b;
    float: left;
    font-size: 14px;
    height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 33px;
    /*width: 100%;*/
    padding-top: 8px;
}

    .subscriptions_datamn_Admin table {
        border: 0px !important;
    }

    .subscriptions_datamn_Admin th {
        padding: 12px 10px;
        background: #104e7d;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 11px;
    }

    .subscriptions_datamn_Admin td a {
        color: #5b5b5b;
        text-decoration: none;
        /*font-family: Tahoma, Geneva, sans-serif;*/
        font-size: 13px;
    }

    .subscriptions_datamn_Admin td {
        padding: 12px 10px;
    }

        .subscriptions_datamn_Admin td.last_pad {
            padding: 12px 0 12px 32px;
        }


.QuickLinks {
    width: 97%;
    border-style: solid !important;
    border-width: thin !important;
    border-color: gray !important;
    line-height: 15px !important;
}

.LastVisitedLinks {
    width: 97%;
    border-style: solid !important;
    border-width: thin !important;
    border-color: gray !important;
}

.AdminPolicylabel {
    color: #5b5b5b;
    float: left;
    text-align: right;
    margin: 10px 15px 0 0;
    font-size: 15px;
}

.add_provisionmn-new {
    padding-top: 1% !important;
}

.form-inner_new {
    line-height: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
}

    .form-inner_new label {
        margin-right: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

.yellow-tag {
    background: rgba(0, 0, 0, 0) url("../image/icon-yellow.png") no-repeat scroll left center;
    color: #f40018;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 20px;
    margin: -8px;
    padding: 0px 6px 4px;
    width: 20px;
}

/*25-05-2015*/
.yad-left {
    float: left;
    /*width:42%;*/
    width: 33%;
}

.yad-right {
    float: right;
    border-left: 1px solid #CCCCCC;
    padding-left: 1.5%;
    width: 65%;
}

    .yad-right p {
        margin: 0 0 5px;
    }

    .yad-right table {
        width: 100%;
        border-top: 1px solid #0170AC;
        border-right: 1px solid #0170AC;
        margin-bottom: 10px;
    }

        .yad-right table td {
            font-size: 12px;
            padding: 5px 5px;
            border-left: 1px solid #0170AC;
            border-bottom: 1px solid #0170AC;
        }

        .yad-right table th {
            font-size: 12px;
            background: #0082c8;
            padding: 5px 0;
            border-left: 1px solid #0170AC;
            border-bottom: 1px solid #0170AC;
            color: #FFF;
        }

.your-account-dashbard {
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

    .your-account-dashbard h1 {
        color: #0170AC;
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
        margin: 0 0 10px;
    }

    .your-account-dashbard p {
        color: #0170AC;
    }

.yad-right-auto {
    overflow: auto;
    max-height: 200px;
}

.tab-nav1 p {
    border: 1px solid #008000;
    margin: 0 0 3px 0;
    font-size: 16px;
    line-height: 20px;
    display: block; /*new*/
    /*    width: 396px !important; */
    overflow: hidden !important;
}

    .tab-nav1 p a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 8px 20px 8px 40px;
        background: #202123 url(../image/arrow-white.png) no-repeat 20px 15px;
    }

        .tab-nav1 p a:hover, .tab-nav1 p.selected a {
            background: #fff url(../image/arrow-black.png) no-repeat 20px 15px;
            color: #000;
            display: block;
        }


/************************** Developer Added ********************************/
.login_boxmn {
    float: left;
    width: 100%;
}

.login_box {
    float: left;
    margin: 0;
    width: 60%;
}

.login_box1 {
    float: left;
    margin: 0;
    width: 100%;
    background: url(../image/login_box_bg.jpg) repeat-x left top #eef9ff;
    border: 1px #e7e7e7 solid;
    min-height: 291px;
}

.box_shadow {
    float: left;
    width: 100%;
    margin: -5px 0 0 0;
}

.title {
    float: left;
    width: 97%;
    background: url(../image/box_title_bg.png) no-repeat left top;
    padding: 17px 0 18px 20px;
    margin: 10px 0 19px -13px;
    position: relative;
}

    .title span {
        color: #fff;
        font-size: 17px;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        margin: 0 0 0 9px;
        text-transform: uppercase;
    }

.login_email {
    float: left;
    width: 73%;
    background: url(../image/input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    margin: 0 6%;
    /*padding-bottom: 5px;
    padding-top: 5px;*/
}

.logininputtext1 {
    font-size: 14px;
    color: #5b5b5b;
    border: 0;
    background: url(../image/man_icon.png) no-repeat right center;
    padding: 10px 6px 10px 10px;
    width: 84%;
}

.logininputtext2 {
    font-size: 14px;
    color: #5b5b5b;
    border: 0;
    background: url(../image/key_icon.png) no-repeat right center;
    padding: 10px 0 10px 10px;
    width: 87%;
}

.top_mar {
    margin: 14px 6% 2px;
}

.form_btns {
    float: left;
    margin: 0;
    width: 87%;
    margin: 20px 6%;
}

.login_btn {
    background: #104e7d;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 3px 12px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 8px 0 0;
    float: left;
}

.cancel_btn {
    background: #868686;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 3px 22px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 0 0 0;
    float: left;
}

.form_btns label {
    font-size: 14px;
    color: #5b5b5b;
    margin: 0 0 0 10px;
}

.form_btns a {
    text-decoration: none;
    font-size: 14px;
    color: #0190dc;
    float: left;
    margin: 18px 0 0 0;
    width: 100%;
}

.check_box {
    float: left;
    width: 140px;
    padding-top: 4px;
}

.forgotlnk {
    float: right;
    margin-top: -30px;
    text-decoration: none;
    width: 18%;
}

    .forgotlnk a {
        color: #0190dc;
        /*float: left;*/
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 18px;
        text-decoration-color: -moz-use-text-color;
        text-decoration-line: none;
        text-decoration-style: solid;
        width: 100%;
    }

/*New Added By NHV*/
.welcomeuser {
    color: white;
    margin-top: 35px;
    display: inline-block;
    font-size:14px !important;
}

.re-order_new {
    overflow: hidden;
    /*border: 1px #d2d2d2 solid;*/
    padding: 15px 15px 15px 20px;
}

.contact_detail {
    margin: 0 0 20px 0;
}

.phone_detail {
    background: url(../images/phone_icon.png) no-repeat left center;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #020202;
    padding: 5px 0 5px 40px;
}

.fax_detail {
    background: url(../images/fax_icon.png) no-repeat left center;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #020202;
    padding: 5px 0 5px 40px;
    margin: 10px 0;
}

.email_detail {
    background: url(../images/mail_icon.png) no-repeat left center;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #020202;
    padding: 5px 0 5px 40px;
}

    .email_detail a {
        text-decoration: none;
        font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #020202;
    }

        .email_detail a:hover {
            color: #e06b01;
        }

.homepage p.addresss {
    line-height: 24px;
}

/* Added by NHV on 29/06/2015*/

.New-More-link {
    text-align: center;
    border-top: 1px solid #E3E3E3;
    padding: 8px 0 2px 0;
}

    .New-More-link a {
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #257fc2;
        text-decoration: none !important;
    }
/*-----------06-07-15----------*/
.privacy h3 {
    line-height: 30px;
    margin: 10px 0;
    font-family: 'open_sanssemibold';
    font-size: 18px;
    color: #185888;
    font-weight: normal;
    background: url(../images/bul-icon.png) no-repeat left center;
    padding-left: 18px;
    text-decoration: none;
}

    .privacy h3 a {
        text-decoration: none;
        color: #185888;
    }

        .privacy h3 a:hover {
            color: #ff881d;
        }

.background-white {
    padding: 10px;
    border-bottom: 1px dashed #7ea9ca;
}

.background-blue {
    padding: 10px;
    background: #cce6fa;
    border-bottom: 1px dashed #7ea9ca;
}

.Policy-updates {
    text-decoration: none !important;
}
/*-----------*/
.rename_register_input_txt {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 80%;
}

.fax_phone2 {
    background: rgba(0, 0, 0, 0) url("../images/phone_icon.png") no-repeat scroll left center;
    color: #020202;
    font-family: "OpenSansRegular",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 10px 0;
    padding: 5px 0 5px 40px;
}
/*.Test {
    width: 130px;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    text-align: right;
    margin: 10px 15px 0 0;
}*/
.useredit {
    margin-left: 150px !important;
}

.buttonbluedisplay {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    text-decoration: none !important;
    /*background: #868686;*/
    border: none;
    font-weight: 600 !important;
    text-align: center;
    font-size: 15px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    line-height: normal !important;
    cursor: default;
    background: #868686;
}

.buttongreydisplay {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    text-decoration: none !important;
    /*background: #868686;*/
    border: none;
    font-weight: 600 !important;
    text-align: center;
    font-size: 15px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    line-height: normal !important;
    cursor: default;
    background: #104e7d;
    padding-left: 18px !important;
}

.lnk_PreviewPdf a {
    align-items: center;
    margin: 8px 0 0 0;
    background: #e06b01;
    padding: 6px 13px;
    color: white;
    text-decoration: none !important;
    text-decoration-color: white;
    width: 56px;
    margin-left: 33px;
    font-size: 16px;
    display: inline-block !important;
    margin: 8px 0 0 0px !important;
}

.customizeh1 {
    color: #185888 !important;
    font-size: 30px;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    line-height: normal !important;
}

.headertext {
    font-size: 21px;
    color: #ffff50;
    float: right;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.jacksonclass {
    padding-top: 0px;
}

/*.login_TC {
    float: left;
    width: 73%;
    margin: 0 6% 3%;*/
    /*padding-bottom: 5px;
    padding-top: 5px;*/
/*}

.login_TC a {
        color: #166bab;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
}*/