/* file requested: /App_themes/default/redesign/template.css */
/* file resolved: /App_themes/default/redesign/template.css */
/*CUSTOM CSS*/


/*------------------------------*/


/*Colors*/


/*------------------------------*/


/*

white = #f1f1f1
grey = #d9d9d6
dark grey = #58595b
light green = c4d600
green = #39b54a
dark green = #007a3e
light blue = #00a9e0
blue = #188ccc
dark blue = #004986
light orznge = #f1b434 rgba(241, 180, 52, 0.8);
orange = #f68621
dark orange = #e35205

*/


/*COLORS*/


/*transparent*/

.lightorange-t {
    background-color: #f1b434;
    background-color: rgba(241, 180, 52, 0.8);
}

.orange-t {
    background-color: #f68621;
    background-color: rgba(246, 134, 33, 0.8);
}

.darkorange-t {
    background-color: #e35205;
    background-color: rgba(227, 82, 5, 0.8);
}

.green-t {
    background-color: #39b54a;
    background-color: rgba(57, 181, 74, 0.8);
}

.darkgreen-t {
    background-color: #007a3e;
    background-color: rgba(0, 122, 62, 0.8);
}

.lightblue-t {
    background-color: #00a9e0;
    background-color: rgba(0, 169, 224, 0.8);
}

.blue-t {
    background-color: #188ccc;
    background-color: rgba(24, 140, 204, 0.8);
}

.darkblue-t {
    background-color: #004986;
    background-color: rgba(0, 73, 134, 0.8);
}


/*opaque */

.white {
    background-color: #ffffff;
}

.lightorange {
    background-color: #f1b434;
    color: white;
}

.orange {
    background-color: #f68621;
    color: white;
}

.darkorange {
    background-color: #e35205;
    color: white;
}

.green {
    background-color: #39b54a;
    color: white;
}

    .green.hra-banner a {
        color: #fff;
        text-decoration: underline;
    }

        .green.hra-banner a.cigna-button-reverse {
            color: #e35205;
        }

        .green.hra-banner a:hover.cigna-button-reverse {
            color: #fff;
        }

.darkgreen {
    background-color: #007a3e;
    color: white;
}

.lightblue {
    background-color: #00a9e0;
    color: white;
}

.blue {
    background-color: #188ccc;
    color: white;
}

.green-text {
    color: #39b54a;
}


/*GLOBAL STYLES*/

body {
    font-family: 'Arial';
    font-size: 13px;
    /*overflow: hidden;*/
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #f68621;
}

    a:hover {
        text-decoration: underline;
        color: #f68621;
    }

    a:focus {
    }

ul {
    list-style: none;
    /*padding-left: 0;*/
}

li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*[class$="clearfix"] {
    display: inline-block;
}


/* ie7, ignored by opera 8 */

* html > body .clearfix {
    width: 100%;
}


/* ie mac only */

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1px;
    /* End hide from IE-mac */
}

.clearfix {
    display: block;
}

.field-validation-error {
    display: block;
    color: #e35205;
    background: transparent url('/App_Themes/default/Redesign/images/icons/error_cross.png?v=22') left center no-repeat;
    padding-left: 14px;
    min-height: 24px;
    padding-top: 4px;
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
}


/* SKIP NAVIGATION */

#skiplinkholder p {
    margin: 0;
}

a:hover {
    text-decoration: none
}

a:focus,
a:active {
    text-decoration: underline;
    /* color: #fff !important; background-color: #0067ac */
}

#skiplinkholder a,
#skiplinkholder a:link,
#skiplinkholder a:visited {
    display: block;
    width: 99%;
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 2
}

    #skiplinkholder a:focus,
    #skiplinkholder a:active {
        left: 0;
        top: 0;
        z-index: 100
    }

#contentholder {
    position: absolute;
    left: -200%
}

#skiplinkholder a,
#skiplinkholder a:link,
#skiplinkholder a:visited {
    color: #fff;
    background: #333;
    text-decoration: none;
    border-bottom: solid #fff 2px;
    padding: 5px
}


/*BUTTONS */

.img-responsive {
    margin: 0 auto;
}

.menu {
    font-size: 12px;
    padding-top: 2px;
}

.cigna-button {
    text-transform: uppercase;
    padding: 14px 27px;
    border-radius: 1px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    line-height: 1;
    text-align: center;
}

.hra-banner .hra-banner-content a.cigna-button {
    float: right;
}

.cigna-button-normal,
.cigna-button-normal {
    color: white;
    background-color: #e35205;
}

    .cigna-button-normal:hover,
    .cigna-button-normal:hover {
        color: #e35205;
        background-color: white;
    }

.cigna-button-reverse {
    color: #e35205;
    background-color: white;
}

    .cigna-button-reverse:hover {
        color: white;
        background-color: #e35205;
    }

.link-button {
    display: inline-block;
}


/*BUTTONS */

.TopErrorbox .wrapper {
    color: #f00;
    font-size: 11px;
    background: transparent url('/App_Themes/default/Redesign/images/icons/error_pages.png?v=22') 2px 8px no-repeat;
    background-size: 22px 19px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .TopErrorbox .wrapper ul {
        margin: 0;
        padding: 5px 0;
        min-height: 15px;
    }

header {
}

.header {
    overflow: hidden;
}

.bgphoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    /*z-index: -2;*/
    /*FOR IE 6, 7 & 8*/
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_runner.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_runner.png', sizingMethod='scale')";
    padding-bottom: 5px;
}


/*THIS CLASS CONTRAINS THE VIEWPORT ON LARGE SCREENS*/

.wrapper {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}


/*THIS CLASS CONTRAINS THE VIEWPORT ON LARGE SCREENS*/


/*-------------------*/


/*SITE NAVIGATION*/


/*------------------*/


/*TOP LEVEL NAV */

.navigation-list {
    font-weight: 700;
    font-size: 11px;
    margin: 0 auto;
    max-width: 1060px;
}

    .navigation-list li {
        float: left;
        color: white;
        text-transform: uppercase;
        padding-right: 10px;
        list-style: none;
    }

        .navigation-list li:last-child {
            padding-right: 0;
        }

    .navigation-list a {
        text-decoration: none;
        color: white;
        padding: 3px;
        display: inline-block;
    }

        .navigation-list a:focus {
            color: white;
            text-decoration: underline;
            padding: 3px;
        }

    .navigation-list select {
        background-color: white;
        color: #188ccc;
        padding: 0;
        height: inherit;
        font-weight: 700;
        padding: 2px;
        border: 0px;
        width: 200px;
    }

.languageselection form {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.localeselector-label {
    display: inline-block;
    padding-right: 5px;
    padding-top: 3px;
}


/*top level nav on mobile*/

#mobile-navigation .navigation-list {
    float: left;
}

#mobile-navigation {
    display: none;
    background-color: #188ccc;
    padding: 20px 15px;
}


/*top level nav on desktop*/

#main-navigation {
    background-color: #188ccc;
    padding: 10px 0;
}

    #main-navigation .navigation-list {
        float: right;
        margin-right: 20px;
    }


/*END TOP LEVEL NAVIGATION*/


/*---------------------------*/


/*LOGO AND LOGGED IN NAVIGATION*/


/*-------------------------------*/


/*LOGO*/

.logo-header {
    background-color: white;
    padding-top: 12px;
    /*padding-bottom: 10px;*/
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    /*overflow: hidden;*/
}

.bgphoto {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
}

.logo {
    display: inline;
    float: left;
    margin-bottom: 12px;
}


/*LOGGED IN NAV MOBILE */

.mobile-visible-wrap {
    margin-bottom: 0px;
}

.mobile-loggedin-nav {
    display: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    list-style: none;
    margin: 00px 0 0 0;
    padding: 0;
    line-height: 1;
}

    .mobile-loggedin-nav li {
        padding: 15px 10px 15px 15px;
        position: relative;
        margin: 0;
        cursor: pointer;
    }

    .mobile-loggedin-nav a {
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        padding: 15px 0;
    }

    .mobile-loggedin-nav li a {
        color: white;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mobile-loggedin-nav li ul {
        display: none;
    }

    .mobile-loggedin-nav li.active {
        /*    color: #f68621;
    background-color: #004986;*/
    }

        .mobile-loggedin-nav li.active > ul {
            color: white;
        }

.mobile-nav-bucket {
    background-image: url('/App_Themes/default/Redesign/images/icons/down-arrow_white.png?v=22');
    background-size: 20px;
    background-position: 95% 15px;
    background-repeat: no-repeat;
    transition: background-image 0.8s ease;
}

    .mobile-nav-bucket.selected {
        background-image: url('/App_Themes/default/Redesign/images/icons/up-arrow_white.png?v=22');
    }

.burgericon {
    max-width: 30px;
}

.menutoggle {
    float: right;
    margin-right: 10px;
}

.show {
    display: none;
}


/*LOGGED IN NAV ON DESKTOP*/

.loggedin-nav {
    margin: 0px;
}

    .loggedin-nav a {
        color: #188ccc;
        text-transform: uppercase;
        text-decoration: none;
    }

    .loggedin-nav ul {
        display: inline-block;
        float: left;
        color: #188ccc;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

        .loggedin-nav ul li {
            float: left;
            color: #188ccc;
            text-transform: uppercase;
            list-style: none;
            padding: 10px 10px 10px 10px;
            position: relative;
            min-width: 128px;
            text-align: center;
            cursor: default;
        }

            .loggedin-nav ul li:after {
                content: '';
                width: 1px;
                height: 21px;
                background-color: #188ccc;
                display: inline-block;
                position: absolute;
                right: -1px;
                top: 9px;
            }

            .loggedin-nav ul li:last-child {
                border-right: none;
            }

            .loggedin-nav ul li:hover,
            .loggedin-nav ul li:focus,
            .loggedin-nav ul li.pseudo-focus {
                background-color: #188ccc;
                background-color: rgba(24, 140, 204, 1);
                color: white;
            }

            .loggedin-nav ul li a:focus {
                background-color: #188ccc;
                background-color: rgba(24, 140, 204, 1);
                color: white;
                /* padding: 10px;
    margin: -10px; */
            }

            .loggedin-nav ul li:hover:after,
            .loggedin-nav ul li:focus:after,
            .loggedin-nav ul li.pseudo-focus:after {
                display: none;
            }

            .loggedin-nav ul li:hover > a {
                color: white;
            }


            /* .loggedin-nav ul li:focus {
    background-color: #188ccc;
    background-color: rgba(24, 140, 204, 0.8);
    color: white; 
}*/

            .loggedin-nav ul li:hover > ul {
                visibility: visible;
                background-color: transparent;
            }

            .loggedin-nav ul li:focus > ul {
                visibility: visible;
            }

            .loggedin-nav ul li.pseudo-focus > ul {
                visibility: visible;
            }

                .loggedin-nav ul li.pseudo-focus > ul:before {
                    content: '';
                    height: 100%;
                    width: 3000px;
                    background-color: #188ccc;
                    background-color: rgba(24, 140, 204, 0.8);
                    display: block;
                    position: absolute;
                    left: -1098px;
                    overflow: hidden;
                }

        .loggedin-nav ul ul li:focus {
            visibility: visible;
        }

        .loggedin-nav ul a {
            color: #188ccc;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
        }

        .loggedin-nav ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            margin-top: 0;
            padding-bottom: 7px;
            width: 100%;
        }

        .loggedin-nav ul li:focus > ul:before,
        .loggedin-nav ul li:hover > ul:before {
            content: '';
            height: 100%;
            width: 3000px;
            background-color: #188ccc;
            background-color: rgba(24, 140, 204, 0.8);
            display: block;
            position: absolute;
            left: -1098px;
            overflow: hidden;
        }

        .loggedin-nav ul ul li {
            margin-top: 0;
            margin-left: 0;
            padding: 0;
            border-right: 0 !important;
            color: white;
            width: 100%;
            text-align: left;
            background-color: transparent;
        }

            .loggedin-nav ul ul li::after {
                background-color: transparent;
            }

            .loggedin-nav ul ul li a {
                color: white;
                /* width: 100%; */
                display: block;
                padding: 10px;
                margin-right: -200px;
            }

            .loggedin-nav ul ul li:hover,
            .loggedin-nav ul ul li:focus {
                color: #f68621;
                padding-right: 0;
                background-color: #004986;
            }

                .loggedin-nav ul ul li:hover > a,
                .loggedin-nav ul ul li a:focus {
                    color: #f68621;
                    background-color: #004986;
                }


/*LOGGED IN MESSAGE NEXT TO NAV*/

.user-message {
    float: right;
    color: orange;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    font-size: 21px;
    line-height: 35px;
}

    .user-message p {
        margin: 0;
        padding: 0;
    }


/*END LOGO AND LOGGED IN NAVIGATION*/


/*--------------------------*/


/* BANNER AREA ON ALL PAGES */


/*--------------------------*/

.bannermargin {
    margin-top: 0px;
    margin-bottom: 25px;
}

.banner-icon img {
    max-width: 80%;
}

.banner-wrap {
}

.surveyheader .banner-icon img {
    max-width: 50%;
}

.carousel-content .banner-content {
    color: white;
    margin-bottom: 20px;
}

    .carousel-content .banner-content ul {
        list-style-type: disc;
        margin-left: 20px;
    }

        .carousel-content .banner-content ul li {
            list-style-type: disc;
        }

.banner-icon {
    padding-top: 20px;
    padding-bottom: 10px;
}


.tra-h3 {
    font-size: 20px !important;
    font-weight: normal !important;
}

.banner-text {
    padding-right: 60px;
    padding-bottom: 20px;
    color: #fff;
}

    .banner-text h1 {
        margin-top: 18px;
        margin-right: 10px;
        font-size: 22px !important;
        text-transform: uppercase;
        color: #fff;
        line-height: inherit;
    }

    .banner-text h2 {
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 16px;
    }

    .banner-text p {
        font-size: 14px;
    }


/*Thin strip with link / call to action at the bottom of the banner content */


/*.bannerfloat {
    float: right;
}
*/

.leftoverflow {
    margin-left: -1000px;
    padding-left: 1000px;
}

.bannerheight {
    min-height: 105px;
}

.banner-calltoaction {
    padding-right: 20px;
    color: white;
    text-align: right;
}

    .banner-calltoaction p {
        margin: 0;
        padding: 0;
    }

    .banner-calltoaction img {
        display: inline-block;
        vertical-align: sub;
    }

    .banner-calltoaction h2 {
        display: inline-block;
        margin: 7px 0 9px 0;
        padding-right: 3px;
        background-image: url('/App_Themes/default/Redesign/images/rightarrow.png?v=22');
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 30px;
        font-size: 14px !important;
    }

.slick-slide .banner-calltoaction .darkblue-t p {
    margin: 0;
}

.banner-calltoaction a {
    color: white;
}

.banner-content .score {
    border-color: rgba(256, 256, 256, 0.4);
}

.banner-content .score-wrapper {
    margin-top: 0;
}


/*Seconday Banner (only used in login page)*/

.secondarybanner {
    color: white;
    padding: 15px;
}

    .secondarybanner input[type="text"],
    .secondarybanner input[type="password"] {
        color: #333;
    }

#logininputerror {
    margin-left: -15px;
    margin-right: -15px;
    color: #f00;
    font-size: 11px;
    background-color: #fff;
    padding-left: 58px;
    padding-top: 8px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

    #logininputerror span {
        background: #fff url('/App_Themes/default/Redesign/images/icons/error_pages.png?v=22') 2px 8px no-repeat;
        background-size: 22px 19px;
        display: block;
    }


/* END Seconday banner content in header area (only used in login page)*/


/*END BANNER AREA */


/*MAIN STYLES GO HERE*/


/*MAIN STYLES GO HERE*/


/*---------*/


/*FOOTER*/


/*-----------*/

footer,
.footer {
    background-color: #110081;
    color: white;
    text-align: center;
    font-size: 12px;
    min-height: 40px;
    margin-top: 0px;
}

.footerwrap {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 27px 10px 27px 2px;
    font-size: 12px;
}

.footer a {
    color: white;
}

.footer ul {
    color: white;
    list-style: none;
    display: inline;
    float: left;
    margin: 0;
}

.footer li {
    color: white;
    list-style: none;
    float: left;
    padding-right: 10px;
    border-right: 1px solid white;
    margin-right: 10px;
    line-height: 1;
}

    .footer li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

.footer p {
    padding-bottom: 15px;
    float: left;
    display: inline;
    line-height: 1;
    margin: 0;
}

#arrow_left,
#arrow_right {
    display: none
}

@media (min-width: 1024px) {

    .ready {
        width: 25%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 465px) {

    .ready {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


.startbutton {
    height: 75px;
    font-size: 1em;
    width: 100%;
    padding: 15px 25px;
    color: #fff;
    text-align: center;
    background-color: #f68621;
    border-radius: 5px;
    display: inline-block;
    line-height: 1em;
}

.buttonh {
    color: #fff;
    font-family: 'Gotham Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1em;
    font-weight: bold;
    display: block;
}

.buttonhra {
    color: #fff;
    font-family: 'Gotham Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
    display: block;
    padding-top: 5%;
}

.buttontxt {
    display: block;
    margin-top: 8px;
    font-size: initial;
}

@media (min-width: 320px) and (max-width: 1000px) {

    .startbutton {
        height: 85px;
        width: 250px;
        margin: 0 auto;
        display: block;
    }
}

@media (min-width: 1024px) {
    .cookies_alert div.form-group {
        display: flex;
    }
}
