﻿/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/*-- Wrapper --*/
.wrapper {
    width: 100%;
}


/*-- Loader 2 --*/
#LoadDIV {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999999;
}

    #LoadDIV .loaderBox {
        position: absolute;
        width: 200px;
        top: 20%;
        left: 50%;
        margin-left: -100px;
        margin-top: -100px;
        text-align: center;
    }

        #LoadDIV .loaderBox p {
            font-size: 16px;
            padding-bottom: 10px;
        }

    #LoadDIV .loader {
        display: block;
        width: 200px;
        height: 5px;
        background: url(../images/loader.gif) no-repeat;
        position: relative;
    }

/*-- Header --*/
.wrapper.header {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -ms-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -o-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
}

.wrapper.scHeader {
    background: #5d81ad;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -ms-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -o-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
}

    .wrapper.scHeader .name {
        margin-left: 20px;
    }

    .wrapper.scHeader .scContact {
        margin-right: 20px;
    }
/*-- Header --*/
header {
    padding: 20px 0;
    overflow: hidden;
}

    header .button img {
        vertical-align: middle;
        padding-right: 5px;
    }

    header .scAgencyName {
        color: #fff;
        font-size: 21px;
        line-height: 21px;
    }

    header .brokerName {
        font-size: 36px;
        line-height: 36px;
        color: #2060c0;
        padding-top: 4px;
    }

    header .scBrokerLicense {
        color: #fff;
        font-size: 14px;
        line-height: 100%;
        padding-top: 4px;
    }

    header > .columns > .contact, header > .columns > .login {
        float: right;
        display: inline-block;
    }

    header > .columns > .login {
        padding-top: 10px;
    }

    header .login a {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .contact {
        text-align: right;
        padding: 8px 0px;
    }

    header .scContact {
        color: #fff;
        text-align: right;
        padding: 0;
    }

    header .contact .phoneNumber {
        font-size: 18px;
    }

    header .contact .webLink {
        padding-top: 5px;
        font-size: 18px;
    }

.scMyAccountLogin {
    background: #ffffff;
    color: #fff;
    text-align: right;
    padding-top: 15px;
    border-bottom: 1px solid #c8d3e1;
}

    .scMyAccountLogin a {
        text-align: center;
    }

    .scMyAccountLogin .button img {
        vertical-align: middle;
        padding-right: 5px;
    }

    .scMyAccountLogin .button {
        background: #5d81ad;
        color: #fff;
        background: #5d81ad; /* Old browsers */
        background: -moz-linear-gradient(top, #5d81ad 0%, #4c719e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d81ad), color-stop(100%,#4c719e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5d81ad 0%,#4c719e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5d81ad 0%,#4c719e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5d81ad 0%,#4c719e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #5d81ad 0%,#4c719e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d81ad', endColorstr='#4c719e',GradientType=0 ); /* IE6-9 */
        padding: 6px 15px;
        margin: 0;
        border: none;
        font-size: 12px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .scMyAccountLogin .button:hover {
            background: #4c719e;
        }

    .scMyAccountLogin .login, .scMyAccountLogin .myAccount {
        display: inline-block;
        padding-top: 10px;
    }

    .scMyAccountLogin .login {
        margin-right: 20px;
    }

.scPageTitleTop {
    border-bottom: 1px solid #c8d3e1;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.scPageTitle {
    border-bottom: 1px solid #c8d3e1;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .scPageTitle h1 {
        margin-top: -20px;
        line-height: 130%;
    }
/*-- Footer --*/
.wrapper.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    padding: 30px 0 20px 0;
    font-size: 0.7em;
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1) inset, 0 2px 2px -2px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1) inset, 0 2px 2px -2px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1) inset, 0 2px 2px -2px rgba(0,0,0,0.05) inset;
    -ms-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1) inset, 0 2px 2px -2px rgba(0,0,0,0.05) inset;
    -o-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1) inset, 0 2px 2px -2px rgba(0,0,0,0.05) inset;
}

footer {
    padding: 0;
    overflow: hidden;
}

    footer p {
        line-height: 18px;
    }

    footer .copy {
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }

    footer a {
        color: #2060c0;
        text-decoration: none;
        cursor: pointer;
    }

        footer a:hover {
            color: #2060c0;
            text-decoration: underline;
        }

/* #Page Styles
================================================== */

/*-- View Cart --*/

.totalAmount, .finalAmount {
    font-size: 1.5em;
    font-weight: 900;
}

.finalAmount {
    border-bottom: 3px solid #2060C0;
    color: #2060C0;
}

.table > tbody > tr > td.cartMember {
    border-top: 0;
    background: #f6f6f6;
    padding: 10px 8px;
}

    .table > tbody > tr > td.cartMember strong {
        font-size: 1.1em;
    }


/*-- Census Page --*/

.table.general > tbody > tr > td {
    white-space: nowrap;
}

    .table.general > tbody > tr > td.white-space-wrap {
        white-space: normal;
    }

.table.general {
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

    .table.general input, .table.general select {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 5px 0;
    }

        .table.general input[type="radio"] {
            width: 20px;
        }

        .table.general input:nth-child(2) {
            margin-left: 10px;
        }

    .table.general > tbody > tr:nth-child(2n) > td {
        background: #fafafa;
    }

    .table.general .large {
        width: 120px;
    }

    .table.general .medium {
        width: 80px;
    }

    .table.general .small {
        width: 30px;
    }

.primaryInformation {
    padding-top: 20px;
}

    .primaryInformation input {
        padding: 5px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .primaryInformation .clearfix {
        padding: 10px 0;
    }



/*-- Shop By Selection --*/
.shopBy-wrapper {
    border: 1px solid #e9e9e9;
    box-shadow: 0px 3px 0px #eeeded;
    background: #FFF;
    position: relative;
    margin-top: 40px;
}

/*-- Shop By Selection --*/
.shop-by-wrapper {
    border: 1px solid #e9e9e9;
    box-shadow: 0px 3px 0px #eeeded;
    background: #FFF;
    position: relative;
    margin-top: 40px;
}

    .shop-by-wrapper:after {
        background: #fafafa;
        border: 5px solid #FFFFFF;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset;
        -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset;
        color: #444444;
        content: "or";
        font-size: 15pt;
        font-weight: bold;
        left: 445px;
        line-height: 36px;
        margin-top: 10px;
        min-height: 40px;
        min-width: 40px;
        position: absolute;
        text-align: center;
        top: 80px;
        vertical-align: middle;
        z-index: 999;
    }

.shop-by-btn-left, .shop-by-btn-right {
    width: 470px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    padding: 40px;
    text-decoration: none;
}

    .shop-by-btn-left:hover, .shop-by-btn-right:hover {
        background: #fafafa;
    }

.shop-by-btn-left {
    border-right: 1px solid #e9e9e9;
}

h3.shop-by-title {
    color: #2060c0;
}

/*-- View Plans --*/
select.scShopBy {
    height: 46px;
    *height: 46px;
    padding: 7px 5px;
    font-size: 22px;
    color: #181818;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: normal;
    line-height: 40px;
}

.scViewCart {
    width: 240px;
    float: right;
}

.scViewCartBottom {
    width: 240px;
    float: right;
    padding: 10px 0;
    text-align: right;
}

.scPrintEmail {
    margin-top: 10px;
    text-align: right;
}

    .scPrintEmail a {
        text-decoration: none;
        font-size: 14px;
        color: #2060c0;
        margin-right: 20px;
    }

    .scPrintEmail img {
        vertical-align: middle;
        padding-right: 3px;
    }

.csrInfoWrapper {
    font-size: 12px;
    padding: 10px;
    width: 280px;
}

.plan-wrapper {
    display: block;
    margin: 15px 0px;
    float: left;
    width: 100%;
    height: 70px;
}

.planlist-header-wrapper {
    background: #ffffff;
    z-index: 9999;
}

.planlist-body-wrapper {
    margin-top: 10px;
}

h1.header-title-22px {
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 5px;
}

section#APTC-calc {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #2060C0;
    margin-top: 15px;
    margin-bottom: 18px;
    border-bottom: 3px solid rgba(0,0,0,.3);
}

.APTC-label-wrapper {
    width: 120px;
    height: auto;
    padding: 10px 5px;
    margin-left: 20px;
    float: left;
}

.APTC-CSR-wrapper {
    margin-top: 33px;
    width: 130px;
    height: auto;
    padding: 5px;
    float: left;
}

.APTC-CSR-wrapper1 {
    margin-top: 33px;
    width: 70px;
    height: auto;
    padding: 5px;
    float: left;
}

.APTC-CSR-wrapper2 {
    margin: 0 0 0 10px;
    width: 190px;
    height: auto;
    padding: 3px;
    float: left;
}
.APTC-CSR-wrapper3 {
    margin: 0 0 0 10px;
    width: 450px;
    height: auto;
    padding: 3px;
}

.APTC-main-label {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0px;
    padding-right: 10px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}

a.APTC-view-eligibility {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    display: block;
    font-style: italic;
}

.APTC-total-wrapper, .APTC-applied-wrapper, .APTC-remaining-wrapper {
    width: 100px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
    text-align: center;
    float: left;
}

.CSR-title {
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-left: 50px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    line-height: 100%;
    display: block;
}

.CSR-amount {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
}

.CSR-census {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
    display: block;
}

    .CSR-census > p {
        margin: 0;
    }

        .CSR-census > p > a {
            padding: 5px 12px;
            margin: -1px 0 0 5px;
            font-size: 12px;
        }

.CSRarrowBox {
    top: -5px;
    color: transparent;
    font-size: 5px;
    height: 13px;
    position: relative;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
}

    .CSRarrowBox:after, .CSRarrowBox:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 15px;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .CSRarrowBox:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: rgba(255, 255, 255, 0.5);
        border-width: 6px;
        margin-left: -6px;
    }

.APTC-amount {
    background: none repeat scroll 0 0 #2572E6;
    border-radius: 3px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
    display: block;
}

.APTC-income {
    width: 80px;
    background: none repeat scroll 0 0 #2572E6;
    border-radius: 2px;
    color: #666666;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 5px;
}

.APTC-amount:last-child {
    font-weight: bold;
    font-size: 15px;
}

.APTC-bottom-label {
    color: #FFFFFF;
    font-size: 12px;
    margin: -2px 0 0;
}

.APTC-divider {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin-right: 9px;
    padding-top: 16px;
    width: 7px;
}

section#planlist-cart {
    width: 230px;
    height: 57px;
    border-radius: 3px;
    background-color: #ffa457;
    border-bottom: 3px solid #e96b00;
    margin-top: 15px;
    margin-left: 50px;
}

    section#planlist-cart > img {
        float: left;
        vertical-align: middle;
        margin: 13px 5px 10px 15px;
    }

    section#planlist-cart > span {
        float: left;
        margin: 20px 10px;
        font-size: 24px;
        vertical-align: middle;
    }

section#scPlanlist-cart {
    width: 240px;
    height: 57px;
    border-radius: 3px;
    background-color: #ffa457;
    border-bottom: 3px solid #e96b00;
    margin-top: 0;
}

    section#scPlanlist-cart > img {
        float: left;
        vertical-align: middle;
        margin: 13px 5px 10px 15px;
    }

    section#scPlanlist-cart > span {
        float: left;
        margin: 20px 10px;
        font-size: 24px;
        vertical-align: middle;
    }

.cart-badge {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    float: left;
    height: 35px;
    margin-top: 12px;
    margin-left: 4px;
    text-align: center;
    width: 35px;
}

.cart-badge-indicator {
    color: #777777;
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 6px;
}

section#planlist-tabs {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: -1;
}

    section#planlist-tabs > ul > li {
        background: none repeat scroll 0 0 #F2F2F2;
        border-radius: 2px;
        display: inline;
        padding: 15px 0px 10px 0px;
        margin-right: 5px;
        position: relative;
    }

        section#planlist-tabs > ul > li > a {
            color: #444;
            font-size: 16pt;
            padding: 9px 35px;
            text-decoration: none;
        }

            section#planlist-tabs > ul > li > a.active {
                color: #fff;
            }

            section#planlist-tabs > ul > li > a > span.completed {
                background: none repeat scroll 0 0 #ffffff;
                border-radius: 50%;
                display: inline-block;
                height: 20px;
                position: relative;
                top: 0;
                width: 20px;
            }

                section#planlist-tabs > ul > li > a > span.completed > img {
                    margin: 0 0 1px 4px;
                }

        section#planlist-tabs > ul > li.active {
            color: #FFFFFF;
            padding-bottom: 11px;
            position: relative;
        }

            section#planlist-tabs > ul > li.active:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: 0px;
                width: 100%;
                height: 1px;
                background: rgba(0,0,0,.3);
            }

section#scPlanlist-tabs {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
    position: relative;
    z-index: -1;
}

    section#scPlanlist-tabs > ul > li {
        background: none repeat scroll 0 0 #F1F1F1;
        border-radius: 4px;
        display: inline;
        padding: 15px 0px 10px 0px;
        margin-right: 5px;
        position: relative;
        border-bottom: 3px solid #e4e4e4;
    }

        section#scPlanlist-tabs > ul > li:hover {
            background: none repeat scroll 0 0 #eaeaea;
            border-radius: 4px;
            display: inline;
            padding: 15px 0px 10px 0px;
            margin-right: 5px;
            position: relative;
            border-bottom: 3px solid #e4e4e4;
        }

        section#scPlanlist-tabs > ul > li.active {
            background: none repeat scroll 0 0 #2060c0;
            border-radius: 4px;
            display: inline;
            padding: 15px 0px 10px 0px;
            margin-right: 5px;
            position: relative;
            border-bottom: 3px solid #184b97;
        }

        section#scPlanlist-tabs > ul > li > a {
            color: #444;
            font-size: 20pt;
            padding: 10px 30px;
            padding-top: 12px;
            text-decoration: none;
        }

            section#scPlanlist-tabs > ul > li > a.active {
                color: #fff;
            }

            section#scPlanlist-tabs > ul > li > a > span.completed {
                background: none repeat scroll 0 0 #ffffff;
                border-radius: 50%;
                display: inline-block;
                height: 20px;
                position: relative;
                top: 0;
                left: 7px;
                width: 20px;
            }

                section#scPlanlist-tabs > ul > li > a > span.completed > img {
                    margin: 0 0 3px 4px;
                }

        section#scPlanlist-tabs > ul > li.active {
            color: #FFFFFF;
            padding-bottom: 11px;
            position: relative;
        }

    section#scPlanlist-tabs > p {
        margin-top: 25px;
    }

        section#scPlanlist-tabs > p > img {
            padding-right: 5px;
            margin-top: -4px;
            vertical-align: middle;
        }

section#scHousehold-members {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
    position: relative;
    z-index: -1;
}

    section#scHousehold-members > p > img {
        padding-right: 5px;
        vertical-align: middle;
    }

    section#scHousehold-members > ul > li {
        background: none repeat scroll 0 0 #2060c0;
        border-radius: 4px;
        display: inline;
        margin-right: 5px;
        margin-top: 20px;
        position: relative;
        border-bottom: 3px solid #184b97;
        color: #FFFFFF;
        font-size: 20pt;
        padding: 6px 30px;
        text-decoration: none;
    }

section#planlist-pills {
    display: block;
    float: left;
    height: 55px;
    width: 100%;
    background: #2060C0;
    margin-top: -8px;
    border-radius: 2px;
    border-bottom: 3px solid rgba(0,0,0,.3);
}

.ie8 section#planlist-pills {
    border-bottom: 3px solid #d7d7d7; /* IE8 fix */
}

section#planlist-pills > .label {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 1.25em;
    padding: 10px 0 10px 14px;
    width: 160px;
}

section#planlist-pills > ul {
    margin-top: 18px;
    float: left;
}

    section#planlist-pills > ul > li {
        display: inline;
        color: #FFF;
        padding: 10px 25px;
        margin-top: 18px;
    }

        section#planlist-pills > ul > li.active {
            background: url('../images/whiteOverlay.png');
            border-radius: 3px;
            font-weight: bold;
            padding: 7px 24px;
        }

            section#planlist-pills > ul > li.active:hover {
                background: url('../images/whiteOverlay.png');
                font-weight: bold;
                padding: 7px 24px;
            }

        section#planlist-pills > ul > li:hover {
            background: url('../images/blackOverlay.png');
            border-radius: 3px;
            font-weight: normal;
            padding: 7px 25px;
        }

        section#planlist-pills > ul > li.IndSubsidy {
            font-size: 12px;
            margin-left: 125px;
            background: rgba(0,0,0,0.1);
            border-radius: 3px;
            font-weight: normal;
            padding: 7px 20px;
        }

        section#planlist-pills > ul > li > a {
            text-decoration: none;
            color: #fff;
        }

section#scBaseProduct {
    width: 940px;
    height: 140px;
    margin-left: 2px;
    background: #ffffff /*url('../images/baseProductBG.png') repeat-x -2px 56px*/;
    overflow: hidden;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 80%;
    /*box-shadow: 0 3px 8px -8px rgba(0,0,0,0.3), 0 8px 5px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 8px -8px rgba(0,0,0,0.3), 0 8px 5px -5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 8px -8px rgba(0,0,0,0.3), 0 8px 5px -5px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 8px -8px rgba(0,0,0,0.3), 0 8px 5px -5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 3px 8px -8px rgba(0,0,0,0.3), 0 8px 5px -5px rgba(0,0,0,0.1);*/
    /*box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -moz-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -ms-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -o-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;*/
}

    section#scBaseProduct > ul.scNavMenu {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 940px;
    }

        section#scBaseProduct > ul.scNavMenu a {
            text-decoration: none;
            outline: none;
        }

        section#scBaseProduct > ul.scNavMenu li {
            float: left;
            margin-right: 4px;
            width: 90px;
            height: 125px;
            position: relative;
            text-align: center;
            cursor: pointer;
        }

            section#scBaseProduct > ul.scNavMenu li > a {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 90px;
                height: 105px;
                z-index: 12;
                color: #333333;
                text-decoration: none;
            }

            section#scBaseProduct > ul.scNavMenu li a img {
                border: none;
                position: absolute;
                width: 90px;
                height: 45px;
                bottom: 85px;
                left: 0px;
                z-index: 100;
            }

            section#scBaseProduct > ul.scNavMenu li a span.scNavWrap {
                position: absolute;
                top: 30px;
                left: 0px;
                width: 90px;
                height: 105px;
                z-index: 15;
                background: #e9f9ff;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            section#scBaseProduct > ul.scNavMenu li a span.scNavWrapActive {
                position: absolute;
                top: -25px;
                left: 0px;
                width: 90px;
                height: 105px;
                z-index: 15;
                background: #e9f9ff;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                cursor: default;
            }

            section#scBaseProduct > ul.scNavMenu li span div.scNavTitle,
            section#scBaseProduct > ul.scNavMenu li span span.scNavProdCount,
            section#scBaseProduct > ul.scNavMenu li a {
                margin: 0;
            }

            section#scBaseProduct > ul.scNavMenu li span div.scNavTitle {
                top: 21px;
                color: #666666;
                text-align: center;
                font-size: 11px;
            }

                section#scBaseProduct > ul.scNavMenu li span div.scNavTitle p {
                    margin: 0;
                    padding: 0;
                    margin-top: 22px;
                    line-height: 100%;
                }

            section#scBaseProduct > ul.scNavMenu li span span.scNavProdCount {
                position: absolute;
                top: 50px;
                left: 21px;
                text-align: center;
                font-size: 20px;
                line-height: 90%;
                background: #ffffff;
                width: 30px;
                height: 30px;
                padding: 9px 9px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                color: #666666;
            }

                section#scBaseProduct > ul.scNavMenu li span span.scNavProdCount p.scPlanTextinTab {
                    color: #999;
                    font-size: 12px;
                    font-weight: 400;
                    margin-top: 15px;
                }

                section#scBaseProduct > ul.scNavMenu li span span.scNavProdCount p {
                    position: absolute;
                    top: 7px;
                    left: -1px;
                    text-align: center;
                    width: 50px;
                }

    section#scBaseProduct > ul.scNavMenu {
        margin-top: 60px;
    }

section#scSort {
    background: #c5ddf3;
    border-radius: 3px;
    padding: 5px 14px;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

    section#scSort > .sort-header {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline;
        float: left;
        margin-top: 3px;
    }

    section#scSort > .sort-options {
        display: inline;
        float: left;
    }

        section#scSort > .sort-options > ul {
            margin: 0;
            padding: 0;
            padding-left: 10px;
        }

            section#scSort > .sort-options > ul > li {
                display: inline-block;
                margin: 0 0 0 5px;
                background: none repeat scroll 0 0 #e8e8e8;
                border-radius: 3px;
                padding: 4px 15px;
                cursor: pointer;
            }

                section#scSort > .sort-options > ul > li:hover {
                    display: inline-block;
                    margin: 0 0 0 5px;
                    background: none repeat scroll 0 0 #fff;
                    border-radius: 3px;
                    padding: 4px 15px;
                    cursor: pointer;
                }

                section#scSort > .sort-options > ul > li.active {
                    display: inline-block;
                    margin: 0 0 0 5px;
                    background: none repeat scroll 0 0 #fff;
                    border-radius: 3px;
                    padding: 4px 15px;
                }

                section#scSort > .sort-options > ul > li > a {
                    font-size: 13px;
                    text-decoration: none;
                }

                    section#scSort > .sort-options > ul > li > a:hover {
                        text-decoration: none;
                    }

section#filter > .filter-header {
    background: #c9c9c9;
    border-radius: 3px;
    padding: 8px 14px;
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 9;
}

section#filter > .scFilter-header {
    background: #c5ddf3;
    border-radius: 3px;
    padding: 8px 14px;
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 9;
}

section#filter > .filter-options > h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0 0 14px;
}

section#filter > .filter-options > h4 > img {
    vertical-align: middle !important;
}

section#filter > .filter-options > ul {
    background-color: #f5f5f5;
    padding: 13px 4px 13px 12px;
    border-top: 1px solid #ccc;
}

    section#filter > .filter-options > ul > li {
        font-size: 80%;
        line-height: 20px;
        position: relative;
    }

        section#filter > .filter-options > ul > li > a {
            padding-left: 25px;
            display: inline-block;
            line-height: 120%;
        }

            section#filter > .filter-options > ul > li > a span.scPremiumRange {
                color: #999999;
                font-size: 12px;
            }

        section#filter > .filter-options > ul > li:before {
            content: '';
            position: absolute;
            top: 0px;
            height: 0px;
            height: 20px;
            width: 21px;
            background: url('../images/filters-status.png') no-repeat 0px -20px;
        }

        section#filter > .filter-options > ul > li.active {
            font-weight: 600;
        }

            section#filter > .filter-options > ul > li.active:before {
                background: url('../images/filters-status.png') no-repeat 0px 0px;
            }

        section#filter > .filter-options > ul > li a {
            text-decoration: none;
        }

            section#filter > .filter-options > ul > li a:hover {
                text-decoration: underline;
            }

section#sort {
    background: #c9c9c9;
    border-radius: 3px;
    padding: 5px 14px;
    overflow: hidden;
}

    section#sort > .sort-header {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline;
        float: left;
        margin-top: 3px;
    }

    section#sort > .sort-options {
        display: inline;
        float: left;
    }

        section#sort > .sort-options > ul {
            margin: 0;
            padding: 0;
            padding-left: 10px;
        }

            section#sort > .sort-options > ul > li {
                display: inline-block;
                margin: 0 0 0 5px;
                background: none repeat scroll 0 0 #ebebeb;
                border-radius: 3px;
                padding: 4px 15px;
                cursor: pointer;
            }

                section#sort > .sort-options > ul > li.subsidyCheckbox, section#sort > .sort-options > ul > li.subsidyCheckbox:hover {
                    font-weight: bold;
                    display: inline-block;
                    margin: 0 0 0 50px;
                    background: none !important;
                    font-size: 13px !important;
                    padding: 4px 0px;
                    vertical-align: middle;
                    cursor: default;
                }

                    section#sort > .sort-options > ul > li.subsidyCheckbox input {
                        display: inline-block;
                        vertical-align: middle;
                    }

/*section#scSort > .sort-options > ul > li.subsidyCheckbox, section#sort > .sort-options > ul > li.subsidyCheckbox:hover {*/
section#scSort > .sort-options > ul > li.subsidyCheckbox {
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 50px;
    background: none !important;
    font-size: 13px !important;
    padding: 4px 0px;
    vertical-align: middle;
    cursor: default;
}

    section#scSort > .sort-options > ul > li.subsidyCheckbox input {
        display: inline-block;
        vertical-align: middle;
    }

section#sort > .sort-options > ul > li:hover {
    display: inline-block;
    margin: 0 0 0 5px;
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    padding: 4px 15px;
    cursor: pointer;
}

section#sort > .sort-options > ul > li.active {
    display: inline-block;
    margin: 0 0 0 5px;
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    padding: 4px 15px;
}

section#sort > .sort-options > ul > li > a {
    font-size: 13px;
    text-decoration: none;
}

    section#sort > .sort-options > ul > li > a:hover {
        text-decoration: none;
    }

/******** alert message starts ********/
.messageWrapper > .messageAlert {
    padding: 10px 15px;
    border: 5px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    display: table;
}

    .messageWrapper > .messageAlert > .messageContent {
        font-size: 12px;
        line-height: 140%;
        display: table-cell;
        vertical-align: top;
        padding-right: 25px;
    }

    .messageWrapper > .messageAlert > .messageButton {
        display: table-cell;
        vertical-align: middle;
    }

        .messageWrapper > .messageAlert > .messageButton > a.buttonAlert {
            background-color: #FFA457;
            border-bottom: 3px solid rgba(0,0,0,.3);
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            color: white;
            font-size: 16px;
            line-height: 20px;
            font-weight: normal;
            padding: 8px 20px;
            text-decoration: none;
            display: block;
            white-space: nowrap;
        }

            .messageWrapper > .messageAlert > .messageButton > a.buttonAlert:hover {
                background-color: #FFA457;
                border-bottom: 3px solid rgba(0,0,0,.45);
            }

        .messageWrapper > .messageAlert > .messageButton > .Blue {
            border: none;
            color: white;
            background: #2060c0; /* Old browsers */
            background: -moz-linear-gradient(top, #2060c0 0%, #184b97 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #2060c0 0%,#184b97 100%); /* IE10+ */
            background: linear-gradient(to bottom, #2060c0 0%,#184b97 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
        }

.ie8 .messageWrapper > .messageAlert > .messageButton > .Blue {
    border-bottom: 3px solid #154183; /* IE8 fix */
}

.messageWrapper > .messageAlert > .messageButton > .DarkGreen {
    border: none;
    color: white;
    background: #006666; /* Old browsers */
    background: -moz-linear-gradient(top, #006666 0%, #004c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006666 0%,#004c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006666 0%,#004c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #006666 0%,#004c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}

.ie8 .messageWrapper > .messageAlert > .messageButton > .DarkGreen {
    border-bottom: 3px solid #004141; /* IE8 fix */
}

.messageWrapper > .messageAlert > .messageButton > .LightGreen {
    border: none;
    color: white;
    background: #66a72d; /* Old browsers */
    background: -moz-linear-gradient(top, #66a72d 0%, #518425 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66a72d 0%,#518425 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66a72d 0%,#518425 100%); /* IE10+ */
    background: linear-gradient(to bottom, #66a72d 0%,#518425 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}

.ie8 .messageWrapper > .messageAlert > .messageButton > .LightGreen {
    border-bottom: 3px solid #40691d; /* IE8 fix */
}

.messageWrapper > .messageAlert > .messageButton > .Orange {
    border: none;
    color: white;
    background: #e96b00; /* Old browsers */
    background: -moz-linear-gradient(top, #e96b00 0%, #d26000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e96b00 0%,#d26000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e96b00 0%,#d26000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}

.ie8 .messageWrapper > .messageAlert > .messageButton > .Orange {
    border-bottom: 3px solid #b35302; /* IE8 fix */
}

.messageWrapper > .messageAlert > .messageButton > .Red {
    border: none;
    color: white;
    background: #b33232; /* Old browsers */
    background: -moz-linear-gradient(top, #b33232 0%, #992b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b33232 0%,#992b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b33232 0%,#992b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}

.ie8 .messageWrapper > .messageAlert > .messageButton > .Red {
    border-bottom: 3px solid #852525; /* IE8 fix */
}

.messageWrapper > .messageAlert > .messageButton > .Grey {
    border: none;
    color: #333333 !important;
    background: #eaeaea !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eaeaea 0%,#d6d6d6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d6d6d6',GradientType=0 ) !important; /* IE6-9 */
}

.ie8 .messageWrapper > .messageAlert > .messageButton > .Grey {
    border-bottom: 3px solid #40691d !important; /* IE8 fix */
}

#planlist-cart.Blue {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #2060c0; /* Old browsers */
    background: -moz-linear-gradient(top, #2060c0 0%, #184b97 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2060c0 0%,#184b97 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2060c0 0%,#184b97 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}

.ie8 #planlist-cart.Blue {
    border-bottom: 3px solid #154183; /* IE8 fix */
}

#planlist-cart.Blue:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #184b97;
}

#planlist-cart.DarkGreen {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #006666; /* Old browsers */
    background: -moz-linear-gradient(top, #006666 0%, #004c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006666 0%,#004c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006666 0%,#004c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #006666 0%,#004c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}

.ie8 #planlist-cart.DarkGreen {
    border-bottom: 3px solid #004141; /* IE8 fix */
}

#planlist-cart.DarkGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #004c4c;
}

#planlist-cart.LightGreen {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #66a72d; /* Old browsers */
    background: -moz-linear-gradient(top, #66a72d 0%, #518425 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66a72d 0%,#518425 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66a72d 0%,#518425 100%); /* IE10+ */
    background: linear-gradient(to bottom, #66a72d 0%,#518425 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}

.ie8 #planlist-cart.LightGreen {
    border-bottom: 3px solid #40691d; /* IE8 fix */
}

#planlist-cart.LightGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #518425;
}

#planlist-cart.Orange {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #e96b00; /* Old browsers */
    background: -moz-linear-gradient(top, #e96b00 0%, #d26000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e96b00 0%,#d26000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e96b00 0%,#d26000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}

.ie8 #planlist-cart.Orange {
    border-bottom: 3px solid #b35302; /* IE8 fix */
}

#planlist-cart.Orange:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #d26000;
}

#planlist-cart.Red {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #b33232; /* Old browsers */
    background: -moz-linear-gradient(top, #b33232 0%, #992b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b33232 0%,#992b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b33232 0%,#992b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}

.ie8 #planlist-cart.Red {
    border-bottom: 3px solid #852525; /* IE8 fix */
}

#planlist-cart.Red:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #992b2b;
}

#scPlanlist-cart.Blue {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #2060c0; /* Old browsers */
    background: -moz-linear-gradient(top, #2060c0 0%, #184b97 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2060c0 0%,#184b97 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2060c0 0%,#184b97 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}

.ie8 #scPlanlist-cart.Blue {
    border-bottom: 3px solid #154183; /* IE8 fix */
}

#scPlanlist-cart.Blue:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #184b97;
}

#scPlanlist-cart.DarkGreen {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #006666; /* Old browsers */
    background: -moz-linear-gradient(top, #006666 0%, #004c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006666 0%,#004c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006666 0%,#004c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #006666 0%,#004c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}

.ie8 #scPlanlist-cart.DarkGreen {
    border-bottom: 3px solid #004141; /* IE8 fix */
}

#scPlanlist-cart.DarkGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #004c4c;
}

#scPlanlist-cart.LightGreen {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #66a72d; /* Old browsers */
    background: -moz-linear-gradient(top, #66a72d 0%, #518425 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66a72d 0%,#518425 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66a72d 0%,#518425 100%); /* IE10+ */
    background: linear-gradient(to bottom, #66a72d 0%,#518425 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}

.ie8 #scPlanlist-cart.LightGreen {
    border-bottom: 3px solid #40691d; /* IE8 fix */
}

#scPlanlist-cart.LightGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #518425;
}

#scPlanlist-cart.Orange {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #e96b00; /* Old browsers */
    background: -moz-linear-gradient(top, #e96b00 0%, #d26000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e96b00 0%,#d26000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e96b00 0%,#d26000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}

.ie8 #scPlanlist-cart.Orange {
    border-bottom: 3px solid #b35302; /* IE8 fix */
}

#scPlanlist-cart.Orange:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #d26000;
}

#scPlanlist-cart.Red {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #b33232; /* Old browsers */
    background: -moz-linear-gradient(top, #b33232 0%, #992b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b33232 0%,#992b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b33232 0%,#992b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}

.ie8 #scPlanlist-cart.Red {
    border-bottom: 3px solid #852525; /* IE8 fix */
}

#scPlanlist-cart.Red:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #992b2b;
}

/******** alert message ends ********/
/******PLAN STYLING******/
section#plan > .plan-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEECED;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    margin-top: 25px;
    /*min-height: 303px;*/
    height: 100%;
    position: relative;
}

section#plan > .scPlan-item {
    margin-top: 10px;
}

section#plan > .plan-item > .compare-wrapper {
    width: 75px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    float: left;
}

.scRating {
    position: absolute;
    top: 80px;
    left: 7px;
}

.scRating-star {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background: url('../images/scStarRating.png') 0 -12px;
}

.scStarChecked {
    background-position: 0 0;
}

section#plan > .plan-item > .compare-wrapper > .compare {
    padding: 20px 0 0 0;
    font-size: 12px;
    text-align: center;
}

    section#plan > .plan-item > .compare-wrapper > .compare > input {
        display: block;
        margin: 0 auto;
    }

    section#plan > .plan-item > .compare-wrapper > .compare > a {
        text-decoration: none;
        font-weight: normal;
        color: #2160bf;
        display: block;
    }

        section#plan > .plan-item > .compare-wrapper > .compare > a:hover {
            text-decoration: underline;
        }

        section#plan > .plan-item > .compare-wrapper > .compare > a.active {
            text-decoration: underline;
            font-weight: bold;
            color: #2160bf;
        }

section#plan > .plan-item > .plan-content {
    float: left;
    height: 100%;
    left: 75px;
    /*position: absolute;*/
    margin-left: 75px;
    top: 0;
    width: 625px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    section#plan > .plan-item > .plan-content > .row:first-child {
        margin-top: 0px;
    }

    section#plan > .plan-item > .plan-content > .row {
        margin-top: 2px;
    }

    section#plan > .plan-item > .plan-content > .clear {
        clear: both;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered {
        border-top: 1px solid #eee;
        padding: 15px 0px 0px 0px;
    }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left {
            float: left;
            padding-left: 5px;
            width: 395px;
            border-right: 1px solid #eee;
        }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right {
            float: left;
            width: 160px;
            padding: 10px 20px;
            min-height: 210px;
        }

    section#plan > .plan-item > .plan-content > .row > .plan-logo {
        float: left;
        width: 130px;
        height: 45px;
    }

    section#plan > .plan-item > .plan-content > .plan-network {
        padding-top: 4px !important;
        padding-left: 4px !important;
        font-size: 13px;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-logo img {
        width: 130px;
        height: 45px;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-name {
        float: left;
        font-size: 16px;
        padding-left: 10px;
        padding-top: 15px;
        width: 310px;
        line-height: 110%;
    }

    section#plan > .plan-item > .plan-content > .row > .scPlan-name {
        float: left;
        font-size: 16px;
        padding-left: 20px;
        padding-top: 18px;
        width: 350px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-csr-badge {
        float: left;
        border-radius: 4px;
        padding: 3px 7px;
        margin: 0px 2px 4px 2px;
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        cursor: pointer;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-badge {
        display: inline;
        float: left;
        border-radius: 4px;
        padding: 3px 9px;
        margin: 0px 2px 4px 2px;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-badge > .scSmallIcon {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-bottom: -4px;
            margin-right: 5px;
            background: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
        }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-badge > .scDentalIncluded {
            background: url('../images/scDentalIncluded.png') no-repeat;
        }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-badge > .scHSAIncluded {
            background: url('../images/scHSAIncluded.png') no-repeat;
        }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-csr-badge > a img {
        margin-bottom: -4px;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-tier-badge {
        margin-right: 3px;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-easy-badge {
        margin-right: 3px;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-easy-badge img {
        vertical-align: middle!important;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-type-badge,
    section#plan > .plan-item > .plan-content > .row > .plan-tier-badge,
    section#plan > .plan-item > .plan-content > .row > .plan-type-badge {
        float: right;
        border-radius: 4px;
        padding: 3px 7px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-easy-badge {
        float: right;
        border-radius: 4px;
        padding: 3px 0px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: #000000;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-easy-badge img {
        vertical-align: middle !important;
    }

    section#plan > .plan-item > .plan-content > .row > .Plan-type-badge,
    section#plan > .plan-item > .plan-content > .row > .scPlanTypeBadge > .scPlan-type-badge,
    section#plan > .plan-item > .plan-content > .row > .scPlanTypeBadge > .scPlan-tier-badge {
        margin-bottom: 3px;
        border-radius: 4px;
        padding: 2px 7px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-type-badge {
        position: absolute;
        right: 215px;
        background: #2060c0;
        color: #FFF;
        padding: 3px 15px;
        margin-right: 15px;
    }

    section#plan > .plan-item > .plan-content > .row > .Plan-type-badge,
    section#plan > .plan-item > .plan-content > .row > .scPlanTypeBadge > .scPlan-type-badge {
        background: #2060c0;
        color: #FFF;
        padding: 2px 15px;
    }
    section#plan > .plan-item > .plan-content > .row > .scPlanTypeBadge > .scPlan-easy-badge {
        background: none !important;
        color: #000000;
        text-transform: uppercase;
        font-weight: bold;
        padding: 2px 0px;
    }
    section#plan > .plan-item > .plan-content > .row > .scPlanTypeBadge {
        float: right;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-csr-badge {
        background: #50a8ff;
        margin-right: 5px;
        color: #FFF;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-badge {
        background: #50a8ff;
        color: #FFF;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-tier-badge {
        background: #dbdbdb;
        color: #444;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-easy-badge {
        background: none;
        color: #000000;
    }

    section#plan > .plan-item > .plan-content > .row > .plan-easy-badge img {
        vertical-align: middle !important;
    }

    section#plan > .plan-item > .plan-content > .row > .scPlanTypeBadge > .scPlan-tier-badge {
        background: #dbdbdb;
        color: #444;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-premium {
        float: right;
        width: 230px;
        text-align: right;
        background-image: url('../images/WBEicon-info-blue.png');
        background-repeat: no-repeat;
        background-position: right top;
    }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-premium > a.costBreakdown {
            text-decoration: none;
            display: block;
        }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-premium > a.costBreakdown > span.premium {
                font-size: 32px;
                font-weight: 300;
                color: #2060c0;
            }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-premium > a.costBreakdown > span.premium-interval {
                font-size: 12px;
            }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-premium > span.costAfterSubsidy {
            font-size: 12px;
            color: #999999;
            display: block;
        }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-details-table {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        line-height: 125%;
    }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-details-table > tbody > tr > td {
            font-size: 12px;
            padding-left: 10px;
            width: 360px;
            border-bottom: 1px dotted #999999;
        }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-details-table > tbody > tr > td > span.label {
                color: #333333;
            }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-details-table > tbody > tr > td > span.benefit {
                color: #2060c0;
                float: right;
            }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .Plan-details-table > tbody > tr > td > span.Height8px {
                min-height: 8px;
            }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        line-height: 125%;
    }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table tbody {
            width: 100%;
        }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table > tbody > tr {
            width: 100%;
        }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table > tbody > tr > td {
                font-size: 12px;
                width: 360px;
                border-bottom: 1px dotted #999999;
            }

                section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table > tbody > tr > td > span.label {
                    color: #333333;
                    cursor: pointer;
                }

                section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table > tbody > tr > td > span.benefit {
                    color: #2060c0;
                }

                section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table > tbody > tr > td > span.scBenefit {
                    color: #2060c0;
                    float: right;
                }

                section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .scPlan-details-table > tbody > tr > td > span.scHeight8px {
                    min-height: 8px;
                }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-links,
    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-links {
        float: left;
        margin-top: 11px;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-links {
        padding-left: 16px;
    }

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-links {
        padding-left: 10px;
    }

        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-links > .link,
        section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-links > .link {
            display: inline;
        }

            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-links > .link > a,
            section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-links > .link > a {
                color: #2060c0;
                font-size: 12px;
                text-decoration: none;
            }

                section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-links > .link > a > span,
                section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-links > .link > a > span {
                    position: relative;
                    top: 3px;
                    left: 0;
                }
/*ICOMOON*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e600";
}

.icon-search:before {
    content: "\e601";
}

.icon-user:before {
    content: "\e602";
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-left > .plan-links > .link > a > img,
section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .plan-links > .link > a > img {
    position: relative;
    top: 4px;
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan {
    /*position: absolute;*/
    position: inherit;
    display: inline-block;
    bottom: 15px;
    right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFA457;
    border-bottom: 3px solid #E96B00;
    border-radius: 3px;
    color: #FFFFFF;
    /*float: right;*/
    font-size: 18px;
    font-weight: bold;
    padding: 5px 7px 7px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Blue {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #2060c0; /* Old browsers */
    background: -moz-linear-gradient(top, #2060c0 0%, #184b97 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2060c0 0%,#184b97 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2060c0 0%,#184b97 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Blue {
    border-bottom: 3px solid #154183; /* IE8 fix */
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .Blue:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.DarkGreen {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #006666; /* Old browsers */
    background: -moz-linear-gradient(top, #006666 0%, #004c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #006666 0%,#004c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #006666 0%,#004c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #006666 0%,#004c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.DarkGreen {
    border-bottom: 3px solid #004141; /* IE8 fix */
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .DarkGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.LightGreen {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #66a72d; /* Old browsers */
    background: -moz-linear-gradient(top, #66a72d 0%, #518425 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66a72d 0%,#518425 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66a72d 0%,#518425 100%); /* IE10+ */
    background: linear-gradient(to bottom, #66a72d 0%,#518425 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.LightGreen {
    border-bottom: 3px solid #40691d; /* IE8 fix */
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .LightGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Orange {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #e96b00; /* Old browsers */
    background: -moz-linear-gradient(top, #e96b00 0%, #d26000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e96b00 0%,#d26000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e96b00 0%,#d26000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Orange {
    border-bottom: 3px solid #b35302; /* IE8 fix */
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .Orange:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Red {
    border: none;
    color: white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #b33232; /* Old browsers */
    background: -moz-linear-gradient(top, #b33232 0%, #992b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b33232 0%,#992b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b33232 0%,#992b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Red {
    border-bottom: 3px solid #852525; /* IE8 fix */
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .Red:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan > span.add-text {
    padding-right: 18px;
}

    section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan > span.add-text:before {
        background: rgba(0,0,0,.3);
        bottom: 0px;
        content: "";
        display: block;
        height: 30px;
        position: relative;
        right: 30px;
        width: 1px;
        float: right;
    }

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan.Blue > span.add-text:before {
    background: #154183;
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan.DarkGreen > span.add-text:before {
    background: #004141;
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan.LightGreen > span.add-text:before {
    background: #40691d;
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan.Orange > span.add-text:before {
    background: #b35302;
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan.Red > span.add-text:before {
    background: #852525;
}

section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > a.add-plan > span.add-icon {
    font-size: 32px;
    font-weight: normal;
    left: 8px;
    position: relative;
    top: 4px;
}

section#pagination {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EDEDED;
    display: block;
    height: 20px;
    margin-top: 25px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}

    section#pagination > .paging > a {
        text-decoration: none;
        color: #2060c0;
        font-weight: bold;
        padding: 0px 5px;
    }

        section#pagination > .paging > a.first {
            margin-left: 65px;
        }

    section#pagination > .paging > span.pageIndicator {
        padding: 0px 10px;
    }

    section#pagination > .paging,
    section#pagination > .viewResults {
        display: inline;
    }

    section#pagination > .viewResults {
        float: right;
    }

        section#pagination > .viewResults > select {
            width: 130px;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
        }

section#changeQuote > .changeQuoteContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EDEDED;
    display: block;
    height: auto;
    margin: 25px 0px 10px 0px;
}

    section#changeQuote > .changeQuoteContent > table.table {
        font-size: 14px;
        margin-bottom: 0px;
    }

        section#changeQuote > .changeQuoteContent > table.table > thead {
            background: #2060c0;
            color: #fff;
        }

            section#changeQuote > .changeQuoteContent > table.table > thead > tr > td,
            section#changeQuote > .changeQuoteContent > table.table > tbody > tr > td {
                text-align: center;
            }

                section#changeQuote > .changeQuoteContent > table.table > thead > tr > td:first-child,
                section#changeQuote > .changeQuoteContent > table.table > tbody > tr > td:first-child {
                    text-align: left;
                    padding-left: 15px;
                }

        section#changeQuote > .changeQuoteContent > table.table > tbody > tr {
            border-bottom: 1px solid #DDD;
        }

    section#changeQuote > .changeQuoteContent > table.changeQuoteDetails {
        background: #FAFAFA;
        border: 0px solid rgba(0, 0, 0, .0);
        width: 100%;
        font-size: 12px;
    }

        section#changeQuote > .changeQuoteContent > table.changeQuoteDetails > tbody > tr > td {
            width: 233px;
        }

        section#changeQuote > .changeQuoteContent > table.changeQuoteDetails > tbody > tr.firstRow > td {
            padding-top: 15px;
        }

        section#changeQuote > .changeQuoteContent > table.changeQuoteDetails > tbody > tr.lastRow > td {
            padding-bottom: 15px;
        }

            section#changeQuote > .changeQuoteContent > table.changeQuoteDetails > tbody > tr.firstRow > td:first-child,
            section#changeQuote > .changeQuoteContent > table.changeQuoteDetails > tbody > tr.lastRow > td:first-child {
                padding-left: 10px;
            }

        section#changeQuote > .changeQuoteContent > table.changeQuoteDetails > tbody > tr > td > span.label {
            font-weight: bold;
        }

    section#changeQuote > .changeQuoteContent ul li {
        display: inline;
        margin-right: 25px;
    }

    section#changeQuote > .changeQuoteContent .eProReportFamilyInfoWBE {
        width: 880px;
        padding: 25px 0 25px 60px;
        font-size: 12px;
    }

section#changeQuote > a.changeQuoteBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #999999;
    border-bottom: 3px solid #585858;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 15px;
    text-align: center;
    text-decoration: none;
    width: 280px;
    position: relative;
    top: 10px;
}

section#changeQuote > .scViewCartBottom > #scPlanlist-cart {
    float: right;
    display: inline-block;
}


section#changeQuote > a.changeQuoteBtn:hover {
    background: none repeat scroll 0 0 #7b7b7b;
    color: #FFFFFF;
}

section#companyDisclaimer {
    margin-top: 25px;
    font-size: 0.8em;
}

.premiumBreakdownModal {
    padding: 10px 10px 0 10px;
    width: 235px;
}

.premiumBreakdownHouseholdModal {
    padding: 10px 10px 0 10px;
    width: 600px;
}

    .premiumBreakdownModal > h4, .premiumBreakdownHouseholdModal > h4 {
        margin-left: 5px;
    }

.premiumBreakdown {
    font-size: 12px;
}

    .premiumBreakdown tr td.premium {
        font-weight: bold;
        color: #2060c0;
        border-top: 1px solid #ccc;
        padding-top: 12px;
        text-transform: uppercase;
    }

    .premiumBreakdown tr.premiumBreakdownHeader td {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

/*Planlist household*/
section#household-members > .household-members-container {
    background: #fafafa;
    border-radius: 3px;
    padding: 11px 0 0 14px;
}

    section#household-members > .household-members-container > p {
        color: #444;
        margin-bottom: 0px;
    }

        section#household-members > .household-members-container > p.label {
            font-weight: bold;
            font-size: 14px;
            padding: 5px 0 0 0px;
        }

        section#household-members > .household-members-container > p.content {
            font-size: 22px;
            font-weight: 400;
            padding: 2px 0 10px 0px;
            color: #2060c0;
        }

.planlist-household-header-wrapper > .sixteen > section#planlist-pills {
    margin-top: 20px;
}

section#household-members > .household-members-container {
    background: #fafafa;
    border-radius: 3px;
    padding: 11px 0 0 14px;
}
/*.Grey{
        background:linear-gradient(to bottom, #f0f2e5 0%, #7c7f6c 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
        border-bottom: 3px solid #7c7f6c!important;
        color: Green!important;
    }*/
section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Grey {
    border: none;
    color: #333333 !important;
    border-bottom: 3px solid rgba(0,0,0,.3) !important;
    background: #eaeaea !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%,#d6d6d6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eaeaea 0%,#d6d6d6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d6d6d6',GradientType=0 ) !important; /* IE6-9 */
}

.ie8 section#plan > .plan-item > .plan-content > .row.bottom-top-bordered > .row-right > .row > .add-plan.Grey {
    border-bottom: 3px solid #40691d !important; /* IE8 fix */
}


#ShortTermDIV {
    background-color: #FFFFFF;
    padding: 30px;
    width: 400px;
    border: 5px solid #ccc;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1002;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    #ShortTermDIV .STpopupHeader {
        text-align: center;
        padding: 10px 0 50px 0;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: normal;
        font-size: 26px;
        width: 300px;
    }

    #ShortTermDIV select {
        border: 1px solid #bbb;
        width: 160px;
        height: 38px;
        *height: 38px;
        padding: 7px 5px;
        text-transform: none;
        font-family: inherit;
        font-size: 80%;
        -webkit-text-size-adjust: 80%;
        margin: 0;
        color: #555;
    }

    #ShortTermDIV input[type='text'] {
        border: 1px solid #bbb;
        color: #555;
        height: 26px;
        line-height: 26px;
        padding: 5px 5px;
        font-family: inherit;
        font-size: 100%;
        margin: 0;
        font-size: 80%;
        -webkit-text-size-adjust: 80%;
    }

#HSMShortTermDIV {
    background-color: #FFFFFF;
    padding: 30px;
    width: 400px;
    border: 5px solid #ccc;
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1002;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    #HSMShortTermDIV .STpopupHeader {
        text-align: center;
        padding: 10px 0 50px 0;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: normal;
        font-size: 26px;
        width: 300px;
    }

    #HSMShortTermDIV select {
        border: 1px solid #bbb;
        width: 160px;
        height: 38px;
        *height: 38px;
        padding: 7px 5px;
        text-transform: none;
        font-family: inherit;
        font-size: 80%;
        -webkit-text-size-adjust: 80%;
        margin: 0;
        color: #555;
    }

    #HSMShortTermDIV input[type='text'] {
        border: 1px solid #bbb;
        color: #555;
        height: 26px;
        line-height: 26px;
        padding: 5px 5px;
        font-family: inherit;
        font-size: 100%;
        margin: 0;
        font-size: 80%;
        -webkit-text-size-adjust: 80%;
    }

.household-members-container span.notEligibleMember {
    text-decoration: line-through;
    color: #666;
    padding-right: 20px;
    background: url('../images/redAlert.png') no-repeat top right;
}

.household-members-container a {
    text-decoration: none;
}

section#SCAPTC-calc {
    width: 100%;
    height: 65px;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #2060C0;
    border-bottom: 3px solid rgba(0,0,0,.3);
}

.SCAPTC-label-wrapper {
    width: 120px;
    height: auto;
    padding: 10px 5px;
    margin-left: 20px;
    float: left;
}

.SCAPTC-CSR-wrapper {
    margin-top: 33px;
    width: 130px;
    height: auto;
    padding: 5px;
    float: left;
}

.SCAPTC-CSR-wrapper1 {
    width: 70px;
    height: auto;
    padding: 3px 0;
    float: left;
}

.SCAPTC-CSR-wrapper2 {
    margin: 0;
    width: 440px;
    height: auto;
    padding: 3px;
    float: right;
}

.SCAPTC-main-label {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0px;
    padding-right: 10px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}

a.SCAPTC-view-eligibility {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    display: block;
    font-style: italic;
}

.SCAPTC-subsidy-wrapper {
    width: 165px;
    height: auto;
    margin-right: 5px;
    margin-left: 30px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

.SCAPTC-costshare-wrapper {
    width: 130px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

.SCAPTC-included-wrapper {
    width: 110px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

.SCCSR-title {
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-left: 50px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    line-height: 100%;
    display: block;
}

.SCCSR-amount {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.SCCSR-census1 {
    width: 125px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 90%;
    text-align: left;
    display: inline-block;
    float: left;
}

.SCCSR-census2 {
    width: 90px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 90%;
    text-align: left;
    display: inline-block;
    float: left;
}

.SCCSR-census3 {
    width: 120px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 90%;
    text-align: left;
    display: inline-block;
    float: left;
}
.SCCSR-census4 {
    width: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 90%;
    text-align: left;
    display: inline-block;
    float: right;
}

.SCCSR-census1 > p {
    margin: 1px;
    0;
}

    .SCCSR-census1 > p > a {
        padding: 5px 12px;
        margin: -1px 0 0 5px;
        font-size: 12px;
    }

.SCCSRarrowBox {
    top: -5px;
    color: transparent;
    font-size: 5px;
    height: 13px;
    position: relative;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
}

    .SCCSRarrowBox:after, .SCCSRarrowBox:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 15px;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .SCCSRarrowBox:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: rgba(255, 255, 255, 0.5);
        border-width: 6px;
        margin-left: -6px;
    }

.SCAPTC-amount {
    background: transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 3px 0;
    display: block;
}

    .SCAPTC-amount span.appliedMembers {
        color: rgba(255, 255, 255, 0.7);
        font-size: 16px;
        padding-left: 3px;
    }

.SCAPTC-income {
    width: 80px;
    background: none repeat scroll 0 0 #2572E6;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    text-align: right;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 5px;
}

.SCAPTC-amount:last-child {
    font-weight: bold;
}

.SCAPTC-top-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.SCAPTC-divider {
    background: rgba(255, 255, 255, 0.5);
    float: left;
    height: 40px;
    margin-right: 17px;
    margin-top: 17px;
    width: 1px;
}

.SCappliedMembers {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 3px;
}

.GISCAPTC-subsidy-wrapper {
    height: auto;
    margin-right: 5px;
    margin-left: 30px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.GISCAPTC-contribution-wrapper {
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.GISCAPTC-total-wrapper {
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.GISCAPTC-applied-wrapper {
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.GISCAPTC-divider {
    background: rgba(255, 255, 255, 0.5);
    float: left;
    height: 55px;
    margin: 0 10px;
    margin-top: 7px;
    width: 1px;
}

.GISCAPTC-top-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-style: italic;
    margin: 0 0 5px 0;
    line-height: 110%;
}

.GISCAPTC-amount {
    background: transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 3px 0;
    display: block;
}

.GISCAPTC-firstcolumn {
    margin-left: 30px;
    margin-top: 5px;
    float: left;
}

section#SCHRA-calc {
    width: 100%;
    height: 65px;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #2060C0;
    border-bottom: 3px solid rgba(0,0,0,.3);
}

.SCHRA-scenario-wrapper {
    width: 350px;
    height: auto;
    margin-right: 5px;
    margin-left: 30px;
    text-align: left;
    float: left;
}

.SCHRA-scenario-label {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin: 0;
}

.SCHRA-top-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-style: italic;
    margin: 0;
    line-height: 100%;
}

.SCHRA-divider {
    background: rgba(255, 255, 255, 0.5);
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 17px;
    width: 1px;
}

.SCHRA-EmpContribution-wrapper {
    width: 250px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

.SCHRA-EmpContribution-wrapper2 {
    width: 200px;
    height: auto;
    margin-right: 5px;
    margin-left: 20px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.SCHRA-EmpContribution-amount {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

    .SCHRA-EmpContribution-amount .label {
        font-size: 13px;
        font-weight: normal;
    }

.SCHRA-RemainingContribution-wrapper {
    width: 250px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

.SCHRA-subsidy-wrapper {
    width: 116px;
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.SCHRA-subsidy-warning {
    width: 340px;
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.SCHRA-subsidy-warning-label {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

.SCHRA-subsidy-amount {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

    .SCHRA-subsidy-amount .label {
        font-size: 13px;
        font-weight: normal;
    }

.SCHRA-CSR-wrapper {
    width: 80px;
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.SCHRA-CSR-amount {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.SCHRA-PCR-wrapper {
    width: 200px;
    height: auto;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

.SCHRA-PCR-amount {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

    .SCHRA-PCR-amount .label {
        font-size: 13px;
        font-weight: normal;
    }

.dentalDiscountDescription {
    width: 100%;
    padding: 4px;
    display: inline-block;
    color: #fff;
    line-height: 150%;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}

.eProQuotitPaymentTypeWarning {
    padding: 5px 15px 0 0;
    margin: 0;
    width: 180px !important;
    font-size: 11px;
    background-image: url("/QiProM1/images/icon-warning.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px 12px;
    line-height: 12px;
}

.badge {
    display: block;
    border: 1px solid silver;
    width: 150px;
    float: right;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
}

/*
 * policy-disclaimer styling
*/

.policy-disclaimer .section {
    margin-bottom: 1rem;
}

.policy-disclaimer .bullet-list {
    margin-bottom: 1rem;
}

    .policy-disclaimer .bullet-list > p {
        margin: 0;
    }

    .policy-disclaimer .bullet-list .tall-bullet-list-container {
        margin: 1rem 0 2rem 0;
    }

    .policy-disclaimer .bullet-list .bullet-list-container {
        margin: 0 0 1rem 0;
    }

.policy-disclaimer li {
    list-style: disc;
}

.policy-disclaimer ul.bullet-list li {
    margin-bottom: 1rem;
}

.policy-disclaimer ul.bullet-list, .policy-disclaimer .bullet-list ul {
    margin-inline-start: 2rem !important;
}

.policy-disclaimer .statement-title {
    text-align: center;
}

.policy-disclaimer .section-boundery-body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.policy-disclaimer .section-boundery {
    min-width: 100%;
    padding: 0;
    box-sizing: border-box;
    font-size: 14pt;
    line-height: 1.5;
    background-color: white;
}

.policy-disclaimer table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.policy-disclaimer th, .policy-disclaimer td {
    border: 1px solid black;
    padding: .25rem .45rem .25rem .45rem;
    text-align: left;
    width: 50%;
}

.policy-disclaimer th {
    background-color: white;
    text-align: center;
    padding: 0;
}