/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-family: Verdana;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

html.lt-ie9 #wrapper {
    width: 960px;
}

::-moz-selection {
    background: #9999AA;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #9999AA;
    color: #000;
    text-shadow: none;
}

a {
    color: #00e;
    text-decoration: none;
}
a.btn-primary{
    color: #FFFFFF !important;
    margin-top: 10px;
    margin-bottom: 15px;
}

    a:visited {
        color: #551a8b;
    }

    a:hover {
        color: #06e;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.bg1 {
    background-color: #f1f1f1;
}

.red {
    color: #E1001A;
}

body {
    background: url('../img/bg-page.png') 0 0 repeat-x #f1f1f1;
}

#wrapper {
    max-width: 960px;
    margin: auto;
}

hr {
    height: 5px;
    background: none;
    margin: 0;
    border: none;
    border-bottom: 1px dotted #666666;
    padding: 0;
    margin-bottom: 7px;
}

p {
    margin: 3px 0 9px 0;
}

.light {
    color: #949393;
}

.worldcareImage {
    width: 32%;
}

/*
 * Header..
 */
header {
    min-height: 125px;
}

.logo {
    margin: 10px 0 0 0;
    float: left;
}

nav {
    float: left;
    margin-top: 0px;
}

    nav ul li {
        float: left;
        width: 78px;
        height: 27px;
        font-size: 12px;
        padding: 8px 15px 8px 15px;
    }

        nav ul li + li {
            background: url('../img/div-nav.png') right no-repeat;
        }

    nav ul li {
        background: url('../img/div-nav-first.png') 0 0 no-repeat;
    }

        nav ul li a.first.active {
            margin-left: -13px;
            width: 89px;
        }

        nav ul li a {
            display: block;
            width: 91px;
            height: 37px;
            line-height: 13px;
            margin: -8px -15px -8px -15px;
            color: #4d4d4d;
            padding: 10px 0 0 15px;
            text-decoration: none;
        }

            nav ul li a:hover {
                color: #e1001a !important;
            }

            nav ul li a:active {
                color: #4d4d4d;
            }

            nav ul li a:visited {
                color: #4d4d4d;
            }

            nav ul li a.active {
                background: url('../img/bg-nav-active-rep.png') 0 0 repeat-x;
                color: #e1001a;
            }

.pre-nav {
    height: 79px;
    width: 1px;
}

@media only screen and (max-width: 960px) {
    nav {
        margin-left: 10px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 400px) {
    nav ul {
        width: 172px;
    }

        nav ul li {
            width: 172px;
            clear: both;
            height: auto;
            padding: 0;
            margin: 0;
        }

            nav ul li a {
                width: 172px;
                clear: both;
                height: auto;
                padding: 8px 0 8px 5px;
                margin: 0;
            }

                nav ul li a.first.active {
                    width: 172px;
                    margin: 0;
                }

            nav ul li + li {
                background: none;
            }

        nav ul li {
            background: none;
        }

            nav ul li a.active {
                background-image: none;
                background-color: #DEDEDE;
                margin: 0;
            }

    .pre-nav {
        clear: both;
        height: 1px;
    }
}


.header-info {
    float: right;
    padding-right: 13px;
    font-size: 12px;
    padding-top: 18px;
    text-align: right;
    padding-bottom: 5px;
}

    .header-info p {
        margin-bottom: 3px;
    }

    .header-info a {
        color: #E1001A;
        font-weight: bold;
        text-decoration: none;
    }

        .header-info a:hover {
            color: #D00009;
        }

.logstatus {
    font-size: 10px;
}

@media only screen and (max-width: 360px) {
    .header-info {
        float: left;
        margin-left: 15px;
        padding-top: 0;
        text-align: left;
    }

        .header-info a {
            display: block;
        }
}

/*
 * Side col and nav
 */
.sidecol {
    width: 171px;
    margin-right: 10px;
    float: left;
    padding-bottom: 20px;
}

.colwrapper {
    background-image: url(../img/sidecol-divider.gif);
    background-repeat: repeat-y;
    background-position: 170px 0;
}

.colwrapper {
    padding-bottom: 50px;
}

@media only screen and (max-width: 950px) {
    .colwrapper {
        background-image: none;
        padding-bottom: 0px;
    }

    .sidecol {
        background-image: url(../img/sidecol-divider.gif);
        background-repeat: repeat-y;
        background-position: 170px 0;
        padding-bottom: 0;
    }
}

ul.sidenav {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

    ul.sidenav li {
        float: left;
        width: 171px;
        margin: 0;
        padding: 0;
        border-top: 1px solid #F1F1F1;
    }

        ul.sidenav li a {
            display: block;
            font-size: 11px;
            padding: 7px 7px;
            margin: 0;
        }

            ul.sidenav li a:hover {
                color: #e1001a !important;
            }

        ul.sidenav li a, .sidenav ul li a:active, nav ul li a:visited {
            color: #585858;
        }

            ul.sidenav li a.active {
                background-color: #E1001A;
                color: #FFFFFF;
            }

            ul.sidenav li a:hover.active {
                color: #FFFFFF !important;
            }

    ul.sidenav li {
        border-top: 1px solid #F1F1F1;
        border-bottom: 1px solid #F1F1F1;
    }

        ul.sidenav li + li {
            border-top: none;
            border-bottom: 1px solid #F1F1F1;
        }

/* 
* Log in status
*/
.sidecol .login-status {
    font-size: 10px;
    color: #CCCCCC;
    font-style: italic;
    margin: 10px;
    padding: 0;
    float: left;
}


/* Main nav drop down */
li.top-menu-item {
    position: relative;
    z-index: 9000;
}

    li.top-menu-item ul.sub-menu {
        border-top: 1px solid #DCDCDC;
        display: none;
        z-index: 9000;
        position: absolute;
        background-color: #F1F1F1;
        left: 0px;
        top: 47px;
    }

        li.top-menu-item ul.sub-menu li {
            clear: both;
            height: auto !important;
            background-color: #F1F1F1;
            background-image: none;
            border-bottom: 1px solid #DCDCDC;
            padding: 8px 15px 8px 15px;
            width: 130px;
        }

            li.top-menu-item ul.sub-menu li.active {
                background-color: #999999;
            }

            li.top-menu-item ul.sub-menu li a {
                width: 91px;
                height: auto !important;
                padding: 0;
                margin: 0;
                width: auto !important;
            }

            li.top-menu-item ul.sub-menu li.active a, li.top-menu-item ul.sub-menu li.active a:hover {
                color: #FFFFFF !important;
            }

    li.top-menu-item:hover ul.sub-menu {
        display: block;
    }

        li.top-menu-item:hover ul.sub-menu li {
            display: block;
        }

nav li.top-menu-item:last-child ul.sub-menu {
    left: -53px;
}

@media only screen and (max-width: 400px) {
    li.top-menu-item:hover ul.sub-menu {
        display: none;
    }

        li.top-menu-item:hover ul.sub-menu li {
            display: none;
        }
}

/*
 * Main col (with a side col)
 */
#main h1 {
    font-size: 24px;
    color: #E1001A;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#main p, #main div {
    color: #4D4D4D;
    font-size: 12px;
}

.maincol a, .maincol-right-col a {
    color: #003781;
}

    .maincol a:hover, .maincol-right-col a:hover {
        color: #00204B;
    }

.maincol {
    float: left;
    margin: 0 10px;
}

.maincol-row {
    float: left;
    margin-bottom: 10px;
    clear: both;
    padding-top: 20px;
    background-image: url(../img/bg-tabbed-grey.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .maincol-row .col {
        float: left;
        width: 320px;
        margin: 0 21px 20px 21px;
        vertical-align: top;
    }

    .maincol-row .coltext {
        padding-top: 34px;
    }

    .maincol-row .col h1 {
        margin: 0;
        padding: 0;
    }

a.feature {
    color: #E1001A;
    font-weight: 300;
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    .maincol-row {
        background-image: none;
        background-color: #f1f1f1;
    }

        .maincol-row .col {
            margin: 0;
            margin-top: 10px;
        }
}

@media only screen and (max-width: 700px) {
    .maincol-row .coltext {
        padding-top: 0;
        margin-top: -5px;
    }
}

.maincol hr {
    clear: both;
    float: left !important;
    width: 100%;
    margin-bottom: 11px;
    height: 1px;
}


/* 
 * FAQ rows
 */
.faq-row {
    border-bottom: 1px solid #dcdada;
    border-right: 1px solid #dcdada;
    margin-bottom: 10px;
}

    .faq-row h3 {
        margin-left: 10px;
        font-size: 12px;
        font-weight: bold;
        color: #e1001a;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        margin-left: 10px;
    }

.faq-content {
    background-color: #f8f8f8;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-inner {
    margin-left: 10px;
    font-size: 11px;
    width: 700px;
    display: block;
}


html.lt-ie8 .faq-content {
    padding-left: 10px;
}

html.lt-ie8 .faq-inner {
    margin-left: 0;
    width: 690px;
}

.faq-inner h4 {
    margin-left: 0 !important;
}

.faq-content .fill {
    background-color: white;
}

.faq-open {
    background-color: #f1f1f1;
    background-image: url(../img/faq-open.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.faq-closed {
    background-color: #FFFFFF;
    background-image: url(../img/faq-closed.png);
    background-position: right top;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 900px) {
    .faq-inner {
        width: auto;
    }
}



/*
 * 3 Column
 */
.breadcrumbs {
    margin-bottom: 17px;
    width: 100%;
}

    .breadcrumbs a {
        color: #949393;
        text-decoration: none;
        font-size: 10px;
        float: left;
        padding-right: 6px;
    }

        .breadcrumbs a:hover {
            color: #333333;
        }

.maincol-centre-col {
    width: 477px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 500px) {
    .maincol-centre-col {
        width: 100%;
        display: block;
        clear: both;
    }
}

.maincol-right-col {
    width: 258px;
    float: left;
    margin-bottom: 15px;
}

    .maincol-right-col h3, .maincol-centre-col h3 {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 14px;
        background-color: #e1000a;
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }

        .maincol-right-col h3 > span, .maincol-centre-col h3 > span {
            display: block;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .maincol-right-col h3 + h3, .maincol-centre-col h3 + h3 {
            margin-top: 20px !important;
        }

    .maincol-right-col p {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
        padding-top: 0;
        font-size: 12px;
    }

/*
 * Tables 
 */
table.data {
    border-top: 1px solid #ebeaea;
    border-left: 1px solid #ebeaea;
}

    table.data td {
        border-bottom: 1px solid #ebeaea;
        border-right: 1px solid #ebeaea;
    }

    table.data td {
        color: #4d4d4d;
        font-size: 11px;
    }

tr.title {
    background-color: #e5e5e5;
}

    tr.title td {
        font-weight: bold;
    }

tr.headings td {
    background-color: #b2c3d9;
    font-weight: bold;
    color: #FFFFFF;
}

tr.sub-total td {
    background-color: #e5e5e5;
}

tr.total td {
    background-color: #b2b2b2;
    color: #FFFFFF;
    font-weight: bold;
}

table.content {
    border-top: 1px solid #ebeaea;
    border-left: 1px solid #ebeaea;
    margin-bottom: 20px;
}

    table.content td {
        color: #4d4d4d;
        font-size: 11px;
        background-color: #FFFFFF;
    }

    table.content td, table.content th {
        border-bottom: 1px solid #ebeaea;
        border-right: 1px solid #ebeaea;
    }

td.lbl {
    background-color: #f1f1f1 !important;
    font-weight: bold;
    color: #4d4d4d;
}

tr.lbl td, tr.lbl th {
    background-color: #f1f1f1 !important;
    font-weight: bold;
    color: #4d4d4d;
}


table th {
    background-color: #b2b2b2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

thead th {
    background-color: #e5e5e5;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 12px;
}

/*
 * Spans the right 2 cols
 */
.maincol-right-full-col {
    width: 739px;
    float: left;
    margin-bottom: 15px;
}

@media only screen and (max-width: 739px) {
    .maincol-right-full-col {
        width: 100%;
        display: block;
        clear: both;
    }
}

.maincol-right-full-col h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e1001a;
}

/*
 * General content..
 */
#main {
    margin: 0 10px 0 10px;
}

.row {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
}

    .row.last {
        padding-bottom: 30px;
    }

.colwrapper {
    background-color: #FFFFFF;
}

.bevelheader {
    margin-top: 10px;
    background: url(../img/cnr-top-left.png) 0 0 no-repeat;
    height: 10px;
    background-color: #FFF;
}

.bevelheader-right {
    height: 5px;
    width: 4px;
    background: url(../img/cnr-top-right.png) 0 0 no-repeat;
    float: right;
}

.no-worries {
    position: relative;
}

    .no-worries img {
        position: relative;
        position: absolute;
        display: block;
        left: 173px;
        top: -37px;
    }

/*
 * Download row
 */
.download-row {
    background-color: #f1f1f1;
    background-image: none;
    width: 100%;
    float: left;
}

    .download-row .lbl a {
        color: #e1001a;
        font-size: 11px;
        font-weight: bold;
    }

    .download-row .lbl {
        font-size: 11px;
        color: #585858;
    }

    .download-row .ico a {
        float: right;
    }

.btn-download {
    border: 0;
    width: 87px;
    height: 18px;
    background: url(../img/btn-download.png) 0 0 no-repeat;
}

    .btn-download:hover {
        background-position: 0 -18px;
    }

.download-row > .col {
    width: auto;
    float: left;
}

.download-row .col + .col {
    width: auto;
    float: right;
}

@media only screen and (max-width: 480px) {

    .download-row .col {
        margin: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .download-row > .col {
        width: 100%;
        margin-top: 0px;
    }

    .download-row .col + .col {
        margin-top: 4px;
        float: left;
    }

    .download-row .ico a {
        float: left;
    }
}

/*
 * General sprites
 */
.btn-find {
    border: 0;
    width: 59px;
    height: 30px;
    background: url(../img/btn-find-sprite.jpg) 0 0 no-repeat;
    background-color: #E1001A;
}

    .btn-find:hover {
        background-position: 0 -30px;
    }

.btn-continue {
    border: 0;
    width: 85px;
    height: 30px;
    background: url(../img/btn-continue-sprite.jpg) 0 0 no-repeat;
    background-color: #E1001A;
}

    .btn-continue:hover {
        background-position: 0 -30px;
    }

.btn-map {
    z-index: 5000;
    position: absolute;
    left: 20px;
    border: 0;
    width: 56px;
    height: 20px;
    background: url(../img/btn-map-sprite.png) 0 0 no-repeat;
    background-color: #FFFFF;
}

.btn-map-over {
    background-position: 0 -20px;
}

.btn-print {
    border: 0;
    width: 39px;
    height: 32px;
    background: url(../img/btn-print-sprite.png) 0 0 no-repeat;
}

    .btn-print:hover {
        background-position: 0 -32px;
    }

.btn-email {
    border: 0;
    width: 39px;
    height: 32px;
    background: url(../img/btn-email-sprite.png) 0 0 no-repeat;
}

    .btn-email:hover {
        background-position: 0 -32px;
    }

a.iconlink {
    display: block;
    width: auto;
    height: 32px;
    vertical-align: middle;
    margin-bottom: 20px;
}

    a.iconlink div {
        float: left;
        margin-right: 10px;
    }

    a.iconlink span {
        display: block;
        padding-top: 10px;
    }

a.iconlink {
    color: #e1001a !important;
}

a:hover.iconlink {
    color: #9b0000 !important;
}

/*
 * Homepage
 * 
 */
#homepage-banner {
    max-width: 940px;
    width: 100%;
    height: 305px;
    background: url(../img/div-main-dots.png) bottom repeat-x;
    position: relative;
    overflow: hidden;
}

.banner-wrapper {
    position: absolute;
}

    .banner-wrapper > div {
        float: left;
        width: 940px;
        max-width: 940px;
        height: 295px;
    }

    .banner-wrapper div + div {
        display: none;
    }

    .banner-wrapper p {
        color: white !important;
        font-size: 24px !important;
        line-height: 26px;
        margin-left: 20px;
    }

.homepage-content {
    background: #fff;
    position: relative;
    min-height: 340px;
}

.banner-wrapper div {
    background-position: 0 0;
    background-repeat: no-repeat;
}

a.banner {
    float: left;
    margin: 10px 19px 0 0;
    padding: 0;
}

a.final {
    margin-right: 0;
}

#mainselection1 {
    overflow: hidden;
    width: 58px;
    background: url(../img/bg-input-select.png) no-repeat scroll 0px 0px;
}

#mainselection2 {
    overflow: hidden;
    width: 58px;
    background: url(../img/bg-input-select.png) no-repeat scroll 0px 0px;
}

#mainselection3 {
    overflow: hidden;
    width: 115px;
    background: url(../img/bg-input-select2.png) no-repeat scroll 0px 0px;
}

.quote-row {
    height: 32px;
}

.btn-calculate {
    border: 0;
    width: 85px;
    height: 30px;
    background: url(../img/btn-calculate-sprite.png) 0 0 no-repeat;
}

    .btn-calculate:hover {
        background: url(../img/btn-calculate-sprite.png) 0 -30px no-repeat;
    }

.box-login {
    width: 258px;
    height: 195px;
    float: left;
    background: url(../img/student-and-partners-login.jpg) 0 0 no-repeat;
    margin-right: 20px;
}

    .box-login h2 {
        font-size: 22px;
        margin-left: 15px;
        font-weight: 300;
        width: 120px;
        margin-top: 10px;
        line-height: 24px;
        color: #fff;
    }

    .box-login dl {
        width: 160px;
        margin-left: 15px;
    }

    .box-login dt {
        font-size: 12px;
        color: #fff;
        float: left;
        height: 25px;
        width: 60px;
    }

    .box-login dd {
        margin: 0;
        height: 25px;
    }

    .box-login .login-btn {
        display: block;
        border: 0;
        width: 48px;
        height: 18px;
        background: url(../img/btn-login-sprite.png) 0 0 no-repeat;
    }

        .box-login .login-btn:hover {
            background: url(../img/btn-login-sprite.png) 0 -18px no-repeat;
        }

.box-centre {
    width: 364px;
    height: 195px;
    float: left;
    margin-right: 20px;
}

    .box-centre h2 {
        font-weight: 300;
        padding-left: 10px;
        margin: 0px;
        width: 354px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        background: #e1001a;
    }

    .box-centre p {
        font-size: 13px;
        padding: 0 10px 0 10px;
        margin: 7px 0 7px 0;
        line-height: 15px;
    }

    .box-centre .readmore-btn {
        margin-left: 10px;
        display: block;
        border: 0;
        width: 75px;
        height: 24px;
        background: url(../img/btn-readmore.png) 0 0 no-repeat;
    }

        .box-centre .readmore-btn:hover {
            background: url(../img/btn-readmore.png) 0 -24px no-repeat;
        }

.box-app {
    width: 256px;
    height: 195px;
    float: left;
    background: url(../img/App-home.png) 0 0 no-repeat;
    border: 1px solid #999;
}

    .box-app div {
        margin-top: 10px;
        margin-left: 10px;
        width: 100px;
        height: 104px;
        color: #fff;
        background: linear-gradient(315deg, transparent 15px, #DC0A26 15px);
        padding: 5px;
        padding-top: 25px;
        padding-bottom:10px;    
    }

    .box-app h2 {
        font-size: 30px;
        font-weight: lighter;
        line-height: 24px;
        color: #fff;
        margin: 0px;
    }

    .box-app p {
        font-size: 16px !important;
        color: #fff !important;
        margin: 0px;
    }

    .box-app a {
        font-size: 12px;
        color: #fff !important;
        cursor: pointer;
    }

    .box-app .box-link {
        font-size: 12px !important;
        margin-top: 20px;
        width: 100px;
        color: #fff !important;
    }

.box-video {
    width: 258px;
    height: 195px;
    float: left;
    background: url(../img/about-oshc-video-tile.jpg) 0 0 no-repeat;
}

    .box-video h2 {
        font-size: 22px;
        font-weight: 300;
        margin-top: 10px;
        margin-left: 15px;
        width: 100px;
        line-height: 24px;
        color: #fff;
    }

    .box-video img {
        margin-left: 15px;
    }

    .box-video .play-btn {
        margin-left: 15px;
        display: block;
        border: 0;
        width: 70px;
        height: 30px;
        background: url(../img/btn-play-sprite.png) 0 0 no-repeat;
    }

        .box-video .play-btn:hover {
            background: url(../img/btn-play-sprite.png) 0 -30px no-repeat;
        }

.box-promo {
    width: 256px;
    height: 195px;
    float: left;
    background: url(../img/DoD-OSHC-website-tilev2.jpg) 0 0 no-repeat;
    border: 1px solid #999;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .box-centre {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

        .box-centre h2 {
            width: 100%;
        }

    .box-quote {
        float: left;
    }

    #home-banners {
        display: none;
    }
}

.ts-and-cs {
    font-size: 10px !important;
}

/*
 * Find a doctor
 */
.doc-result {
    clear: both;
    float: left !important;
}

    .doc-result h4 {
        color: #e1001A;
        font-weight: bold;
        margin: 0;
        padding: 0;
        margin-top: 12px;
    }

    .doc-result .lbl {
        width: 71px;
        float: left !important;
    }

    .doc-result .val {
        width: 370px;
        float: left !important;
        margin: 0;
        word-wrap: break-word;
    }

    .doc-result .lbl, .doc-result .val {
        padding-top: 5px !important;
    }

@media only screen and (max-width: 550px) {
    .doc-result .val {
        width: 320px;
    }

    .doc-result .lbl {
        font-weight: bold;
    }
}

.doc-result .digits {
    letter-spacing: 1px;
}

.map-btn-holder {
    float: left;
    width: 460px;
    border-top: 1px solid #DCDADA;
    margin-top: 15px;
}

.gmap-holder {
    width: 460px;
    float: left;
    margin-bottom: 15px;
}

.gmap-outer {
    width: 460px;
    height: 460px;
    background-color: #F1F1F1;
    display: none;
}

.gmap {
    width: 450px;
    height: 450px;
    margin-left: 5px;
}

@media only screen and (max-width: 550px) {
    .map-btn-holder {
        width: 320px;
    }

    .gmap-holder {
        width: 320px;
    }

    .gmap-outer {
        width: 320px;
        height: 320px;
    }

    .gmap {
        width: 310px;
        height: 310px;
    }
}

html.lt-ie8 .gmap-holder {
    height: 30px;
}

.map-btn-holder-inner {
    position: relative;
}

html.lt-ie8 .map-btn-holder-inner {
    z-index: 5000;
}

/*
 * Quote box with 2 cols: as used on the homepage
 */
.quote-box-holder {
    position: relative;
    z-index: 1;
}

.quote-box {
    position: absolute;
    left: 444px;
    top: 22px;
    float: left;
    z-index: 1;
    color: #4D4D4D;
    font-size: 12px;
    padding: 10px 0 0 0;
    margin: 0;
    background: url(../img/bg-corner-tab.png) right bottom no-repeat;
    margin-bottom: 15px;
}

    .quote-box .col-left, .quote-box .col-right {
        float: left;
        width: 200px;
        padding: 0;
        margin: 0 15px 20px 15px;
    }

    .quote-box h1 {
        color: #E1001A;
        margin: 0px;
        font-weight: 400;
        color: #E1001A;
        font-size: 26px;
        margin-left: 15px !important;
    }

    .quote-box h3 {
        color: #E1001A;
        font-weight: 300;
        margin: 0;
        font-size: 16px;
    }

    .quote-box a {
        color: #003781;
    }

    .quote-box .vr {
        float: left;
        height: 180px;
        width: 1px;
        background: url(../img/div-quote.png) 0 0 no-repeat;
    }

@media only screen and (max-width: 930px) {
    .quote-box {
        left: 22px;
    }
}

@media only screen and (max-width: 710px) {
    .quote-box {
        float: left;
        left: auto;
        top: auto;
        position: relative;
    }

    #homepage-banner {
        display: none;
    }

    .quote-box h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .quote-box .vr {
        display: none;
    }
}


/*
 * Footer..
 */
footer {
    margin: 0 10px 0 10px;
    min-height: 170px;
}

    footer .row {
        margin-top: 2px;
        min-height: 170px;
    }

    footer .footer-col {
        float: left;
        width: 183px;
        min-height: 170px;
    }

        footer .footer-col + .footer-col {
            float: left;
        }

    footer ul {
        margin: 0 20px 0 0;
        padding: 0;
        list-style: none;
    }

        footer ul li {
            color: #949393;
            font-size: 11px;
        }

    footer a {
        color: #949393;
    }

        footer a:active {
        }

        footer a:visited {
            color: #949393;
        }

        footer a:hover {
            color: #737373;
        }

    footer ul li a.heading {
        color: #003781;
        font-weight: bold;
    }

    footer ul li.heading {
        color: #003781;
        font-weight: bold;
    }

    footer .cards {
        margin-top: 20px;
    }

.footer-base {
    height: 5px;
    background: url(../img/bg-btm.png) 0 0 repeat-x;
    margin: 0 10px 0 10px;
}

.footer-base-left {
    height: 5px;
    width: 4px;
    background: url(../img/cnr-btm-left.png) 0 0 no-repeat;
    float: left;
}

.footer-base-right {
    height: 5px;
    width: 4px;
    background: url(../img/cnr-btm-right.png) 0 0 no-repeat;
    float: right;
}

.base {
    font-size: 12px;
    margin: 6px 10px 7px 10px;
}

    .base a {
        margin: 0 10px 0 0;
        font-size: 12px;
        color: #4d4d4d;
    }

        .base a:hover {
            color: #111;
        }

@media only screen and (max-width: 400px) {
    footer .footer-col {
        min-height: inherit;
    }

    footer .row {
        min-height: inherit;
    }

    footer {
        min-height: inherit;
    }
}

@media only screen and (max-width: 480px) {
    .base a {
        display: block;
        margin: 0;
        padding: 0;
    }
}

.base-legal {
    margin: 5px 10px 10px 10px;
    font-size: 10px;
    color: #999999;
}

.base-legal-worldcare {
    font-size: 10px !important;
    color: #999999 !important;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    .hidewhenprinting {
        display: none;
        visibility: hidden;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    nav {
        display: none;
    }

    .base a {
        display: none;
    }

    footer {
        height: 170px;
    }

        footer .footer-col {
            display: none;
        }

        footer .doprint {
            display: block !important;
            visibility: visible;
        }

    .sidecol {
        display: none;
    }

    .box-login, .box-video, #homepage-banner, .quote-box-holder {
        display: none;
    }
}
/*
* Global headings
*/

h2 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #4d4d4d;
    margin-bottom: 10px;
    margin-top: 5px;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #E1001A;
}

/*
* Misc
*/

.regulartext {
    margin-top: 10px;
}

    .regulartext, .regulartext div, .regulartext strong {
        font-size: 13px;
    }

.para-limit {
    width: 460px;
}

@media only screen and (max-width: 500px) {
    .para-limit {
        width: 100%;
        display: block;
        clear: both;
    }
}

/*
* Forms
*/

tr.hilighted td {
    background-color: #CFE3FF;
}

.fileuploadfield {
    width: 300px;
}

@media only screen and (max-width: 480px) {
    .fileuploadfield {
        width: 100%;
    }
}

.inform-prompt {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

#ui-datepicker-div {
    font-size: 12px;
}

.datecontrol {
    z-index: 9999;
}

.req {
    color: #E1001A;
}

.err-label {
    color: #E1001A;
    display: block;
    margin-top: 15px;
}

.span-date-md {
    width: 66px;
}

.span-date-y {
    width: 82px;
}

form {
    margin: 0;
}

.form-actions {
    margin-bottom: 0;
    padding-bottom: 0;
}

.area-code, .street-number {
    width: 35px !important;
}

.phone, .street-name {
    width: 110px !important;
}

.mobile-phone, .street-type {
    width: 125px !important;
}

.form-input-sizes select, .form-input-sizes input[type="text"] {
    display: block;
    margin-bottom: 9px;
}

.form-horizontal .control-group {
    margin-bottom: 9px;
}

.input-dd {
    width: 60px;
}

.input-mmm {
    width: 75px;
}

.input-yyyy {
    width: 80px;
}

.calendarButton {
    cursor: pointer;
    cursor: hand;
}

/* Smaller label column */
.home-form .control-label {
    width: 70px !important;
}

.home-form .controls {
    margin-left: 90px !important;
}

.home-form .control-group {
    margin-bottom: 4px;
}

.home-form {
    margin: 0;
}

.span1lessicon, .span1lessappend {
    width: 70px;
}

.span1andabit {
    width: 107px;
}

.home-form label {
    /*padding:0 !important;*/
    margin: 0 !important;
}

.home-form .wrapped label {
    padding: 0 !important;
}

.home-form .wrapped .controls {
    padding-top: 4px !important;
}

@media only screen and (max-width: 480px) {
    .home-form .control-label {
        width: 100% !important;
        display: block;
        clear: both;
    }

    .home-form .controls {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/*
* Quote row
*/
.quote-result {
    padding-right: 10px;
}

    .quote-result > div {
        font-size: 15px !important;
        float: left;
        padding-top: 4px;
    }

    .quote-result div + div {
        float: right;
    }

@media only screen and (max-width: 480px) {
    .quote-result > div {
        display: block;
        width: 100%;
    }

    .quote-result div + div {
        display: block;
        width: 100%;
    }
}

/*
* Override twitter bootstrap
*/ .span2lessappend {
    width: 103px;
}

.span3lessappend {
    width: 183px;
}

.span4lessappend {
    width: 263px;
}

.popover-title, .popover-content {
    font-size: 11px;
    color: #444444;
}

    .popover-content p {
        margin-top: 0;
    }

.popover-inner {
    background-color: #333333;
}

.policy-status .alert {
    margin-bottom: 8px;
}

#map_canvas img {
    max-width: none;
}

.alert-danger p, .alert-error p, .alert-danger div, .alert-error div, .alert-danger, .alert-error {
    color: #b94a48 !important;
}

.popover-title {
    margin: 0;
}

.btn-large {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary {
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -ms-linear-gradient(top, #ce050d, #9d0004);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce050d), to(#9d0004));
    background-image: -webkit-linear-gradient(top, #ce050d, #bd362f);
    background-image: -o-linear-gradient(top, #ce050d, #bd362f);
    background-image: -moz-linear-gradient(top, #ce050d, #bd362f);
    background-image: linear-gradient(top, #ce050d, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ce050d', endColorstr='#bd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #942a25 \9;
    }

/*
* Override twitter bootstrap responsive
*/
@media (min-width: 1200px) {
    .row {
        margin-left: 0;
    }
}


/*
* Member section dash
*/
h2.feature {
    color: #656565;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

ul.feature-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

    ul.feature-links li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dcdada;
        border-right: 1px solid #dcdada;
    }

        ul.feature-links li a {
            display: block;
            color: #e1001a;
            padding: 7px 30px 9px 10px;
            background-image: url(../img/faq-closed.png);
            background-position: right top;
            background-repeat: no-repeat;
        }

            ul.feature-links li a:hover {
                background-color: #f1f1f1;
                color: #D00009;
            }

.feature-links li img {
    padding-right: 10px;
}

/*
* < IE 8 fixes
*/
html.lt-ie8 form.home-form .controls {
    padding-left: 0px !important;
}

html.lt-ie8 .ts-and-cs span table td {
    font-size: 9px !important;
}

html.lt-ie8 hr {
    height: 1px;
    margin-bottom: 0;
}

.ie7clearfix {
    display: none;
}

html.lt-ie8 .ie7clearfix {
    display: block;
}

html.lt-ie8 .homepage-content {
    margin-top: 10px;
}

html.lt-ie8 ul.feature-links {
    width: 460px;
}

html.lt-ie9 input[type="radio"],
html.lt-ie9 input[type="checkbox"] {
    margin-top: 0px !important;
}

html.lt-ie8 input[type="radio"],
html.lt-ie8 input[type="checkbox"] {
    margin-top: 0px !important;
}


.alert-success p, .alert-success div, .alert-success {
    color: #468847 !important;
}

.alert-info p, .alert-info div, .alert-info {
    color: #3a87ad !important;
}

/*
* < IE 6 fixes
*/
html.lt-ie7 img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

html.lt-ie7 .bevelheader-right, html.lt-ie7 .bevelheader {
    background-image: none;
    background-color: #FFFFFF;
}

html.lt-ie7 .faq-closed, html.lt-ie7 .faq-open {
    background-image: none;
}

html.lt-ie7 .maincol-row {
    background-color: #f1f1f1;
    background-image: none;
}

html.lt-ie7 body {
    background-image: none;
    background-color: #f1f1f1;
}

html.lt-ie7 footer div.row {
    background-color: white;
    display: block;
    background-image: none;
    height: 170px;
}

html.lt-ie7 .quote-box {
    background-image: none;
    background-color: white;
}

html.lt-ie7 nav ul li, html.lt-ie7 nav ul li a {
    background-image: none;
    background-color: #F1f1f1;
}

    html.lt-ie7 nav ul li a.active {
        background-image: none;
        background-color: #DDDDDD;
    }

html.lt-ie7 #homepage-banner {
    background-image: url(../img/Slider1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*
Video list
*/
.embedyt {
    width: 640px;
    height: 360px;
}

@media only screen and (max-width: 700px) {
    .embedyt {
        width: 100%;
        height: 200px;
    }
}

/*
	app page
	*/
.image-row {
    float: none;
    clear: both;
    margin-bottom: 10px;
}

    .image-row img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.maincol-row.images-row {
    width: auto;
    float: left;
    background-image: none;
    padding-top: 10px;
    margin-bottom: 20px;
}



.features {
    clear: both;
    margin-left: 21px;
}

#app-sec1 {
    width: 940px;
    height: 546px;
    background: url(skins/oshc2/img/app_sec1_bg.png) center center no-repeat;
    margin-top: 20px;
}

    #app-sec1 h2 {
        font-weight: normal;
        font-size: 24px;
        font-family: Verdana, Geneva, sans-serif;
        color: #999999;
    }

    #app-sec1 p {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }

    #app-sec1 .appcontent {
        width: 340px;
        float: left;
        margin-top: 38px;
        margin-left: 28px;
    }

.app-cta {
    width: 290px;
    margin-top: -70px;
}

    .app-cta p {
        margin-top: 110px;
        font-style: italic;
        text-align: center;
    }

.app-cta-buttons {
    width: 100%;
}

    .app-cta-buttons img {
        display: block;
        float: left;
    }

        .app-cta-buttons img.cta1 {
        }

        .app-cta-buttons img.cta2 {
            margin-left: 10px;
        }

#app-sec3 {
    width: 700px;
    margin-top: -65px;
}

.app-footerblock {
    width: auto;
    float: left;
}

.app-footerblock-content {
    padding: 10px;
    padding-bottom: 0px;
}

    .app-footerblock-content p {
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        font-family: Verdana, Geneva, sans-serif;
        padding-bottom: 0px;
    }


.app-download {
    display: block;
    clear: both;
}

    .app-download p {
        float: left;
        font-style: italic;
    }

    .app-download .app-stores {
        float: left;
        clear: both;
    }

        .app-download .app-stores img {
            margin-right: 15px;
        }



.form-horizontal .control-label-wide {
    float: left;
    width: 180px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls-wide {
    margin-left: 200px;
}

.forget-pw {
    margin-left: 50px;
}

.form-horizontal .controls-update-detail {
    width: 220px;
}


.form-horizontal .forget-password {
    float: right;
    padding-top: 5px;
    text-align: right;
}

input.pw-inspector[type="checkbox"] {
    height: 0;
    width: 0;
    border: none;
    outline: none;
}

input.pw-inspector[type="checkbox"] + label{
    background:url('../img/visibility-off.png') no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display:inline-block;
    padding: 0 5px 0 0;
    float: right;
}

input.pw-inspector[type="checkbox"] + label.pw-text {
    background:url('../img/visibility-on.png') no-repeat;
}

.pw-hint .pw-valid {
    color: green;
    background:url('../img/tick.png') no-repeat;
    background-position-x: 145px;
    background-size: 14px 14px;
}

.ico-doctor {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctitle%20fill%3D%22%23fd011a%22%3EFind%20a%20doctor%3C%2Ftitle%3E%3Cpath%20d%3D%22M36%2019.85a8%208%200%201%201-8%208%208%208%200%200%201%208-8m0-4a12%2012%200%201%200%2012%2012%2012%2012%200%200%200-12-12z%22%20fill%3D%22%23fd011a%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M36%2067.27a2%202%200%200%201-1.33-.5C33.74%2065.94%2012%2046.37%2012%2027.85%2012%2013.77%2022.51%202.73%2036%202.73c13.46%200%2024%2011%2024%2025.13%200%2018.52-21.78%2038.09-22.71%2038.91a2%202%200%200%201-1.29.5zm0-60.54c-11.25%200-20%209.27-20%2021.12C16%2042.1%2031.33%2058%2036%2062.53%2040.67%2058%2056%2042.1%2056%2027.85%2056%2016%2047.25%206.73%2036%206.73z%22%20fill%3D%22%23fd011a%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 2px;
}

.ico-help {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M10%2019a9%209%200%200%201-9-9%209%209%200%200%201%209-9%209%209%200%200%201%209%209%209%209%200%200%201-9%209zm0-17.1a8.1%208.1%200%201%200%200%2016.2%208.1%208.1%200%200%200%200-16.2zm-.153%208.82c0%20.201.112.452.324.602l-.759.338a1.287%201.287%200%200%201-.473-1.027c0-1.591%202.24-1.716%202.24-3.045%200-.626-.486-1.164-1.456-1.164-.946%200-1.531.4-1.992%201.026l-.622-.677c.598-.789%201.518-1.277%202.701-1.277%201.518%200%202.439.864%202.439%201.941%200%201.893-2.402%202.056-2.402%203.283zm-.174%202.005c.373%200%20.684.314.684.69a.693.693%200%200%201-.684.689.693.693%200%200%201-.685-.689c0-.376.311-.69.685-.69z%22%20class%3D%22cls-1%22%20fill%3D%22%23fd011a%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  padding-left: 26px;
  padding-top: 3px;
}

.ico-logout {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M17.031%2018H2.956c-.781-1.199-.464-3.599.316-4.398.372-.38%203.158-1.101%204.492-1.428-1.408-1.097-2.267-3.131-2.267-5.069C5.497%204.285%206.314%202%209.991%202c3.678%200%204.495%202.285%204.495%205.105%200%201.933-.854%203.961-2.255%205.059%201.303.326%204.131%201.066%204.492%201.438.774.799%201.083%203.199.308%204.398zm-.95-3.555c-.511-.274-2.714-.894-4.591-1.346v-1.583c1.252-.854%201.993-2.708%201.993-4.394%200-2.279-.582-4.126-3.492-4.126-2.909%200-3.491%201.847-3.491%204.126%200%201.687.743%203.543%201.996%204.396v1.596c-1.887.445-4.078%201.054-4.582%201.331-.326.411-.611%201.732-.409%202.557H16.48c.201-.825-.078-2.142-.399-2.557z%22%20class%3D%22cls-1%22%20fill%3D%22%23fd011a%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 2px;
}

.covid {
    font-size: 17px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block;
    position: relative !important;
    float: none !important;
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width: inherit !important;
    max-width: none !important;
    background-color: #87189d !important;
    color: #FFFFFF;
}
