/* Minification failed. Returning unminified contents.
(1796,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('/fonts/chunkfive/chunkfive-webfont.eot');
    src: url('/fonts/chunkfive/chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/chunkfive/chunkfive-webfont.woff') format('woff'), url('/fonts/chunkfive/chunkfive-webfont.ttf') format('truetype'), url('/fonts/chunkfive/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lineColor {
    background-color: rgb(93, 126, 99);
    border: 0 none;
    color: rgb(93, 126, 99);
    height: 2px;
}

.hidden {
    display: none;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: .85em;
    margin: 0;
    /*min-width ipad fix*/
    -moz-min-width: 980px;
    -ms-min-width: 980px;
    -o-min-width: 980px;
    -webkit-min-width: 980px;
    min-width: 980px;
    padding: 0;
}

.field-icon {
    left: -22px;
    margin-top: 3%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.btn {
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    box-shadow: none;
    padding: 7px 14px;
    text-shadow: none;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

pre {
    font-family: Verdana, Helvetica, Sans-Serif;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

header {
    background-color: #F8F8D6;
    padding: 0;
}

    header .impersonation-header {
        background-color: #ff0055;
        bottom: 0;
        font-size: 2em;
        font-weight: 900;
        margin: 0 auto;
        padding: 10px;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 9999;
    }

header h2{    
    padding: 5px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
}

.password_strength {
    display: inline-block;
    margin-left: 15px;
    padding: 0 5px;
}

.password_strength_1 {
    background-color: #fcb6b1;
}

.password_strength_2 {
    background-color: #fccab1;
}

.password_strength_3 {
    background-color: #fcfbb1;
}

.password_strength_4 {
    background-color: #dafcb1;
}

.password_strength_5 {
    background-color: #bcfcb1;
}


.horizonal_bar {
    color: red;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    color: #505A5C;
    font-family: 'chunkfiveroman';
    font-size: 2.3em;
}

h3 {
    color: rgb(93, 126, 99);
    font-family: 'chunkfiveroman';
    font-size: 1.4em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
/*About Us
----------------------------------------------------------*/

#about_info div.float-left {
    border-right: solid 2px rgb(93, 126, 99);
    max-width: 47%;
    padding-right: 60px;
}

#about_info div.float-right {
    width: 42%;
}

#about_info div p {
    text-indent: 40px;
}

#about_info div img {
    height: 250px;
    width: 400px;
}

h3 #hours {
    color: rgb(93, 126, 99);
}

/*Application Review
----------------------------------------------------------*/

.application_info {
    font-size: 10px;
}

.application_info .whySSN, .application_info .tobaccoUse {
    /*color: white;*/
    cursor: pointer;
    font-style:italic;
}

    .application_info .employee_info {
        float: left;
        line-height: 10px;
        margin-right: 20px;
    }

    .application_info .space {
        margin-top: 15px;
    }

    .application_info .application_questions {
        margin-bottom: 20px;
        margin-top: 15px;
    }

        .application_info .application_questions #application_questions_all {
            float: left;
            -moz-min-width: 150px;
            -ms-min-width: 150px;
            -o-min-width: 150px;
            -webkit-min-width: 150px;
            min-width: 150px;
            width: 75%;
        }

#document_address {
    border-top: 2px solid black;
    font-size: 12px;
}

#application_questions_all .application_question {
    font-size: 12px;
    margin-top: 15px;
}

.application_info .employee_info_label {
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-right: 40px;
    padding-top: 10px;
}

.application_info .employee_info_label_edit {
    float: left;
    font-size: 10px;
    line-height: 18px;
    margin-right: 20px;
}

.employee_info h4 {
    padding-bottom: 15px;
}

.application_info .employee_info .application_radio_label {
    display: inline;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.employee_info .hiredate_label {
    font-size: 22px;
}

.application_info input[type="radio"] {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    line-height: 10px;
    margin: 0;
    padding: 0;
    width: auto;
}

.employee_info_label .line_height_paytype {
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 5px;
}


#ChangeExplanation {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

#edit_view label {
    font-size: .7em;
}

#IsCheckedPlanAgree {
    margin: 0;
    padding: 0;
}

#IsCheckedCoverageAgree {
    margin: 0;
    padding: 0;
}

.employee_info #Employee_HomePhone {
    width: 125px;
}

.employee_info #Employee_AnnualSalary {
    width: 100px;
}

.employee_info #Employee_Email {
    width: 200px;
}

.employee_info #Employee_SSN {
    width: 90px;
}


.employee_info #Employee_MiddleInitial {
    width: 20px;
}

.employee_info #Employee_FirstName {
    width: 150px;
}

.employee_info #Employee_LastName {
    width: 150px;
}

.employee_info #Employee_BirthDate {
    width: 70px;
}

.employee_info #Employee_City {
    width: 150px;
}

.employee_info #Employee_StateCode {
    width: 25px;
}


.employee_info #Employee_Address1 {
    width: 200px;
}


.employee_info #Employee_PostalCode {
    width: 50px;
}


#item_FirstName {
    width: 150px;
}

#item_LastName {
    width: 150px;
}

#item_BirthDate {
    width: 50px;
}

#date_input {
    width: 50px;
}

#relation_input {
    width: 75px;
}

#SSN_input {
    width: 100px;
}

.editor-float .display-label {
    font-weight: bolder;
}


/* main layout
----------------------------------------------------------*/

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #B2C67F;
    clear: both;
    padding-bottom: 35px;
    margin-bottom: 35px;

}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    background-color: #5D7E63;
    clear: both;
    font-size: .8em;
    height: 35px;
    padding: 10px 0;
    position:fixed;
    bottom:0;
    width:100%;
}

    footer .content-wrapper div a {
        color: #f8f8d6;
    }

    footer .content-wrapper {
        color: #f8f8d6;
    }

.editor-float {
    float: left;
    margin-right: 25px;
    position: relative;
}
/* site title
----------------------------------------------------------*/

.site-title {
    background: url('/images/new_logo.png') no-repeat;
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    height: 75px;
    margin: 0;
    width: 400px;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.site-title-link {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
}


/* login
----------------------------------------------------------*/

#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #B2C67F;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        color: #505a5c;
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #505A5C;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

/* page titles */

hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        display: inline;
        font-weight: normal;
        margin-left: 3px;
    }

    hgroup.title h3 {
        display: inline;
        font-weight: normal;
        margin-left: 3px;
    }

/* features */

section.feature {
    float: left;
    padding: 10px;
    width: 300px;
}

/* ordered list */

ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */

#loginForm {
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }


#edit_dependents input {
    width: auto;
}

#edit_dependents label {
    font-size: 14px;
    font-weight: bolder;
}

#edit_dependents tr td {
    font-size: 12px;
}

#socialLoginForm {
    border-left: solid 2px #c8c8c8;
    float: left;
    margin-left: 40px;
    padding-left: 60px;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */

.contact h3 {
    font-size: 1.2em;
    padding: 5px;
}

.contact p .description {
    font-size: 14px;
    font-weight: bolder;
}


/* forms */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        list-style: none;
        padding: 0;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/*input[type="submit"],
    input[type="button"],*/

button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    margin-right: 8px;
    padding: 7px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    margin-right: 4px;
    padding: 4px;
}

/* info and errors */

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}


.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #222;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
}

th {
    border: none 0;
    font-size: 1.2em;
    padding-left: 0;
    text-align: left;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            padding: 0;
            text-decoration: none;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            font-size: 0.75em;
            position: absolute;
            right: 0;
            top: 0;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    border: 0 none;
    padding: 0.25em 2em 0.25em 0;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

#header_wrapper {
    height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#header {
    height: 115px;
    position: relative;
}

#header_nav {
    bottom: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
}

#help_bar {
    background-color: #505A5C;
    bottom: 0;
    color: #f8f8d6;
    height: 70px;
    margin: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

    #help_bar div.help-bar-content {
        height: 100%;
        margin: auto;
        max-width: 960px;
        padding-top: 10px;
        position: relative;
        width: auto;
    }

.mobile-only {
    display: none;
}

.notice {
    color: red;
    margin: 0 auto;
    max-width: 960px;
}

#notification {
    background-color: rgb(248, 248, 214);
    border: 2px solid red;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 1px #222;
    -ms-box-shadow: 0 4px 8px 1px #222;
    box-shadow: 0 4px 8px 1px #222;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}

    #notification div {
        float: left;
        padding-left: 10px;
        width: 90%;
    }

        #notification div h3 {
            margin: 0;
        }


.pinplacement {
    float: left;
    position: relative;
    top: -5px;
}

#help_bar ul {
    height: 100%;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.help_click {
    background-color: #f8f8d6;
    border: 1px solid #aaa;
    color: #505A5C;
    padding: 5px;
    position: absolute;
    width: 225px;
    z-index: 999;
}

    .help_click li {
        color: #505A5C;
        font-size: 1.5em;
        height: 30px;
        padding: 3px 5px 5px 45px;
    }

        .help_click li a {
            color: #505A5C;
            text-decoration: none;
        }

        .help_click li.icon-contact {
            background: url(/images/contactIcon.png) no-repeat 0 5px;
        }

        .help_click li.icon-faq {
            background: url(/images/faqIcon1.png) no-repeat 0 5px;
        }

        .help_click li.icon-video {
            background: url(/images/videoIcon2.png) no-repeat 0 5px;
        }

        .help_click li.icon-glossary {
            background: url(/images/glossaryicon.png) no-repeat 0 5px;
        }

        .help_click li.icon-details {
            background: url(/images/detailsicon.png) no-repeat 0 5px;
        }

         .help_click li.icon-history {
            background: url(/images/history.png) no-repeat 0 5px;
        }
.menu_option {
    -webkit-box-shadow: inset 1px 1px #ffffff;
    background: url(/Images/dropDownArrow.png) 200px 18px no-repeat;
    -ms-box-shadow: inset 1px 1px #ffffff;
    box-shadow: inset 1px 1px #ffffff;
    color: #505A5C;
    cursor: pointer;
    height: 100%;
    width: 225px;
}

.drop-menu {
    padding: 10px;
}

.drop-menu-sub {
    display: none;
}

#help_bar div.float-right {
    background-color: #F8F8D6;
    margin-left: 20px;
}

#help_bar div.float-left {
    height: 100%;
    padding: 0;
}

#help_bar div.vertical-align {
    margin-top: 10px;
}

#breadcrumb {
    float: left;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
}

#breadcrumb_buttons {
    border-top: none;
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}



    #breadcrumb_buttons li {
        background-color: rgb(80, 90, 92);
        float: left;
        height: 40px;
        margin: 0 0 0 0;
        margin-left: 0;
        padding: 0;
        position: relative;
    }

    #breadcrumb_buttons .firstPlace {
        margin-left: 0;
        width: 120px;
    }

    #breadcrumb_buttons .secondPlace {
        width: 228px;
    }

    #breadcrumb_buttons .thirdPlace {
        width: 180px;
    }

    #breadcrumb_buttons .fourthPlace {
        width: 216px;
    }

    #breadcrumb_buttons .fifthPlace {
        width: 216px;
    }




    #breadcrumb_buttons li a:hover {
        background-color: #00ba7b;
    }

    #breadcrumb_buttons li a {
        border: none;
        float: left;
        height: 40px;
        padding: 0;
        text-decoration: none;
        width: 100%;
    }


        #breadcrumb_buttons li a .notDone {
            -webkit-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
            color: grey;
            font-size: 20px;
            margin: auto;
            margin-top: 7px;
            text-align: center;
        }



        #breadcrumb_buttons li a .Done {
            color: rgb(178, 198, 127);
            font-size: 20px;
            margin: auto;
            margin-top: 7px;
            text-align: center;
        }

        #breadcrumb_buttons li a img {
            border: none;
            float: left;
            left: -13px;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 0;
            z-index: 2;
        }

#dashboard-video {
    float: left;
    padding-top: 10px;
}

    #dashboard-video #video {
        width: 400px;
        height: 270px;
    }

.dashboard-separator {
    background-color: #b2c67f;
    height: 15px;
}

.dashboard-waive-button {
    top: 7px;
}

#dashboard_buttons {
    float: left;
    list-style-type: none;
    padding: 0;
    padding-right: 30px;
    width: 500px;
}

    #dashboard_buttons li {
        background-color: rgb(80, 90, 92);
        float: left;
        height: 40px;
        margin: 0 0 15px 0;
        padding: 0;
        position: relative;
        width: 400px;
    }

        #dashboard_buttons li a:hover {
            background-color: #00ba7b;
        }

        #dashboard_buttons li a {
            border: none;
            display: block;
            height: 40px;
            margin: 0;
            padding: 0;
            text-decoration: none;
            width: 400px;
        }

        #dashboard_buttons li span {
            bottom: 5px;
            position: absolute;
            right: 5px;
        }

            #dashboard_buttons li span img {
                border: none;
            }

        #dashboard_buttons li a div {
            float: left;
            margin-left: 15px;
        }

            #dashboard_buttons li a div.left {
                float: left;
                margin-left: 55px;
            }

            #dashboard_buttons li a div.left_left {
                float: left;
                margin-left: 100px;
            }

            #dashboard_buttons li a div .notDone {
                color: grey;
                font-size: 20px;
                position: absolute;
                top: -10px;
            }

            #dashboard_buttons li a div .Done {
                color: rgb(178, 198, 127);
                font-size: 20px;
                position: absolute;
                top: -10px;
            }

            #dashboard_buttons li a div .waiveCoverage {
                color: #849061;
                font-size: 12px;
                position: absolute;
                top: -5px;
            }

        #dashboard_buttons li.waive_dashboard {
            height: 30px;
            margin-left: 175px;
            width: 200px;
        }

            #dashboard_buttons li.waive_dashboard a {
                height: 30px;
                width: 200px;
            }

        #dashboard_buttons li a div img {
            border: none;
            color: rgb(178, 198, 127);
            font-size: 20px;
            position: absolute;
            top: 9px;
        }

    #dashboard_buttons .dashboard-separator {
        height: auto;
        background-color: transparent;
    }

#PinNumber {
    width: 100px;
}

.pdf-link {
    background: url("../Images/adobe_pdf_button.png") no-repeat left center;
    border: none;
    display: block;
    height: 40px;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
    padding-left: 60px;
    padding-top: 15px;
    -webkit-text-wrap: normal;
    -moz-text-wrap: normal;
    -ms-text-wrap: normal;
    -o-text-wrap: normal;
    text-wrap: normal;
}

.directory-link {
    background: url("../Images/dakcareiconsmall.png") no-repeat left center;
    border: none;
    display: block;
    height: 40px;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
    padding-left: 60px;
    padding-top: 15px;
    -webkit-text-wrap: normal;
    -moz-text-wrap: normal;
    -ms-text-wrap: normal;
    -o-text-wrap: normal;
    text-wrap: normal;
}

thead tr td {
    font-weight: bold;
}

.employer_contributions {
    list-style-type: none;
}

#modern_buttons {
    height: 150px;
    list-style-type: none;
    padding: 0;
    width: 600px;
}


    #modern_buttons li {
        background-color: #008457;
        float: left;
        height: 128px;
        margin: 10px 10px 0 0;
        padding: 0;
        position: relative;
        width: 128px;
    }

        #modern_buttons li a:hover {
            background-color: #00ba7b;
        }

        #modern_buttons li a {
            border: none;
            display: block;
            margin: 0;
            padding: 0;
        }

            #modern_buttons li a img {
                border: none;
            }

            #modern_buttons li a div {
                bottom: 5px;
                color: white;
                float: left;
                left: 5px;
                position: absolute;
            }

#login_or_register .register {
    float: left;
    width: 375px;
}

#login_or_register .login {
    /*border-left: 1px solid #aaa;*/
    float: left;
    width: 375px;
}

.register_form a {
    color: white;
    cursor: pointer;
}

.waive_form {
    list-style-type: none;
}

    .waive_form .left_left {
        float: left;
        margin-left: 10px;
    }

    .waive_form .left {
        float: left;
    }

    .waive_form a {
        color: white;
        cursor: pointer;
    }

    .waive_form #OtherReason {
        height: 31px;
        vertical-align: middle;
    }


#OtherReasonExplanation {
    padding: 0;
}

#waive_table a {
    cursor: pointer;
}

#plans #plan_type {
    background-color: #5D7E63;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: white;
    margin-bottom: 10px;
    padding: 10px;
}

#plans #plan-header {
    margin-bottom: 15px;
    position: relative;
}

    #plans #plan-header #plan-header-options {
        width: 300px;
    }

    #plans #plan-header label {
        display: block;
    }

    #plans #plan-header #plan-header-links {
        list-style-type: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
    }

        #plans #plan-header #plan-header-links li {
            margin: 5px;
        }

#plans #restore-hidden-plans {
    cursor: pointer;
}

#plans div.selected-plan {
    -webkit-box-shadow: 0 0 30px #000;
    -ms-box-shadow: 0 0 30px #000;
    box-shadow: 0 0 30px #000;
}

#plans .plan-slider-header {
    background: url(../Images/according-e.png) no-repeat left center;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 15px;
}

#plans .plan-slider-header-open {
    background: url(../Images/according-s.png) no-repeat left center;
}

#plans .plan-slider-details {
    display: none;
    margin-top: 5px;
}

#plans ul.copay-details {
    list-style-position: outside;
    padding-left: 15px;
}

#plans ul.rx-details {
    height: 200px;
    list-style-position: outside;
    padding-left: 15px;
}

#plans ul.rx-multiple {
    display: none;
}

/*#plans .plan-slider-details[data-slider-type=oop] {
    height: 275px;
}*/

/*#plans .plan-slider-details[data-slider-type=deductible] {
    height: 70px;
}*/

/*#plans .plan-slider-details[data-slider-type=copay] {
    height: 640px;
}*/

#plans .plan {
    background-color: #F8F8D6;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0, #AEBA7D 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0, #AEBA7D 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 0, #AEBA7D 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(2, #AEBA7D));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0, #AEBA7D 200%);
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0, #AEBA7D 200%);
    -ms-border-radius: 4px;
    border-radius: 4px;
    /*height: 335px;*/
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 250px;
}

    /*#plans .plan:first-child {
        margin: 0 5px 5px 0;
    }

    #plans .plan:last-child {
        margin: 0 5px 5px 0;
    }*/

    #plans .plan > label {
        margin-top: 5px;
    }

#plans input[type="radio"] {
    width: auto;
}

#plans .plan h3 {
    background-color: #5D7E63;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    cursor: move;
    font-weight: 500;
    height: 80px;
    letter-spacing: 2px;
    margin: 0;
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

#plans .plan h3 span.plan-name {
    cursor: pointer;
}


#plans span.plan-name {
    overflow: hidden;
/*    display: inline-flex;
    align-items: center;*/
/*    width: 100%;
    height: 100%;*/
/*    margin: 5px;
    justify-content: center;*/
}

    #plans .plan h3 span.plan-details {
        display: none;
    }

    #plans .plan h3 img.hide-plan {
        cursor: pointer;
        position: absolute;
        right: 2px;
        top: 2px;
    }

#plans .plan .pricing {
    font-size: 0.9em;
}

#plans hr {
    border-collapse: collapse;
    border-color: #ccc;
    border-width: 1px;
}

#plans .plan_details {
    padding: 10px;
}

    #plans .plan_details select {
        width: 100%;
    }

    #plans .plan_details .rx-rider-container {
        height: 2em;
    }

    #plans .plan_details .pricing {
        text-align: right;
    }

.question_button {
    font-size: 12px;
    font-weight: bolder;
    height: 20px;
    margin-left: 5px;
    width: 20px;
}


/*#plans .plan input[type=button] {
    width: 100%
}*/

div.priceLine .price_desc {
    /*width: 70px;*/
    float: left;
    text-align: left;
}

div.priceLine .price_value {
    float: right;
    text-align: right;
    width: 20px;
}

div.priceLine .employer-price {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

div.priceLine label {
    font-size: 0.9em;
    font-weight: normal;
    width: 50px;
    /*float: left;*/
}

div.priceLine span {
    display: block;
    float: right;
    font-size: 0.9em;
    text-align: right;
    width: 60px;
}

div.priceLine input[type=radio] {
    width: auto;
}



div.oopLine  .price_val
{
     font-size:.8em;
     float: right;
     text-align: right;
     width:40px;
  
   

}
.button {
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 7px;
    text-decoration: none;
    width: auto;
}

    .button:hover {
        cursor: pointer;
    }

    .button.full {
        border: 0;
        width: 100%;
    }

    .button.normal {
        width: 100px;
    }

    .button.wide {
        border: none;
        width: 150px;
    }

    .button.green {
        background-color: #5D7E63;
        color: #f8f8d6;
    }


/*.registerButton {
    background-color: rgb(93, 126, 99);
    background-image: url('/images/register.png');
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(178, 198, 127);
    display: block;
    font-weight: bold;
    height: 115px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: text-bottom;
    width: 115px;*/
}

.register_form .left {
    float: left;
    margin-right: 15px;
}

.forgotUsernameButton {
    background-color: rgb(93, 126, 99);
    background-image: url('/images/password.png');
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(178, 198, 127);
    display: block;
    font-weight: bold;
    height: 115px;
    margin-top: 10px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: text-bottom;
    width: 115px;
}

.forgotPasswordButton {
    background: url('/images/username.png');
    background-color: rgb(93, 126, 99);
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(178, 198, 127);
    display: block;
    font-weight: bold;
    height: 115px;
    margin-top: 10px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: text-bottom;
    width: 115px;
}

/*a.registerButton {
    color: rgb(178, 198, 127);
}*/

a.forgotPasswordButton {
    color: rgb(178, 198, 127);
}

a.forgotUsernameButton {
    color: rgb(178, 198, 127);
}

.shadow {
    -moz-box-shadow: 0 4px 8px 1px #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    -webkit-box-shadow: 0 4px 8px 1px #222;
    -ms-box-shadow: 0 4px 8px 1px #222;
    box-shadow: 0 4px 8px 1px #222;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    z-index: 999;
}

.planCopay {
    font-size: 12px;
}

#planDocuments {
    list-style-type: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}

    #planDocuments li {
        float: left;
        width: 45%;
    }

/***************************************************************
    Main page layout.
***************************************************************/

#main {
    height: 400px;
    position: relative;
}

#home_splash {
    background-color: #505a5c;
    margin: 0 auto;
    min-height: 430px;
    position: absolute;
    top: -70px;
    padding: 10px;
}

    #home_splash div.front-page-header {
        color: #f8f8d6;
        font-family: chunkfiveroman;
        font-size: 4em;
        margin-left: 40px;
        margin-top: 40px;
    }

    #home_splash div.front-page-details {
        color: #b2c67f;
        font-size: 2em;
        margin-left: 40px;
    }

    #home_splash div.front-page-container {
        bottom: 30px;
        left: 0;
        margin-left: 32px;
        position: absolute;
        right: 0;
    }

        #home_splash div.front-page-container a {
            background-color: #69716e;
            display: block;
            float: left;
            margin-right: 5px;
            text-decoration: none;
            width: 281px;
        }

            #home_splash div.front-page-container a img {
                border: none;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            #home_splash div.front-page-container a div {
                color: #b2c67f;
                font-size: 2em;
                margin-top: -25px;
                padding-bottom: 40px;
                text-align: center;
                text-decoration: none;
                width: 100%;
            }

        #home_splash div.front-page-container:first-child {
            margin-left: 5px;
            width: 280px;
        }

#sign-policy .section-header {
    margin-left: 25px;
}

#sign-policy .check-header {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#sign-policy table.dependents > thead > tr > th {
    font-size: 14px;
    width: 150px;
}

#sign-policy table.beneficiary-table > thead > tr > th {
    font-size: 14px;
    width: 150px;
}

#sign-policy table.beneficiary-table .third-column {
    width: 200px;
}

#sign-policy table.premium-table .second-row {
    border-bottom: 1px solid black;
}

#sign-policy table.premium-table .third-row {
    font-weight: bold;
}

#sign-policy .plan-docs {
    margin-top: 15px;
}

#change-or-continue {
    margin-bottom: 15px;
}

    #change-or-continue .rates-table {
        margin-bottom: 21px;
    }

        #change-or-continue .rates-table .second-row {
            border-bottom: 1px solid black;
        }

        #change-or-continue .rates-table .third-row {
            font-weight: bold;
        }

    #change-or-continue .new-rates-container {
        margin-left: 35px;
    }

        #change-or-continue .new-rates-container > table {
            margin-bottom: 14px;
        }

/******************************************************
    /Employee/Glossary
    /Employee/FAQ
******************************************************/
#question13_text ul {
    list-style-type: none;
}

#glossary ul#glossary-questions, #glossary ul#glossary-answers,
#faq ul#faq-questions, #faq ul#faq-answers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #glossary ul#glossary-questions > li,
    #faq ul#faq-questions > li {
        margin-left: 10px;
        padding: 0;
        text-indent: -10px;
    }

/******************************************************
    /Employee/FAQ
******************************************************/
#question4_text ul {
    list-style-type: none;
}

/******************************************************
    /Employee/Application
******************************************************/
#edit_view, #add_view {
    display: none;
}

    #add_view .field-label {
        margin: 0;
        padding: 0;
    }

    .lg-input {
        max-width: 200px;
    }
    .md-input {
    max-width:150px;
}
.sm-input {
    max-width:100px;
}
.xs-input {
    max-width:50px;
}
.xxs-input {
    max-width: 25px;
}

#reviewApplication select {
    margin:5px 0;
        height:28px;
    }

/*#reviewApplication .redCloseButton {*/
.redCloseButton {
    margin-left: 5px;
    font-weight: bold;
    background: red;
    background: linear-gradient(to bottom,#FFF0F0, #f85032 50%,#f6290c 51%,#f85032 71%,#FFB3B4 100%);
    height: auto;
    width: auto;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    cursor: pointer;
}

/*#reviewApplication .redCloseButton:hover {*/
    .redCloseButton:hover {
        margin-left: 5px;
        font-weight: bold;
        background: red;
        background: linear-gradient(to bottom,#B57273, #BF3D40 50%,#C40004 51%,#C42528 71%, #D4BCBD 100%);
        height: auto;
        width: auto;
        -ms-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

.centeredText {
    text-align:center;
}

#reviewApplication select.input-validation-error {
    border: 1px solid #e80c4d;
}

.BorderFull {
    border: 2px solid black;
}

.BorderTopRightLeft {
    border-radius: 10px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-left: 2px solid black;
}

.BorderRightLeft {
    border-radius: 10px;
    border-right: 2px solid black;
    border-left: 2px solid black;
}

.BorderRightBottomLeft {
    border-radius: 10px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
}

.padding-left {
    padding-left: 10px;
}
/******************************************************
    /Home/Video
******************************************************/
#standalone-video #video {
    width: 600px;
    height: 450px;
}

/******************************************************
    /Plan/WaiveConfirmation
******************************************************/
#waive-dkc-address {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

/******************************************************
    /Plan/Waive
******************************************************/
.waive_form li > div {
    margin-bottom: 5px;
}

/******************************************************
    /Plan/Selected
******************************************************/
.selected-footer {
    margin-top: 20px;
}

/******************************************************
    /Plan/Resources
******************************************************/
#plan-resources {
    list-style-type: none;
}

/******************************************************
    /Plan/NoRateFound
******************************************************/
#no-rate-found {
    margin-bottom: 15px;
}

/******************************************************
    /Plan/Index
******************************************************/
#hidden-plans {
    display: none;
}

/******************************************************
    /Plan/Confirmation
******************************************************/
#plan-confirmation-address {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/******************************************************
    /Privacy/License
******************************************************/
.license-section {
    margin-top: 20px;
}

    .license-section a {
        padding: 0;
    }

/******************************************************
    /Home/Contact
******************************************************/
.contact a {
    padding: 0;
}

/******************************************************
    /Shared/_MailingAddress
******************************************************/
.mailing-address {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mailing-address li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .mailing-address li pre {
            margin: 0;
            padding: 0;
        }
/***************************************
        /HealthQuestions partial
***************************************/
#healthQuestionsTable input{
    width: auto;
}



/********************
*   Mobile Styles   *
********************/

@media only screen and (max-width: 650px) {
    body {
        min-width: 0;
    }

    /* header
    ----------------------------------------------------------*/

    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */

    header .site-title {
        /*background: url('/images/mobile_logo.png') no-repeat;*/
        height: 55px;
        margin: 0;
        text-align: center;
        width: auto;
    }

    header .site-title-link {
        margin: 0;
    }

    /* login */

    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */

    nav {
        margin-bottom: 0;
    }

    ul#menu {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 3px;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content {
        padding-top: 1px;
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* page content */

    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */

    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 10px;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */

    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */

    input {
        width: 90%;
    }

    /* login page */

    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        float: none;
        margin-left: 0;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/

    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

        footer p {
            margin: 0;
        }

        footer div.mobile-only {
            display: block;
        }

        footer .footer-help-bar {
            margin-bottom: 10px;
            font-size: 1.7em;
        }

    /***************************************************************
        Main page layout.
    ***************************************************************/

    #breadcrumb {
        display: none;
    }

    #header {
        padding-top: 0;
        height: auto;
    }

    #header_wrapper {
        height: auto;
    }

    #header_nav {
        bottom: auto;
        padding-top: 0;
        position: relative;
        right: auto;
    }

    #main {
        height: auto;
    }

    #home_splash {
        overflow: auto;
        position: relative;
        top: auto;
    }

        #home_splash div.front-page-header {
            font-size: 3em;
            margin-left: 10px;
            margin-top: 10px;
        }

        #home_splash div.front-page-details {
            font-size: 1.5em;
            margin-left: 10px;
        }

        #home_splash div.front-page-container {
            bottom: auto;
            left: auto;
            margin: 10px;
            position: relative;
            right: auto;
        }

            #home_splash div.front-page-container a {
                float: none;
                margin: 0 auto;
                margin-bottom: 5px;
                width: 98%;
            }

    /***************************************************************
        /Account/Register
    ***************************************************************/

    /*#help_bar {
        position: relative;
        height: auto;
    }

        #help_bar div.help-bar-content {
            padding: 5px;
        }

        #help_bar .drop-menu {
            display: none;
        }

        #help_bar .float-left {
            float: none;
        }

        #help_bar #menu-banner {
            width: 100%;
        }

            #help_bar #menu-banner li.mobile-only {
                display: inline;
                white-space: nowrap;
            }

        #help_bar .float-left, #help_bar .float-right {
            float: none;
        }

        #help_bar div.float-right {
            display: none;
        }

        #help_bar #menu-banner li.mobile-only {
            margin-right: 20px;
        }

    #register-button {
        margin-top: 15px;
        width: 93%;
        margin-right: 0;
    }*/

    /***************************************************************
        /Account/Login
    ***************************************************************/

    #socialLoginForm {
        margin-top: 20px;
        padding: 0;
    }

        #socialLoginForm a {
            padding: 5px;
            text-align: center;
            width: 98%;
        }

        #socialLoginForm .registerButton, #socialLoginForm .forgotPasswordButton, #socialLoginForm .forgotUsernameButton {
            height: 85px;
        }

    /***************************************************************
        /Home/About
    ***************************************************************/

    #about_info div:first-child {
        border: none;
        max-width: none;
        font-size: 1.2em;
        padding-right: 0;
    }

    #about_info div:nth-child(2) {
        display: none;
    }

    /***************************************************************
        /Employee/Index
    ***************************************************************/

    #video {
        display: none;
    }

    #dashboard_buttons {
        width: 100%;
        padding-right: 0;
    }

        #dashboard_buttons li {
            height: auto;
            margin: 0 0 15px 0;
            width: 100%;
        }

            #dashboard_buttons li a {
                width: 0;
            }

                #dashboard_buttons li a div.left_left {
                    margin-left: 40px;
                }

            #dashboard_buttons li.waive_dashboard {
                margin-left: 0;
                width: 100%;
            }

                #dashboard_buttons li.waive_dashboard a {
                    text-align: left;
                }

        #dashboard_buttons img.dashboard-button-icon {
            display: none;
        }

        #dashboard_buttons li.waive_dashboard a {
            width: 100%;
        }

    #waive_dashboard .left {
        margin-left: 40px;
    }

    /***************************************************************
    /Employee/Application
    ***************************************************************/

    .space {
        width: 200px;
    }

    #edit_request {
        margin-bottom: 17px;
        margin-top: 10px;
    }

    /***************************************************************
    /Employee/Application
    ***************************************************************/

    /* Force table to not be like tables anymore */
    #edit_dependents table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #edit_dependents table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #edit_dependents table tr {
            border: 1px solid #333;
            margin-top: 10px;
        }

            #edit_dependents table tr td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
                text-align: left;
                min-height: 1.5em;
            }

                #edit_dependents table tr td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                }

                /*
                Label the data
                */
                #edit_dependents table tr td:nth-of-type(1):before {
                    content: "First Name";
                }

                #edit_dependents table tr td:nth-of-type(2):before {
                    content: "Last Name";
                }

                #edit_dependents table tr td:nth-of-type(3):before {
                    content: "Gender";
                }

                #edit_dependents table tr td:nth-of-type(4):before {
                    content: "Date Of Birth";
                }

                #edit_dependents table tr td:nth-of-type(5):before {
                    content: "Relation";
                }

                #edit_dependents table tr td:nth-of-type(6):before {
                    content: "SSN";
                }

                #edit_dependents table tr td:nth-of-type(7):before {
                    content: "Married?";
                }

    /***************************************************************
        /Plan/Index
    ***************************************************************/

    #plans #plan-header #plan-header-links {
        left: -30px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #plans div.selected-plan {
        -webkit-box-shadow: 0 0 30px #F00;
        box-shadow: 0 0 30px #F00;
    }

    #plan-container .plan {
        width: 100%;
    }

        #plan-container .plan .hide-plan {
            display: none;
        }

    #plan-container .plan-name {
        font-size: 2em;
    }

    #plans .plan .pricing {
        font-size: 1.5em;
    }

    #plans .plan-slider {
        margin-top: 10px;
        font-size: 1.7em;
    }

    #plans .plan-slider-header {
        font-size: 1.4em;
    }

    #plans .plan_details select {
        font-size: 1.5em;
    }

    #plans input[type='submit'] {
        font-size: 1.7em;
    }

    #plans #plan-header #plan-header-options {
        width: 100%;
    }

        #plans #plan-header #plan-header-options select {
            width: 100%;
            font-size: 1.5em;
        }

        #plans #plan-header #plan-header-options label {
            margin-top: 20px;
        }

    #plans #plan-header #plan-header-links {
        left: auto;
    }

        #plans #plan-header #plan-header-links ul {
            list-style-type: none;
            padding: 0;
            margin-left: 0;
            width: 100%;
        }


    /***********************************************************
            /Plan/Sign
        ***********************************************************/

    #planDocuments li {
        width: 100%;
        float: none;
    }

    #dependents-table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #dependents-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #dependents-table tr {
            border: 1px solid #333;
            margin-top: 10px;
        }

            #dependents-table tr td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
                text-align: left;
            }

                #dependents-table tr td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                }

                /*
    Label the data
    */
                #dependents-table tr td:nth-of-type(1):before {
                    content: "Covered?";
                }

                #dependents-table tr td:nth-of-type(2):before {
                    content: "First Name";
                }

                #dependents-table tr td:nth-of-type(3):before {
                    content: "Last Name";
                }

                #dependents-table tr td:nth-of-type(4):before {
                    content: "Relationship";
                }


    /***************************************************************
        /Plan/Selected
    ***************************************************************/
    /* Force table to not be like tables anymore */
    #dependents_covered_table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #dependents_covered_table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #dependents_covered_table tr {
            border: 1px solid #333;
            margin-top: 10px;
        }

            #dependents_covered_table tr td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
                text-align: left;
            }

                #dependents_covered_table tr td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                }

                /*
    Label the data
    */
                #dependents_covered_table tr td:nth-of-type(1):before {
                    content: "Covered?";
                }

                #dependents_covered_table tr td:nth-of-type(2):before {
                    content: "First Name";
                }

                #dependents_covered_table tr td:nth-of-type(3):before {
                    content: "Last Name";
                }

                #dependents_covered_table tr td:nth-of-type(4):before {
                    content: "Relationship";
                }

    #glossary, #faq {
        font-size: 1.3em;
    }

    /******************************************************
        /Plan/Waiting
    ******************************************************/
    .waiting-change-request {
        min-height: 0;
    }
}

