﻿@charset "utf-8";
@import url("fonts.css");
@import url("font-awesome.min.css");
/* resets and overrrides */
* {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

img {
    border: none;
}

.clear {
    clear: both;
}

i {
    font-style: normal;
}

html, body {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    max-width: 100%;
    overflow-x: hidden;
}

.loginContainer a:hover {
    text-decoration: none;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    text-rendering: optimizeSpeed;
}

/*********************************** Layout Styles ******************************/

body {
    margin: 0px;
    background-color: #fff;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1em;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    text-rendering: optimizeSpeed;
    color: #737373;
    position: relative;
}

.wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}


.contentWrapper {
    postion: relative;
    width: 100%;
    padding-top: 8.625em;
}

.noPadContentWrapper {
    postion: relative;
    width: 100%;
}

.content {
    position: relative;
    min-width: 580px;
    max-width: 1200px;
    min-height: 21em;
    margin-left: auto;
    margin-right: auto;
}


.blogHeaderBar {
    background: transparent !important;
    position: relative !important;
    padding-top: 7em;
}

    .blogHeaderBar::before {
        content: "";
        height: 556px;
        display: block;
        background: #D22F2F;
        position: absolute;
        width: 100%;
        top: -1px;
    }

.contentWrapper.quote_wrapper .content {
    min-height: 100%;
    height: 100%;
}


.blogTitle {
    font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 7.25em;
    color: rgba(0,0,0,0.70)
}

.blogContent {
    position: relative;
    min-width: 600px;
    max-width: 1200px;
    min-height: 340px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    top: -19.5em;
}

    .blogContent.archives .recentBlogPost h3 {
        font-size: 1em;
    }

.blogLargeCol {
    width: 65%;
    float: left;
    font-size: 1.35em;
    line-height: 1.35em;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #333333;
}

    .blogLargeCol article h1 {
        color: #000;
    }

    .blogLargeCol p {
        margin: 0 0 1rem 0;
    }

    .blogLargeCol ol {
        list-style-type: decimal;
        margin: 1rem 0 1rem 1.85em;
    }

    .blogLargeCol img {
        margin: 0 0 1.5rem 0;
    }

    .blogLargeCol ul {
        margin-left: 1.4em;
        margin-bottom: 1rem;
        list-style: outside;
    }

    .blogLargeCol li {
        list-style: none;
    }

        .blogLargeCol li:before {
            /* For a round bullet */
            content: '\2022';
            display: block;
            position: relative;
            max-width: 0;
            max-height: 0;
            left: -1.2em;
            top: 0;
            color: #d22f2f;
            font-size: 20px;
        }

    .blogLargeCol ul.checkmarkList li::before {
        content: '\2714'; /* Checkmark instead of bullet */
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -1.2em;
        top: 0;
        color: #d22f2f;
        font-size: 20px;
    }

    .blogLargeCol li h3 {
        margin-top: -7px;
    }

.blogResourceLinksTD {
    background: rgba(251,251,251,1.00);
    padding: .5em 1em;
}

    .blogResourceLinksTD a {
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        text-decoration: underline;
    }

.blogSmallCol {
    width: 30%;
    margin-left: 3%;
    float: left;
    font-size: 1.35em;
    line-height: 1.35em;
    padding-top: 3em;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #333333;
}

.blogLargeColHeader {
    background-color: #D22F2F;
    height: 6em;
    margin-bottom: .25em;
    overflow-y: hidden;
}

.blogLargeCol h1 {
    color: #fff;
    font-size: 2em;
    font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: .25em
}

.blogLargeColHeader span {
    color: #fff;
    font-size: .8em;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1em;
}

.blogLargeCol h2 {
    color: #000;
    font-size: 1.55em;
    font-family: 'FuturaPT-Demi', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    letter-spacing: -0.02em;
    padding-top: 1rem;
}

.blogLargeCol h3 {
    color: #D22F2F;
    font-size: 1.3em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    margin-top: 1rem;
}

.blogLargeCol h4 {
    color: #000;
}

.blogSmallCol h2 {
    color: #fff;
    font-size: 1.5em;
    font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    padding-bottom: .5em;
    background-color: #D22F2F;
}

.blogSmallCol h3 {
    color: #000;
    font-size: 1.1em;
    line-height: 1.25em;
    font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

.recentBlogPost {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-Right: 0;
    margin-bottom: 1em;
    border-radius: 1em;
    overflow: hidden;
    height: 19em;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000030;
    position: relative;
}

    .recentBlogPost .redButton {
        position: absolute;
        bottom: 7px;
        right: 7px;
    }

    .recentBlogPost h3 {
        padding: .25em .7em;
    }

.publish_date {
    color: #000 !important;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif !important;
    font-size: 1.25em !important;
}

.blogTable td {
    padding: .25em;
    text-align: center;
    line-height: normal;
}

.blogTable th {
    padding: .25em;
    text-align: center;
    color: #fff;
    background: #D22F2F;
    font-size: 2em;
}

.recentBlogPost .redButton {
    position: absolute;
    bottom: 7px;
    right: 7px;
}

.recentBlogPost h3 {
    padding: .25em .7em;
}

.share_post_wrapper {
    padding-bottom: 20px;
    border-bottom: 1px dashed #000;
}

.blog_author_section {
    padding: 50px 0px;
    clear: both;
    font-size: 1rem;
}

    .blog_author_section h4 {
        color: #000;
        font-size: 1.35rem;
    }

.blog_creator_img {
    width: 7em !important;
    height: 7em !important;
    margin-left: .75em;
    border-radius: 50%;
    overflow: hidden;
}

.blog_creator_info {
    margin-left: 24px;
    margin-right: .75em;
    position: relative;
}

    .blog_creator_info h3 {
        color: #000;
    }

#expandBtn {
    position: absolute;
    top: 0px;
    right: 10px;
}

.blog_creator_info p {
    margin-bottom: 1rem;
}

.blog_creator_wrapper {
    box-shadow: 0px 4px 15px 0px #0000001A;
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.share_social_links ul li:not(:last-child) {
    margin-right: 8px;
}

.share_social_links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


.PodcastHeaderBar {
    background: #D22F2F;
    background: url("images/BMIM_page_Banner.jpg");
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position-x: right;
    height: 33.75em;
    width: 100%;
    padding-top: 6.625em;
}

.podcastHero {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: 2.6em auto 0 auto;
}

.podcastHeroLeft {
    color: #fff;
    font-size: 1.2em;
    width: 50%;
    padding-left: 15%;
    background: url("images/PodcastMic.svg");
    background-repeat: no-repeat;
    background-size: auto 75%;
}

    .podcastHeroLeft h1 {
        font-size: 3em;
        line-height: 1em;
        font-family: FuturaPT-Heavy;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 12px;
    }

.podcastHeroRight {
    max-width: 400px;
    width: 25em;
    height: 22.25em;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 5px 4px 9px 0px rgba(0,0,0,0.37);
}

.podcastContent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: -3.5em auto 0 auto;
}

.podcastContentLeft {
    color: #fff;
    font-size: 1.2em;
    width: 65%;
    padding-top: 1em;
    padding-left: 2%;
    background: url("images/PodcastMic.svg");
    background-repeat: no-repeat;
    background-size: auto 75%;
}

    .podcastContentLeft h1 {
        font-size: 3em;
        line-height: 1em;
        font-family: FuturaPT-Light;
        color: #333;
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid #333;
    }

.podcastContentRight {
    max-width: 400px;
    width: 25em;
    text-align: center;
    border-radius: 1em;
}

    .podcastContentRight a.socials {
        font-size: 2em;
        color: #fff;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-top: .4em;
        width: 2em;
        height: 1.6em;
        background: #999999;
        margin-left: 10px;
        border-radius: 50%;
    }

        .podcastContentRight a.socials:hover, a.socials:focus {
            background-color: #D22F2F;
        }

.mnmDDMWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

    .mnmDDMWrap strong {
        font-family: FuturaPT-Medium;
        color: #000;
        font-size: 1.5em;
    }

    .mnmDDMWrap a.learnMore {
        font-family: FuturaPT-Demi !important;
        color: #D22F2F !important;
        font-size: 1.35em !important;
        background: none !important;
        padding-left: 0em !important;
        padding-right: none !important;
        border-right: none !important;
        vertical-align: baseline !important;
        height: auto !important;
        width: 100%;
        margin-top: 1em;
        text-align: right !important;
        position: absolute;
        bottom: 10px;
        right: 0px;
    }

    .mnmDDMWrap a:hover, a:focus {
        text-decoration: underline
    }


.micNMessage .podcastTile {
    width: 100%;
    max-width: 400px;
    float: left;
    margin-left: 0;
    margin-Right: 0;
    margin-bottom: 1em;
    border-radius: 1em;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #fff;
    color: #333;
    box-shadow: 0 3px 6px #00000050;
}

.micNMessage .blogTile {
    width: 100%;
    max-width: 400px;
    float: left;
    margin-left: 0;
    margin-Right: 1em;
    margin-bottom: 1em;
    border-radius: 1em;
    overflow: hidden;
    background-color: #fff;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0 3px 6px #00000050;
}

.bmibBanner {
    width: 100%;
    height: 33.75em;
    background: url("images/BMIM_page_Banner.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% auto;
}


.blogTileTop {
    width: 100%;
}

.blogTileBottom {
    height: 10em;
    width: 90%;
    text-align: left;
    vertical-align: top;
    padding: 2% 5%;
    font-family: FuturaPT-Light;
    position: relative;
}



.podcastTileTop {
    width: 100%;
}

.podcastTileBottom {
    min-height: 10em;
    height: auto;
    width: 90%;
    text-align: left;
    vertical-align: top;
    padding: 2% 5%;
    font-family: FuturaPT-Light;
    position: relative;
}


.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

a.tooltip {
    outline: none;
    position: relative;
}

    a.tooltip:hover {
        text-decoration: none;
        color: #737373;
    }

    a.tooltip span {
        position: absolute;
        z-index: 10;
        display: none;
        padding: 14px 14px;
        margin-top: -30px;
        margin-left: 28px;
        line-height: 16px;
        border-radius: 4px;
        box-shadow: 4px 4px 4px rgba(0,0,0,.25);
    }

    a.tooltip:hover span {
        display: inline;
        color: #fff;
        background: rgba(226, 57, 64, 0.9);
    }

.callout {
    z-index: 20;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: rgba(226, 57, 64, 0.84) transparent transparent transparent;
}


/*********************************** Global Formatting Styles ******************************/

a {
    color: #d22f2f;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


    a:focus {
        outline: none;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #d22f2f;
    border: none;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #dd3b3b;
    }

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-between {
    justify-content: space-between;
}

.mb__20 {
    margin-bottom: 20px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.align-items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

/************************** Header Page Styles ********************************/

.headerWrapper {
    position: fixed;
    width: 100%;
    z-index: 91;
    height: 6.438em;
    padding: 0;
}

.headerBlackBar {
    background-color: #000;
    height: 33px;
    width: 100%;
}

.headerBlackBarContent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.headerNavBar {
    background-color: rgba(0, 0, 0, 0.85);
    height: 4.375em;
    width: 100%;
}

.headerNavBarContent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.headerNavBar ul {
    list-style: none;
    text-align: center;
}

    .headerNavBar ul li {
        display: inline-block;
        padding: 0.688em 0em;
        height: 3em;
    }

        .headerNavBar ul li a {
            display: block;
            height: 100%;
            padding-left: 1em;
            padding-right: 1em;
            vertical-align: middle;
            text-decoration: none;
            font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
            font-size: 1.125em;
            color: #fff;
            border-bottom: none;
            border-right: solid 1px #d22f2f;
        }

        .headerNavBar ul li,
        .headerNavBar ul li:after,
        .headerNavBar ul li:before {
            -webkit-transition: all 0.20s ease-in-out;
            -moz-transition: all 0.20s ease-in-out;
            -ms-transition: all 0.20s ease-in-out;
            -o-transition: all 0.20s ease-in-out;
        }

.navText {
    display: visible;
}

.navIconMission {
    background: url(images/navIcon_Mission.png);
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}

.navIconMedicare {
    background: url(images/navIcon_Medicare.png);
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}

.navIconIndividuals {
    background: url(images/navIcon_Individuals.png);
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}

.navIconSmallGroups {
    background: url(images/navIcon_SmallGroup.png);
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}

.navIconLargeGroups {
    background: url(images/navIcon_LargeGroup.png);
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}

.navIconCarrierSupport {
    background: url(images/navIcon_Support.png);
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}

.navIconMicNMessage {
    background: url("images/navIcon_MicNMessage.png");
    background-size: cover;
    height: 100%;
    width: 3em;
    display: none;
}



/* SHIFT */
.headerNavBar.shift ul li {
    position: relative;
    z-index: 1;
}

    .headerNavBar.shift ul li.borderRight {
        border-right: solid 1px #d22f2f;
    }

    .headerNavBar.shift ul li:after {
        display: block;
        position: absolute;
        top: 0;
        left: -3%;
        bottom: 0;
        right: 0;
        margin: 0;
        width: 103%;
        height: 1px;
        content: '.';
        background-color: #d22f2f;
        visibility: none;
        opacity: 0;
        z-index: -1;
    }

    .headerNavBar.shift ul li:hover:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .headerNavBar.shift ul li.current:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

.headerLogo {
    position: absolute;
    top: .875em;
    width: 10.875em;
    height: 4.75em;
    float: left;
    z-index: 100;
    background: url(images/header-logo.png) no-repeat;
    background-size: cover;
}

.headerWelcome {
    float: left;
    height: 68px;
    padding-left: 16px;
    margin-top: 15px;
    font-family: 'roboto_slabregular', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 1em;
    color: #fff;
}

.quote_wrapper .headerRHLink {
    height: 26px;
    padding: 7px 10px 0px 10px;
    color: #999;
    font-size: 1em;
    background-image: url(Images/headerlinkRolloverBG.png);
    background-repeat: no-repeat;
    background-position: -15px 0px;
    vertical-align: middle;
    overflow: hidden;
    float: right;
    border-right: 1px solid #b71a1a;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.headerTwitterIcon {
    height: 22px;
    width: 22px;
    margin-top: 6px;
    background-image: url(images/Social_Icon_Twitter.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    overflow: hidden;
    float: right;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .headerTwitterIcon:hover {
        background-image: url(images/Social_Icon_Twitter_Rollover.png);
    }

.headerRHLink {
    height: 26px;
    padding: 7px 10px 0px 10px;
    color: #999;
    font-size: .9em;
    background-image: url(images/headerlinkRolloverBG.png);
    background-repeat: no-repeat;
    background-position: -15px 0px;
    vertical-align: middle;
    overflow: hidden;
    float: right;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}


.headerLanguageLink {
    height: 26px;
    color: #fff;
    font-size: .9em;
    overflow: hidden;
    float: right;
    border: none;
    padding-top: 5px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.headerRHLink i {
    color: #fff;
}

    .headerRHLink i.red {
        color: #d22f2f;
    }

.headerRHLink:hover i.red {
    color: #FFF;
}


.headerRHLink.Login {
    background-position: -20px 0px;
}

.headerRHLink:hover {
    color: #fff;
    background-position: -180px 0px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.headerRHLinkCurrent {
    height: 26px;
    padding: 7px 10px 0px 10px;
    font-size: .9em;
    background-image: url(images/headerlinkRolloverBG.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    overflow: hidden;
    float: right;
    color: #fff;
    background-position: -180px 0px;
}


.headerRHLink:hover a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.headerRHLink a {
    color: #999;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.headerRHLink.hdrCartIcon {
    background-position: -70px 0px;
    font-size: 1.5em;
    padding-right: .75em;
}

    .headerRHLink.hdrCartIcon i {
        position: relative;
        top: -6px;
        right: 4px;
    }

        .headerRHLink.hdrCartIcon i.cartFull {
            color: #d22f2f;
            -webkit-transition: all 0.20s ease-in-out;
            -moz-transition: all 0.20s ease-in-out;
            -ms-transition: all 0.20s ease-in-out;
            -o-transition: all 0.20s ease-in-out;
        }

    .headerRHLink.hdrCartIcon:hover i.cartFull {
        color: #FFF;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .headerRHLink.hdrCartIcon:hover {
        background-position: -180px 0px;
        color: #fff;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.shoppingCartNumCircle {
    background-color: #E23940;
    position: absolute;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    font-size: .5em;
    text-align: center;
    vertical-align: middle;
    right: .75em;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 1em;
    color: #fff;
    z-index: 50;
}

/****************************** Navigation Styles *******************************/

.navWrapper {
    height: 2.5em;
    background-color: #d22f2f;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 6.438em;
    z-index: 90;
}

.navWrapperHome {
    min-height: 20px;
    background-color: #d22f2f;
    border-top: 1px solid #fff;
}

.navBar {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.nav {
    float: left;
    padding: 0;
    margin: 0;
    height: 40px;
    position: relative;
}

.navTab {
    display: block;
    float: left;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #FFF;
    height: 1.542em;
    vertical-align: middle;
    text-align: center;
    padding: 5px .5em 0 .5em;
    background-color: rgba(52, 52, 52, 0);
    border-bottom: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .navTab:hover {
        background-color: #000;
        text-decoration: none;
        border-bottom: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .navTab.current {
        background-color: #000;
        text-decoration: none;
        border-bottom: none;
    }

.navBarDisclaimer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    float: right;
    text-align: right;
    vertical-align: middle;
    padding-top: 6px;
}

    .navBarDisclaimer a {
        color: #fff;
        text-decoration: underline;
    }

.topDisclaimer1 {
    display: inline-block;
    position: relative;
    top: -4px;
    font-size: .85em;
    color: #333;
}

.topDisclaimer2 {
    display: none;
}

/************************** Subnav Styles *********************************/

.ddm {
    float: left;
    position: relative;
    z-index: 9999;
}

    .ddm.topNav {
        float: none;
        position: relative;
        z-index: 9999;
    }

    .ddm.languageDDM {
        float: right;
        font-size: 1em;
        position: relative;
        z-index: 999;
    }

    .ddm.logoutDDM {
        float: right;
        font-size: 1em;
    }

.snav-wrap {
    position: absolute;
    top: 40px;
    width: 20em;
    padding-bottom: 10px;
    z-index: 999;
    background-color: rgba(61, 61, 61, .95);
    display: none;
    overflow: visible;
    color: #fff;
}

    .snav-wrap.topNav {
        position: absolute;
        top: 4.4em;
        left: -0.35em;
        min-width: 20em;
        padding-bottom: 10px;
        z-index: 999;
        background-color: rgba(190, 37, 37, .95);
        display: none;
        overflow: visible;
        color: #fff;
        border: none;
    }

    .snav-wrap.micNMessage {
        position: absolute;
        top: 5em;
        right: 0.35em;
        min-width: 50em;
        width: auto;
        padding: 1em 1em .5em 1em;
        z-index: 999;
        background-color: rgba(100, 100, 100, .80);
        border-radius: .75em;
        display: none;
        overflow: visible;
        color: #fff;
        border: none;
    }

.langLabel {
    color: #999;
}

.snav-wrap.language {
    position: absolute;
    top: 33px;
    right: 0;
    width: 7.95em;
    padding-bottom: 0px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    border: 1px dotted #d22f2f;
    display: none;
    overflow: visible;
    color: #333;
}

.snav-wrap.logout {
    position: absolute;
    top: 2em;
    right: 0;
    width: 9em;
    padding-bottom: 0px;
    z-index: 999;
    background-color: rgba(255, 255, 255, .95);
    border: 1px dotted #d22f2f;
    display: none;
    overflow: visible;
    color: #333;
}

.snav-wrap a {
    background-color: rgba(113, 34, 34, 0);
    padding: 5px 10px 5px 27px;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    height: 24px;
    color: #FFF;
    font-size: 1.25em;
    display: block;
    clear: both;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.snav-wrap.topNav a {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 10px 5px 27px;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    height: 24px;
    color: #FFF;
    font-size: 1.25em;
    display: block;
    clear: both;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.snav-wrap.language a {
    background-color: rgba(93, 15, 15, 0);
    padding: 9px;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #555;
    height: 18px;
    font-size: .9em;
    display: block;
    clear: both;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.snav-wrap.logout a {
    background-color: rgba(82, 153, 231, 0);
    padding: 7px;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #303337;
    height: 18px;
    font-size: .9em;
    display: block;
    clear: both;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.snav-wrap a:hover {
    background-color: rgba(0, 0, 0, .52);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    border-bottom: none;
}

.snav-wrap.topNav a:hover {
    background-color: rgba(0, 0, 0, .43);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    border: none;
}

.snav-wrap.language a:hover {
    background-color: #641616;
    color: #fff;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.snav-wrap.logout a:hover {
    background-color: #641616;
    color: #fff;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}
/*************************** Tertiary Navigation Styles *****************************/



/************************** Home Page Styles ********************************/

.homeHeroWrapper {
    height: 37.188em;
    background-image: url(images/HomeHero1.jpg);
    background-position: right;
    background-size: cover;
    position: relative;
    padding-top: 7.25em;
}

.homeHeroWrapperForm {
    height: 502px;
    background-image: url(images/Form_BG.jpg);
    position: relative;
}

.homeHero {
    min-width: 760px;
    max-width: 1200px;
    min-height: 340px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 10px;
}

.homeHeroContent {
    width: 60%;
}

.homeHero h1 {
    color: #fff;
    font-size: 4.313em;
    display: inline-block;
    position: relative;
    left: -5em;
    opacity: 0;
    -webkit-font-variant-ligatures: no-common-ligatures;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

body.loaded .homeHero h1 {
    Left: 0;
    opacity: 1;
}


.homeHero h2 {
    color: #fff;
    font-size: 3.25em;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 10px;
}

.homeHero h3 {
    color: #fff;
    font-size: 2.688em;
    display: inline-block;
    position: relative;
    Left: 5em;
    opacity: 0;
    -webkit-font-variant-ligatures: no-common-ligatures;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition-delay: 4s;
    -webkit-transition-delay: 4s;
}

body.loaded .homeHero h3 {
    Left: 0;
    opacity: 1;
}

.homePic {
    float: right;
    position: absolute;
    right: -138px;
    top: -18px;
    width: 446px;
    height: 468px;
    z-index: 10;
    background: url(images/WomanWClipboard.png) no-repeat;
    background-size: cover;
}

.ChatPic {
    float: right;
    position: absolute;
    right: -138px;
    top: -0px;
    width: 356px;
    height: 330px;
    z-index: 10;
    background-size: cover;
    background-image: url(images/ChatWoman_03.png);
    background-repeat: no-repeat;
}

.ChatLoginBox {
    width: 25em;
    margin: 2em auto;
}

    .ChatLoginBox div.ChatLogin {
        background-color: rgba(0,0,0,0.73);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        text-align: center;
        padding: 2em 1em 3em 1em;
    }

.quotePic {
    float: right;
    position: absolute;
    right: -140px;
    top: 14px;
    width: 479px;
    height: 498px;
    z-index: 10;
    background: url(images/WomanWClipboard.png) no-repeat;
    background-size: cover;
}

.homeHeroTable {
    width: 73%;
    height: 450px;
}

.homeCircle {
    display: inline-block;
    height: 7em;
    width: 7em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}


.individualsIcon {
    background: url(images/homeIndividualPic.png) rgba(255, 255, 255, .15) no-repeat;
    background-size: cover;
}

.smallGroupsIcon {
    background: url(images/homeSmallGroupPic.png) rgba(255, 255, 255, .15) no-repeat;
    background-size: cover;
}

.largeGroupsIcon {
    background: url(images/homeLargeGroupPic.png) rgba(255, 255, 255, .15) no-repeat;
    background-size: cover;
}


.homeCircleContainer {
    display: block;
    float: right;
    clear: both;
    margin-top: .5em;
    padding-right: 10em;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition-delay: 3s;
    -webkit-transition-delay: 3s;
}

body.loaded .homeCircleContainer {
    padding-right: 0em;
    opacity: 1;
}

.homeCircleContainer.one {
    padding-right: 14em;
    opacity: 0;
    transition-delay: .85s;
    -webkit-transition-delay: .85s;
}

body.loaded .homeCircleContainer.one {
    padding-right: 4em;
    opacity: 1;
}

.homeCircleContainer.two {
    padding-right: 12em;
    opacity: 0;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

body.loaded .homeCircleContainer.two {
    padding-right: 2em;
    opacity: 1;
}



.homeCircleContainer:hover .homeCircle {
    background-color: rgba(210,47,47,1.00);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}


.homeCircleContainer:hover a {
    border-bottom: none;
}


.redBarHome {
    height: 1em;
    color: #d22f2f;
    background-color: #d22f2f;
    position: relative;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    Font-size: .9em;
    padding: 0em;
    text-align: center;
    -webkit-font-variant-ligatures: no-common-ligatures;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 5.5s;
    -webkit-transition-delay: 5.5s;
}

body.loaded .redBarHome {
    opacity: 1;
    font-size: 1.9em;
    color: #fff;
    padding: .25em;
    height: 1.5em;
}

.redBarHome:after {
    top: 100%;
    z-index: 10;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #d22f2f;
    border-top-width: .75em;
    border-left-width: 1.5em;
    border-right-width: 1.5em;
    border-bottom-width: .75em;
    margin-left: -1.5em;
    opacity: 0;
    -webkit-font-variant-ligatures: no-common-ligatures;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 5.5s;
    -webkit-transition-delay: 5.5s;
}

body.loaded .redBarHome:after {
    opacity: 1;
}

.homeContentWrapper {
    postion: relative;
    width: 100%;
}

    .homeContentWrapper.cS {
        postion: relative;
        width: 100%;
        background: #f9f9f9;
    }

.homeContent:after {
    bottom: -2em;
    z-index: 10;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-top-width: .75em;
    border-left-width: 1.5em;
    border-right-width: 1.5em;
    border-bottom-width: .75em;
    margin-left: -1.5em;
}

.homeContentWrapper.cS .homeContent:after {
    bottom: -2em;
    z-index: 10;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f9f9f9;
    border-top-width: .75em;
    border-left-width: 1.5em;
    border-right-width: 1.5em;
    border-bottom-width: .75em;
    margin-left: -1.5em;
}

.homeContent {
    position: relative;
    max-width: 1200px;
    min-height: 340px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    font-family: 'FuturaPT-light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.875em;
}

.homeHeading {
    display: block;
    position: relative;
    top: -1.5em;
    font-size: 2.14em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #303338;
}


    .homeHeading span {
        display: inline-block;
        position: relative;
        z-index: 7
    }

h2.homeHeading {
    display: block;
    position: relative;
    top: -1.5em;
    font-size: 2.14em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #303338;
}

.hmIndivWMArrows {
    position: absolute;
    Right: 6.4em;
    top: .15em;
    Background: url(images/watermarkArrowsRt.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.5em;
    height: 1.5em;
    z-index: -1;
}

.hmSGWMArrows {
    position: absolute;
    Right: 4.3em;
    top: .15em;
    Background: url(images/watermarkArrowsLft.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.5em;
    height: 1.5em;
    z-index: -1;
}

.hmLGWMArrows {
    position: absolute;
    left: -2.65em;
    top: .15em;
    Background: url(images/watermarkArrowsRt.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.5em;
    height: 1.5em;
    z-index: -1;
}

.homeIndivBox {
    width: 100%;
    border-top: 1px dotted #d22f2f;
    border-right: 1px dotted #d22f2f;
    padding-bottom: 4em;
    position: relative;
}

.homeSGBox {
    width: 73%;
    border-top: 1px dotted #d22f2f;
    border-left: 1px dotted #d22f2f;
    padding-bottom: 4em;
    padding-left: 27%;
    position: relative;
}

.homeLGBox {
    width: 85%;
    border-top: 1px dotted #d22f2f;
    padding-bottom: 2em;
    padding-left: 15%;
    position: relative;
}

.hmIcon_ShopTag {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_ShopTag.png);
    background-repeat: no-repeat;
    background-position: top;
    background-postiion: .75em;
    opacity: 1;
}

.hmIcon_Search {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_Search.png);
    background-repeat: no-repeat;
    background-position: top;
    background-postiion: .75em;
    opacity: 1;
}

.hmIcon_Chat {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_Chat.png);
    background-repeat: no-repeat;
    background-position: top;
    background-postiion: .75em;
    opacity: 1;
}

.hmIcon_RTQuote {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_RTQuote.png);
    background-repeat: no-repeat;
    background-position: top;
    opacity: 1;
}

.hmIcon_Wrench {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_Wrench.png);
    background-repeat: no-repeat;
    background-position: top;
    background-postiion: .75em;
    opacity: 1;
}

.hmIcon_PiggyBank {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_PiggyBank.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    opacity: 1;
}

.hmIcon_CustEnrollment {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_CustEnrollment.png);
    background-repeat: no-repeat;
    background-position: top;
    background-postiion: .75em;
    opacity: 1;
}

.hmIcon_automation {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_automation.png);
    background-repeat: no-repeat;
    background-position: top;
    background-postiion: .75em;
    opacity: 1;
}

.hmIcon_checkbox {
    width: 2.1em;
    height: 1.4em;
    background: url(images/hpIcon_checkbox.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    opacity: 1;
}

.homeBulletTable1 {
    position: relative;
    top: -2.5em;
    width: 100%;
}

    .homeBulletTable1 h3 {
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        color: #000;
    }

.homeBulletTable2 {
    position: relative;
    top: -2.5em;
    width: 65%;
}

.hmIndivualsCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #d22f2f;
    background: url(images/hmCirclePic_Individuals.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3.8em;
}

.hmSmGroupsCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #D22F2F;
    background: url(images/hmCirclePic_SmGroups.jpg);
    background-size: cover;
    position: absolute;
    left: -3.4em;
    top: -3.8em;
}

.hmLrgGroupsCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #D22F2F;
    background: url(images/hmCirclePic_LrgGroups.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3.8em;
}

.homeGreyBar {
    display: table;
    width: 100%;
    height: 33.125em;
    background-color: #4a4a4a;
    color: #999;
}

.homeGreyBarPic {
    display: table-cell;
    width: 50%;
    height: 33.125em;
    float: left;
    background-image: url(images/hm_puzzle01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .homeGreyBarPic.LargeGroups {
        background-image: url(images/LargeGroupsService.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 45%;
        float: right;
        height: 36.438em;
        padding-top: 1em;
        padding-bottom: .5em;
        display: table-cell;
    }

.homeGreybarContent {
    display: table-cell;
    width: 45%;
    height: 31.125em;
    float: right;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 2em;
    background-color: #4a4a4a;
    color: #999;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

    .homeGreybarContent h1 {
        font-size: 4.0125em;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        color: #fff;
    }

    .homeGreybarContent h2 {
        font-size: 4.0125em;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        color: #fff;
    }

    .homeGreybarContent p {
        font-size: 1.875em;
    }

    .homeGreybarContent ul {
        font-size: 1.875em;
        padding-top: .5em;
        padding-left: 1em;
    }

        .homeGreybarContent ul li {
            background: url(images/redcheckBullet.png) no-repeat;
            background-position: 0px .25em;
            background-size: 1.25em;
            padding: .25em 0px .25em 2em;
            /* reset styles (optional): */
            list-style: none;
            margin: 0;
        }

.homeCarrierSupportTitle {
    display: block;
    border-radius: 1.5em;
    color: #303338;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.9em;
    border: 3px solid #DE6767;
    background-color: #fff;
    width: 8.5em;
    height: 1.5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hmCSContainer {
    height: 6.5em;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    /* just for demo */
    min-width: 612px;
}

.homeCSBtn {
    border-radius: 50%;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #646464;
    position: relative;
    width: 6.5em;
    height: 6.5em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.homeCSBtn span {
    display: block;
    position: relative;
    bottom: -8em;
    font-size: .85em;
    text-align: center;
    vertical-align: middle;
}

.homeCSBtn.CSS {
    Background: url(images/homeCSBtn_CSS.png) no-repeat;
    background-color: #de6767;
    background-size: cover;
}

.homeCSBtn.OQ {
    Background: url(images/homeCSBtn_OQ.png) no-repeat;
    background-color: #de6767;
    background-size: cover;
}

.homeCSBtn.OE {
    Background: url(images/homeCSBtn_OE.png) no-repeat;
    background-color: #de6767;
    background-size: cover;
}

.homeCSBtn.BC {
    Background: url(images/homeCSBtn_BC.png) no-repeat;
    background-color: #de6767;
    background-size: cover;
}

.homeCSBtn.TPA {
    Background: url(images/homeCSBtn_TPA.png) no-repeat;
    background-color: #de6767;
    background-size: cover;
}

    .homeCSBtn.CSS:hover, .homeCSBtn.OQ:hover, .homeCSBtn.OE:hover, .homeCSBtn.BC:hover, .homeCSBtn.TPA:hover {
        background-color: #d22f2f;
        color: #212121;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.homeTestimonialsWrapper {
    width: 100%;
    background-image: url(images/homeTestimonialsBG.jpg);
    /* Set a specific height */
    height: 31em;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

    .homeTestimonialsWrapper h1 {
        color: #fff;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 3.4em;
        text-align: center;
        padding-top: .5em;
    }

    .homeTestimonialsWrapper h2 {
        color: #fff;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 3.4em;
        text-align: center;
        padding-top: .5em;
    }

.slick-dots {
    bottom: -9.5em;
    color: #fff;
}

.slider {
    min-width: 730px;
    max-width: 1200px;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
    height: 18em;
}

.slick-slide {
    margin: 0px 40px;
}

    .slick-slide img {
        width: 100%;
    }


.slick-prev:before {
    left: 1em;
}

.slick-next:before {
    right: 1.5em;
}

.slick-prev:before,
.slick-next:before {
    color: #FFF;
    font-size: 34px;
    position: relative;
    top: -2em;
}

.homeTestimonialsWrapper section {
    Height: 12em;
    position: relative;
    margin-top: 1em;
}

.homeTestimonialsWrapper div div.TestimonialText {
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.9em;
    float: left;
    position: relative;
    top: -.5em;
    width: 70%;
}

    .homeTestimonialsWrapper div div.TestimonialText span {
        display: inline-block;
        color: #e16565;
        font-size: .9em;
        padding-top: .5em;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    }

TestimonialIcon {
    float: left;
    width: 25%;
    position: relative;
    height: 8em;
}

.homeTestimonialsWrapper div div.TestQuote {
    background-color: rgba(23, 29, 33, .73);
    background-image: url(images/TestimonialQuote.png);
    background-size: cover;
    position: relative;
    z-index: -1;
    border-radius: 50%;
    float: left;
    width: 8em;
    height: 8em;
}

.homeTestimonialsWrapper div div.TestUserIcon {
    background-color: rgba(221, 99, 99, 1);
    background-image: url(images/TestimonialUserIcon.png);
    background-size: cover;
    position: relative;
    left: -1.5em;
    z-index: 1;
    border-radius: 50%;
    float: left;
    width: 8em;
    height: 8em;
}

.homeTestimonialsLogoBar {
    width: 100%;
    height: 7.5em;
    background-color: rgba(40,40,40,0.82);
    vertical-align: middle;
    display: table;
    position: absolute;
    bottom: 0px;
}

.homeTestimonialsLogoBarContent {
    display: table-row;
    min-width: 730px;
    max-width: 1200px;
    height: 7.5em;
    margin-left: auto;
    margin-right: auto;
}

.homeTestimonialsLogoBarCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 7.5em;
}

.homeContactLeft {
    width: 60%;
    float: left;
}

.homeContactRight {
    width: 40%;
    vertical-align: middle;
    float: right;
}

.homeContactMap {
    height: 38.5em;
    width: 100%;
    border-top-left-radius: 20em;
    border-bottom-left-radius: 20em;
    background-image: url(images/googleMapsPic.png);
    background-size: cover;
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.homeContactHdr {
    padding-left: 25%;
    padding-right: .75em;
    background-color: #dd6363;
    color: #fff;
    font-size: 4em;
    height: 1.35em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    float: left;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.homeContactContent {
    width: 75%;
    padding-left: 25%;
}

.homeContactContentCol1 {
    width: 46%;
    float: left;
    height: 100%;
}

.homeContactContentCol2 {
    width: 46%;
    float: left;
    border-left: 1px dotted #d22f2f;
    padding-left: 1.5em;
    height: 100%;
}

/******************************************  Individuals Styles *******************************/

.homeHeroWrapper.Individuals {
    height: 29.625em;
    background-image: url(images/Indiv_LandingPgBG.jpg);
    background-position: right;
    background-size: cover;
    position: relative;
    padding-top: 9.5em;
}

    .homeHeroWrapper.Individuals.Medicare {
        height: 29.625em;
        background-image: url(images/Medicare_LandingPgBG.jpg);
        background-position: right;
        background-size: cover;
        position: relative;
        padding-top: 9.5em;
    }

.homeHeroContent.Individuals {
    color: #000;
    font-size: 1.65em;
    width: 65%;
}

    .homeHeroContent.Individuals a:hover {
        border: none;
    }

.homeHero.Individuals h1 {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.4em;
    line-height: 1em;
    padding-bottom: .5em;
    left: -2em;
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

Body.loaded .homeHeroContent.Individuals h1 {
    left: 0;
    opacity: 1;
}

.homeHero.Individuals h1.lineTwo {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.45em;
    line-height: 1em;
    padding-bottom: .5em;
    left: -2em;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

Body.loaded .homeHeroContent.Individuals h1.lineTwo {
    left: 0;
    opacity: 1;
}

.homeHeroContent.Individuals P {
    display: inline-block;
    position: relative;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 3s;
    -webkit-transition-delay: 3s;
}

Body.loaded .homeHeroContent.Individuals P {
    top: 0;
    opacity: 1;
}

.homeHeroContent.Individuals .blueButton {
    position: relative;
    float: left;
    top: 1em;
    left: -1em;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 4s;
    -webkit-transition-delay: 4s;
}

    .homeHeroContent.Individuals .blueButton:hover {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

Body.loaded .homeHeroContent.Individuals .blueButton {
    left: 2em;
    opacity: 1;
}

.homeHeroContent.Individuals .greenButton {
    position: relative;
    float: left;
    top: 1em;
    left: -1em;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 3.75s;
    -webkit-transition-delay: 3.75s;
}

    .homeHeroContent.Individuals .greenButton:hover {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

Body.loaded .homeHeroContent.Individuals .greenButton {
    left: 2em;
    opacity: 1;
}

/****************************************** SmallGroupsHome Styles ***************************/
.homeHeroWrapper.SmallGroups {
    height: 29.625em;
    background-image: url(images/SmallGroupsLPHero.jpg);
    background-position: right;
    background-size: cover;
    position: relative;
    padding-top: 9.5em;
}

.homeHeroContent.SmallGroups {
    color: #fff;
    font-size: 1.75em;
    width: 65%;
}

    .homeHeroContent.SmallGroups a:hover {
        border: none;
    }

.homeHero.SmallGroups h1 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.3em;
    padding-bottom: .5em;
}

.homeHeroContent.SmallGroups P {
    display: inline-block;
    position: relative;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: .75s;
    -webkit-transition-delay: .75s;
}

Body.loaded .homeHeroContent.SmallGroups P {
    top: 0;
    opacity: 1;
}


.whiteButtonSG {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 9px 37px 9px 37px;
    border: 3px solid #fff;
    border-radius: 1.5em;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    Margin: 10px;
    top: .7em;
    right: 5em;
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition-delay: 1.75s;
    -webkit-transition-delay: 1.75s;
}

Body.loaded .whiteButtonSG {
    right: -3em;
    opacity: 1;
}

.whiteButtonSG:hover {
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 1);
    color: #373737;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.whiteOutlineButton {
    background-color: rgba(255,255,255,0.00);
    color: #fff;
    border: solid 3px #ffffff;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    text-decoration: none !important;
    padding: .25em 1em .25em 1em;
    border-radius: 1em;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    Margin: 10px;
    opacity: 0.9;
    display: inline-block;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .whiteOutlineButton:hover {
        color: #ffffff;
        opacity: 1;
        transform: translatey(-3px);
        text-decoration: none !important;
        border: solid 3px #ffffff;
        background-color: rgba(255,255,255,0.25);
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .whiteOutlineButton:focus {
        color: #ffffff;
        opacity: 1;
        transform: translatey(-3px);
        text-decoration: none !important;
        border: solid 3px #ffffff;
        background-color: rgba(255,255,255,0.25);
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.redButtonSG {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 9px 24px 9px 24px;
    border: 3px solid rgba(210,47,47,.01);
    border-radius: 1.5em;
    ;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(210,47,47,.8);
    Margin: 10px;
    top: .7em;
    right: 2em;
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}

Body.loaded .redButtonSG {
    right: -3em;
    opacity: 1;
}

.redButtonSG:hover {
    border: 3px solid rgba(210,47,47, 1);
    background-color: rgba(210,47,47, 1);
    text-decoration: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.SGhmChoiceBox {
    width: 99%;
    margin-right: 1%;
    border-top: 1px dotted #d22f2f;
    position: relative;
}

.SGhmChoiceCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #d22f2f;
    background: url(images/SmallGroupsLPChoicePic.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3em;
}

.SGhmAdminWrapper {
    width: 100%;
    background-color: #f4f4f4;
    padding-top: 3.250em;
    height: 30.5em;
    position: relative;
}

.SGhmAdminIpadContainer {
    position: Relative;
    Bottom: 0;
    width: 50%;
    height: 30.5em;
    float: left;
    text-align: right;
    vertical-align: bottom;
    z-index: 1;
}

.SGhmAdminTxtContainer {
    position: relative;
    float: left;
}

.SGhmAdminHdr {
    padding-left: 8em;
    border-bottom: 1px dotted #d22f2f;
    position: absolute;
    left: -16em;
    text-align: right;
    float: left;
}

    .SGhmAdminHdr h1 {
        Font-size: 3.75em;
        color: #303338;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        white-space: nowrap;
    }


.SGhmAdminTxtContent {
    Font-size: 1.875em;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    Max-width: 18.34em;
    padding: .75em;
    margin-top: 2.5em;
    float: left;
}

    .SGhmAdminTxtContent strong {
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        color: #000;
    }

.homeGreyBar.SmallGroups {
    position: relative;
    z-index: 11;
    height: 36.438em;
    display: table;
    overflow: visible;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
}

.homeGreyBarPic.SmallGroups {
    float: right;
    display: table-cell;
    width: 45%;
    height: 36.438em;
    padding-top: 1em;
    padding-bottom: .5em;
    background-image: url(images/SmallGroupsService.jpg);
}

.homeGreybarContent.SmallGroups {
    float: right;
    display: table-cell;
    width: 55%;
    max-width: 50em;
    height: 36.438em;
    padding-top: 1em;
    padding-bottom: .5em;
}

.SGhmQualificationsWrapper {
    width: 100%;
    height: 37.500em;
    position: relative;
}

.SGhmChecklistPic {
    height: 100%;
    width: 30%;
    float: left;
    background-image: url(images/QualificationsChecklist.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}



.SGhmChecklistContent {
    height: 100%;
    width: 65%;
    margin-left: 2.5%;
    float: left;
    font-size: 1.75em;
}

    .SGhmChecklistContent h1 {
        display: inline-block;
        width: 70%;
        font-size: 2.14em;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        border-bottom: 1px dotted #d22f2f;
        white-space: nowrap;
    }

    .SGhmChecklistContent h2 {
        color: #d22f2f;
        display: inline-block;
        margin-left: 1.5em;
        font-weight: normal;
        font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 1.3em;
    }

    .SGhmChecklistContent .greenButton {
        margin-right: 16%;
        float: right;
        font-size: 1em;
    }

/****************************************** LargeGroupsHome Styles **************************/


.homeHeroWrapper.LargeGroups {
    height: 29.625em;
    background-image: url(images/HomeHero3.jpg);
    background-position: 0em 1em;
    background-size: cover;
    position: relative;
    padding-top: 9.5em;
}

.homeHeroContent.LargeGroups {
    color: #fff;
    font-size: 1.75em;
    width: 60%;
    left: 2em;
    padding-top: .65em;
}

    .homeHeroContent.LargeGroups a:hover {
        border: none;
    }

.homeHero.LargeGroups h1 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.3em;
    padding-bottom: .5em;
    -webkit-transition: all .95s ease-out;
    -moz-transition: all .95s ease-out;
    -ms-transition: all .95s ease-out;
    -o-transition: all .95s ease-out;
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
}



.LGhmChecklistPic {
    position: relative;
    bottom: -9em;
    height: 100%;
    width: 40%;
    float: left;
}

.LGhmQualificationsWrapper {
    width: 100%;
    height: 48em;
    position: relative;
    background-image: url(images/scalabilitypic.jpg);
    background-repeat: no-repeat;
    background-position: calc(-35% + 8em) 100%;
}

.LGhmChecklistContent {
    height: 100%;
    width: 55%;
    margin-left: 2.5%;
    float: left;
    font-size: 1.75em;
}

    .LGhmChecklistContent h1 {
        display: inline-block;
        width: 60%;
        font-size: 2.14em;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        border-bottom: 1px dotted #d22f2f;
        white-space: nowrap;
    }

    .LGhmChecklistContent h2 {
        color: #d22f2f;
        display: inline-block;
        margin-left: 1.5em;
        font-weight: normal;
        font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 1.3em;
    }

    .LGhmChecklistContent .greenButton {
        margin-right: 16%;
        float: right;
        font-size: 1em;
    }

Body.loaded .homeHeroContent.LargeGroups P {
    top: 0;
    opacity: 1;
}


.homeHeroContent.LargeGroups P {
    display: inline-block;
    position: relative;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
}

Body.loaded .homeHeroContent.LargeGroups P {
    top: 0;
    opacity: 1;
}

.LGCostContainWrapper {
    display: table;
    width: 100%;
    background-image: url(images/topographic.PNG);
    height: 37em;
    position: relative;
}

    .LGCostContainWrapper:after {
        top: 100%;
        z-index: 10;
        font-size: 1.875em;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #252525;
        border-top-width: .75em;
        border-left-width: 1.5em;
        border-right-width: 1.5em;
        border-bottom-width: .75em;
        margin-left: -1.5em;
    }

.LGCostContainContent {
    display: table-cell;
    width: 50%;
    max-width: 46em;
    height: 35em;
    float: right;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 2em;
    color: #999;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

.LPLrgGroupsCCGfx {
    float: right;
    display: table-cell;
    width: 45%;
    height: 37em;
    padding-top: 1em;
    padding-bottom: .5em;
    overflow: hidden;
    position: relative;
}

.LGCostContainContent h1 {
    font-size: 4.0125em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #fff;
}

.LGCostContainContent p {
    font-size: 1.875em;
}

.LGCostContainContent ul {
    font-size: 1.875em;
    padding-top: .5em;
    padding-left: 1em;
}

    .LGCostContainContent ul li {
        background: url(images/redcheckBullet.png) no-repeat;
        background-position: 0px .25em;
        background-size: 1.25em;
        padding: .25em 0px .25em 2em;
        /* reset styles (optional): */
        list-style: none;
        margin: 0;
    }

.LPLrgGroupsCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #D22F2F;
    background: url(images/LPCirclePic_LrgGroups.jpg);
    background-size: cover;
    position: absolute;
    left: -3.4em;
    top: -3.8em;
}

.LPLrgRedArrow {
    position: absolute;
    bottom: -1em;
    left: 4em;
    background-image: url(images/LG_CC_redArrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 7em;
    height: 23.625em;
    font-size: 1.25em;
}

    .LPLrgRedArrow strong {
        position: absolute;
        display: block;
        color: #fff;
        font-size: 1.75em;
        position: relative;
        top: -1.25em;
        left: -.64em;
    }

.LPLrgOrangeArrow {
    position: absolute;
    top: 0em;
    left: 12em;
    background-image: url(images/LG_CC_orangeArrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.938em;
    height: 23.813em;
    font-size: 1.25em;
}

    .LPLrgOrangeArrow strong {
        position: absolute;
        display: block;
        color: #fff;
        font-size: 1.75em;
        bottom: -1.25em;
        left: .7em;
    }

.LPLrgGreenArrow {
    position: absolute;
    bottom: 0;
    left: 20em;
    position: absolute;
    background-image: url(images/LG_CC_greenArrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 7em;
    height: 27em;
    font-size: 1.25em;
}

    .LPLrgGreenArrow strong {
        position: absolute;
        display: block;
        color: #fff;
        font-size: 1.75em;
        top: -1.25em;
        left: 0em;
    }

/****************************************** Carrier support Styles **************************/
.homeHeroWrapper.CarrierSupport {
    height: 25em;
    background-image: url(images/CarrierSupportBG.jpg);
    background-position: calc(50% - 1em) 50%;
    background-size: cover;
    position: relative;
    padding-top: 9.5em;
}

.homeHeroContent.CarrierSupport {
    color: #000;
    font-size: 1.65em;
    width: 65%;
}

    .homeHeroContent.CarrierSupport a:hover {
        border: none;
    }

.homeHero.CarrierSupport h1 {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.45em;
    line-height: 1.3em;
    padding-bottom: .5em;
    left: -2em;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition-delay: 1s;
    -webkit-transition-delay: .25s;
}

Body.loaded .homeHeroContent.CarrierSupport h1 {
    left: 0;
    opacity: 1;
}



.homeHeroContent.CarrierSupport P {
    display: inline-block;
    position: relative;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
}

Body.loaded .homeHeroContent.CarrierSupport P {
    top: 0;
    opacity: 1;
}

.CSCirclePic {
    width: 13em;
    height: 13em;
    border-radius: .5em;
    border: solid 7px #d22f2f;
    background: url(images/CSCirclePic_1.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3.8em;
    z-index: 11;
}

    .CSCirclePic.one {
        width: 13em;
        height: 9.4em;
        border-radius: .5em;
        border: solid 3px #d22f2f;
        background: url(images/CSCirclePic_2a.jpg);
        background-size: cover;
        position: absolute;
        right: -3.4em;
        top: -3.8em;
        z-index: 11;
    }

    .CSCirclePic.oneB {
        width: 13em;
        height: 10em;
        border-radius: .5em;
        border: solid 3px #d22f2f;
        background: url(images/CSCirclePic_2b.jpg);
        position: absolute;
        right: -2em;
        top: 3em;
        z-index: 11;
    }



    .CSCirclePic.two {
        height: 9.46em;
        border-radius: .5em;
        background: url(images/CSCirclePic_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: solid 3px #d22f2f;
        left: -3.4em;
    }

    .CSCirclePic.twoB {
        height: 9.4em;
        border-radius: .5em;
        border: solid 3px #d22f2f;
        background: url(images/CSCirclePic_1b.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        left: -2.5em;
        top: 3em;
        z-index: 12;
        -webkit-box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        -moz-box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
    }

    .CSCirclePic.twoC {
        width: 13em;
        height: 10em;
        border-radius: .5em;
        border: solid 3px #d22f2f;
        background: url(images/CSCirclePic_1c.jpg);
        position: absolute;
        left: -3.7em;
        top: 11em;
        z-index: 13;
        -webkit-box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        -moz-box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
    }

    .CSCirclePic.three {
        height: 9.4em;
        border-radius: .5em;
        border: solid 3px #d22f2f;
        background: url(images/CSCirclePic_3.jpg);
    }

    .CSCirclePic.threeB {
        height: 9.4em;
        border-radius: .5em;
        border: solid 3px #d22f2f;
        background: url(images/CSCirclePic_3b.jpg);
        background-repeat: no-repeat;
        right: -2.5em;
        top: 3em;
        z-index: 12;
        -webkit-box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        -moz-box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        box-shadow: 3px 3px 7px -2px rgba(138,138,138,1);
        ;
    }

.hmCSCirclePic {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #d22f2f;
    background: url(images/CarrierSupportCirclePic_4.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3.8em;
}


.CSHeroButton {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 1em .25em 2.5em .25em;
    width: 7em;
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1.25em;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(210,47,47,.8);
    bottom: -1.35em;
    right: 2em;
    margin: 0px 10px 0px 0px;
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    -ms-transition: all 0.75s ease-out;
    -o-transition: all 0.75s ease-out;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}

Body.loaded .CSHeroButton {
    right: -2em;
    opacity: 1;
}

.CSHeroButton:hover {
    background-color: rgba(210,47,47, 1);
    padding-bottom: 4em;
    bottom: .15em;
    text-decoration: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}
/***************************************** Mission Vision Values Styles **************************************/
.homeHeroWrapper.MVV {
    height: 29.625em;
    background-image: url(images/MVV_HeroPic.jpg);
    background-position: right;
    background-size: cover;
    position: relative;
    padding-top: 9.5em;
}

.homeHeroContent.MVV {
    color: #000;
    font-size: 1.95em;
    width: 60%;
    padding-right: 1%;
    float: right;
}

    .homeHeroContent.MVV a:hover {
        border: none;
    }

.homeHero.MVV h1 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.65em;
    line-height: 1em;
    padding-bottom: .5em;
    left: -2em;
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
}

.landingPg2ColRespWidth {
    width: 66% !important;
}

Body.loaded .homeHeroContent.MVV h1 {
    left: 0;
    opacity: 1;
}


.homeHeroContent.MVV P {
    display: inline-block;
    position: relative;
    font-size: 1.25em;
    line-height: 1.45em;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

Body.loaded .homeHeroContent.MVV P {
    top: 0;
    opacity: 1;
}

.MVVMissionCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #D22F2F;
    background: url(images/MVV_MissionCirclePic.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3.8em;
}

.MVVVisionCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #D22F2F;
    background: url(images/MVV_VisionCirclePic.jpg);
    background-size: cover;
    position: absolute;
    left: -3.4em;
    top: -3.8em;
}

.MVVValuesCircle {
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: solid 7px #D22F2F;
    background: url(images/MVV_ValuesCirclePic.jpg);
    background-size: cover;
    position: absolute;
    right: -3.4em;
    top: -3.8em;
}

/****************************************** Footer Styles **************************/

.footerWrapper {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    background-color: #171d21;
    color: #737373;
    position: relative;
    bottom: 0;
    padding-top: .5em;
    width: 100%;
    clear: both;
}


.footerHomeContent {
    max-width: 1200px;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .footerHomeContent a {
        color: #fff;
    }

        .footerHomeContent a:hover {
            color: #dd6363;
            border-bottom: 1px dotted #dd6363;
        }

.footerLogo {
    position: relative;
    top: 1em;
    width: 7.688em;
    height: 3.75em;
    float: left;
    z-index: 100;
    background: url(images/footerCBCLogo.png) no-repeat;
    background-size: cover;
}

.footerLeftDiv {
    width: 45%;
    font-size: .75em;
    line-height: 1.6em;
    padding-top: 14px;
    float: left;
}

.footerRightDiv {
    font-size: .8em;
    float: right;
    text-align: right;
}

.footerDisclaimerWrapper {
    background-color: #171d21;
    color: #737373;
    position: relative;
    padding-top: 1em;
    margin-top: 1em;
}

.footerDisclaimer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #C0C0C0;
    font-size: .85em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 18pt;
    position: relative;
}

    .footerDisclaimer p {
        font-size: 12pt;
        line-height: 18pt;
    }

    .footerDisclaimer a {
        color: #fff;
    }

        .footerDisclaimer a:hover {
            color: #dd6363;
            border-bottom: 1px dotted #dd6363;
        }

    .footerDisclaimer strong {
        font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
        font-weight: bold;
        font-size: .875em;
    }

.footerTaglines {
    padding-top: 1em;
    font-size: .9em;
}

    .footerTaglines a {
        color: #737373;
    }

        .footerTaglines a:hover {
            color: #333;
        }

.PhoneFooterBTN {
    width: 245px;
    height: 50px;
    background: url(images/phone_off.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    padding-top: 61px;
    float: right;
    color: #999;
}

.ChatFooterBTN {
    width: 193px;
    height: 35px;
    background: url(images/chat_off.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding-top: 61px;
    float: right;
    color: #999;
}

    .ChatFooterBTN:hover {
        background: url(images/chat_on.png);
        background-repeat: no-repeat;
        background-position: top;
        color: #fff;
    }

.EmailFooterBTN {
    width: 142px;
    height: 35px;
    background: url(images/email_off.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding-top: 61px;
    float: right;
    color: #999;
}

    .EmailFooterBTN:hover {
        background: url(images/email_on.png);
        background-repeat: no-repeat;
        background-position: top;
        color: #fff;
    }

#DigiCertClickID_XrlkPS27 {
    color: #F3F3F3;
}

    #DigiCertClickID_XrlkPS27 img {
        width: 4.75em;
        height: 4em;
    }

.DigiCertContainer {
    position: absolute;
    top: 14px;
    left: -110px;
}

.footerHomeContent .DigiCertContainer {
    font-size: .80em;
    height: 1em;
    width: 1.25em;
    left: -100px;
}




/************************** Dynamic Form Entry(Oscar) Styles ********************************/

.quoteContentWrapperForm {
    height: 512px;
    background-image: url(images/Home_BG.jpg);
    background-size: cover;
    position: relative;
    padding-top: 8.625em;
}

    .quoteContentWrapperForm.Medicare {
        height: 512px;
        background-image: url(images/Medicare_LandingPgBG.jpg);
        background-position: right;
        background-position: calc(50%) 50%;
        background-size: cover;
        position: relative;
        padding-top: 8.625em;
    }

.quoteContent {
    min-width: 740px;
    max-width: 1200px;
    min-height: 340px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.content.languageAssist {
    padding-top: 1.5em;
    color: #737373;
    min-height: 0px;
    height: auto;
}

    .content.languageAssist a {
        color: #737373;
    }

.homePic {
    float: right;
    position: absolute;
    right: -138px;
    top: -18px;
    width: 446px;
    height: 468px;
    z-index: 10;
    background: url(images/WomanWClipboard.png) no-repeat;
    background-size: cover;
}


.quoteFormContainer {
    position: relative;
    z-index: 1;
    float: left;
    width: 66%;
    height: 492px;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: #333;
    padding-top: 20px;
    overflow: auto;
    top: 0;
}

.redBar {
    height: .75em;
    background-color: #d22f2f;
    position: relative;
    padding: 0em;
    text-align: center;
}

.hmformContainer h1 {
    color: #fff;
}

.indvQuote {
    font-size: 1.3em;
    line-height: 1.5em;
    /** Default lightbox to hidden */
    visibility: hidden;
    /** Position and style */
    position: Absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    opacity: 0;
}

.indivQuote.padBottom {
    padding-bottom: 70px;
}

input[type=text] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d22f2f;
    background-color: transparent;
    color: #d22f2f;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .95em;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    input[type=text]:focus {
        border-bottom: 1px solid #e23940;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

input[type=password]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=password] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d22f2f;
    background-color: transparent;
    color: #d22f2f;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .95em;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    input[type=password]:focus {
        border-bottom: 1px solid #e23940;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

input.ChatBTN {
    background-color: #d22f2f;
    cursor: pointer;
    border: 1px solid #d22f2f;
    color: #fff;
    height: 50px;
    width: 160px;
    text-align: center;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    opacity: .85;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    input.ChatBTN:HOVER {
        opacity: 1;
    }

input.ChatName {
    color: #fff;
    border-color: #fff;
    font-size: 1.4em;
}

input:focus {
    border: 1px solid #e23940;
}

select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d22f2f;
    background-color: transparent;
    color: #d22f2f;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .95em;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    select::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    select:focus {
        border: 1px solid #e23940;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    select:required:invalid {
        color: #d22f2f;
    }

option[value=””][disabled] {
    display: none;
}

option {
    color: #d22f2f;
}

.quotebox {
    /** Default lightbox to hidden */
    visibility: hidden;
    /** Position and style */
    position: relative;
    z-index: 100;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    opacity: 0;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.displayNone {
    display: none;
}

.selectContainer {
    height: 1.5em;
    position: relative;
    top: 6px;
    overflow: hidden;
    background-size: auto;
    display: inline-block;
}

.textInputDiv {
    line-height: 2.25;
    float: left;
    position: relative;
}

.dropdownDiv {
    position: relative;
    float: left;
}



/*************************** Result Listing Styles ********************/

.quoteBoxContainer {
    float: left;
    height: auto;
    width: 70%;
    padding-left: 35px;
    display: table-cell;
    vertical-align: middle;
    overflow: auto;
}

.arrow_box {
    position: relative;
    background: #f3f3f3;
    float: left;
    padding: .9em;
    border-radius: .6em;
    font-size: 1.2em;
    color: #555;
}

    .arrow_box:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(243, 243, 243, 0);
        border-right-color: #f3f3f3;
        border-width: 20px;
        margin-top: -20px;
    }

.agentBox {
    Heigh: 9.75em;
    width: 9.75em;
    float: left;
}


.resultsTitle {
    float: left;
    color: #999;
    font-size: 2.19em;
}

.resultsTitleNum {
    color: #000;
}

.resultsDetailsLeft {
    font-size: 1.25em;
    color: #333;
    line-height: 1.5em;
    padding-top: .9em;
}

.creditAmount {
    color: #303337;
    font-size: 2em;
}

.coverageNavBar {
    width: 100%;
    height: 3.8em;
    display: table;
}

    .coverageNavBar a {
        display: table-cell;
        height: 3.8em;
        background: #303337;
        color: #fff;
        font-size: 1.4em;
        padding-left: .5em;
        padding-right: .5em;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #fff;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

        .coverageNavBar a.last {
            Border-right: none;
        }

        .coverageNavBar a:hover {
            background: #d22f2f;
            border-bottom: none;
            -webkit-transition: all 0.20s ease-in-out;
            -moz-transition: all 0.20s ease-in-out;
            -ms-transition: all 0.20s ease-in-out;
            -o-transition: all 0.20s ease-in-out;
        }

        .coverageNavBar a.currentCoverage {
            background: #d22f2f;
        }

a.sortLink {
    color: #333;
    text-decoration: none;
}

    a.sortLink i {
        color: #999;
    }

    a.sortLink:hover {
        color: #d22f2f;
        text-decoration: none;
    }

        a.sortLink:hover i {
            color: #d22f2f;
        }

a.sortLinkCurrent {
    color: #d22f2f;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.paginationTopDiv {
    float: left;
    height: 40px;
    display: table-cell;
    vertical-align: bottom;
    font-size: 1.25em;
    color: #999;
    margin-top: -9px;
}

.sortingDiv {
    float: right;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    font-size: 1.25em;
    color: #999;
}

    .sortingDiv label {
        line-height: 2.5em;
    }

.compareBarWrapper {
    display: table;
    position: relative;
}

.compareBar {
    position: relative;
    display: table;
    width: 100%;
    background-color: #d3d3d3;
    max-height: 6.25em;
    margin-bottom: 1px;
}

.compareTitle {
    position: relative;
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #303337;
    width: 15%;
    min-width: 155px;
    height: 100px;
    font-size: 1.5em;
}

    .compareTitle:after {
        left: 100%;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-style: solid;
        border-width: 50px 0 50px 25px;
        border-color: transparent transparent transparent #303337;
    }

.compareCenter {
    position: relative;
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
    border-spacing: .25em;
}

.compareBtn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    width: 14%;
    min-width: 145px;
    background-color: #ad2324;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #fff;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .compareBtn:hover {
        background-color: #d22f2f;
        border: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.planCard {
    position: relative;
    width: 170px;
    height: 80px;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .8em;
    color: #D22F2F;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    display: table-cell;
}

.planCardLogo {
    width: 132px;
    height: 36px;
}

.planCardCloseBtn {
    width: 18px;
    height: 18px;
    background: url(images/compareCloseBtn.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -2px;
    top: -2px;
}

.resultContainer {
    width: 100%;
    height: 206px;
    display: table;
    border: 1px solid #b9b9b9;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-bottom: 1.125em;
    position: relative;
}

    .resultContainer.featured {
        border: .25em solid #e23940;
    }

.featuredRedBackdrop {
    position: relative;
    bottom: -1px;
    height: 3em;
    background: #e23940;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.featuredTab {
    position: absolute;
    z-index: 30;
    bottom: -.3em;
    left: .25em;
    width: 18em;
    height: 2.5em;
    padding-top: .5em;
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.featuredCostcoLogo {
    float: left;
    width: 8.125em;
    height: 2em;
    background: url(images/FeaturedCostcoLogo.png) no-repeat;
    background-size: cover;
}

.featuredText {
    float: left;
    color: #d22f2f;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.125em;
    padding-left: .6em;
}

.resultContainer.currentPlan {
    border: .25em solid #d22f2f;
}

.currentPlanBackdrop {
    position: relative;
    bottom: -1px;
    height: 3em;
    background: #d22f2f;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.currentPlanTab {
    position: absolute;
    z-index: 30;
    bottom: -.3em;
    left: .25em;
    width: 25em;
    height: 2.5em;
    padding-top: .5em;
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
}


.currentPlanText {
    float: left;
    color: #fff;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.75em;
    line-height: 1em;
    padding-left: .6em;
}

.resultLeft {
    width: 15.5em;
    height: 10.25em;
    display: table-cell;
    padding: .875em .875em 3em .875em;
    vertical-align: top;
    position: relative;
}

.resultCenter {
    position: relative;
    display: table-cell;
    bottom: 0px;
    vertical-align: bottom;
}

.resultCarrierName {
    font-size: 1.8em;
    color: #555;
    line-height: 1em;
}

.resultPlanName {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #303337;
}

.resultCarrierLogo {
    max-width: 14.25em;
}

.resultTextLink {
    display: inline-block;
    padding-top: .3em;
    color: #999;
    font-size: 1em;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .resultTextLink i {
        color: #d22f2f;
    }

    .resultTextLink:Hover {
        color: #d22f2f;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.resultCompareDiv {
    position: absolute;
    bottom: .875em;
}

input.styledcheckbox[type="checkbox"] {
    display: none;
}

    input.styledcheckbox[type="checkbox"] + label span {
        display: inline-block;
        width: 21px;
        height: 20px;
        margin: -4px 4px 0 0;
        vertical-align: middle;
        background: url(images/checkbox.png) no-repeat;
        background-position: 0px 0px;
        cursor: pointer;
    }

    input.styledcheckbox[type="checkbox"] + label {
        color: #000;
        font-size: 1.15em;
        font-weight: 200;
    }

    input.styledcheckbox[type="checkbox"]:checked + label span {
        background: url(images/checkbox_checked.jpg) no-repeat;
    }

.resultsDataTable {
    display: table;
    width: 100%;
}

.resultsDataTableTD {
    display: table-cell;
    border-left: 1px dotted #97c2f1;
    vertical-align: top;
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.18em;
    color: #999;
    height: 8em;
    padding-top: 1.25em;
    padding-bottom: .5em;
}

.premiumSummaryDataTable {
    display: table;
    width: 100%;
    border-top: 1px dotted #97c2f1;
}

.premiumSummaryDataTD {
    display: table-cell;
    border-left: 1px dotted #97c2f1;
    text-align: center;
    padding: .5em;
}

.resultsDataTableTD.shortTerm {
    height: 7em;
    padding-top: 1.75em;
    vertical-align: top;
}

.resultsDataTableTD.noCostcoValue {
    height: 8em;
    padding-top: 1.25em;
    vertical-align: top;
}

.resultsDataTableTD.row2 {
    border-top: 1px dashed #97c2f1;
}

.resultsDataTableTD.doubleRow {
    height: 6.5em;
    vertical-align: middle;
}

.resultsDataTableTD.row2 {
    border-top: 1px dashed #97c2f1;
}

.resultsDataTableTD strong {
    font-size: .9em;
}

.bronzeMedal {
    background-color: #c57847;
    border-radius: 50%;
    width: 3.8em;
    height: 3.8em;
    line-height: 3.8em;
    color: #fff;
    font-size: .9em;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.silverMedal {
    background-color: #b9b9b9;
    border-radius: 50%;
    width: 3.8em;
    height: 3.8em;
    line-height: 3.8em;
    color: #fff;
    font-size: .9em;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.goldMedal {
    background-color: #e3ab4d;
    border-radius: 50%;
    width: 3.8em;
    height: 3.8em;
    line-height: 3.8em;
    color: #fff;
    font-size: .9em;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.bronze {
    color: #c57847;
}

.silver {
    color: #b9b9b9;
}

.gold {
    color: #e3ab4d;
}

.costcoValueTitle {
    position: relative;
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #303337;
    border-top-left-radius: 8px;
    width: 20%;
    height: 64px;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.25em;
}

    .costcoValueTitle:after {
        left: 100%;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-style: solid;
        border-width: 32px 0 32px 16px;
        border-color: transparent transparent transparent #303337;
    }


.costcoValueIcons {
    display: table;
    background: #d22f2f;
    border-right: 1px solid #fff;
    border-top-right-radius: 8px;
    width: 95%;
    height: 64px;
    padding-left: 22px;
    padding-right: 2px;
}

.cvTD {
    Display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.cvIconNull {
    width: 2.75em;
    height: 2.75em;
}

.cvIconTeledoc {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_Teledoc.png) no-repeat;
    background-size: cover;
}

.cvIconValueCheck {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_Value.png) no-repeat;
    background-size: cover;
}

.cvIconDental {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_Dental.png) no-repeat;
    background-size: cover;
}

.cvIconRX {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_RX.png) no-repeat;
    background-size: cover;
}

.cvIconConcierge {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_Concierge.png) no-repeat;
    background-size: cover;
}

.cvIconCashCard {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_CashCard.png) no-repeat;
    background-size: cover;
}

.cvIconCitiCard {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_CitiCard.png) no-repeat;
    background-size: cover;
}

.cvIconSimpleEnroll {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_SimpleEnrollment.png) no-repeat;
    background-size: cover;
}

.cvIconAdvocate {
    width: 2.75em;
    height: 2.75em;
    background: url(images/CVIcon_HealthAdvocate.png) no-repeat;
    background-size: cover;
}

.resultRight {
    position: relative;
    display: table-cell;
    height: 11.125em;
    width: 15.625em;
    text-align: center;
    vertical-align: middle;
    background: #b9b9b9;
    color: #fff;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    text-decoration: none;
}

    .resultRight:hover {
        background: #d22f2f;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
        text-decoration: none;
        border-bottom: none;
    }

.resultRightStatic {
    position: relative;
    display: table-cell;
    height: 11.125em;
    width: 15.625em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-left: 1px dotted #97c2f1;
}

.resultLargePrice {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: lighter;
}

.resultSGPrem {
    font-size: 1.35em;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.resultSGTotalPrem {
    border-bottom: 1px dotted #fff;
    padding: 5px;
}

    .resultSGTotalPrem b {
        font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 2em;
        line-height: .7em;
        font-weight: lighter;
    }

.resultSGEmployerPrem {
    padding: 5px;
    font-size: .8em;
    opacity: .75;
}

    .resultSGEmployerPrem.solid {
        opacity: 1;
    }

    .resultSGEmployerPrem b {
        font-family: 'FuturaPT-light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 2em;
        line-height: .7em;
        font-weight: lighter;
    }

.moneySS {
    baseline-shift: 100px;
    font-size: .4em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

.resultMo {
    font-size: .4em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

.resultOldPrice {
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2em;
    line-height: .5em;
    color: #ddd;
}

    .resultOldPrice i {
        text-decoration: line-through;
    }

.resultRight:hover .resultOldPrice {
    color: #ff7c8f;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.resultTaxCreditTxt {
    position: absolute;
    top: .5em;
    left: .5em;
    font-size: 1em;
}

.resultApply {
    font-size: 2.25em;
    display: inline-block;
    line-height: 1em;
    position: relative;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.resultRight:hover .resultApply {
    transform: translate(16px, 0px);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.resultAdd {
    font-size: 1.9em;
    display: inline-block;
    font-weight: 100;
    line-height: 1.4em;
    position: relative;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .resultAdd:focus, .resultRight:focus {
        outline: 0;
    }

.resultRight:hover .resultAdd:hover {
    border-bottom: none;
    transform: translate(16px, 0px);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

#scrollToTopBTN {
    background-color: #D22F2F;
    width: 1.25em;
    height: 1.25em;
    position: fixed;
    bottom: 1.25em;
    right: 1.25em;
    color: #fff;
    text-align: center;
    padding: .25em;
    z-index: 100000;
    font-size: 2em;
    border-radius: 9px;
    opacity: .90;
    display: none;
}

    #scrollToTopBTN:hover {
        background-color: #D22F2F;
        opacity: 1;
        border: none;
    }
/**************************** Compare & Export Styles **************************/
.compareNExportWrapper {
    background-color: #641616;
    background-clip: border-box;
    border-radius: .85em;
    padding: 7px .85em .85em .85em;
}

.compareTab {
    position: relative;
    top: -2.16em;
    left: 0px;
    display: table-cell;
    background-color: #d22f2f;
    height: auto;
    width: auto;
    float: left;
    font-size: 1.5em;
    color: #fff;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;
    padding: .4em .9em;
    margin-right: 3px;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .compareTab:hover {
        Background-color: #641616;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
        border-bottom: none;
    }

    .compareTab.current {
        background-color: #641616;
    }

    .compareTab.disabled {
        background-color: #ccc;
    }

        .compareTab.disabled:hover {
            background-color: #d22f2f;
        }

    .compareTab:focus {
        outline: 0;
    }

.compareNExportApplyBox {
    position: relative;
    display: table-cell;
    height: 200px;
    width: 224px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    background: #b9b9b9;
    color: #fff;
    transition: all 0.20s ease-in-out;
    text-decoration: none;
    font-size: .90em;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .compareNExportApplyBox:hover {
        background: #d22f2f;
        transition: all 0.20s ease-in-out;
        text-decoration: none;
        border-bottom: none;
    }

        .compareNExportApplyBox:hover .resultOldPrice {
            color: #ff7c8f;
            -webkit-transition: all 0.20s ease-in-out;
            -moz-transition: all 0.20s ease-in-out;
            -ms-transition: all 0.20s ease-in-out;
            -o-transition: all 0.20s ease-in-out;
        }

    .compareNExportApplyBox.null {
        Background: #fff;
    }

        .compareNExportApplyBox.null:hover {
            Background: #fff;
        }

    .compareNExportApplyBox.featured {
        Background: #e23940;
    }

        .compareNExportApplyBox.featured:hover {
            background: #8bca48;
            -webkit-transition: all 0.20s ease-in-out;
            -moz-transition: all 0.20s ease-in-out;
            -ms-transition: all 0.20s ease-in-out;
            -o-transition: all 0.20s ease-in-out;
        }

        .compareNExportApplyBox.featured .resultOldPrice {
            color: #ffc0c3;
        }

    .compareNExportApplyBox:hover .resultApply {
        transform: translate(.8em, 0px);
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .compareNExportApplyBox.featured:hover .resultOldPrice {
        color: #caf596;
    }

    .compareNExportApplyBox.featured:hover .comparefeaturedTab {
        border-top: .25em solid #8bca48;
        border-left: .25em solid #8bca48;
        border-right: .25em solid #8bca48;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.comparefeaturedTab {
    position: absolute;
    top: -2.5em;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 2.5em;
    padding-top: .25em;
    padding-left: .25em;
    padding-right: .25em;
    vertical-align: top;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: .25em solid #e23940;
    border-left: .25em solid #e23940;
    border-right: .25em solid #e23940;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.comparefeaturedCostcoLogo {
    float: left;
    width: 45%;
    height: 100%;
    background: url(images/FeaturedCostcoLogo.png) no-repeat;
    background-size: contain;
}

.comparefeaturedText {
    float: left;
    color: #d22f2f;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .9em;
    line-height: .95em;
    padding-left: .4em;
    text-align: left;
}


.exportButton {
    position: absolute;
    top: -52px;
    left: 0px;
    display: table-cell;
    background-color: #d22f2f;
    height: 41px;
    width: 100%;
    float: left;
    font-size: 26px;
    color: #fff;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: 0.9;
    padding-top: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .exportButton:hover {
        opacity: 1;
        height: 70px;
        top: -81px;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
        border-bottom: none;
    }

    .exportButton:focus {
        outline: 0;
    }

.compareNetworkBox {
    position: relative;
    height: 170px;
    width: 224px;
    font-family: FuturaPT-Heavy, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 2em;
    color: rgb(255, 255, 255);
    padding: 0px 8px 0px 8px;
    line-height: 1.25em;
    text-align: left;
    background-color: #d22f2f;
}

    .compareNetworkBox.ECNB-Popup {
        padding-top: 1px;
        margin-top: -1px;
    }


.networkTypeCircle {
    background: #fff;
    color: #fff;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    opacity: 0.55;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .networkTypeCircle:hover {
        opacity: 1;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .networkTypeCircle.selected {
        opacity: 1;
    }

.networkType {
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .75em;
    line-height: 1em;
    display: block;
}

.compareTable {
    color: #737373;
    border-collapse: collapse;
}

    .compareTable td {
        padding: .4em;
        border: 1px solid #d6d6d6;
    }

.comparePlanHeading {
    min-height: 160px;
}

.tdPlanHeading {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 3em;
    color: #0B5EB2;
    text-align: left;
    padding-left: 10px;
}

.trLightGrey1 {
    background: #f9f9f9;
    text-align: center;
}

.trLightGrey2 {
    background: #ededed;
    color: #333;
    text-align: center;
}


.tdLightGrey1 {
    background: #f9f9f9;
}

.tdLightGrey2 {
    background: #ededed;
    color: #333;
}

.trWhite {
    background: #fff;
    text-align: center;
}

.trlightBlue {
    display: table-cell;
    background: #737373;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #fff;
    text-align: left;
}

.exportHeader {
    display: table;
    width: 100%;
    font-size: 1em;
}

    .exportHeader .divTD {
        width: 33%;
        text-align: left;
        vertical-align: top;
    }

.exportContainer {
    border: 1px solid #b9b9b9;
    padding: 3em .8em .8em .8em;
}


/***************************  ExportTable Styles  *************************/

#exportTable-listing {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: none;
}

#exportTable-listing2 {
    width: 100%;
    position: relative;
}



.exportTable-scrollable {
    width: auto;
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #fff;
}

.exportTable {
    padding-top: 45px;
    border-collapse: collapse;
}

    .exportTable th {
        min-width: 223px;
        max-width: 223px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(214, 214, 214);
        padding: 8px;
    }

        .exportTable th.compareNetworkBox {
            padding: 0px 8px;
        }

    .exportTable td {
        min-width: 223px;
        max-width: 223px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(214, 214, 214);
        padding: 8px;
        display: table-cell;
        vertical-align: middle;
    }

    .exportTable .exportTable-sticky-col {
        left: 0;
        position: absolute;
        top: auto;
        width: 223px;
        overflow: visible;
    }

.tdRowHeading {
    color: #333;
    font-size: 1.3em;
    text-align: left;
    vertical-align: middle;
    background: #efefef;
    padding: .5em;
    border: 1px solid rgba(214,214,214,1.00);
}




button.exportScrollBtn {
    text-decoration: none;
    padding: .1em 1.5em;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: #dd6363;
    Margin: 10px;
}

    button.exportScrollBtn:hover {
        Background: #d22f2f;
        text-decoration: none;
    }

    button.exportScrollBtn:focus {
        outline: 0;
    }

    button.exportScrollBtn:active {
        background: #d22f2f;
    }

.exportTableScrollBtnWrapper {
    position: relative;
    margin-left: 16.5em;
    top: 0em;
    right: 0px;
}

    .exportTableScrollBtnWrapper.SG {
        position: absolute;
        top: -3.125em;
        right: 0px;
    }
/*************************** Plan Detail Styles *************************/

.planDetailTableHdrDarkBlue {
    background: #303337;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-align: left;
}

th.planDetailTableHdrDarkBlue {
    background: #303337;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-align: left;
    padding: .5em;
    border: 1px solid #ffffff;
}

.planDetailTableHdrLightBlue {
    background: #D22F2F;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.20em;
    color: #fff;
    text-align: center;
}

th.planDetailTableHdrLightBlue {
    background: #D22F2F;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    padding: .5em;
    border: 1px solid #ffffff;
}

/*************************** QLE Confirm Page Styles ************************/

.QLEdarkBlueHdrBlock {
    display: table-cell;
    width: 70%;
    background: #303337;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2em;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: .5em;
}

.QLElightBlueHdrBlock {
    display: table-cell;
    width: 30%;
    background: #d22f2f;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2em;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    padding: .5em;
}

.leftContentBlock {
    display: table-cell;
    width: 70%;
    padding: 1em 1.5em;
    font-size: 1.4em;
    border: 1px solid #b9b9b9;
    vertical-align: top;
}

.rightContentBlock {
    display: table-cell;
    width: 30%;
    padding: 1em;
    border-Top: 1px solid #b9b9b9;
    border-Right: 1px solid #b9b9b9;
    border-Bottom: 1px solid #b9b9b9;
}

.rcTallyDiv {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    border-bottom: 1px dotted #303337;
    color: #aaa;
    Padding-bottom: .25em;
    margin-top: 1em;
    margin-bottom: .25em;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

#uploadFile {
    line-height: 28px;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: .25em;
    font-family: 'FuturaPT-light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    width: 40%;
}

.btn {
    display: inline-block;
    padding: .25em 1.4em;
    margin-bottom: 0;
    font-size: 1.1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 5px;
    margin-top: -6px;
}

.btn-primary {
    color: #fff;
    background-color: #d22f2f;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.btn:hover {
    opacity: 0.85;
    transform: translatey(-3px);
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}



/*************************** Static Content Styles *********************/

h4 {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.15em;
    color: #D22F2F;
    line-height: 1.75em;
}

.staticContentHdr {
    display: table-cell;
    width: 100%;
    background: #303337;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2.688em;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    padding: .5em;
}

.staticContentDiv {
    display: table-cell;
    border: 1px solid #b9b9b9;
    padding: 2em;
    font-size: 1.4em;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

blockquote {
    display: inline-block;
    margin-left: 1em;
}

.keyBlockDarkBlue {
    display: inline-block;
    padding: .2em 1em;
    background: #D22F2F;
    text-align: center;
    color: #fff;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .9em;
    box-shadow: rgb(102, 102, 102) 2px 3px 6px;
}

.keyBlockGrey {
    display: inline-block;
    padding: .2em 1em;
    background: #bbb;
    text-align: center;
    color: #fff;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .9em;
    box-shadow: rgb(102, 102, 102) 2px 3px 6px;
}

.textHighlightBox {
    background: #d22f2f;
    padding: 1em;
    border-radius: 1em;
    color: #fff;
    margin: 1em;
}

.textHighlightBox2 {
    background: #333;
    padding: 1em;
    border-radius: .5em;
    color: #fff;
    margin: 1em;
}

.faq_que {
    color: #333333;
    margin-bottom: 1em;
}

.faq_q {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.8em;
}

.faq_q_txt {
    font-size: 1.25em;
}

.faq_a {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #E23940;
}

.faq_a_txt {
    font-size: .85em;
    padding-bottom: .5em;
}

.faq_ans {
    border-bottom: 1px dotted #303337;
    padding-bottom: 1.325em;
    margin-bottom: 1em;
}

.smallt {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: .85em;
}

.textgo strong {
    color: #303337;
}

.textgo h3 {
    font-size: 1.2em;
}

.reformTabHide {
    display: none;
}

.tab-navbar {
    margin: 0;
    padding: 0;
    overflow: hidden
}

    .tab-navbar a {
        color: #555;
        float: left;
        display: block;
        padding: .75em 1em;
        background: #ccc;
        border-right: 1px solid #fff;
        font-size: 1.4em;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

        .tab-navbar a:hover {
            color: #fff;
            background-color: #e31936;
            border-bottom: none;
            -webkit-transition: all 0.20s ease-in-out;
            -moz-transition: all 0.20s ease-in-out;
            -ms-transition: all 0.20s ease-in-out;
            -o-transition: all 0.20s ease-in-out;
        }

.tab-container:after {
    content: "";
    display: table;
    clear: both
}

.tab-container {
    padding: 1em 1.6em 1.6em 1.6em;
    font-size: 1.3em;
}

    .tab-container strong {
        color: #333;
    }

.tab-border {
    border: 1px solid #ccc !important
}

.tab-blue {
    color: #fff !important;
    background-color: #e31936 !important
}

.glossy_top {
    display: table-row;
    width: 100%;
    background: #d22f2f;
}

    .glossy_top .glossy_hed {
        display: table-cell;
        color: #fff;
        font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 1.25em;
        vertical-align: middle;
        text-align: center;
        height: 3.25em;
        width: 3.8%;
    }

        .glossy_top .glossy_hed a {
            color: #fff;
        }

.glossy_hed {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2.8em;
    color: #303337;
    clear: both;
}

.top_links {
    text-decoration: none;
    padding: 8px 24px 8px 24px;
    border: 1px solid #d22f2f;
    border-radius: 5px;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68b6d7+0,58a9cc+49,479ec2+50,76b6d1+100 */
    background-color: #d22f2f;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b6d7', endColorstr='#76b6d1',GradientType=0 ); /* IE6-9 */
    margin-top: 20px;
    clear: both;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .top_links a {
        color: #fff;
    }

        .top_links a:hover {
            border-bottom: none;
        }

    .top_links:hover {
        opacity: 0.85;
        transform: translatey(-3px);
        text-decoration: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

.glossy_txt {
    display: block;
    margin-bottom: 1.25em;
    font-size: .9em;
}

    .glossy_txt span {
        font-size: 1.3em;
        color: #303337;
    }
/*************************** Shopping Cart Page styles ***********************/

.shoppingCartTable {
    background: #d6d6d6;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
}

    .shoppingCartTable.pop {
        font-size: .75em;
        margin-top: 0px;
    }

.shoppingCartIcon {
    position: relative;
    top: .15em;
    padding-right: .25em;
}

.tableTitle {
    background: #303337;
    padding: .25em;
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 2.5em;
    Color: #fff;
    text-align: left;
    vertical-align: top;
}

.shoppingCartTable.pop .tableTitle {
    font-size: 2em;
    height: 1em;
}

.shoppingCartTable.pop img {
    padding: 0;
    margin: 0;
    position: relative;
    padding-right: .25em;
}

.shoppingCartTable tr.colHeading {
    color: #333;
    font-size: 1.5em;
    background: #f9f9f9;
}

.shoppingCartTable td {
    padding: .5em;
    border: 1px solid #d6d6d6;
}

.shoppingCartTable tr {
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    font-size: 1.6em;
}

    .shoppingCartTable tr.totals {
        background: #f9f9f9;
        font-size: 1.5em;
        text-align: right;
    }

.shoppingCartTable td.data {
    font-size: 1.25em;
}



#scrollLinks {
    display: table;
    margin-top: 10px;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#planSuggestion_scroll {
    width: 90%;
    max-width: 1120px !important;
    overflow: hidden;
    height: 11.25em;
    white-space: nowrap;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: table-cell;
    background: #f2f2f2;
}


#lyr1 {
    display: table-cell;
    overflow: hidden;
}



.SP-ScrollBtn {
    display: table-cell;
    width: 5%;
    min-width: 1.25em;
    height: 170px;
    vertical-align: middle;
    text-align: center;
    Background: #a2a2a2;
    color: #fff;
    font-size: 2em;
}

    .SP-ScrollBtn:hover {
        background: #d22f2f;
    }

.mouseover_right {
    display: block;
    padding-top: 65px;
    border: none;
    text-decoration: none;
    height: 105px;
    width: 100%;
    color: #fff;
}

    .mouseover_right:hover {
        border: none;
        text-decoration: none;
    }

.mouseover_left {
    display: block;
    padding-top: 65px;
    border: none;
    text-decoration: none;
    height: 105px;
    width: 100%;
    color: #fff;
}

    .mouseover_left:hover {
        border: none;
        text-decoration: none;
    }

.planCardWrapper {
    display: table-cell;
    padding: .5em;
}

.suggestedPlanCard {
    position: relative;
    min-width: 14em;
    max-width: 14.5em;
    height: 9em;
    background: #fff;
    padding: .6em;
    font-size: 1em;
    display: table-cell;
    margin-left: 4px;
    margin-right: 4px;
    white-space: normal;
}

.suggestedPlanCardLogo {
    width: 132px;
    height: 36px;
}

.suggestedPlanCardAddBtn {
    width: 1.68em;
    height: 1.68em;
    background: url(images/planAddBtn.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -4px;
    top: -4px;
}


.ltRedRow {
    background-color: #FDD;
}


/*************************** My Enrollment Page Styles ***********************/


.greenEnrolled {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #8bca48;
}

.MEseparatorRow {
    padding: 0px;
    height: 0px;
}

/*************************** Text styles ***********************/

h1 {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #000;
    line-height: 1.6em;
}

h2 {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #d22f2f;
    line-height: 1.4em;
}

h3 {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 1.15em;
    color: #d22f2f;
    line-height: 1.75em;
}

hr {
    border-top: 1px dotted #303337;
    margin-top: 1em;
    margin-bottom: 1em;
}

.basicList {
    margin-left: 2em;
    list-style: outside;
}

    .basicList li {
        list-style: none;
    }

        .basicList li:before {
            /* For a round bullet */
            content: '\2022';
            display: block;
            position: relative;
            max-width: 0;
            max-height: 0;
            left: -1.4em;
            top: 0;
            color: #d22f2f;
            font-size: 20px;
        }

.basicList2 {
    margin-left: 1.6em;
    list-style: outside;
}

    .basicList2 li {
        list-style: none;
    }

        .basicList2 li:before {
            /* For a round bullet */
            content: '\2022';
            display: block;
            position: relative;
            max-width: 0;
            max-height: 0;
            left: -1.4em;
            top: 0;
            color: #000;
            font-size: 20px;
        }

.basicListWhite {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .basicListWhite li {
        margin-left: 2.5em;
    }

/* NUMBERED PARENT LIST */
ol.basicList {
    list-style: none; /* hide default numbers */
    counter-reset: item;
    margin-left: 1.8em;
    padding-left: 0;
}

    ol.basicList > li { /* only top-level items increment */
        counter-increment: item;
        position: relative;
        margin-bottom: 1em;
    }

        ol.basicList > li::before { /* render the number */
            content: counter(item) ". ";
            position: absolute;
            left: -1.6em;
            color: #D22F2F;
            font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        }

    /* ensure nested lis do NOT affect the counter */
    ol.basicList li li {
        counter-increment: none;
    }

    /* NESTED BULLETS (example with checkmarks) */
    ol.basicList > li ul.checkmarkList {
        list-style: none;
        margin: 0.5em 0 0 .5em;
        padding: 0;
    }

        ol.basicList > li ul.checkmarkList li {
            position: relative;
            padding-left: 1.2em;
        }

            ol.basicList > li ul.checkmarkList li::before {
                content: "✔";
                position: absolute;
                left: 0;
                font-weight: 700;
                color: #D22F2F;
            }

.notation {
    font-size: .65em;
    line-height: 1.3em;
    padding-top: 10px;
}

    .notation.errorMsgs {
        position: absolute;
        top: 250px;
        right: 70px;
        width: 250px;
    }

        .notation.errorMsgs.medicare {
            position: absolute;
            top: 6em;
            right: 22em;
            width: 250px;
        }

.noDecoration:hover {
    border: none;
}

strong {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

.bold {
    font-family: 'FuturaPT-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif !important;
    font-weight: normal;
}

.book {
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif !important;
}

.lightText {
    font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif !important;
}

.medium {
    font-family: 'FuturaPT-Medium', 'Trebuchet MS', Verdana, Helvetica, sans-serif !important;
}

.trebMS {
    font-family: 'helvetica_lightregular', 'Trebuchet MS', Verdana, Helvetica, sans-serif !important;
}

.langPopArial {
    font-family: Arial, sans-serif !important;
}

.Unicode {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
}

.white {
    color: #fff !important;
}

.red {
    color: #d22f2f !important;
}

.lightRed {
    color: #dd6363 !important;
}

.alert {
    color: #FC0 !important;
}

.green {
    color: #8bca48 !important;
}

.blue {
    color: #303337 !important;
}

.darkblue {
    color: #D22F2F !important;
}

.black {
    color: #000 !important;
}

.Grey999 {
    color: #999 !important;
}

.GreyCCC {
    color: #CCC !important;
}

.Grey777 {
    color: #737373 !important;
}

.Grey555 {
    color: #555 !important;
}

.Grey333 {
    color: #333 !important;
}

.fsize_6 {
    font-size: .6em !important;
}

.fsize_65 {
    font-size: .65em !important;
}

.fsize_7 {
    font-size: .7em !important;
}

.fsize_75 {
    font-size: .75em !important;
}

.fsize_8 {
    font-size: .8em !important;
}

.fsize_85 {
    font-size: .85em !important;
}

.fsize_9 {
    font-size: .9em !important;
}

.fsize_95 {
    font-size: .95rem !important;
}

.fsize1 {
    font-size: 1rem !important;
}

.fsize1_05 {
    font-size: 1.05rem !important;
}

.fsize1_1 {
    font-size: 1.1rem !important;
}

.fsize1_15 {
    font-size: 1.15rem !important;
}

.fsize1_2 {
    font-size: 1.2rem !important;
}

.fsize1_25 {
    font-size: 1.25rem !important;
}

.fsize1_3 {
    font-size: 1.3rem !important;
}

.fsize1_4 {
    font-size: 1.4rem !important;
}

.fsize1_5 {
    font-size: 1.5rem !important;
}

.fsize1_6 {
    font-size: 1.6rem !important;
}

.fsize1_7 {
    font-size: 1.7rem !important;
}

.fsize1_75 {
    font-size: 1.75rem !important;
}

.fsize1_8 {
    font-size: 1.8rem !important;
}

.fsize1_85 {
    font-size: 1.85rem !important;
}

.fsize1_9 {
    font-size: 1.9rem !important;
}

.fsize2 {
    font-size: 2.0rem !important;
}

.fsize2_1 {
    font-size: 2.1rem !important;
}

.fsize2_25 {
    font-size: 2.25rem !important;
}

.fsize2_5 {
    font-size: 2.5rem !important;
}

.fsize_6em {
    font-size: .6em !important;
}

.fsize_65em {
    font-size: .65em !important;
}

.fsize_7em {
    font-size: .7em !important;
}

.fsize_75em {
    font-size: .75em !important;
}

.fsize_8em {
    font-size: .8em !important;
}

.fsize_85em {
    font-size: .85em !important;
}

.fsize_9em {
    font-size: .9em !important;
}

.fsize_95em {
    font-size: .95em !important;
}

.fsize1em {
    font-size: 1em !important;
}

.fsize1_05em {
    font-size: 1.05em !important;
}

.fsize1_1em {
    font-size: 1.1em !important;
}

.fsize1_15em {
    font-size: 1.15em !important;
}

.fsize1_2em {
    font-size: 1.2em !important;
}

.fsize1_25em {
    font-size: 1.25em !important;
}

.fsize1_3em {
    font-size: 1.3em !important;
}

.fsize1_4em {
    font-size: 1.4em !important;
}

.fsize1_5em {
    font-size: 1.5em !important;
}

.fsize1_6em {
    font-size: 1.6em !important;
}

.fsize1_7em {
    font-size: 1.7em !important;
}

.fsize1_75em {
    font-size: 1.75em !important;
}

.fsize1_8em {
    font-size: 1.8em !important;
}

.fsize1_85em {
    font-size: 1.85em !important;
}

.fsize1_9em {
    font-size: 1.9em !important;
}

.fsize2em {
    font-size: 2.0em !important;
}

.fsize2_1em {
    font-size: 2.1em !important;
}

.fsize2_25em {
    font-size: 2.25em !important;
}

.fsize2_5em {
    font-size: 2.5em !important;
}

.fsize2_75em {
    font-size: 2.75em !important;
}

.fsize3em {
    font-size: 3em !important;
}

.fsize3_5em {
    font-size: 3.5em !important;
}

.fsize4em {
    font-size: 4em !important;
}

/*************************** Language DropDown styles ***********************/

select.lang-menu option {
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 10px;
}

select#countries option[value="US"] {
    background-image: url(images/AmericanFlag.png);
}

select#countries option[value="SP"] {
    background-image: url(images/spanishFlag.png);
}

select#countries option[value="CH"] {
    background-image: url(images/ChineseFlag.png);
}


/********************** button styles ************************/

.greenButton {
    text-decoration: none;
    padding: 9px 24px 9px 24px;
    border: 3px solid rgba(210,47,47,.01);
    border-radius: 1.5em;
    ;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(210,47,47,.8);
    Margin: 10px;
    opacity: 1;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}


    .greenButton:hover {
        border: 3px solid rgba(210,47,47, 1);
        background-color: rgba(210,47,47, 1);
        text-decoration: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }




    .greenButton.quote {
        position: absolute;
        right: 0;
        bottom: 2px;
        z-index: 100;
    }

.blueButton {
    text-decoration: none;
    padding: 9px 37px 9px 37px;
    border: 3px solid #373737;
    border-radius: 1.5em;
    color: #373737;
    text-align: center;
    font-size: 28px;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(56, 56, 56, 0);
    Margin: 10px;
    opacity: 1;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .blueButton:hover {
        border: 3px solid #373737;
        background-color: rgba(56, 56, 56, 1);
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .blueButton.quote {
        position: absolute;
        left: 0;
        bottom: 2px;
    }

.redButton {
    text-decoration: none;
    padding: .3em 1em .3em 1em;
    border: 1px solid #E23940;
    border-radius: 1em;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: #E23940;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    Margin: 10px;
    opacity: 0.9;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .redButton.outline {
        background-color: rgba(226,57,64,0.00);
        color: #000;
        border: solid 3px rgba(226,57,64,1);
        padding: 7px 14px 8px 14px;
    }

    .redButton.quote {
        position: absolute;
        left: 0;
        bottom: 2px;
    }

    .redButton:hover {
        opacity: 1;
        transform: translatey(-3px);
        text-decoration: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

a.redButton:focus {
    opacity: 1;
    transform: translatey(-3px);
    text-decoration: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.redButton.outline:hover {
    background-color: rgba(226,57,64,1);
    color: #fff;
    border: solid 3px rgba(226,57,64,1);
    padding: 7px 14px 8px 14px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.redButton.outline:focus {
    background-color: rgba(226,57,64,1);
    color: #fff;
    border: solid 3px rgba(226,57,64,1);
    padding: 7px 14px 8px 14px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}


.whiteButton {
    text-decoration: none;
    padding: 9px 37px 9px 37px;
    border: 3px solid #fff;
    border-radius: 1.5em;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    Margin: 10px;
    opacity: 1;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .whiteButton:hover {
        border: 3px solid #fff;
        background-color: rgba(255, 255, 255, 1);
        color: #373737;
        text-decoration: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }



.greyButton {
    text-decoration: none;
    padding: 6px 16px 8px 16px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background-color: #999;
    Margin: 10px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .greyButton:hover {
        opacity: 0.85;
        transform: translatey(-3px);
        text-decoration: none;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .greyButton.quote {
        position: absolute;
        right: 0;
        bottom: 2px;
    }

/********************** Table Styles **********************/



/*************************** Div Table Styles ****************************/

.divTable {
    display: table;
}

.divTR {
    display: table-row;
}

.divTDAlignRight {
    display: table-cell;
    text-align: right;
    width: 32%;
    float: right;
}

.divTDAlignLeft {
    display: table-cell;
    text-align: left;
    width: 68%;
    float: left;
}

.divTD {
    display: table-cell;
}

.divTDFloatLeft {
    display: table-cell;
    float: left;
}

/*********************************** Lightbox Styles ***************************************/
.lightbox {
    /** Default lightbox to hidden */
    visibility: hidden;
    /** Position and style */
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    opacity: 0;
}


    .lightbox:target {
        /** Remove default browser outline */
        outline: none;
        /** Unhide lightbox **/
        visibility: visible;
        opacity: 1;
    }

.popCloseBtnWrapper {
    max-width: 900px;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.popup {
    max-width: 900px;
    max-height: 90%;
    min-height: 300px;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    overflow-y: auto;
    overflow-x: none;
}

.popCloseBtn {
    width: 40px;
    height: 40px;
    background-image: url(images/close_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    z-index: 99999;
    top: -16px;
    right: -16px;
}

.popContent {
    padding: 0;
    background-color: #FFFFFF;
    overflow-y: none;
    overflow-x: none;
}

.popHeader {
    Background-Color: #303337;
    Color: #fff;
    font-size: 2.5em;
    Padding: 16px 25px 16px 25px;
    text-align: left;
}

.blueHighlightBox {
    background: #d22f2f;
    border-radius: 11px;
    color: #fff;
    font-size: 1.2em;
    padding: 1em;
}

/******************************** Formatting Styles *****************************/
/* Utility Classes */

/* Make element full width */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

/* Make sure elements don't run outside containers (great for images in columns) */
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right !important;
}

.clear {
    clear: both;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad25 {
    padding: 25px;
}

.pad30 {
    padding: 30px;
}

.pad40 {
    padding: 40px;
}

.pad50 {
    padding: 50px;
}

.padRight10px {
    padding-right: 10px;
}

.padLeft10px {
    padding-left: 10px;
}

.padTop10px {
    padding-top: 10px;
}

.padBottom10px {
    padding-bottom: 10px;
}

.width5 {
    width: 5%
}

.width25px {
    width: 25px;
}

.width50px {
    width: 50px;
}

.width75px {
    width: 75px;
}

.width150px {
    width: 150px;
}

.width100px {
    width: 100px;
}

.width20 {
    width: 20%
}

.width25 {
    width: 25%
}

.width33 {
    width: 33%
}

.width40 {
    width: 40%
}

.width50 {
    width: 50%
}

.width60 {
    width: 60%
}

.width66 {
    width: 66%
}

.width75 {
    width: 75%
}

.width80 {
    width: 80%
}

.width85 {
    width: 80%
}

.width90 {
    width: 80%
}

.width95 {
    width: 95%
}

.width100 {
    width: 100%
}

/******************************** Text Styles *****************************/

.WarningText {
    font-size: 18px;
    font-weight: bold;
}

.TertiaryHdr {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
}


.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: Right;
}

.alignCenter {
    text-align: center;
}

.vertAlignMid {
    vertical-align: middle;
}

.marginRight1em {
    margin-right: 1em;
}

.marginLeft1em {
    margin-left: 1em;
}

.marginBottom1em {
    margin-bottom: 1em;
}

.marginTop1em {
    margin-top: 1em;
}

.fsize_4 {
    font-size: .4em;
}

.fsize_5 {
    font-size: .5em;
}

.fsize_6 {
    font-size: .6em;
}

.fsize_65 {
    font-size: .65em;
}

.fsize_7 {
    font-size: .7em;
}

.fsize_75 {
    font-size: .75em;
}

.fsize_8 {
    font-size: .8em;
}

.fsize_85 {
    font-size: .85em;
}

.fsize_9 {
    font-size: .9em;
}

.fsize_95 {
    font-size: .95em;
}

.fsize1 {
    font-size: 1em;
}

.fsize1_05 {
    font-size: 1.05em;
}

.fsize1_1 {
    font-size: 1.1em;
}

.fsize1_15 {
    font-size: 1.15em;
}

.fsize1_2 {
    font-size: 1.2em;
}

.fsize1_25 {
    font-size: 1.25em;
}

.fsize1_3 {
    font-size: 1.3em;
}

.fsize1_4 {
    font-size: 1.4em;
}

.fsize1_5 {
    font-size: 1.5em;
}

.fsize1_6 {
    font-size: 1.6em;
}

.fsize1_7 {
    font-size: 1.7em;
}

.fsize1_75 {
    font-size: 1.75em;
}

.fsize1_8 {
    font-size: 1.8em;
}

.fsize1_85 {
    font-size: 1.85em;
}

.fsize1_9 {
    font-size: 1.9em;
}

.fsize2 {
    font-size: 2.0em;
}

.fsize2_1 {
    font-size: 2.1em;
}

.fsize2_25 {
    font-size: 2.25em;
}

.fsize2_5 {
    font-size: 2.5em;
}

/******************************** Expanding Box Styles *****************************/
.box {
    display: block;
    height: 3.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    .box.expanded {
        display: block;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

#expandBtn i {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

    #expandBtn i.rotated {
        transform: rotate(180deg);
    }

/******************************** Accordion Styles *******************************/

.accordion p, .accordion ul li i:before, .accordion ul li i:after, .accordion div {
    transition: all 0.25s ease-in-out;
}

.accordion {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .accordion.StateList {
        width: 100%;
        min-height: 10em;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

    .accordion.mobileNav {
        width: 100%;
        min-height: 16px;
        background-color: transparent;
        border-radius: 0px;
        overflow: hidden;
        color: #fff;
        Padding-bottom: 0px;
    }

    .accordion li.faq {
        border-bottom: 1px dotted #000000;
    }

    .accordion.mobileNav li {
        min-height: 16px;
    }

    .accordion.rightColPanel {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #D1D1D7;
    }

    .accordion h1, h2 {
        font-family: "FuturaPT-Book", Arial, sans-serif;
        color: #000;
    }

    .accordion h1 {
        text-transform: uppercase;
        font-size: 1.5em;
        line-height: 42px;
        letter-spacing: 3px;
        font-weight: 100;
    }

    .accordion h2 {
        display: flex;
        justify-content: space-between;
        font-family: "FuturaPT-Heavy", Arial, sans-serif;
        color: #000;
        border: none;
        font-size: 1em;
        font-weight: 500;
        text-align: left;
        margin: 0;
        padding: .5em 1em .5em .3em;
    }

    .accordion.mobileNav h2 {
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 1.15rem;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        padding: 1em 1em 0em 1em;
        border: none;
        text-align: left;
        margin: 0;
        height: 1em;
        line-height: 0px;
        white-space: normal;
        space-after: none;
    }

    .accordion.mobileNav li div {
        color: #fff;
        font-size: 1rem;
        font-family: 'FuturaPT-Book', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        padding: 0em 0em 1em 0em;
        position: relative;
        z-index: 100;
    }

        .accordion.mobileNav li div a {
            padding: .25em 2em;
        }

    .accordion.mobileNav a:hover {
        background-color: #005DAB !important;
        text-decoration: underline !important;
    }

    .accordion.mobileNav a:focus {
        background-color: #005DAB !important;
        text-decoration: underline !important;
    }

    .accordion h2.faq_que {
        color: #0B5EA2;
        font-weight: 600;
        padding: 1em 1em .5em 0em;
    }

    .accordion h3.faq_que {
        color: #737373;
        font-size: 1em;
        padding: 1em 1em .5em 0em;
        margin: 0;
        width: 95%;
        line-height: 1.25em;
    }

    .accordion h2.ViewAllStates {
        color: #0B5EA2;
        font-weight: 600;
        padding: 1em 1em .5em 0em;
        margin-left: auto;
        margin-right: auto;
        width: 8em;
    }

    .accordion.contentPanel h2 {
        display: flex;
        justify-content: space-between;
        font-family: "FuturaPT-Book", Arial, sans-serif;
        color: #000;
        border: none;
        font-size: 1.2em;
        line-height: 1.5em;
        font-weight: 500;
        border-bottom: 1px solid #77777A;
        text-align: left;
        margin-bottom: 1em;
        padding: 1em 1em .5em 2em;
    }


    .accordion.rightColPanel h2 {
        font-size: 1.5em;
        font-weight: 300;
        border-bottom: 1px solid #77777A;
        width: 86%;
        margin-left: 1.4em;
        margin-right: 1em;
        padding: .4em 0em 0em 0em;
    }

    .accordion.contentPanel {
        overflow-x: auto;
    }

    .accordion.rightColPanel .rhActionLnk {
        font-size: .65em;
        font-family: "FuturaPT-Book";
        font-weight: 500;
        color: #D9202A;
        position: relative;
        z-index: 99;
    }

    .accordion .date {
        font-size: 1em;
        font-family: "FuturaPT-Book";
        font-weight: 300;
    }

    .accordion ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .accordion ul li {
            position: relative;
        }

            .accordion ul li p {
                margin: 0;
                padding: 0;
            }

            .accordion ul li div.contentWrap {
                position: relative;
                z-index: 99;
                Padding: 0em 1em 1em 1em;
            }

    .accordion.rightColPanel ul li div.contentWrap {
        Padding: 1em 1em 1em 1em;
    }

    .accordion ul li:nth-of-type(1) {
        animation-delay: 0.5s;
    }

    .accordion ul li:nth-of-type(2) {
        animation-delay: 0.75s;
    }

    .accordion ul li:nth-of-type(3) {
        animation-delay: 1s;
    }

    .accordion ul li:last-of-type {
        padding-bottom: 0;
    }

    .accordion ul li i.arrow {
        position: absolute;
        transform: translate(-6px, 0);
        right: 1.75em;
    }

        .accordion ul li i.arrow:before, .accordion ul li i.arrow:after {
            content: "";
            position: absolute;
            background-color: #D9202A;
            width: 3px;
            height: 9px;
            top: 1.25em;
            left: 1.5em;
        }

    .accordion.mobileNav ul li i.arrow:before, .accordion.mobileNav ul li i.arrow:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 3px;
        height: 9px;
        top: 1.25em;
        left: 1.5em;
    }

    .accordion ul li i.arrow:before {
        transform: translate(2px, 4px) rotate(45deg);
    }

    .accordion ul li i.arrow:after {
        transform: translate(-2px, 4px) rotate(-45deg);
    }

    .accordion ul li input[type=checkbox] {
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 100px;
        z-index: 10000;
        opacity: 0;
        top: 2px;
        left: 2px;
    }

    .accordion.mobileNav li:hover {
        background-color: #003b68;
    }

    .accordion ul li input[type=checkbox]:checked ~ div {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transform: translate(0, 50%);
    }

    .accordion.mobileNav ul li input[type=checkbox]:checked ~ div {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transform: translate(0, 50%);
        display: none;
    }

    .accordion.mobileNav ul li input[type=checkbox]:empty ~ div {
        background-color: #003b68;
        z-index: 100;
    }

    .accordion.mobileNav ul li input[type=checkbox]:empty ~ h2 {
        background-color: #003b68;
    }

    .accordion.mobileNav ul li input[type=checkbox]:checked ~ h2 {
        background-color: transparent;
    }

    .accordion ul li input[type=checkbox]:checked ~ i:before {
        transform: translate(2px, 4px) rotate(225deg);
    }

    .accordion ul li input[type=checkbox]:checked ~ i:after {
        transform: translate(2px, 0) rotate(-225deg);
    }

    .accordion ul li.SEOStateList i.arrow {
        position: relative;
        transform: translate(-6px, 0);
        right: 0em;
        Top: -.8em;
    }

    .accordion ul li input[type=checkbox]:checked ~ h2 i:before {
        transform: translate(2px, 4px) rotate(225deg);
    }

    .accordion ul li input[type=checkbox]:checked ~ h2 i:after {
        transform: translate(2px, 0) rotate(-225deg);
    }


    .accordion ul li .summary {
        padding-left: 2em;
    }

    .accordion ul li div .content {
        padding: 0em 1em 1em 1em;
        font-size: 1rem;
    }

    .accordion ul li a.rightHandLink {
        position: absolute;
        bottom: .75em;
        right: 1em;
        color: #000;
        text-decoration: underline;
        z-index: 333;
    }

/********************* Mobile Navigation Styles ***************/

navbar.mobile {
    display: none;
    padding-left: 16px;
    padding-right: 16px;
}

#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.hdrLinksMobile {
    display: none;
}



/***************************** Responsive Styles ***********************/
@media only screen and (max-width: 1600px) {

    .homeHeroWrapper {
        font-size: .9em;
    }

    .homeHeroContent {
        width: 50%;
    }

    .CSCirclePic {
        width: 12em;
        height: 12em;
        right: -1em;
        top: -3em;
    }

    .hmIndivualsCircle {
        width: 12em;
        height: 12em;
        right: -1em;
        top: -3em;
    }

    .hmSmGroupsCircle {
        width: 12em;
        height: 12em;
        left: -1.75em;
        top: -3em;
    }

    .hmLrgGroupsCircle {
        width: 12em;
        height: 12em;
        right: -1em;
        top: -3em;
    }

    .SGhmChoiceCircle {
        width: 12em;
        height: 12em;
        right: -1em;
        top: -3em;
    }

    .LPLrgGroupsCircle {
        width: 12em;
        height: 12em;
        left: -1.75em;
        top: -3em;
    }

    .MVVMissionCircle {
        width: 12em;
        height: 12em;
        right: -1em;
        top: -3em;
    }

    .MVVVisionCircle {
        width: 12em;
        height: 12em;
        left: -1em;
        top: -3em;
    }

    .MVVValuesCircle {
        width: 12em;
        height: 12em;
        right: -1em;
        top: -3em;
    }

    .homeGreybarContent {
        font-size: .9em;
    }


        .homeGreybarContent.SmallGroups {
            width: 50%;
            font-size: .85em;
        }

    .SGhmAdminWrapper {
        font-size: .9em;
    }

    .SGhmAdminTxtContent {
        margin-left: 1em;
    }

    .homeHeroWrapper.Individuals {
        height: 32em;
        background-position: calc(50% - 5em) 50%;
    }

    .homeHeroContent.Individuals {
        width: 58%;
        padding-top: 1em;
    }

    .homeHeroContent.SmallGroups {
        width: 60%;
        padding-top: 1em;
    }

    .homeHeroWrapper.MVV {
        Background-position: calc(50% - 5em) 50%;
    }

    .homeContactContent {
        width: 95%;
        padding-left: 5%;
    }

    .LGhmQualificationsWrapper {
        background-position: calc(-60% + 8em) 100%;
        background-size: 900px 662px;
    }

    .CSHeroButton {
        bottom: -1.25em;
    }

        .CSHeroButton:hover {
            bottom: .2em;
        }
}

@media only screen and (max-width: 1475px) {


    .LGhmQualificationsWrapper {
        background-position: calc(-80% + 8em) 100%;
    }

    .quoteContentWrapperForm.Medicare {
        padding-left: 1em;
        background-position: calc(50% - 10em) 50%;
        background-size: cover;
        position: relative;
        padding-top: 8.625em;
    }
}

@media only screen and (max-width: 1275px) {
    Body {
        font-size: .82em;
    }

    .headerLogo {
        margin-left: 1em;
        top: 1.5em;
    }

    .headerLanguageLink {
        height: 26px;
        color: #fff;
        font-size: .9em;
        overflow: hidden;
        float: right;
        border: none;
        padding: 0;
        -webkit-transition: all 0.20s ease-in-out;
        -moz-transition: all 0.20s ease-in-out;
        -ms-transition: all 0.20s ease-in-out;
        -o-transition: all 0.20s ease-in-out;
    }

    .headerBlackBarContent {
        padding-right: 1em;
    }

    .headerNavBarContent {
        padding-right: 1em;
    }

    .navWrapper {
        top: 6.85em;
    }

    .content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .blogContent {
        padding-left: 1.5em;
    }

    .homeContent {
        padding-left: 16px;
        padding-right: 16px;
    }

    .homeHeroWrapper.Individuals {
        height: 37em;
        background-position: calc(50% - 5em) 50%;
    }

    .homeHeroContent.Individuals {
        font-size: 1.75em;
        padding-left: 1em;
        padding-top: 1.5em;
    }

    .homeHeroContent.SmallGroups {
        width: 55%;
        padding-top: 1em;
    }

    .homeHeroContent.LargeGroups {
        width: 55%;
        padding-top: 1.25em;
        padding-left: .5em;
    }

    .footerDisclaimer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .headerWrapper {
        height: 80px;
    }

    .headerWelcome {
        font-size: 1.8em;
        height: 48px;
        padding-left: 12px;
        margin-top: 10px;
    }

    .CSCirclePic {
        width: 11em;
        height: 11em;
        right: -.75em;
        top: -3em;
    }

    .hmIndivualsCircle {
        width: 11em;
        height: 11em;
        right: -.5em;
        top: -3.5em;
    }

    .SGhmChoiceCircle {
        width: 11em;
        height: 11em;
        right: -.75em;
        top: -3em;
    }

    .hmSmGroupsCircle {
        width: 11em;
        height: 11em;
        left: -.5em;
        top: -3.5em;
    }

    .hmLrgGroupsCircle {
        width: 11em;
        height: 11em;
        right: -.5em;
        top: -3.5em;
    }

    .LPLrgGroupsCircle {
        width: 11em;
        height: 11em;
        left: -.5em;
        top: -3.5em;
    }

    .MVVMissionCircle {
        width: 11em;
        height: 11em;
        right: -.5em;
        top: -3.5em;
    }

    .MVVVisionCircle {
        width: 11em;
        height: 11em;
        left: -.5em;
        top: -3.5em;
    }

    .MVVValuesCircle {
        width: 11em;
        height: 11em;
        right: -.5em;
        top: -3.5em;
    }

    .topDisclaimer1 {
        font-size: .75em;
        top: 0px;
    }

    .ddm.languageDDM {
        margin-top: 5px;
    }

    .snav-wrap.language {
        top: 73px;
        min-height: 107px;
        width: 8.5em;
    }

    .homeGreybarContent {
        font-size: .96em;
    }

    .ChatLoginBox {
        font-size: 1.25em;
    }

    .homeHeroContent.CarrierSupport {
        color: #000;
        font-size: 1.75em;
        width: 58%;
        padding-left: .95em;
    }

    .homeHeroWrapper.MVV {
        Background-position: calc(50% - 5em) 50%;
    }

    .homeHeroContent.MVV {
        padding-right: 2%;
    }

    .compareTab {
        top: -2.5em;
    }

    .LGhmQualificationsWrapper {
        background-position: calc(-70% + 8em) 100%;
        background-size: 700px 515px;
    }

    .quoteContentWrapperForm.Medicare {
        height: 30em;
        padding-left: 1em;
        background-position: calc(50% - 10em) 50%;
        background-size: cover;
        position: relative;
        padding-top: 8.625em;
    }

    .notation.errorMsgs.medicare {
        top: 6em;
        right: 28em;
        width: 250px;
    }

    .podcastHero {
        margin: 2.6em 2rem 0 2rem;
    }
}

@media only screen and (max-width: 1110px) {

    .quoteFormContainer {
        width: 90%;
        padding-left: 1em;
    }

    .LGhmChecklistContent {
        width: 90%;
    }

    .LGhmChecklistPic {
        display: none;
    }

    Body {
        font-size: .75em;
    }

    .headerRHLink {
        font-size: 1em;
    }

    .headerLanguageLink {
        font-size: 1em;
    }

    .homeHeroContent.LargeGroups {
        width: 55%;
        padding-top: 1.25em;
        padding-left: .5em;
    }

    .navWrapper {
        min-height: 30px;
        top: 7.2em;
    }

    .snav-wrap {
        top: 30px;
    }

    .navBarDisclaimer {
        font-size: 9px;
        padding-top: 6px;
    }

    .navTab {
        height: 27px;
        padding-top: 3px;
        font-size: 1.35em;
    }

    .PhoneFooterBTN {
        width: 160px;
        height: 23px;
        padding-top: 38px;
        background-size: 80% 80%;
    }

    .ChatFooterBTN {
        width: 140px;
        height: 23px;
        padding-top: 38px;
        background-size: 80% 80%;
    }

        .ChatFooterBTN:hover {
            background-size: 80% 80%;
        }

    .EmailFooterBTN {
        width: 105px;
        height: 23px;
        padding-top: 38px;
        background-size: 80% 80%;
    }

        .EmailFooterBTN:hover {
            background-size: 80% 80%;
        }


    .headerWelcome {
        font-size: 1.9em;
        height: 48px;
        padding-left: 12px;
        margin-top: 10px;
    }


    .homeContentWrapperForm {
        height: 440px;
        background-image: url(images/Form_BG.jpg);
        position: relative;
    }

    .homePic {
        display: none;
    }

    .quotePic {
        display: none;
    }

    .hmformContainer {
        width: 100%;
        height: 435PX;
        padding-top: 5px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .indvQuote {
        width: 90%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .topDisclaimer1 {
        font-size: .8em;
        top: 1px;
    }

    .greenButton.quote {
        right: 70px;
        bottom: 10px;
        z-index: 100;
    }

    .blueButton.quote {
        left: 15px;
        bottom: 10px;
    }

    .quoteBoxContainer {
        padding-bottom: 14px;
    }

    .paginationTopDiv {
        height: 30px;
        margin-top: -7px;
        font-size: 1.08em;
    }

    .sortingDiv {
        font-size: 1.08em;
    }


    .compareTitle {
        width: 12%;
        min-width: 100px;
    }

        .compareTitle:after {
            border-width: 50px 0 50px 12px;
        }

    .compareCenter {
        padding-left: 12px;
    }

    .compareBtn {
        width: 12%;
        min-width: 115px;
        font-size: 1.4em;
    }

    .compareTab {
        top: -2.61em;
    }

    .planCardLogo {
        width: 100px;
        height: 26px;
    }

    .planCardCloseBtn {
        width: 16px;
        height: 16px;
    }

    .footerLeftDiv {
        width: 43%;
    }

    .resultContainer {
        font-size: .9em;
        height: 140px;
    }

    .costcoValueTitle {
        height: 48px;
        font-size: 1.15em;
    }

        .costcoValueTitle:after {
            border-width: 24px 0 24px 12px;
        }


    .costcoValueIcons {
        height: 48px;
        padding-left: 16px;
    }

    .cvIconTeledoc {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconValueCheck {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconDental {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconRX {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconConcierge {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconCashCard {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconSimpleEnroll {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconAdvocate {
        width: 2.5em;
        height: 2.5em;
    }

    .cvIconNull {
        width: 2.5em;
        height: 2.5em;
    }

    .networkTypeCircle {
        width: .9em;
        height: .9em;
    }

    .tab-navbar a {
        font-size: 1.2em;
    }

    #scrollLinks {
        height: 135px;
    }


    #planSuggestion_scroll {
        height: 10em;
    }

    .SP-ScrollBtn {
        height: 135px;
    }

    .mouseover_right {
        padding-top: 50px;
        height: 85px;
    }

    .mouseover_left {
        padding-top: 50px;
        height: 85px;
    }

    .compareNetworkBox {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 1.25em;
    }


    .exportButton {
        top: -45px;
        height: 34px;
        font-size: 20px;
        padding-top: 10px;
        line-height: 20px;
    }

        .exportButton:hover {
            height: 50px;
            top: -61px;
        }


    .exportTable th {
        min-width: 170px;
        max-width: 170px;
    }


    .exportTable td {
        min-width: 170px;
        max-width: 170px;
    }

    .exportTable-scrollable {
        margin-left: 187px;
    }

    .comparePlanHeading {
        min-height: 120px;
    }

    .ddm.languageDDM {
        margin-top: 5px;
    }

    .snav-wrap.language {
        top: 64px;
        width: 8.5em;
        height: 75px;
    }

        .snav-wrap.language a {
            height: 16px;
            padding: 6px 6px 9px 6px;
        }

    .hmIndivualsCircle {
        width: 9em;
        height: 9em;
        right: -.5em;
        top: -3em;
    }

    .hmSmGroupsCircle {
        width: 9em;
        height: 9em;
        left: -.5em;
        top: -3em;
    }

    .hmLrgGroupsCircle {
        width: 9em;
        height: 9em;
        right: -.5em;
        top: -3em;
    }

    .MVVMissionCircle {
        width: 9em;
        height: 9em;
        right: -.5em;
        top: -3em;
    }

    .MVVVisionCircle {
        width: 9em;
        height: 9em;
        left: -.5em;
        top: -3em;
    }

    .MVVValuesCircle {
        width: 9em;
        height: 9em;
        right: -.5em;
        top: -3em;
    }

    .homeGreybarContent {
        font-size: .9em;
    }

    .homeHeroWrapper.Individuals {
        background-position: calc(50% - 5em) 50%;
    }

    .homeHeroContent.Individuals {
        padding-left: 1em;
        padding-top: 1.5em;
    }

    .ChatLoginBox {
        font-size: 1.4em;
    }

    .homeHeroContent.CarrierSupport {
        color: #000;
        font-size: 1.7em;
        width: 65%;
        padding-left: .8em;
    }


    .LGhmQualificationsWrapper {
        background: none;
    }

    .notation.errorMsgs.medicare {
        top: 6em;
        right: 25em;
        width: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    .notation.errorMsgs.medicare {
        top: 6em;
        right: 22em;
        width: 250px;
    }
}

@media only screen and (max-width: 990px) {
    .notation.errorMsgs.medicare {
        top: 6em;
        right: 20em;
        width: 250px;
    }
}

@media only screen and (max-width: 970px) {
    .homeHeroWrapper {
        font-size: .8em;
    }

    .homehero {
        padding-left: 10px;
    }

    .homeHeroContent {
        width: 45%;
        padding-top: 10px;
    }

    .homeHeroWrapper.Individuals {
        background-position: calc(50% - 7em) 50%;
    }

    .homeHeroContent.Individuals {
        width: 57%;
        padding-top: 1.75em;
    }

    .homeHeroContent.Individuals {
        width: 57%;
        padding-left: 1em;
        padding-top: 2.5em;
    }

    .homeHeroContent.SmallGroups {
        width: 57%;
        padding-top: 1.75em;
    }

    .homeHeroContent.LargeGroups {
        width: 60%;
        padding-top: 1.75em;
        padding-left: .5em;
    }

    .hmIndivualsCircle {
        width: 8em;
        height: 8em;
        right: -.5em;
        top: -3em;
    }

    .homeHeroContent.CarrierSupport {
        color: #000;
        font-size: 1.65em;
        width: 65%;
        padding-left: .8em;
    }

    .hmSmGroupsCircle {
        width: 8em;
        height: 8em;
        left: -.5em;
        top: -3em;
    }

    .hmLrgGroupsCircle {
        width: 8em;
        height: 8em;
        right: -.5em;
        top: -3em;
    }

    .LPLrgGroupsCircle {
        width: 8em;
        height: 8em;
        left: -.5em;
        top: -3em;
    }


    .MVVMissionCircle {
        width: 8em;
        height: 8em;
        right: -.5em;
        top: -3em;
    }

    .MVVVisionCircle {
        width: 8em;
        height: 8em;
        left: -.5em;
        top: -3em;
    }

    .MVVValuesCircle {
        width: 8em;
        height: 8em;
        right: -.5em;
        top: -3em;
    }

    .hmIndivWMArrows {
        Right: 4em;
    }

    .hmSGWMArrows {
        Right: 2.5em;
    }

    .resultsDetailsLeft {
        padding-top: 0px;
        margin-top: -5px;
    }

    .compareNExportApplyBox {
        font-size: .80em;
        line-height: 1.2em;
    }

    .snav-wrap.language a {
        height: 16px;
        padding: 6px 6px 9px 6px;
    }

    .headerRHLink {
        font-size: 1.2em;
    }

    .hdrLinkTxt {
        display: none;
    }

    .langLabel {
        display: none;
    }

    .snav-wrap.language {
        width: 7.5em;
    }

    .homeGreybarContent {
        font-size: .85em;
    }

        .homeGreybarContent h1 {
            font-size: 3.25em;
        }

        .homeGreybarContent.SmallGroups {
            width: 50%;
            font-size: .8em;
        }

    .SGhmAdminTxtContent {
        margin-left: 2.5em;
        width: 16em;
    }

    .SGhmAdminIpadContainer img {
        height: 90%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .SGhmChecklistContent {
        Font-size: 1.5em;
    }

    .SGhmAdminHdr {
        padding-left: 5.5em;
        left: 0;
    }

    .SGhmAdminTxtContent {
        margin-left: 2em;
        width: 100%;
        max-width: 80%;
        font-size: 2.25em;
    }

    .SGhmAdminIpadContainer {
        display: none;
    }

    .LPLrgGroupsCCGfx {
        display: none;
    }

    .LGCostContainContent {
        max-width: 95%;
        width: 95%;
        font-size: 1em;
    }

    .homeContactContent {
        width: 97%;
        padding-left: 3%;
        font-size: .90em;
    }

    .notation.errorMsgs.medicare {
        top: 6em;
        right: 20em;
        width: 250px;
    }

    .quoteContentWrapperForm.Medicare {
        height: 35em;
        padding-left: 1em;
        background-position: calc(50% + 25em) 50%;
        background-size: cover;
        position: relative;
        padding-top: 8.625em;
    }

    .notation.errorMsgs.medicare {
        top: 6em;
        right: -2em;
        width: 250px;
    }


    .PodcastHeaderBar {
        background-size: auto 90%;
        background-position-x: center;
    }

    .podcastHeroRight {
        display: none;
    }

    .podcastContentRight {
        display: none;
    }

    .podcastHeroLeft {
        width: 77%;
        padding-left: 20%;
        padding-right: 3%;
    }

    .podcastContentLeft {
        width: 90%;
    }
}

@media only screen and (max-width: 890px) {

    .homeCSBtn {
        font-size: .85em;
    }


    .homeTestimonialsWrapper div div.TestimonialText {
        font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 1.9em;
        float: left;
        position: relative;
        top: -.5em;
        width: 75%;
    }

    .homeTestimonialsLogoBarContent {
        font-size: .9em;
    }

    .TestimonialIcon {
        display: none;
    }

    .homeTestimonialsWrapper div div.TestimonialText {
        top: 0em;
        width: 95%;
    }

    .homeHeroWrapper.SmallGroups {
        background-position: calc(50% - 14em) 50%;
    }



    .homeGreyBarPic.SmallGroups {
        display: none;
    }

    .homeGreyBarPic.LargeGroups {
        display: none;
    }

    .homeGreybarContent.SmallGroups {
        width: 100%;
        height: 100%;
        max-width: 87%;
        padding-left: 8%;
        padding-right: 5%;
        font-size: .95em;
        background-color: #4A4A4A;
        overflow: visible;
    }

    .SGhmChecklistContent {
        Font-size: 1.35em;
    }

    .homeHeroContent.Individuals {
        width: 65%;
        padding-left: 1em;
        padding-top: 2.5em;
    }

    .homeHeroWrapper.Individuals {
        background-position: calc(50% - 9em) 50%;
    }

    .homeHeroContent.CarrierSupport {
        color: #000;
        font-size: 1.5em;
        width: 65%;
        padding-left: .8em;
    }

    .homeHeroWrapper.LargeGroups {
        background-position: calc(50% + 3em) calc(50% + 3em);
    }

    Body.loaded .homeHeroContent.CarrierSupport .redButtonSG {
        right: .8em;
    }

    .compareTab {
        top: -2.65em;
    }

    .homeContactContent {
        width: 98%;
        padding-left: 2%;
        font-size: .8em;
    }
}

@media only screen and (max-width: 840px) {

    .blogHeaderBar {
        background: #D22F2F;
        width: 100%;
        padding-top: 6.625em;
    }

    .headerNavBar ul li a {
        padding-left: .5em;
        padding-right: .5em;
        font-size: 1.05em;
    }

    .blogTitle {
        font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
        font-size: 7em;
    }

    @media only screen and (max-width: 780px) {

        .navText {
            display: none;
        }


        .navIconMission {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .navIconMedicare {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .navIconIndividuals {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .navIconSmallGroups {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .navIconLargeGroups {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .navIconCarrierSupport {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .navIconMicNMessage {
            display: block;
            margin-right: .7em;
            Margin-left: .7em;
        }

        .blogContent {
            padding-left: 0;
        }

        .blogHeaderBar {
            background: #D22F2F;
            width: 100%;
            padding-top: 6.625em;
        }

        .blogLargeCol {
            width: 90%;
            float: left;
            font-size: 1.35em;
            line-height: 1.35em;
            font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
            color: #333333;
            margin-left: 5%;
            margin-right: 5%;
            padding-bottom: 2em;
        }

        .blogSmallCol {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
            float: left;
            font-size: 1.35em;
            line-height: 1.35em;
            font-family: 'FuturaPT-Light', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
            color: #333333;
        }

            .blogSmallCol h2 {
                color: #D22F2F;
                font-size: 1.5em;
                font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
                padding-top: 1.4em;
                padding-bottom: .2em;
                border-bottom: #D22F2F 1px solid;
                margin-bottom: 1em;
            }

            .blogSmallCol h3 {
                color: #000;
                font-size: 1.1em;
                line-height: 1.2em;
                font-family: 'Futura-Heavy', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
            }

        .recentBlogPost {
            width: 46%;
            float: left;
            margin-left: 0;
            margin-Right: 4%;
            margin-bottom: 1.5em;
        }
    }

    @media only screen and (max-width: 660px) {

        .blogHeaderBar {
            background: #D22F2F;
            width: 100%;
            padding-top: 6.625em;
        }

        .blogTitle {
            font-size: 6.5em;
        }

        .blogLargeCol h1 {
            font-size: 1.9em;
        }

        .blogLargeCol h2 {
            font-size: 1.55em
        }
    }
