﻿html,
body {
    height: 100%;
}

body {
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

@-ms-viewport {
    width: device-width;
}
/* new redo */
.nav.navbar-nav.navbar-right {
    margin-top: 15px !important;
}

a .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a,
li.dropdown a {
    color: #00406e !important;
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff !important;
    color: #00406e !important;
}

.dropdown-menu > li > a {
    line-height: 25px;
}

.menu-with-button {
    margin-top: -2px !important;
}

.btn.login {
    background-color: #48a2d4;
    color: #ffffff;
    padding: 10px 10px;
    margin-left: 10px;
    margin-right: 30px;
    margin-top: 2px;
}

.btn.btn-sm.login.login-btn.dropdown-toggle {
    margin-left: 20px;
    margin-right: 20px;
}

.btn.search {
    background-color: #4aa5d4;
    color: #ffffff;
}

.login-btn {
    margin: 10px 0 10px 0;
}

i.glyphicon.glyphicon-search {
    font-size: 12px;
    margin: 0;
    color: #ffffff;
}

.search-box {
    margin: 0 5px 0 5px;
}

.logo {
    margin-top: -5px;
}

hr.hzLines {
    border-top: 1px solid #205e91;
    width: 80%;
    margin: 25px auto 25px auto;
}

.strong {
    font-weight: bold;
}

a.footerLink:link {
    color: white;
    text-transform: uppercase;
    margin: 10px;
}

.socialIcons {
    margin: 0 25px 0 25px;
}

.copyright {
    margin-top: 25px;
}

.whiteHeading {
    color: white;
}

.section {
    height: 100vh;
}

.sectionFirst {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    display: table;
    margin: 30px 0 0 0;
    height: calc(93vh - 69px);
    position: relative;
    background: url(/Content/Media/Default/images/homepage-image.jpg) no-repeat 50% 50% scroll;
    background-size: cover;
}

.sectionSecond {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    display: table;
    margin: 0;
    position: relative;
    background-color: #48a2d4;
    white-space: nowrap;
    vertical-align: middle;
}

div.fourLinks:hover {
    background-color: #004271;
    transition: 0.5s;
}

.sectionWhite {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    margin: 0;
    position: relative;
    background-color: #ffffff;
    overflow: auto;
}

.sectionBlue {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    display: table;
    margin: 0 0 -25px 0;
    position: relative;
    background-color: #004271;
    color: white;
    background: url(/Content/Media/Default/images/blueBackground.jpg) no-repeat 50% 50% scroll;
    background-size: cover;
}

.sectionFooter {
    width: calc(100vw - (100vw - 100%));
    display: table;
    margin: -1px 0 0 0;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #003f72;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 0;
}

div.sectionSecond a {
    color: white;
    font-size: 120%;
    font-weight: bold;
}

.fourLinks {
    height: 7vh;
    min-height: 50px;
    vertical-align: middle;
    display: flex;
    margin: auto;
    border-right: 1px solid white;
}

    .fourLinks:last-child {
        border-right: 0 solid transparent;
    }

.linkBox {
    margin: auto;
    text-align: center;
}

div.linkBox a {
    text-decoration: none;
}

h1.homepage {
    font-weight: bold;
    font-size: 45px;
    color: #002955;
    margin-top: 60px;
    line-height: 1;
}

h2.content {
    font-size: 25px;
    color: #004271;
    margin: 25px 0 25px 0;
    font-weight: bold;
}

h3.lightBlue {
    font-size: 20px;
    color: #48a2d4;
    font-weight: bold;
}

h3.darkBlue {
    font-size: 20px;
    color: #004271;
    font-weight: bold;
}

h3.pehpPrograms {
    font-size: 50px;
    color: white;
    font-weight: bold;
    margin: 25px 0 25px 0;
}

h4 {
    font-weight: bold;
}

.search-summary {
    margin: -30px 15px 0 0;
}

.searchResults {
    margin: 20px 0 0 15px;
    font-style: normal;
    font-size: 28px;
}

.search-results {
    clear: both !important;
    list-style-type: none !important;
}

article.content-item header h1 a {
    font-size: 24px;
    font-weight: bold;
}

.white-background {
    background-color: #ffffff;
}

.featuredImg {
    float: left;
    margin: 0 10px 0 0;
    width: 120px;
}

p.topics {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
/* for footer */
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 390px;
    /* Footer height */
    margin-top: 50px;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 320px;
    /* Footer height */
}
/* social media icons */
a {
    text-decoration: none;
    color: #fff;
}

p > a:hover {
    color: #d9d9d9;
    text-decoration: underline;
}

.social-icon {
    color: #fff;
    font-size: 24px;
    margin: 0 15px 0 15px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

    .social-icons a:visited {
        color: #fff;
    }

.fa-facebook {
    padding: 14px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #4b64a6;
}

    .fa-facebook:hover {
        background-color: #22417f;
    }

.fa-twitter {
    padding: 14px 14px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #0cace3;
}

    .fa-twitter:hover {
        background-color: #0084b9;
    }

.fa-youtube {
    padding: 14px 12px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e84c43;
}

    .fa-youtube:hover {
        background-color: #ba1d1c;
    }

.fa-linkedin {
    padding: 14px 16px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #007bb6;
}

    .fa-linkedin:hover {
        background-color: #00558d;
    }

.fa-instagram {
    padding: 14px 16px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgb(254,218,117);
    background: linear-gradient(35deg, rgba(254,218,117,1) 0%, rgba(250,126,30,1) 25%, rgba(214,41,118,1) 50%, rgba(150,47,191,1) 75%, rgba(79,91,213,1) 100%);
}

    .fa-instagram:hover {
        background-color: #00558d;
        opacity: 0.5;
    }
/* social media icons end */
article.page.content-item > header > h1 {
    color: #003f72;
}

ul.search-results.content-items > li > article.content-item > header > h1 {
    background-color: white;
    color: #003f72;
    padding: 0;
    border-radius: 5px;
}

br.pull-up {
    line-height: 5px !important;
}

.banner .img-responsive {
    margin: 0 auto;
}

a.lightBlue {
    color: #49a2d4;
    font-weight: bold;
    text-decoration: underline;
}

    a.lightBlue:visited {
        color: #6ec3f7;
        text-decoration: none;
    }

.darkBlue {
    color: #26619D;
    font-weight: bold;
}

a.white-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

    a.white-link:visited {
        color: #e2e2e2;
        text-decoration: none;
    }

a.darkblue-link {
    color: #004270;
    text-decoration: underline;
    font-weight: bold;
}

    a.darkblue-link:visited {
        color: #4a7eb0;
        text-decoration: none;
    }

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 98 !important;
    height: 71px;
}

#footer p {
    font-size: 1em;
    color: white;
}

    #footer p a {
        color: white;
    }

        #footer p a:hover {
            color: #d4d4d4;
        }

a {
    color: #004270;
    text-decoration: underline;
}

    a:visited {
        color: #49a2d4;
    }

    a:hover {
        color: #26619D;
    }

    a:active {
        color: #26619D;
    }

div#pattern {
    /*height: 100% !important;*/
}

.wrap {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .wrap.active {
        left: 16em;
    }

a.menu-link {
    float: left;
    display: block;
    padding: 1em;
}

.oc {
    color: #fff;
    padding: 1em;
    clear: both;
    overflow: hidden;
    z-index: 5000;
}

    .oc ul {
        margin-left: 0;
    }

.js .oc {
    width: 17.5em;
    height: 100%;
    position: absolute;
    top: 0;
    left: -17.5em;
    -webkit-box-shadow: 3px 7px 15px rgba(50, 50, 50, 0.96);
    -moz-box-shadow: 3px 7px 15px rgba(50, 50, 50, 0.96);
    box-shadow: 3px 7px 15px rgba(50, 50, 50, 0.96);
    background-color: #fff;
}

.lorem {
    clear: both;
}

.owl-theme .owl-controls .owl-buttons div {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    background-color: transparent;
    border-radius: 30px 30px 30px 30px;
    color: #333333;
    display: inline-block;
    font-size: 1.25em;
    margin: 5px;
    opacity: 0.5;
    padding: 3px 10px;
}

div.owl-buttons {
    position: relative;
    display: block;
}

    div.owl-buttons div.owl-prev {
        position: absolute;
        top: -1.2em !important;
        left: 0 !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 20em;
        display: block;
        text-align: left;
        width: 80px;
        height: 60px;
    }

        div.owl-buttons div.owl-prev:hover {
            left: -0.5em !important;
        }

    div.owl-buttons div.owl-next {
        position: absolute;
        top: -1.2em !important;
        right: 0 !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 20em;
        display: block;
        text-align: right;
        width: 80px;
        height: 60px;
    }

        div.owl-buttons div.owl-next:hover {
            right: -0.5em !important;
        }
/*new*/
ul#nav {
    z-index: 1 !important;
}

[aria-expanded="false"] .glyphicon-plus {
    display: inline-block;
}

[aria-expanded="false"] .glyphicon-minus {
    display: none;
}

[aria-expanded="true"] .glyphicon-plus {
    display: none;
}

[aria-expanded="true"] .glyphicon-minus {
    display: inline-block;
}

.tips-accordion {
    margin: 0 0 10px 0;
    cursor: pointer;
    color: #26619D;
}

div.well.topic {
    padding: 15px;
}

li.panel.panel-default {
    list-style-type: none !important;
}

.specialty-font {
    font-weight: normal !important;
}

nav.header-overlay .header-navbar,
body.home .header-navbar {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
/*buttons*/
a.customFindProviderButton div.insetShadow {
    padding: 0.5em 0 0.5em 0;
    margin-left: 0;
}

a.customFindProviderButton img {
    left: 11.65em;
    padding-right: 0;
}

div.navbarContainer div.searchBar {
    position: absolute;
    top: 3.5em;
    right: -20em;
    width: 60em;
}

div.navbarContainer div.globalMenuButton a.mainMenuButton {
    top: 1.65em;
    right: 0;
}

div.navbarContainer div.globalMenuButton a.loginButton {
    top: 1.75em;
    right: 1.4em;
}

    div.navbarContainer div.globalMenuButton a.loginButton p {
        display: inline-block;
        font-family: Arial, sans-serif !important;
        font-size: 1.1em;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    div.navbarContainer div.globalMenuButton a.loginButton span {
        display: inline-block;
        color: #fff;
    }

        div.navbarContainer div.globalMenuButton a.loginButton span.glyphicon-user {
            color: #26619D;
            margin-right: 0.25em;
        }

        div.navbarContainer div.globalMenuButton a.loginButton span.caret {
            margin-left: 1em;
        }

div.navbarContainer div.globalMenuButton a.searchButton {
    top: 1.25em;
    right: 2em;
}

div.navbarContainer div.globalMenuButton ul.login-menu {
    top: 4em;
}

div.navbarContainer div.globalMenuButton ul.main-menu {
    top: 4em;
}

.minorFeatureInSection {
    border: 1px solid #ccc;
    padding: 0 1em 0 1em;
    margin: 0 2em 1em 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
    text-align: center;
}

    .minorFeatureInSection:last-child {
        border-bottom: 1px solid #ccc;
    }

    .minorFeatureInSection h2 {
        font-size: 1.25em;
        color: #193264;
        font-weight: 300;
        margin-bottom: 0;
    }

    .minorFeatureInSection p {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        border-top: 1px dotted #ccc;
        text-align: left;
        font-size: 1em;
        color: #444;
    }

    .minorFeatureInSection img {
        width: 10em;
        height: 10em;
        float: none;
        margin: auto 0;
    }

    .minorFeatureInSection div {
        padding-right: 0;
    }

        .minorFeatureInSection div p {
            line-height: 1.25em;
        }

.sectionFeature {
    background-color: #5286B9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    width: 23.79%;
    padding: 1em;
    margin-right: 1.25em;
    margin-top: 0;
    margin-bottom: 1.5em;
    height: 150px;
    position: relative;
}

    .sectionFeature:hover {
        background-color: #5286B9;
    }

    .sectionFeature:last-child p {
        width: 100%;
    }

    .sectionFeature a {
        color: #fff;
        text-decoration: none;
    }

    .sectionFeature.last {
        margin-right: 0;
    }

    .sectionFeature h3 {
        font-weight: 300;
        font-size: 1.5em;
        margin-top: 0;
        color: #fff;
    }

    .sectionFeature p {
        font-size: 0.85em;
        width: 55%;
        line-height: 1.25em;
    }

    .sectionFeature img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-height: 125px;
    }

.manage-actions {
    padding: 10px 0 0 10px;
}

img.pdf {
    margin-bottom: 6px !important;
    margin-right: 5px !important;
    margin-left: 0 !important;
}
/*New for Medsupp*/
.top-section-new {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    display: table;
    padding: 20px;
    margin-bottom: 20px;
    height: 55vh;
    position: relative;
    background: url(/Content/Media/Default/images/medsup-banner.jpg) no-repeat 50% 50% scroll;
    background-size: cover;
}
.bottom-section {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    display: table;
    padding: 20px;
    margin-top: 20px;
    height: 55vh;
    position: relative;
    background: url(https://www.pehp.org/Content/Media/Default/images/seniorhike_2.jpg) no-repeat 30% 30% scroll;
    background-size: cover;
}

a.green-button {
    position: relative;
    padding: 7px 35px;
    font-size: 20px;
    white-space: nowrap;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 600;
    transition: .3s;
    backface-visibility: hidden;
    background-color: #0cab68;
    border-radius: 23px;
    color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid #0cab68;
}

    a.green-button:hover {
        background-color: #ffffff;
        color: #2a93c9 !important;
        text-decoration: none !important;
        border: 2px solid #0cab68;
    }

a.blue-button {
    position: relative;
    padding: 7px 35px;
    font-size: 20px;
    white-space: nowrap;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 600;
    transition: .3s;
    backface-visibility: hidden;
    background-color: #2a93c9;
    border-radius: 23px;
    color: white !important;
    text-decoration: none !important;
}

    a.blue-button:hover {
        background-color: #2684b5;
        color: white !important;
        text-decoration: none !important;
    }

a.main-button {
    position: relative;
    padding: 7px 35px;
    font-size: 15px;
    white-space: nowrap;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 600;
    transition: .3s;
    backface-visibility: hidden;
    background-color: #2a93c9;
    border-radius: 23px;
    color: white;
    text-decoration: none !important
}

    a.main-button:hover {
        background-color: #2684b5;
        color: white;
        text-decoration: none !important
    }

.suppText {
    font-size: 18px;
    font-weight: 600;
}

.section-lg {
    padding: 20px;
    margin-top: 20px
}

.bg-light-grey {
    background: #f1f1f1;
    fill: #f1f1f1;
}

.box-white {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    transition: 0.2s ease-in;
    text-align: center;
    height: 100px
}

    .box-white:hover {
        box-shadow: 0 2px 13px 0px rgba(0, 0, 0, 0.16);
    }

.white-box {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 35px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.cta-banner {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    display: table;
    margin: 30px 0 0 0;
    height: calc(93vh - 69px);
    position: relative;
    background: url(http://www.pehp.org/Content/Media/Default/images/Survey_employees_web.jpg) no-repeat 50% 50% scroll;
    background-size: cover;
    z-index: -1
}

.cta-text {
    height: 300px;
    width: 50%;
    border-radius: 10px;
    border-top: 10px solid #48a2d4;
    background: #ffffff;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: -15%;
    padding: 40px 60px 0 60px
}

.padding-row {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.text-padding {
    padding-left: 24px;
    padding-right: 24px;
}

.divider {
    background-color: #e6e7e8;
    height: 200px;
    width: 2px;
    border-radius: 3px;
    margin: 0px auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width: 1500px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    p.covered {
        font-size: 20px;
        margin: 0.2em;
    }

    a.create {
        font-size: 14px;
    }

    .member-login-btn {
        padding: 0.5em 0;
        font-size: 1.25em;
        width: 75%;
    }

    div.featuredItemNew {
        width: 32%;
        font-size: 36px;
    }

    div.row div.featuredItemNew:last-child {
        width: 32%;
        margin-right: 0;
        float: right;
    }

    div.row div.featuredItemNew:first-child {
        width: 32%;
        float: left;
    }

    .navbar-nav > li > a {
        font-size: 18px !important;
    }
}

@media (max-width: 1200px) {
    .cta-text {
        width: 80%;
        border-radius: 10px;
        border-top: 10px solid #48a2d4;
        background: #ffffff;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: -15%;
        padding: 20px 30px 0 30px;
        margin-bottom: 25px
    }

    .text-padding {
        padding: 0 5% 0 5%
    }
}

@media screen and (min-width: 993px) {
    .navbar-nav > li > a {
        font-size: 15px;
    }
    /* end new redo */
}

@media (min-width: 992px) {
    .add-margin {
        margin: 0 -45px 0 -34px !important;
    }

    .bodyContainer {
        padding-left: 25px;
        padding-right: 25px;
    }

    div.navbarContainer div.mobileButtons div.loginButton a span {
        display: inline-block;
        color: #fff;
    }

        div.navbarContainer div.mobileButtons div.loginButton a span.glyphicon {
            color: #193264;
        }

        div.navbarContainer div.mobileButtons div.loginButton a span.caret {
            display: inline-block;
        }

    div.navbarContainer div.mobileButtons div.loginButton ul.login-menu {
        top: 3em;
        left: -70px;
    }

        div.navbarContainer div.mobileButtons div.loginButton ul.login-menu span {
            color: #193264;
        }

    div.navbarContainer div.mobileButtons div.mainMenuButton span.glyphicon {
        color: #193264;
    }

    div.navbarContainer div.mobileButtons div.mainMenuButton ul.main-menu {
        top: 2.8em;
        left: -174px;
    }

        div.navbarContainer div.mobileButtons div.mainMenuButton ul.main-menu span {
            color: #193264;
        }

    .sectionFeature {
        background-color: #5286B9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        width: 23.5%;
        padding: 1em 1em 0.5em 1em;
        margin-right: 1em;
        margin-top: 0;
        margin-bottom: 1.5em;
        height: 125px;
        position: relative;
    }

        .sectionFeature a {
            color: #fff;
            text-decoration: none;
        }

        .sectionFeature.last {
            margin-right: 0;
        }

        .sectionFeature h3 {
            font-size: 1.25em;
            margin-top: 0;
        }

        .sectionFeature p {
            font-size: 0.85em;
            width: 100%;
            line-height: 1.25em;
            display: block;
        }

        .sectionFeature img {
            display: none;
        }

    fieldset.loginFormModule {
        margin-top: 4.5em;
    }

        fieldset.loginFormModule p {
            line-height: 1.25em;
            font-size: 1em;
            margin-bottom: 2em;
        }

        fieldset.loginFormModule h4 {
            margin-bottom: 1em;
        }

        fieldset.loginFormModule legend {
            height: 0 !important;
            font-size: 0 !important;
            margin: 0 !important;
            margin-top: 0 !important;
            padding: 0 !important;
            border-bottom: none;
            line-height: 0 !important;
            display: none;
        }

        fieldset.loginFormModule label {
            width: 100%;
            font-size: 1.5em;
            border-bottom: none;
            color: #26619D;
        }

        fieldset.loginFormModule input[type="text"],
        fieldset.loginFormModule input[type="password"] {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            padding: 0.5em;
            display: block;
            width: 97%;
            font-size: 1.25em;
        }

        fieldset.loginFormModule input[type="button"] {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
            width: 97%;
            float: left;
            margin-right: 0.65em;
        }

        fieldset.loginFormModule div.greyBox {
            background-color: #f3f3f3;
            border: 1px solid #ccc;
            padding: 0.9em 1em 1em;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .featuredItem {
        border-top: 1px solid #ccc;
        border: none;
        margin-bottom: 1em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .featuredItem:last-child {
            border-bottom: none;
        }

    .header {
        min-height: 125px;
        padding-bottom: 10px;
    }

        .header.navbar-brand {
            margin-top: 15px;
        }

    .sectionBannerWidget {
        padding: 1em 0 0 1em;
        margin-left: 0;
        margin-right: 0;
    }

    .globalMenu {
        position: absolute;
        top: 1em;
        margin-right: 1.25em;
    }
}

@media screen and (max-width: 992px) {
    /* new redo */
    .add-margin {
        margin: 0 15px 0 15px;
    }

    .container {
        width: 98% !important;
    }

    .nav.navbar-nav.navbar-right {
        margin-top: 20px !important;
        font-size: 13px;
    }

    .nav > li > a {
        padding: 5px 5px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
    }

    .btn.login {
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 13px !important;
        margin-top: -5px;
    }

    .divider {
        background-color: #e6e7e8;
        height: 350px;
        width: 2px;
        margin: 24px auto 0 auto;
    }
}

@media screen and (max-width: 790px) {
    .btn.login {
        margin-left: 7px !important;
        margin-right: 10px !important;
        padding: 5px 10px 5px 10px;
        margin-top: 0;
    }

    .hide-me {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    /* new redo */
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .dropdown-menu {
        background-color: #fff;
        border: 0;
        border: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
        background-color: white;
        margin-top: 10px !important;
    }

    .nav.navbar-nav.navbar-right {
        margin-top: 0 !important;
        font-size: 15px;
    }

    .nav > li > a {
        padding: 8px 8px;
    }

    .navbar-toggle {
        margin-top: 18px;
        background-color: #4aa5d4;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle {
        border-color: #337ab7;
    }

    .navbar-toggle:hover {
        background-color: #337ab7 !important;
    }

    .input-group.pull-right.search-box {
        width: 50%;
        float: left !important;
    }

    .btn.login {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 10px;
        font-size: 15px !important;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-right: -24px !important;
    }

    .navbar-brand {
        padding: 15px 0px !important;
    }

    div.col-xs-12 > div.zone-content > article > header > h1 {
        margin-top: 10px !important;
    }
    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }
    /* Style navigation menu links */
    a.hamburger {
        color: white;
        padding: 10px 5px 10px 6px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        margin-top: 50px;
        background-color: #26619d;
    }

    .navbar.navbar-default.left-navigation {
        background-color: #f6fafe;
        height: auto;
        width: 100%;
        padding: 0 0 0 20px;
        position: absolute;
    }

    li.menuitem-hover:hover {
        background-color: white !important;
    }

    .secondary-menu {
        margin-left: 25px;
    }

    #content-wrap {
        padding-bottom: 370px !important;
        /* Footer height */
    }

    .sectionBlue {
        margin: 0 0 0 0 !important;
    }

    .fourLinks {
        border-top: 1px solid white;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }
    /* end new redo */
    .divider {
        background-color: #e6e7e8;
        height: 2px;
        width: 100%;
        margin: 25px auto 10px auto;
    }
}

@media (min-width: 768px) {
    .bodyContainer {
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        margin-right: -2px !important;
    }

    p.covered {
        font-size: 18px;
        margin: -15px 0 10px 0;
    }

    p.text {
        margin: 0 0 1em 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
        margin-right: -15px;
    }

    .member-login-btn {
        padding: 0.35em 0;
        font-size: 1.15em;
        width: 25%;
    }

    div.featuredItemNew {
        font-size: 24px;
    }

    .js .oc {
        position: static;
        float: left;
        width: 30%;
        height: 100%;
    }

    .wrap.active {
        left: 0;
    }

    .lorem {
        clear: none;
        margin-left: 30%;
    }

    .oc ul {
        margin-left: -40px;
    }

    .panel-body {
        padding: 0;
        list-style: none;
        margin-left: -40px;
    }

        .panel-body a {
            padding: 1em 0.5em 1em 1em !important;
            display: block;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .panel-body a:hover {
                text-decoration: none;
                padding-left: 1.25em;
            }

    .fullWidthContainer {
        width: 100%;
        padding: 0 15px 0 15px;
    }

        .fullWidthContainer.light {
            background-color: #f3f3f3;
            border-bottom: none;
        }
    /*buttons*/
    a.customFindProviderButton {
        margin: 0 0 2em 0;
    }

    div.featuredItem {
        border-top: 3px solid #f3f3f3;
        margin: 0 -1em 0 -2em;
    }

        div.featuredItem h2 {
            color: #193264;
            font-size: 1em;
            margin-top: 0.75em;
            font-weight: 900;
        }

        div.featuredItem a {
            font-weight: bold;
        }

            div.featuredItem a img {
                text-align: center;
                width: 10em;
                height: 10em;
                float: none;
                border-right: none;
                display: block;
                margin: 0 auto;
                padding: 0;
            }

        div.featuredItem div {
            padding: 0 15px 0 0;
            width: 100%;
        }

            div.featuredItem div.textContainer {
                padding-left: 1em;
                width: 63%;
                float: left;
            }

                div.featuredItem div.textContainer p {
                    line-height: 1.4em;
                    color: #666;
                    font-size: 0.9em;
                }

        div.featuredItem.smBottom {
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            min-height: 200px;
        }

            div.featuredItem.smBottom h2 {
                font-size: 1em;
            }

            div.featuredItem.smBottom p {
                font-size: 1em;
                color: #666;
            }

            div.featuredItem.smBottom img {
                margin-bottom: 0;
                margin-top: 0;
                clear: both;
            }

    .minorFeatureInSection {
        background-color: #fff;
    }

        .minorFeatureInSection img {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
            max-width: 10em;
        }

    div.featuredItem {
        margin-right: 0;
        margin-left: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .globalMenuBar {
        position: absolute;
        right: 0;
        padding-right: 15px;
    }

    .sectionBannerWidget {
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
        background: #26619D;
        background: -moz-linear-gradient(left, #26619D 40%, #7fb3e8 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, #26619D), color-stop(100%, #7fb3e8));
        background: -webkit-linear-gradient(left, #26619D 40%, #7fb3e8 100%);
        background: -o-linear-gradient(left, #26619D 40%, #7fb3e8 100%);
        background: linear-gradient(to right, #26619D 40%, #7fb3e8 100%);
        color: #fff;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: auto;
        min-height: 10em;
    }

        .sectionBannerWidget h1 {
            font-weight: 100;
            color: #fff;
        }

        .sectionBannerWidget img {
            max-width: 150px;
            position: absolute;
            bottom: 0;
            right: 1em;
        }

    .mobileNavBar {
        background: none;
        color: #fff;
        border-bottom: none;
    }

        .mobileNavBar a {
            color: #fff;
        }

            .mobileNavBar a:hover {
                color: #cfe1f3;
            }

    .no-padding-md-right {
        padding-right: 0;
    }

    .js .oc {
        padding: 1em 0;
        width: 16em;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }

    div.featuredItemNew {
        width: 30.5%;
    }

    div.row div.featuredItemNew:last-child {
        width: 32%;
        float: right;
    }

    div.row div.featuredItemNew:first-child {
        width: 32%;
        float: left;
    }

    .sectionBannerWidget {
        position: relative;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-top: 1em;
    }

        .sectionBannerWidget img {
            max-width: 250px;
        }

    .js .oc {
        position: static;
        float: left;
        width: 30%;
        height: 100%;
    }

    .wrap.active {
        left: 0;
    }

    .lorem {
        clear: none;
        margin-left: 30%;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: -7px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hide-me {
        display: unset;
    }

    .navbar-brand {
        padding: 10px 6px !important;
    }

    .fourLinks {
        height: 5vh;
    }
}
/*extra media query used just for owl-carousel*/
@media screen and (min-width: 600px) {
    div.owl-carousel {
        padding: 0;
    }

        div.owl-carousel div.featureRotater {
            margin: 1em;
        }

            div.owl-carousel div.featureRotater h2 {
                font-size: 1.5em;
                font-weight: normal;
                color: #193264;
            }

            div.owl-carousel div.featureRotater div.polaroid {
                width: 55%;
                float: right;
                margin-left: 2em;
                margin-bottom: 1em;
            }

                div.owl-carousel div.featureRotater div.polaroid img {
                    display: block;
                }

            div.owl-carousel div.featureRotater div.textContainer {
                width: 45%;
                display: block;
            }

    .owl-theme .owl-controls .owl-buttons div {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        background-color: none;
        border-radius: 30px 30px 30px 30px;
        color: #333333;
        display: inline-block;
        font-size: 1.75em;
        margin: 5px;
        opacity: 0.5;
        padding: 3px 10px;
    }

    div.owl-buttons {
        position: relative;
        display: block;
    }

        div.owl-buttons div.owl-prev {
            position: absolute;
            top: -6em !important;
            left: -1.4em !important;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 20em;
            display: block;
            text-align: left;
            width: 80px;
            height: 60px;
        }

            div.owl-buttons div.owl-prev:hover {
                left: -1.7em !important;
            }

        div.owl-buttons div.owl-next {
            position: absolute;
            top: -6em !important;
            right: -1.4em !important;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 20em;
            display: block;
            text-align: right;
            width: 80px;
            height: 60px;
        }

            div.owl-buttons div.owl-next:hover {
                right: -1.7em !important;
            }
    /*As seen on the home page*/
    div.featuredItem {
        border-top: 3px solid #ededed;
        margin: 0 -1em 0 -2em;
    }

        div.featuredItem h2 {
            color: #193264;
            font-size: 1em;
            margin-top: 0.75em;
            font-weight: 900;
        }

        div.featuredItem a {
            font-weight: bold;
        }

            div.featuredItem a img {
                width: 8em;
                height: 8em;
                float: left;
                border-right: none;
                display: inline-block;
                margin: 0 auto;
                padding: 0 10px;
                margin: 1em;
            }

        div.featuredItem div.textContainer {
            padding-left: 1em;
            display: inline-block;
            width: 63%;
            float: left;
        }

            div.featuredItem div.textContainer p {
                line-height: 1.4em;
                color: #666;
                font-size: 0.9em;
            }

        div.featuredItem.smBottom {
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            min-height: 200px;
        }

            div.featuredItem.smBottom h2 {
                font-size: 1em;
            }

            div.featuredItem.smBottom p {
                font-size: 1em;
                color: #666666;
            }

            div.featuredItem.smBottom img {
                margin-bottom: 0;
                margin-top: 0;
                clear: both;
            }

    ul.sectionButtons {
        position: fixed;
        margin-left: -60px;
        bottom: -10px;
        z-index: 5000;
        width: 112%;
    }

        ul.sectionButtons li {
            background: #7bafe4;
            background: -moz-linear-gradient(top, #7bafe4 0, #2a65a1 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7bafe4), color-stop(100%, #2a65a1));
            background: -webkit-linear-gradient(top, #7bafe4 0, #2a65a1 100%);
            background: -o-linear-gradient(top, #7bafe4 0, #2a65a1 100%);
            background: -ms-linear-gradient(top, #7bafe4 0, #2a65a1 100%);
            background: linear-gradient(to bottom, #7bafe4 0, #2a65a1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bafe4', endColorstr='#2a65a1', GradientType=0);
            display: block;
            float: left;
            list-style: none;
            margin: 0;
            width: 25%;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 0.75em;
        }

            ul.sectionButtons li a {
                padding: 1em 0;
                color: #fff;
                display: block;
            }

                ul.sectionButtons li a:hover {
                    text-decoration: none;
                }
    /*new*/
    [aria-expanded="false"] .glyphicon-plus {
        display: inline-block;
    }

    [aria-expanded="false"] .glyphicon-minus {
        display: none;
    }

    [aria-expanded="true"] .glyphicon-plus {
        display: none;
    }

    [aria-expanded="true"] .glyphicon-minus {
        display: inline-block;
    }

    .tips-accordion {
        margin: 0 0 10px 0;
        cursor: pointer;
        color: #26619D;
    }

    div.well.topic {
        padding: 0 15px 10px 20px;
    }

    li.panel.panel-default {
        list-style-type: none !important;
    }
}

@media screen and (max-width: 600px) {
    h1.homepage {
        margin-top: 10px !important;
    }

    #content-wrap {
        padding-bottom: 370px !important;
    }
}

@media screen and (max-width: 550px) {
    #content-wrap {
        padding-bottom: 390px !important;
    }

    .cta-text {
        width: 90%;
        border-radius: 10px;
        border-top: 10px solid #48a2d4;
        background: #ffffff;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: -15%;
        padding: 10px 20px 0 20px;
        margin-bottom: 25px;
    }
}

#slider-text .col-md-6 {
    overflow: hidden;
}

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    filter: none !important;
}

.carousel-control {
    width: 0%;
}
