.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffcf01;
    --bs-btn-border-color: #ffcf01;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d9af00;
    --bs-btn-hover-border-color: #ffd524;
    --bs-btn-focus-shadow-rgb: 208,172,130;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d9af00;
    --bs-btn-active-border-color: #ffd524;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffcf01;
    --bs-btn-disabled-border-color: #ffcf01
}
.bg-warning {
    --bs-bg-opacity: 1;
    --bs-warning-rgb: 255,207,1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}
.text-highlight-warning {
    background-image: linear-gradient(to bottom,rgba(255,207,1,.5),rgba(255,207,1,.5))
}
.alert-warning {
    color: #000;
    background-color: #ffcf01 !important;
    border-color: #ffcf01 !important
}
.alert-warning .alert-link {
    color: #000
}
.navbar-topbar2 .js-mega-menu {
    z-index: 11
}
.txtgreenbold {
    font-size: 18px;
    font-weight: bold;
    color: #65923c;
}

.txtgreenboldSmall {
    font-size: 13px;
    font-weight: bold;
    color: Orange;
}

    .txtgreenboldSmall a:link {
        color: #65923c;
        text-decoration: underline;
    }

    .txtgreenboldSmall a:visited {
        color: #65923c;
        text-decoration: underline;
    }

    .txtgreenboldSmall a:hover {
        color: #65923c;
        text-decoration: underline;
    }

.txtgreen {
    font-size: 11px;
    color: #65923C;
    text-decoration: none;
}

input.txtbox {
    font-size: 11px;
}

.txtblue {
    color: #1c5180;
    text-decoration: none;
}

a.txtblue:HOVER {
    text-decoration: underline;
}

table.bluebdr {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #215E9D;
    border-bottom-color: #215E9D;
}

    table.bluebdr td {
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-top-color: #215E9D;
        border-left-color: #215E9D;
    }

        table.bluebdr td.hdbdr {
            background-color: #e4f0fd;
        }

        table.bluebdr td ul ul li {
            padding: 2px 0px 2px 0px;
        }

td.bluebdr {
    border: 1px solid #215E9D;
}

table.Grid {
    border: solid 1px red;
}

tr.GridHeader {
    background-color: #e4f0fd;
    color: #1c5180;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #215E9D;
}

    tr.GridHeader th {
        border: solid 1px #215E9D;
    }

tr.GridRowStyle td {
    border-width: 1px;
    border-style: solid;
    border-color: #215E9D;
}

table.bluebdr1 {
    border-width: 1px;
    border-style: solid;
    border-color: #215E9D;
}

    table.bluebdr1 td.hdbdr {
        background-color: #e4f0fd;
        border-bottom: solid 1px #215E9D;
    }

.tdLeftBorder {
    border-left: solid 1px #215E9D;
}

.hdbdr {
    background-color: #e4f0fd;
    color: #1c5180;
    font-size: 12px;
    font-weight: bold;
}

.hdbdr2 {
    background-color: #e4f0fd;
    color: #1c5180;
}

.txt11 {
    font-size: 11px;
    color: #000000;
}

.txt12 {
    font-size: 12px;
    color: #000000;
}

.hdblue {
    color: #1c5180;
    font-size: 14px;
    font-weight: bold;
}

.hdbluetxt {
    color: #1c5180;
    font-size: 12px;
    font-weight: normal;
}

.hd {
    color: #1c5180;
    font-size: 14px;
    font-weight: bold;
}

.hdtxt {
    color: #1c5180;
    font-size: 12px;
    font-weight: normal;
}

.red {
    color: #FF0000;
    text-decoration: none;
}

.green {
    color: Green;
    text-decoration: none;
    font-weight: bold;
}

.statusb {
    color: #000;
    font-weight: bold;
    text-transform: uppercase
}

.statusr {
    color: #ff0000;
    font-weight: bold;
    text-transform: uppercase
}

.statusg {
    color: #006400;
    font-weight: bold;
    text-transform: uppercase
}

.redLink a:link {
    color: #FF0000;
    text-decoration: underline;
}

.redLink a:visited {
    color: #FF0000;
    text-decoration: underline;
}

.helppop {
    background: url(/images/help-icon.png) 0px 0px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
}

body.pop {
}

.errors {
}

    .errors ul {
        padding: 20px 0px 10px 0px;
        list-style-type: disc;
        text-align: left;
    }

    .errors li {
        font-family: Arial;
        font-size: 12px;
        margin: 0px 0px 0px 40px;
        padding: 0px 0px 0px 5px;
        font-weight: normal;
        color: #FF0000;
        list-style-type: disc;
    }

.error {
    color: #FF0000;
}

.success {
    color: Green;
}

.greenlnk {
    font-family: Arial;
    text-decoration: underline;
    color: Green;
    font-size: 12px;
    font-weight: bold;
}

.maroon {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #A93763;
    text-decoration: none;
}

.maroonu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #A93763;
    text-decoration: underline;
}

.hidden {
    display: none;
}

.txtdate {
    font-size: 11px;
    color: #000000;
    width: 90px;
}

.rblist {
}

    .rblist td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .rblist label {
        padding-left: 5px;
        padding-right: 5px;
    }

.heading {
    font-size: 18px;
    font-weight: bold;
    color: #215E9D;
}

.defaultHeading {
    font-size: 18px;
    color: #65923c;
    font-weight: bold;
}

.hidden {
    display: none;
}


/*
Forums
*/
.ForumsBox {
    padding-top: 8px;
}

    .ForumsBox .row {
        padding: 5px;
    }

    .ForumsBox span {
        padding: 2px;
    }

    .ForumsBox h1 {
        color: #C61709;
    }

    .ForumsBox .link {
        color: #C61709;
    }

    .ForumsBox h3 {
        text-decoration: none;
    }

    .ForumsBox h2 span.result {
        color: #C51909;
        text-decoration: none;
        margin: -5px;
    }

    .ForumsBox .QSetTHddn {
        margin-bottom: 10px;
    }

    .ForumsBox .QSetTHddn2 {
        margin-top: 20px;
    }

#QuestionSetTitle {
    color: #C51909;
}

.ForumsBox .QSetDefault {
    padding-bottom: 10px;
}

.ForumsBox .QuesDefault {
    padding-bottom: 10px;
    font-weight: bold;
}

.ForumsBox .QuesDefault {
    padding-bottom: 10px;
    font-weight: bold;
}

.ForumsBox .Ques {
    padding-bottom: 10px;
}

.ForumsBox .AnsDefault {
    padding-bottom: 5px;
}

.ForumsBox .QSetDrugPreScreen, .ForumsBox .QSetDrugPreScreen2 {
    font-size: 16px;
    color: #CF4336;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .ForumsBox .QSetDrugPreScreen2 .Ques {
        padding-bottom: 0;
    }

.ForumsBox .QuesDrugPreScreen {
    color: Black;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    overflow: auto;
}

.ForumsBox .QuesDrugPreScreenAlt {
    color: Black;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #f1f1f1;
}

.ForumsBox .AnsDrugPreScreenRadio {
    float: left;
    width: 80px;
    color: Black;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
}

.ForumsBox .AnsDrugPreScreenRadioAlt {
    float: left;
    width: 80px;
    color: Black;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
}

.ForumsBox .QuesDrugPreScreenC {
    color: Black;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    height: 30px;
    background-color: #f1f1f1;
}

.ForumsBox .AnsDrugPreScreenText {
    height: 30px;
    color: Black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ForumsBox .AnsDrugPreScreenCombo {
    color: Black;
    padding-top: 8px;
    padding-bottom: 7px;
}

.ForumsBox .TobQuesPreScreen {
    font-weight: bold;
}

.ForumsBox .TobQuesPreScreenRadio {
    padding-top: 5px;
}

.ForumsBox .QSetDepressionPreScreen {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ForumsBox .QuesDepressionPreScreen {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 20px;
}

.ForumsBox .QuesDepressionPreScreenAlt {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 20px;
    background-color: #f1f1f1;
}

.ForumsBox .AnsDepressionScreenCombo {
    color: Black;
    padding-top: 5px;
    padding-bottom: 8px;
    line-height: 20px;
}

.ForumsBox .AnsDepressionScreenComboAlt {
    color: Black;
    padding-top: 5px;
    padding-bottom: 8px;
    line-height: 20px;
}


.ForumsBox .AnsDepressionScreenSuicide {
    padding-left: 20px;
    padding-bottom: 10px;
}



.ForumsBox .QuesGamblingPreScreen {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
}

.ForumsBox .QuesGamblingPreScreenAlt {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
}

.ForumsBox .QuesGamblingPreScreen1 {
    padding: 5px;
    line-height: 20px;
    font-weight: bold;
}

.ForumsBox .QuesGamblingPreScreenC {
    padding-top: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 5px;
    background-color: #f1f1f1;
}

.ForumsBox .AnsGamblingPreScreenRadio {
    float: left;
    width: 92px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsGamblingPreScreenRadio1, .ForumsBox .PPRadio1 {
    float: left;
    width: 178px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsGamblingPreScreenRadio2 {
    float: left;
    width: 165px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsGamblingPreScreenRadioAlt {
    float: left;
    width: 92px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsGamblingPreScreenRadioAlt1 {
    float: left;
    width: 178px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsGamblingPreScreenRadioAlt2 {
    float: left;
    width: 165px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    padding-right: 2px;
}

.ForumsBox .AnsGamblingPreScreenRadio3 {
    float: left;
    width: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsGamblingPreScreenText {
    color: Black;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f1f1f1;
}

.ForumsBox .QuesEatingPreScreen {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
}

.ForumsBox .QuesEatingPreScreenAlt {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
}

.ForumsBox .AnsEatingPreScreenRadio {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsEatingPreScreenRadio1 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsEatingPreScreenRadio2 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsEatingPreScreenRadioAlt {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsEatingPreScreenRadioAlt1 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
}

.ForumsBox .AnsEatingPreScreenRadioAlt2 {
    float: left;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    padding-right: 2px;
}

.ForumsBox .QHLC {
    color: Black;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 5px;
    min-height: 17px;
    overflow: auto;
}

.ForumsBox .QHLC2 {
    font-weight: bold;
    padding: 5px 0 5px 0px;
}

.ForumsBox .QHLC3 {
    font-weight: bold;
    padding: 5px 0 5px 0px;
}

.ForumsBox .QHLCP20 {
    font-weight: bold;
    padding: 10px 0 5px 20px;\
}

.ForumsBox .AHLC {
    padding: 5px 0 5px 20px;
}

.ForumsBox .AHLCF {
    float: left;
    width: 160px;
    padding: 5px 0 5px 20px;
}

.ForumsBox .AHLCF2 {
    float: left;
    width: 160px;
    padding: 5px 0 5px 20px;
}

.ForumsBox .AHLCF3 {
    float: left;
    width: 330px;
    padding: 5px 0 5px 20px;
}

.ForumsBox .AHLCTextS {
    height: 35px;
    color: Black;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    clear: right;
}

.ForumsBox .QWI {
    color: Black;
    padding: 8px 0 5px 20px;
    min-height: 17px;
    overflow: auto;
}

.ForumsBox .AWIF {
    float: left;
    width: 185px;
    padding: 5px 0 5px 20px;
}

.ForumsBox .AWICF {
    color: Black;
    margin-left: 20px;
    padding: 5px 0 5px 20px;
}

.ForumsBox .AAF {
    float: left;
    padding: 0px 0 10px 20px;
}

.ForumsBox .AIPVF {
    float: left;
    width: 100px;
    padding: 0px 0 10px 20px;
}

.ForumsBox .AIPV2 {
    padding-left: 20px;
    padding-bottom: 10px;
}

.ForumsBox .QSetPP {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ForumsBox .QPP {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
    min-height: 38px;
}

.ForumsBox .QPP3 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-weight: bold;
}

.ForumsBox .QPPAlt {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
    background-color: #f1f1f1;
    min-height: 38px;
}


.ForumsBox .QPP1 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 23px;
    font-weight: bold;
    min-height: 38px;
}

.ForumsBox .QPPAlt1 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 23px;
    font-weight: bold;
    background-color: #f1f1f1;
    min-height: 38px;
}

.ForumsBox .APPR {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPR1 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPR2 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPR3 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPRAlt {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPRAlt1 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPRAlt2 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .APPRAlt3 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    line-height: 20px;
    min-height: 38px;
}

.ForumsBox .QPCQ1 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bold;
    min-height: 38px;
}

.ForumsBox .QSetBD, .ForumsBox .QSetBD2 {
    padding-bottom: 10px;
}

    .ForumsBox .QSetBD2 .Ques {
        padding-bottom: 0;
    }

.ForumsBox .ANA1 {
    clear: both;
    display: block;
    padding-top: 10px;
}

.sm1 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_alcohol_screener.jpg) 0px 0px no-repeat;
    display: block
}

.sm2 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_drug_screener.jpg) 0px 0px no-repeat;
    display: block
}

.sm3 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_tobacco_screener.jpg) 0px 0px no-repeat;
    display: block
}

.sm4 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_gambling.jpg) 0px 0px no-repeat;
    display: block
}

.sm5 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_depression.jpg) 0px 0px no-repeat;
    display: block
}

.sm6 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_anxiety.jpg) 0px 0px no-repeat;
    display: block
}

.sm7 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_sleep_disorder.jpg) 0px 0px no-repeat;
    display: block
}

.sm8 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_sex_addiction.jpg) 0px 0px no-repeat;
    display: block
}

.sm9 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_eating_disorder.jpg) 0px 0px no-repeat;
    display: block
}

.sm10 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/work_impact_img.jpg) 0px 0px no-repeat;
    display: block
}

.sm14 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/panic_disorder.jpg) 0px 0px no-repeat;
    display: block
}

.sm15 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_bi_polar_disorder.jpg) 0px 0px no-repeat;
    display: block
}

.sm16 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_ptsd.jpg) 0px 0px no-repeat;
    display: block
}

.sm17 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_ptsd_m.jpg) 0px 0px no-repeat;
    display: block
}

.sm23 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/anger_disorder.jpg) 0px 0px no-repeat;
    display: block
}

.sm24 {
    height: 156px;
    width: 279px;
    background: url(/images/Screeners/img_intimate_partner_violence.jpg) 0px 0px no-repeat;
    display: block
}

.scoreResults {
    border: 1px solid #e3e3e3;
    margin-bottom: 22px;
    background: #f6f6f6;
    padding: 17px 19px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .scoreResults h1 {
        font-size: 16px;
        color: #C61709;
    }

        .scoreResults h1 .scoreBox, .scoreResults h2 .scoreBox {
            border: 1px solid #d8d6d6;
            height: 26px;
            line-height: 28px;
            width: 29px;
            padding: 0 2px;
            margin: 0 5px;
            top: 0;
            color: #cd7504;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
            background: #f6f6f6 url(/images/screeners/bar/images.png) repeat-x 0 -143px;
        }

        .scoreResults h1 .scoreRange, .scoreResults h2 .scoreRange {
            padding: 2px 0;
            font-size: 16px;
        }

        .scoreResults h1 .scoreHistory, .scoreResults h2 .scoreHistory {
            padding: 0 2px;
            float: right;
        }

        .scoreResults h1 .scoreHistory2 a, .scoreResults h2 .scoreHistory2 a {
            padding: 2px;
            font-size: 14px;
            color: #cd7504;
        }

    .scoreResults .graph {
        height: 37px;
        border: 1px solid #d8d6d6;
        background: #f6f6f6 url(/images/screeners/bar/images.png) repeat-x 0 -143px;
        position: relative;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .scoreResults .dl.low, .scoreResults .dl.high {
        height: 100%;
        position: absolute;
        border-left: 1px solid #d8d6d6;
    }

    .scoreResults .bar {
        height: 21px;
        background: #81b12d url(/images/screeners/bar/images.png) repeat-x 0 0;
        text-align: right;
        position: absolute;
        left: 0;
        top: 9px;
        min-width: 30px;
    }

        .scoreResults .bar span {
            padding-right: 9px;
            font: 12px/21px Arial, Helvetica, sans-serif;
            color: #fff;
            font-weight: bold;
        }

    .scoreResults .labels {
        padding: 4px 0 6px 0;
    }

        .scoreResults .labels span {
            width: 32%;
            text-align: center;
            font-weight: bold;
            display: inline-block;
        }

    .scoreResults .graph {
        height: 54px;
        background-position: 0 -143px;
    }

    .scoreResults .bar {
        height: 28px;
        background-position: 0 0;
        top: 12px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
    }

    .scoreResults .barlow {
        background: #e04f15 url(/images/screeners/bar/results.png) repeat-x 0 -60px;
        border-top: thin solid #e04f15;
        border-right: thin solid #e04f15;
        border-bottom: thin solid #e04f15;
    }

    .scoreResults .barmoderate {
        background: #6fb5db url(/images/screeners/bar/results.png) repeat-x 0 0;
        border-top: thin solid #6fb5db;
        border-right: thin solid #6fb5db;
        border-bottom: thin solid #6fb5db;
    }

    .scoreResults .barhigh {
        background: #83b32f url(/images/screeners/bar/results.png) repeat-x 0 -30px;
        border-top: thin solid #83b32f;
        border-right: thin solid #83b32f;
        border-bottom: thin solid #83b32f;
    }

    .scoreResults .dl {
        height: 54px;
    }

    .scoreResults .bar span {
        font-size: 14px;
        line-height: 30px;
    }

.bluehd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #205d9d;
}

.pinkhd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #9f3867;
}

.txtbluelink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #205d9d;
}

table.widget_innforumtopic, table.widget_innbox {
    border-collapse: collapse;
    border: 1px solid #532616;
}

    table.widget_innbox tr {
        border: 1px solid #532616;
    }

    table.widget_innbox a.linkcolor1 {
        color: #7ea3c8;
        text-decoration: underline;
    }

    table.widget_innforumtopic tr.heading {
        font-size: 12px;
        color: #cc3300;
        text-decoration: none;
        font-weight: bold;
    }

    table.widget_innforumtopic tr.heading2 {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        background-color: #89C941;
    }

        table.widget_innforumtopic tr.heading2 span {
            color: #000000;
            font-weight: normal;
        }

    table.widget_innforumtopic tr.heading3 {
        font-size: 12px;
        font-weight: bold;
    }

    table.widget_innforumtopic tr.heading td, table.widget_innforumtopic tr.heading2 td {
        padding: 2px;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #532616;
    }

        table.widget_innforumtopic tr.heading td.border, table.widget_innforumtopic tr.heading2 td.border {
            padding: 2px;
            border: solid;
            border-width: 1px;
            border-color: #532616;
        }

    table.widget_innforumtopic tr td.cols, table.widget_innforumtopic tr td.colsdashed {
        padding: 2px;
    }

    table.widget_innforumtopic tr td.colsborder {
        padding: 2px;
    }

    table.widget_innforumtopic tr td.colspadd2 {
        padding: 2px;
    }

    table.widget_innforumtopic tr td.colsbig {
        padding: 20px;
    }

    table.widget_innforumtopic tr td.colscorner {
        padding: 0px;
    }

    table.widget_innforumtopic tr.rows td.cols {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #532616;
    }

    table.widget_innforumtopic tr.rows td.colsdashed {
        border-bottom-style: dashed;
        border-bottom-width: 1px;
        border-bottom-color: #532616;
    }

    table.widget_innforumtopic tr.rows td.colsborder {
        border: solid;
        border-width: 1px;
        border-color: #532616;
    }

    table.widget_innforumtopic a.txt11color2b {
        color: #0067ac;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
    }

    table.widget_innforumtopic a.linkcolor1 {
        color: #7ea3c8;
        text-decoration: underline;
    }

    table.widget_innforumtopic a.linkcolor2 {
        color: #cc3300;
        text-decoration: underline;
    }

.linkcolor1 {
    color: #7ea3c8;
    text-decoration: underline;
}

.labelcolor1 {
    color: #7ea3c8;
    text-decoration: none;
    cursor: default;
}

.linkcolor2 {
    color: #215E9D;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.blackb {
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

.blackbLink a:link {
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.blackbLink a:visited {
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.blackFont {
    color: Black;
}

.blackbLink {
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.txtblueUnderline {
    color: #1c5180;
    text-decoration: underline;
}

.blueBg {
    background-color: #e4f0fd;
}

/*div.RadListBoxshared.rlbList
{
	color: Red;
}*/
.orangeText {
    color: #FF7610;
    font-weight: bold;
    font-size: 13px;
}

.greenText {
    font-size: 13px;
    color: #65923c;
    font-weight: bold;
}

table.bluebdr td table.whitebdr {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    color: #1c5180;
    font-size: 12px;
    font-weight: bold;
}

table.whitebdr td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.txtdb {
    color: #1c5180;
    font-size: 12px;
    font-weight: bold;
}

.txt11db {
    color: #1c5180;
    font-size: 11px;
    font-weight: bold;
}

.black11 {
    color: #000000;
    font-size: 11px;
}

.txt11color3b {
    font-size: 11px;
    font-weight: bold;
    color: Orange;
}

td.whiteboxleft {
    background-image: url(../images/whitebox_left.gif);
    background-repeat: repeat-y;
}

td.whiteboxright {
    background-image: url(../images/whitebox_right.gif);
    background-repeat: repeat-y;
}

td.whiteboxtop {
    background-image: url(../images/whitebox_top.gif);
    background-repeat: repeat-x;
    height: 9px;
}

td.whiteboxbot {
    background-image: url(../images/whitebox_bot.gif);
    background-repeat: repeat-x;
}

td.whiteboxmid {
    background-color: #FFF6E2;
    width: 100%;
}

td.midbg {
    background-image: url(../images/step_mid.jpg);
    background-repeat: repeat-y;
}

.linkcolor3 {
    color: #215E9D;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.offsitelinks {
    color: #215E9D;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}

.txtColor18 {
    font-size: 18px;
    font-weight: bold;
    color: #65923c;
}

.txtProfileFeeling {
    color: red;
    text-decoration: none;
}

.txtPhone1 {
    width: 40px;
}

.txtPhone3 {
    width: 50px;
}

.hdcolor1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #a93763;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    margin: 0px;
}

.dropdown-menu li {
    min-width: 200px;
}

#Menu .dropdown-menu li {
    min-width: 260px;
}

.header-my-account-links .dropdown-menu li {
    min-width: auto !important;
}

/* Banner-----------------------------------*/
#BannerWrapper {
    margin-top: 20px;
}

#Banner {
    position: relative;
    min-height: 350px;
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

#BannerLeft {
    position: relative;
    height: 305px;
    padding: 8px;
    border: solid 1px #e8e8e8;
}

#BannerRightTopWrapper {
    padding: 8px;
    border: solid 1px #e8e8e8;
}

#BannerRightTop {
    position: relative;
    background: url(images/HealthLivingCheckup.jpg);
    background-size: cover;
    color: #FFF;
    min-height: 130px;
}

    #BannerRightTop .caption {
        padding: 10px;
        background-color: rgb(0,152,189,.75);
        color: #FFF;
        min-height: 130px;
    }

    #BannerRightTop .caption-2 {
        padding: 10px;
        background-color: rgb(0,152,189,.95);
        color: #FFF;
        position: absolute;
        bottom: 0;
    }

.LnkBdr a {
    text-decoration: none;
    border-bottom: dashed 1px;
}

.LnkND a {
    text-decoration: none;
}

#BannerRightBottomWrapper {
    padding: 8px;
    border: solid 1px #e8e8e8;
}

#BannerRightBottom {
    position: relative;
    background: url(images/burnout.jpg);
    background-size: cover;
    color: #FFF;
    min-height: 130px;
}

    #BannerRightBottom .caption {
        padding: 10px;
        background-color: rgb(124,186,53,.75);
        color: #FFF;
        min-height: 130px;
    }

    #BannerRightBottom .caption-2 {
        padding: 10px;
        background-color: rgb(124,186,53,.95);
        color: #FFF;
        position: absolute;
        bottom: 0;
    }
/* ContentContainer ----------*/
#ContentContainer {
    position: relative;
    background: #FFFFFF;
    padding-top: 10px;
}

#ContentContainerInner {
    position: relative;
    background: #FFFFFF;
    padding: 20px;
    min-height: 500px;
}

    #ContentContainerInner li {
        margin-left: 20px
    }

    #ContentContainerInner .nav-tabs > li {
        margin-left: 0
    }

    #ContentContainer .dropdown-menu li, #ContentContainerInner .dropdown-menu li, #ContentContainer .pagination li, #ContentContainerInner .pagination li {
        margin-left: auto;
    }

.nav-settings > li {
    margin-left: 0
}

    .nav-settings > li > a {
        padding: 0 !important
    }

.dropdown-menu-legend li {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px
}

#ContentContainerInner .PageTitle {
    color: #165d7b;
    font-size: 20px;
    line-height: 40px;
}

    #ContentContainerInner .PageTitle span {
        border-bottom: dashed 1px #165d7b;
    }

/* ExpertsQue ---------------------*/
#ExpertsQue {
    position: relative;
    width: 954px;
    min-height: 96px;
    padding-bottom: 7px;
    background: #7cb540;
    margin: 10px 0px 0px 20px;
}

#ExpertsQueLeft {
    position: relative;
    width: 280px;
    padding: 15px 0px 0px 30px;
    color: #FFF;
}

#ExpertsQueCenter {
    position: relative;
    width: 385px;
    padding: 9px 0px 0px 0px;
    display: table;
}

#ExpertsQueCenterLeft {
    position: relative;
    width: 7px;
    height: 79px;
    background: url(images/ImageSprite.png) -408px 0px no-repeat;
}

#ExpertsQueCenterCenter {
    position: relative;
    width: 360px;
    height: 59px;
    padding: 10px 5px;
    background: url(images/ExpertQuestionBg.jpg) repeat-x;
}

.BlkTtl {
    font-family: "Lucida Sans Unicode", "Lucida Grande";
    font-size: 24px;
    color: #FFF;
    float: left;
}

#ExpertsQueCenterCenter textarea {
    width: 360px;
    height: 59px;
    border: 0px;
    overflow: auto;
}

#ExpertsQueCenterRight {
    position: relative;
    width: 7px;
    height: 79px;
    background: url(images/ImageSprite.png) -417px 0px no-repeat;
}

#ExpertsQueRight {
    position: relative;
    padding: 30px 0px 0px 25px;
}

.section {
    position: relative;
    width: 954px;
    margin: 25px 0px 0px 20px;
    display: table;
}
/* Lqa ------------------------*/
#Lqa {
    position: relative;
    width: 664px;
    background: #e8f8fc;
}

#LqaTitle {
    position: relative;
    width: 100%;
    height: 40px;
    background: #69b8e3;
}

    #LqaTitle a {
        color: #FFF;
    }

    #LqaTitle .BlkTtl {
        padding-left: 20px;
    }

#LqaBody {
    position: relative;
    width: 100%;
    padding: 5px 0px 15px 0px;
}

.LqaBodyRow {
    position: relative;
    width: 94%;
    margin: 0px 20px 0px 20px;
    border-bottom: #999999 dashed 1px;
    line-height: 22px;
    float: left;
}

.LqaBodyCol01 {
    position: relative; /*width:524px;*/
    width: 100%;
    margin: 8px 0;
}

.LqaBodyCol02 {
    position: relative;
    width: 20%;
    text-align: right;
    margin: 8px 0;
}

    .LqaBodyCol02 strong {
        color: #2f4d8d;
    }
/* AskBox ------------------------*/
#AskBox {
    position: relative;
    width: 100%;
    background: #e8f8fc;
}

    #AskBox h3 {
        color: #2f4d8d;
        font-size: 18px;
        margin: 10px 0 15px 0;
    }

#AskBoxTitle {
    position: relative;
    width: 100%;
    height: 46px;
    background: #69b8e3;
}

#AskBoxBody {
    position: relative;
    width: 100%;
    padding: 5px 0px 15px 0px;
}

.AskBoxBodyRow {
    position: relative;
    width: 94%;
    margin: 0px 20px 0px 20px;
    line-height: 17px;
    float: left;
}

.AskBoxBodyCol01 {
    position: relative; /*width:524px;*/
    width: 30%;
    margin: 8px 0;
}

.AskBoxBodyCol02 {
    position: relative;
    width: 70%;
    margin: 8px 0;
}

    .AskBoxBodyCol02 strong {
        color: #2f4d8d;
    }

#AskBox .BlkAbout {
    background-image: url(images/img_about.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 270px;
    min-height: 395px;
    color: #686868;
}

#AskBox ul.tick, #AskBoxPop ul.tick {
    margin: 8px 0 0 0;
}

    #AskBox ul.tick li, #AskBoxPop ul.tick li {
        background-image: url(images/tick.png);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 15px;
        margin: 2px 0 2px 0;
        list-style-type: none;
    }

#MtExp {
    position: relative;
    width: 272px;
}

#MtExpTop {
    position: relative;
    width: 272px;
    height: 6px;
    overflow: hidden;
    background: url(images/ImageSprite.png) 0px -124px no-repeat;
}

#MtExpMid {
    position: relative;
    width: 260px;
    height: 449px;
    padding: 0px 5px 0px 5px;
    border: #b6dbed solid;
    border-width: 0px 1px 0px 1px;
}

    #MtExpMid .imgsub-box {
        float: left;
        width: 90px;
        height: 101px;
    }

.ExpertsTop {
    position: relative;
    width: 260px;
    height: 5px;
    overflow: hidden;
    background: #d8dee1 url(images/ImageSprite.png) 0px -148px no-repeat;
}

.ExpertsMid {
    position: relative;
    width: 240px;
    height: 101px;
    padding: 7px 10px;
    background: #d8dee1;
    font-size: 12px;
}

.ExpertsBottom {
    position: relative;
    width: 260px;
    height: 5px;
    overflow: hidden;
    background: #d8dee1 url(images/ImageSprite.png) 0px -155px no-repeat;
}

#MtExpBottom {
    position: relative;
    width: 272px;
    height: 6px;
    overflow: hidden;
    background: url(images/ImageSprite.png) 0px -132px no-repeat;
}
/* Newmbr ------------------------*/
#Newmbr {
    position: relative;
    width: 954px;
    margin: 25px 0px 0px 20px;
    display: table;
    background: #caeff9;
}

#NewmbrTitle {
    position: relative;
    width: 100%;
    height: 40px;
    background: #ff7900;
    color: #FFF;
}

    #NewmbrTitle a {
        color: #FFF;
    }

#NewmbrBody {
    position: relative;
    width: 100%;
}

.NewmbrBodyRow {
    position: relative;
    width: 914px;
    height: 190px;
    padding: 10px 20px;
}

.NewmbrBodyCol {
    position: relative;
    width: 170px;
    background: #effafc;
    float: left;
    margin: 13px 1px 5px 16px;
    float: left;
}

.NewmbrBodyColTop {
    position: relative;
    width: 170px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) 0px -102px no-repeat;
}

.NewmbrBodyColMid {
    position: relative;
    width: 140px;
    height: 160px;
    padding: 10px 15px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
}

    .NewmbrBodyColMid .imgsub-box {
        height: 80px;
    }

    .NewmbrBodyColMid img {
        border: solid 1px #bbc3c5;
    }

.NewmbrBodyColBottom {
    position: relative;
    width: 170px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) 0px -109px no-repeat;
}

.NewmbrBodyColSpacer {
    position: relative;
    width: 15px;
    height: 100px;
    float: left;
}
/* Blog ----------------------*/
#Blog {
    position: relative;
    width: 954px;
    margin: 25px 0px 0px 20px;
}

.BlogCol {
    position: relative;
    width: 465px;
    background: #e8f8fc;
    float: left;
}

.BlogColTitle {
    position: relative;
    width: 100%;
    height: 46px;
    background: #68b8e3;
    color: #FFF;
}

    .BlogColTitle a, .MyStryColTitle a {
        color: #FFF;
    }

.BlogColBody {
    position: relative;
    width: 91%;
    height: 240px;
    padding: 20px 20px;
    line-height: 22px;
}

.BlogColBodyCol01 {
    position: relative;
    width: 140px;
    padding-top: 25px;
    float: left;
}

.BlogColBodyCol02 {
    position: relative;
    width: 273px;
    padding-top: 25px;
    float: left;
}

.BlogColBodyColSpacer {
    position: relative;
    width: 24px;
    height: 100px;
    float: left;
}

.DashedBorderBottom {
    border-bottom: #999999 dashed 1px;
    padding-bottom: 10px;
}
/* MyStory ----------------------*/
#MyStry {
    position: relative;
    width: 954px;
    margin: 25px 0px 0px 20px;
}

.MyStryCol, .MyBlogCol {
    position: relative;
    width: 465px;
    background: #e8f8fc;
    float: left;
}

.MyStryColTitle {
    position: relative;
    width: 100%;
    height: 46px;
    background: #68b8e3;
}

.MyStryColBody {
    position: relative;
    width: 91%;
    height: 240px;
    padding: 20px 20px;
    line-height: 22px;
}

.MyStryColBodyCol01 {
    position: relative;
    width: 140px;
    padding-top: 25px;
    float: left;
}

.MyStryColBodyCol02 {
    position: relative;
    width: 273px;
    padding-top: 25px;
    float: left;
}

.MyStryColBodyColSpacer {
    position: relative;
    width: 24px;
    height: 100px;
    float: left;
}

.MyStrySubTtl {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.MyStryRow {
    border-bottom: #999999 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.MyStryRowd {
    height: 44px;
    min-height: 44px;
    overflow: hidden;
}

.MyStryRowdL {
    height: 110px;
    min-height: 110px;
    overflow: hidden;
}

/* SlfHlp -----------------------*/

#SlfHlp {
    position: relative;
    width: 954px;
    margin: 25px 0px 0px 20px;
    background: #FFFFFF;
}

#ContentContainerInner #SlfHlp {
    position: relative;
    width: 954px;
    margin: 25px 0px 0px 0px;
    background: #FFFFFF;
}

#SlfHlpTitle {
    position: relative;
    width: 100%;
    height: 46px;
    background: #ff7900;
    color: #FFF;
}

#SlfHlpBody {
    position: relative;
    width: 100%;
    padding: 5px 10px 6px 15px;
    float: left;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #b5dbee;
}

.SlfHlpBodyCol {
    position: relative;
    width: 304px;
    height: 205px;
    padding: 10px;
    background: #d8dee1;
    float: left;
    margin: 3px 0px 0px 3px;
    overflow: hidden;
}

.SlfHlpBodyCol_01 {
    position: relative;
    width: 110px;
    float: left;
}

.SlfHlpBodyCol_02 {
    position: relative;
    width: 170px;
    line-height: 17px;
    font-size: 12px;
    float: left;
}

.SlfHlpBodyColSpacer {
    position: relative;
    width: 5px;
    height: 150px;
    float: left;
}

.TRow {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 1px;
    display: table;
    clear: both;
}

    .TRow div {
        float: left;
    }

#HotPrsBody .Title {
    background: #dae1e4;
}

.Details {
    background: #e0ebee;
}

.TRow a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.TCol01 {
    position: relative;
    width: 265px;
    padding: 10px 0px 0px 25px;
}

.TCol02 {
    position: relative;
    width: 155px;
    padding-top: 10px;
}

.TCol03 {
    position: relative;
    width: 155px;
    padding-top: 10px;
}

.TCol04 {
    position: relative;
    width: 75px;
    padding: 10px;
}

    .TCol04 div {
        width: 16px;
        height: 16px;
        margin-left: 10px;
        background: url(images/ImageSprite.png) 0px -206px no-repeat;
    }

.TCol05 {
    position: relative;
    width: 100px;
    padding-top: 10px;
    text-align: center;
}

    .TCol05 div {
        width: 25px;
        height: 24px;
        margin-left: 40px;
        background: url(images/ImageSprite.png) -19px -206px no-repeat;
    }

.TCol06 {
    position: relative;
    width: 70px;
    padding-top: 10px;
    text-align: center;
}

    .TCol06 div {
        width: 24px;
        height: 19px;
        margin-left: 25px;
        background: url(images/ImageSprite.png) -47px -206px no-repeat;
    }

.TCol07 {
    position: relative;
    width: 70px;
    padding-top: 10px;
    text-align: center;
}

    .TCol07 div {
        width: 25px;
        height: 25px;
        margin-left: 25px;
        background: url(images/ImageSprite.png) -75px -206px no-repeat;
    }
/* Footer ------------------------------------*/
#Footer {
    position: relative;
    /*width:994px;*/
    min-height: 190px;
    font-size: 14px;
    color: #FFF;
    font-family: "Lucida Sans Unicode", "Lucida Grande";
}

    #Footer h2 {
        font-size: 14px;
        color: #165d7b;
    }

        #Footer h2 a {
            text-decoration: none;
            color: #165d7b;
        }

    #Footer ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        #Footer ul li {
            padding: 2px 0px;
            clear: both;
        }

            #Footer ul li a {
                text-decoration: none;
                color: #FFFFFF;
            }

                #Footer ul li a:hover {
                    text-decoration: underline;
                }

.FooterCol01 {
    position: relative;
    width: 160px;
    padding: 10px 0px 0px 16px;
}

#FooterLeft .FooterCol01 {
    padding-top: 50px;
}

#FooterRight {
    padding-top: 50px;
}

.FooterCol02 {
    padding: 20px;
}

    .FooterCol02 a {
        text-decoration: none;
        width: 24px;
        height: 24px;
        display: block;
        float: left;
    }

    .FooterCol02 .copy a {
        width: auto;
        display: inline;
        float: none;
        color: #FFFFFF;
    }

#Footer .copy a:hover {
    text-decoration: underline;
}
/* Titles Style -------------------*/
.Box1TitleLeft {
    position: relative;
    width: 5px;
    height: 40px;
    background: url(images/ImageSprite.png) -66px -44px no-repeat;
    float: left;
}

.Box1TitleRight {
    position: relative;
    width: 5px;
    height: 40px;
    background: url(images/ImageSprite.png) -73px -44px no-repeat;
    float: right;
}

.Box2TitleLeft {
    position: relative;
    width: 5px;
    height: 40px;
    background: url(images/ImageSprite.png) -44px -44px no-repeat;
    float: left;
}

.Box2TitleRight {
    position: relative;
    width: 5px;
    height: 40px;
    background: url(images/ImageSprite.png) -51px -44px no-repeat;
    float: right;
}

.Box3TitleLeft {
    position: relative;
    width: 5px;
    height: 46px;
    background: url(images/ImageSprite.png) -22px -44px no-repeat;
    float: left;
}

.Box3TitleRight {
    position: relative;
    width: 5px;
    height: 46px;
    background: url(images/ImageSprite.png) -29px -44px no-repeat;
    float: right;
}

.Box1BottomLeft {
    position: relative;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) -117px -44px no-repeat;
    float: left;
}

.Box1BottomRight {
    position: relative;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) -124px -44px no-repeat;
    float: Right;
}

.VLBox1BottomLeft {
    position: relative;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) -139px -44px no-repeat;
    float: left;
}

.VLBox1BottomRight {
    position: relative;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) -146px -44px no-repeat;
    float: Right;
}

.LineBottomLeft {
    position: relative;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) -183px -44px no-repeat;
    float: left;
}

.LineBottomCenter {
    position: relative;
    width: 98%;
    height: 5px;
    overflow: hidden;
    border-bottom: solid 1px #b5dbee;
    float: left;
}

.LineBottomRight {
    position: relative;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(images/ImageSprite.png) -190px -44px no-repeat;
    float: Right;
}
/* LogIn ------------------------------*/

.loginBox {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgb(53,174,205);
    background: -moz-linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    background: linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35aecd",endColorstr="#2ca6be",GradientType=1);
}

#LogIn {
    position: relative;
    padding: 10px;
    text-align: left;
}

    #LogIn a {
        color: #fff;
    }

#LogInCenterLeft {
    position: relative;
}


#LogInRight {
    position: relative;
    width: 5px;
    height: 46px;
    background: url(images/ImageSprite.png) -217px -44px no-repeat;
}

#loginLink {
    float: right;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgb(53,174,205);
    background: -moz-linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    background: linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35aecd",endColorstr="#2ca6be",GradientType=1);
}
/* LogOut ------------------------------*/
#LogOut {
    position: relative;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgb(53,174,205);
    background: -moz-linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    background: linear-gradient(180deg, rgba(53,174,205,1) 0%, rgba(44,166,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35aecd",endColorstr="#2ca6be",GradientType=1);
}

#LogOutLeft {
    position: relative;
    width: 5px;
    height: 46px;
    background: url(images/ImageSprite.png) -210px -44px no-repeat;
}

#LogOutCenter {
    position: relative;
    height: 46px;
    padding-left: 10px;
    text-align: left;
    color: #fff;
}

    #LogOutCenter a {
        color: #fff;
    }

#LogOutCenterLeft {
    position: relative;
}

#LogOutCenterRight {
    position: relative;
    width: 90px;
    margin-top: 10px;
    border-left: solid 1px #666;
    padding: 5px 0px 0px 15px;
    font-size: 14px;
    float: right;
}

    #LogOutCenterRight a {
        color: #FFF;
        text-decoration: none;
    }

#LogOutRight {
    position: relative;
    width: 5px;
    height: 46px;
    background: url(images/ImageSprite.png) -217px -44px no-repeat;
}

.header-my-account-links-1 {
    clear: both;
    float: right;
    margin-top: 15px;
    margin-bottom: -15px;
}

#Message {
    position: relative;
    width: 24px;
    height: 19px;
    background: url(images/ImageSprite.png) -47px -206px no-repeat;
}

div.logo {
    z-index: 100;
    position: relative;
}

#mainContentPop .logo {
    width: 252px;
    height: 69px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: left;
}

#banner .logo img, #innbanner .logo img {
    border: 0;
}

#banner .topbar #sponsorlogo a, #innbanner .topbar #sponsorlogo a {
    display: block;
}

#banner .topbar #sponsorlogo {
    z-index: 201;
    float: right;
    margin-bottom: 5px;
    height: 94px;
    margin-top: 18px;
    margin-right: 10px;
    position: relative;
}

#innbanner .topbar #sponsorlogo {
    z-index: 201;
    float: right;
    margin-bottom: 5px;
    height: 94px;
    margin-top: 18px;
    margin-right: 10px;
    position: relative;
}

#mainContentPop .topbar div.languages {
    float: right;
    z-index: 100;
    position: relative;
}

    #mainContentPop .topbar div.languages ul a {
        cursor: pointer;
    }
/*Right Login Box*/
#loginBox .innerform {
    font-family: Tahoma;
    margin: 0px;
    padding: 0px;
}

.loginBox .innerform h1 span {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #B75C01;
}

.loginBox .innerform .form {
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
}

    .loginBox .innerform .form .row-inner {
        padding-top: 1px;
        padding-right: 0;
        padding-bottom: 1px;
        padding-left: 0;
        margin: 0;
    }

    .loginBox .innerform .form .row span {
        font-size: 11px;
        color: #fff;
    }


    .loginBox .innerform .form span.chkbox {
        float: left;
        width: auto;
        height: auto;
        border: none;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 15px;
    }


    .loginBox .innerform .form div.rememberMe {
        font-weight: normal;
    }

    .loginBox .innerform .form label.rememberTxt {
        padding-left: 3px;
        font-weight: normal;
        margin-bottom: -3px;
    }

    .loginBox .innerform .form .row span.invalidpwd {
        width: auto;
        font-size: 8px;
    }

    .loginBox .innerform .form div.rememberMe .info {
    }

    .loginBox .innerform .form .bottomLnk {
        font-size: 11px;
        margin: 0px;
        padding-top: 0px;
        color: #fff;
    }

    .loginBox .innerform .form .toppadd {
        padding-top: 8px;
    }

    .loginBox .innerform .form .bottomLnk span {
        color: #fff;
    }

    .loginBox .innerform .form .bottomLnk a {
        color: #fff;
        margin-left: 2px;
    }

.oopsLoginBox {
    background-color: #e4f0fd;
    margin-top: 20px;
    padding: 10px;
    width: 250px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #b5dbee;
}

    .oopsLoginBox .txtblue {
        color: #000;
    }

    .oopsLoginBox .txtgreen {
        color: #f48300;
        font-weight: bold;
    }
/* Pagination */
#pagination {
    border: 0;
    margin: 0;
    padding: 0;
}

    #pagination li {
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 11px;
        list-style: none;
        float: left;
        margin-right: 2px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #pagination a {
        border: solid 1px #9aafe5;
        float: left;
        margin-right: 2px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #pagination .previous-off, #pagination .next-off {
        border: solid 1px #DEDEDE;
        color: #888888;
        display: block;
        float: left;
        font-weight: bold;
        margin-right: 2px;
        padding: 3px 4px;
    }

    #pagination .next a, #pagination .previous a {
        font-weight: bold;
    }

    #pagination .active {
        background: #2e6ab1;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        float: left;
        padding: 4px 6px;
    }

    #pagination a:link, #pagination a:visited {
        color: #0e509e;
        display: block;
        float: left;
        padding: 3px 6px;
        text-decoration: none;
    }

    #pagination a:hover {
        border: solid 1px #0e509e;
    }

.frmbt {
    cursor: pointer;
    border: 1px solid #9aafe5;
    color: #0e509e;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 3px 8px;
    text-decoration: none;
    outline: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .frmbt:hover {
        border: solid 1px #0e509e;
    }

#mainContent {
    float: left;
    width: 949px;
    margin-top: 12px;
    border: 1px solid #532616;
}

    #mainContent .innercontentHome {
        float: left;
        width: 949px;
        padding-bottom: 17px;
        background-color: #FFF;
    }

    #mainContent .innercontent {
        float: left;
        width: 929px;
        padding: 17px 10px 17px 10px;
        background-color: #FFF;
    }

#mainContentPop {
    position: relative;
    background: url(images/HeaderBgPop.jpg) repeat-x;
}

    #mainContentPop .topbar {
        margin: 10px 10px 0 10px;
    }

    #mainContentPop li {
        margin-left: 20px
    }

    #mainContentPop .innercontent {
        margin-top: 0px;
        padding: 10px 10px 60px 10px;
        background-color: #fff;
    }
/*change blue width here*/
.latestExpertBox {
    float: left;
    width: 500px;
    margin-bottom: 10px;
}

    .latestExpertBox .blueBox {
        float: left;
        width: 100%;
        background-color: #FAEDDD;
        border: 1px solid #F6DBBE;
    }

        .latestExpertBox .blueBox .topRound {
            float: left;
            width: 95%;
            height: 9px;
            padding-left: 5%;
        }

            .latestExpertBox .blueBox .topRound .rightRound {
                float: left;
                width: 100%;
                height: 9px;
            }

        .latestExpertBox .blueBox .botRound {
            float: left;
            width: 95%;
            height: 9px;
            padding-left: 5%;
        }

            .latestExpertBox .blueBox .botRound .rightRound {
                float: left;
                width: 100%;
                height: 9px;
            }

        .latestExpertBox .blueBox .blueBoxContent {
            float: left;
            width: 99%;
            padding-left: 1%;
        }

        .latestExpertBox .blueBox .borderright {
            float: left;
            width: 100%;
        }

.ourHealthbox {
    float: right;
    width: 300px;
}

.twoBoxes {
    float: left;
    width: 870px;
    padding-left: 36px;
    padding-right: 43px;
    padding-top: 25px;
}

    .twoBoxes h1 {
        color: #0067ac;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 3px;
        padding-bottom: 5px;
    }

.blueBox {
    float: left;
    width: 100%;
    background-color: #E6F1F3;
    border: 1px solid #858585;
}

    .blueBox .topRound {
        float: left;
        width: 95%;
        height: 9px;
        padding-left: 5%;
    }

        .blueBox .topRound .rightRound {
            float: left;
            width: 100%;
            height: 9px;
        }

    .blueBox .botRound {
        float: left;
        width: 95%;
        height: 9px;
        padding-left: 5%;
    }

        .blueBox .botRound .rightRound {
            float: left;
            width: 100%;
            height: 9px;
        }

    .blueBox .blueBoxContent {
        float: left;
        width: 99%;
        padding-left: 1%;
    }

    .blueBox .borderright {
        float: left;
        width: 100%;
    }


.latestExContentRow {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 4px 0;
}

    .latestExContentRow a {
        color: #B75C01;
    }

        .latestExContentRow a#title {
            color: #0067ac;
        }

        .latestExContentRow a.viewall {
            padding-left: 13px;
            font-weight: bold;
            font-size: 12px;
            color: #0067ac;
        }

    .latestExContentRow .ques {
        float: left;
        width: 59%;
        font-size: 11px;
        padding-left: 13px;
    }

        .latestExContentRow .ques span {
            width: 100%;
            float: left;
            color: #0067ac;
            font-weight: bold;
            font-size: 12px;
        }

    .latestExContentRow .byDiv {
        float: left;
        width: 24%;
        font-size: 12px;
    }

    .latestExContentRow .repDiv {
        float: left;
        width: 14%;
    }

    .latestExContentRow .desc {
        width: 90%;
        float: left;
        color: #000000;
        font-size: 11px;
        margin-left: 13px;
        margin-right: 13px;
    }

.ourhealthBox {
    width: 95%;
    padding-left: 12px;
    padding-top: 6px;
}

    .ourhealthBox span.header {
        color: #532616;
    }

.viewallLnk {
    width: 100%;
    text-align: center;
    float: left;
}

    .viewallLnk a {
        color: #0067ac;
        font-weight: bold;
        font-size: 12px;
    }

.viewallLnk1 {
    width: 100%;
    text-align: left;
    float: left;
}

    .viewallLnk1 a {
        color: #0067ac;
        font-weight: bold;
        padding-left: 5px;
        font-size: 12px;
    }

.ExpertBlogBox {
    float: left;
    width: 944px;
    margin-left: 25px;
    padding-top: 28px;
}

    .ExpertBlogBox .blueBox {
        background-color: #FAEDDD;
        border: 1px solid #F6DBBE;
    }

    .ExpertBlogBox .row {
        float: left;
        width: 100%;
    }

    .ExpertBlogBox .newestmembersimages {
        float: left;
        width: 50%;
    }

        .ExpertBlogBox .newestmembersimages h1.newestHead {
            float: left;
            width: 99%;
            padding-top: 3px;
            padding-bottom: 2px;
            font-size: 20px;
            color: #B75C01;
        }

        .ExpertBlogBox .newestmembersimages h3 {
            float: left;
            width: 99%;
            padding-bottom: 4px;
            font-size: 16px;
            color: #3e7ebb;
        }

    .ExpertBlogBox .profileImgBox {
        float: left;
        width: 90%;
        padding-bottom: 8px;
    }

        .ExpertBlogBox .profileImgBox img {
            float: right;
            margin-right: 5px;
        }

        .ExpertBlogBox .profileImgBox a {
            font-weight: bold;
            color: #0067ac;
        }

            .ExpertBlogBox .profileImgBox a.title {
                font-weight: bold;
                color: #000;
            }

            .ExpertBlogBox .profileImgBox a.viewall1 {
                float: right;
            }

        .ExpertBlogBox .profileImgBox h2 {
            font-size: 12px;
            color: #000;
            padding: 0px 0;
        }

        .ExpertBlogBox .profileImgBox h1 {
            font-size: 14px;
            color: #4480B2;
            padding: 0px 0;
        }

        .ExpertBlogBox .profileImgBox p {
            font-size: 11px;
        }

.profileImgBox {
    float: left;
    width: 175px;
    padding-bottom: 8px;
}

.newestmembersBox .profileImgBox {
    width: 200px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.groups .profileImgBox {
    width: 240px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.groups .profileImgBox-md {
    width: 300px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.ourhealthBox .profileImgBox {
    width: 255px;
}

.profileImgBox img {
    float: left;
    margin-right: 5px;
}

.profileImgBox h2 {
    font-size: 12px;
    color: #0067ac;
    padding: 0px 0;
}

.profileImgBox p {
    font-size: 11px;
}

.profileImgBox .imgsub-box {
    float: left;
    width: 80px;
    margin-right: 5px;
    height: 80px;
}

.profileImgBox .imgsub-box-md {
    float: left;
    width: 100px;
    margin-right: 5px;
    height: 100px;
}

.newestmembersBox {
    float: left;
    width: 894px;
    margin-left: 25px;
    padding-top: 28px;
}

.newestmembersimages {
    float: left;
    width: 100%;
}

    .newestmembersimages h1.newestHead {
        float: left;
        width: 95%;
        padding-top: 3px;
        padding-bottom: 5px;
        padding-left: 5px;
        font-size: 20px;
        color: #0067ac;
    }

#offsiteContent {
    float: left;
    width: 944px;
    margin-top: 18px;
    margin-left: 25px;
}

#ContentContainerInner #offsiteContent {
    float: left;
    width: 944px;
    margin-top: 0px;
    margin-left: 15px
}

.forumCatBox {
    float: left;
    width: 920px;
    margin-left: 21px;
    padding-top: 18px;
}

    .forumCatBox .form {
        float: left;
        width: 99%;
        border: 1px solid #e17a04;
        font-size: 12px;
        border-bottom: none;
    }

        .forumCatBox .form .row {
            float: left;
            width: 100%;
            border-bottom: 1px solid #e17a04;
            background: url(../images/columbg.gif) repeat-y 75% top;
        }

            .forumCatBox .form .row .cat {
                float: left;
                width: 60%;
                padding: 3px;
            }

            .forumCatBox .form .row .topic {
                float: left;
                width: 19%;
                padding: 3px;
                text-align: center;
            }

            .forumCatBox .form .row .recenttopic {
                float: left;
                width: 18%;
                padding: 3px;
            }

            .forumCatBox .form .row span.head {
                font-size: 14px;
                color: #e17a04;
                font-weight: bold;
                text-transform: uppercase;
            }

            .forumCatBox .form .row .cat h2 {
                color: #65923c;
                font-size: 16px;
                font-weight: bold;
                padding-bottom: 22px;
                padding-top: 3px;
            }

            .forumCatBox .form .row p {
                font-size: 12px;
                padding-right: 7px;
            }

            .forumCatBox .form .row a.viewTopic {
                float: left;
                width: 86px;
                height: 17px;
                background: url(../images/viewTopics.gif) no-repeat;
                text-decoration: none;
                margin: 18px 0 7px 0;
            }

            .forumCatBox .form .row a.postTopic {
                float: left;
                width: 116px;
                height: 17px;
                background: url(../images/postnewTopic.gif) no-repeat;
                text-decoration: none;
                margin: 18px 0 7px 6px;
            }

.therebox {
    float: left;
    width: 891px;
    padding-left: 33px;
    padding-top: 20px;
}

.yellowfirstBox {
    float: left;
    width: 277px;
    padding: 0 9px;
}

.yellowBox {
    float: left;
    width: 100%;
    background-color: #E6F1F3;
    border: 1px solid #205483;
}

    .yellowBox .topRound {
        float: left;
        width: 95%;
        height: 8px;
        padding-left: 5%;
    }

        .yellowBox .topRound .rightRound {
            float: left;
            width: 100%;
            height: 8px;
        }

    .yellowBox .botRound {
        float: left;
        width: 95%;
        height: 9px;
        padding-left: 5%;
    }

        .yellowBox .botRound .rightRound {
            float: left;
            width: 100%;
            height: 9px;
        }

    .yellowBox .blueBoxContent {
        float: left;
        width: 99%;
        padding-left: 1%;
    }

    .yellowBox .borderright {
        float: left;
        width: 100%;
    }

    .yellowBox .content {
        float: left;
        width: 84%;
        padding: 0 20px;
    }

        .yellowBox .content h2 {
            float: left;
            width: 100%;
            border-bottom: 1px solid #C11E1C;
            color: #C11E1C;
            font-size: 14px;
            padding-top: 2px;
        }

        .yellowBox .content p {
            font-size: 12px;
            padding-top: 5px;
            float: left;
        }

        .yellowBox .content .gobtn {
            width: 22px;
            margin: 0 auto;
        }

            .yellowBox .content .gobtn a {
                float: left;
                background: url(../images/goBtn.gif) no-repeat;
                width: 22px;
                height: 17px;
                text-decoration: none;
                margin: 19px 0 2px 0
            }

    .yellowBox .sfcontent {
        float: left;
        width: 100%;
    }

        .yellowBox .sfcontent .sfhead {
            float: left;
            width: 100%;
            text-align: center;
        }

        .yellowBox .sfcontent .sfrow {
            float: left;
            width: 100%;
            margin-top: 15px;
        }

        .yellowBox .sfcontent .sfhead .spheading {
            float: left;
            width: 100%;
            color: #0067ac;
            font-size: 18px;
            padding-top: 2px;
            margin: 0px;
            font-weight: bold;
        }

        .yellowBox .sfcontent .sfhead .spheading1 {
            float: left;
            width: 100%;
            color: #000000;
            font-size: 14px;
            padding-top: 2px;
            margin: 0px;
            font-weight: bold;
        }

        .yellowBox .sfcontent .sfleft {
            float: left;
            width: 28%;
            margin-right: 20px;
            margin-left: 20px;
            font-size: 11px;
        }

            .yellowBox .sfcontent .sfleft .sfblock {
                float: left;
                width: 100%;
                margin-top: 15px;
            }

                .yellowBox .sfcontent .sfleft .sfblock .sfimg {
                    float: left;
                }

                .yellowBox .sfcontent .sfleft .sfblock .sftxt {
                    float: right;
                    width: 140px
                }

                    .yellowBox .sfcontent .sfleft .sfblock .sftxt a, .yellowBox .sfcontent .sfleft .sfblock .sftxt a:HOVER, .yellowBox .sfcontent .sfleft .sfblock .sftxt a:visited {
                        color: #0067ac;
                        font-size: 12px;
                        font-weight: bold;
                    }

.searchBox {
    float: right;
    width: 550px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
}

    .searchBox .srchrow {
        float: left;
        width: 100%;
        padding: 3px 0;
        vertical-align: middle;
    }

        .searchBox .srchrow span {
            text-transform: uppercase;
        }

            .searchBox .srchrow span.enterTxt {
                text-transform: none;
                padding-left: 8px;
                padding-right: 8px;
                font-size: 12px;
            }

span.ques {
    padding: 0 3px;
    height: 15px;
    border: 1px solid #5685b4;
    text-align: center;
}

.searchBox .srchrow select {
    font-size: 12px;
    margin-left: 8px;
}

.searchBox .srchrow input.srchBtn {
    width: 51px;
    height: 17px;
    margin-left: 8px;
    background: url(../images/searchBtn.gif) no-repeat;
    border: 0;
}

.searchBox .srchrow input.submitBtn {
    width: 51px;
    height: 17px;
    margin-left: 8px;
    background: url(../images/submitBtn.gif) no-repeat;
    border: 0;
}
/*Hot off the press*/
.HotoffthepressBox {
}

#ContentContainerInner .HotoffthepressBox {
    float: left;
    width: 944px;
    margin-left: 5px;
    padding-top: 0px
}

.HotoffthepressBox .ResourcesBox .blueBox {
    float: left;
    width: 100%;
    background-color: #E6F1F3;
    border: 1px solid #858585;
}

.HotoffthepressBox .hotOffThePressForm {
    float: left;
    width: 99%;
    font-size: 12px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #896b5f;
    border-left-color: #896b5f;
}

    .HotoffthepressBox .hotOffThePressForm .row {
        float: left;
        width: 100%;
        padding: 2px 0;
        /*
	background:url(../images/hotOffDivider.gif) repeat-y right top;
	*/
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #896b5f;
        border-bottom-color: #896b5f;
        margin: 0;
    }

.HotoffthepressBox .resourcetitle {
    color: #0067ac;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 3px 3px 3px;
    font-weight: bold;
}

.HotoffthepressBox .resourceitemcount {
    color: #0067ac;
    font-size: 11px;
    text-transform: capitalize;
    padding: 0px 3px 3px 0px;
    font-weight: bold;
}

.HotoffthepressBox .hotOffThePressForm .row img {
    margin-top: 2px;
}

.HotoffthepressBox .hotOffThePressForm .row a {
    margin-left: 10px;
    font-weight: bold;
    color: #0067ac;
    text-decoration: underline;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCulFav {
    float: left;
    border: solid 0px black;
    width: 390px;
    padding-left: 0px;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul1Fav {
    float: left;
    border: solid 0px black;
    width: 390px;
    padding-left: 0px;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul {
    float: left;
    border: solid 0px black;
    width: 480px;
    padding-left: 0px;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul1 {
    float: left;
    border: solid 0px black;
    width: 480px;
    padding-left: 0px;
}

    .HotoffthepressBox .hotOffThePressForm .row .hotOffCul1 span {
        font-size: 11px;
        color: Black;
        padding-left: 10px;
    }

    .HotoffthepressBox .hotOffThePressForm .row .hotOffCul1 .maroonu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #e17a04;
        text-decoration: underline;
    }

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul1Fav .maroonu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #e17a04;
    text-decoration: underline;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: Black;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCulFav span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: Black;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul a {
    text-decoration: underline;
    color: #000;
}

.HotoffthepressBox .hotOffThePressForm .row .hotOffCul1Fav a {
    text-decoration: underline;
    color: #000;
}

.HotoffthepressBox .hotOffThePressForm .row .source {
    float: left;
    width: 150px;
}

.HotoffthepressBox .hotOffThePressForm .row .fav {
    float: left;
    width: 90px;
    text-align: center;
}

.HotoffthepressBox .hotOffThePressForm .row .share {
    float: left;
    width: 50px;
    text-align: left;
}

.HotoffthepressBox .hotOffThePressForm .row .part {
    float: left;
    width: 50px;
}

.HotoffthepressBox .hotOffThePressForm .row .section {
    float: left;
    width: 180px;
    margin: 0px
}

    .HotoffthepressBox .hotOffThePressForm .row .section a {
        margin: 0px
    }

.HotoffthepressBox .hotOffThePressForm .row .remove {
    float: left;
    width: 87px;
}

.HotoffthepressBox .hotOffThePressForm .row .chk {
    float: left;
    width: 30px;
}

/*RESOURCES-TOP TENS*/
.resourcesBox {
    float: left;
    width: 944px;
    margin-left: 31px;
    padding-top: 27px;
}

    .resourcesBox .hotOffThePressForm {
        float: left;
        width: 99%;
        font-size: 12px;
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-top-color: #896b5f;
        border-left-color: #896b5f;
    }

        .resourcesBox .hotOffThePressForm .row1 {
            float: left;
            width: 100%;
            padding: 2px 0;
            background: url(../images/resourecesDivider.gif) repeat-y right top;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-right-color: #896b5f;
            border-bottom-color: #896b5f;
        }

        .resourcesBox .hotOffThePressForm .row {
            float: left;
            width: 100%;
            padding: 2px 0;
            background: url(../images/resourecesDivider.gif) repeat-y right top;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-right-color: #896b5f;
            border-bottom-color: #896b5f;
        }

            .resourcesBox .hotOffThePressForm .row img {
                margin-top: 2px;
            }

            .resourcesBox .hotOffThePressForm .row a {
                margin-left: 10px;
                font-weight: bold;
                color: #e17a04;
                text-decoration: underline;
            }

            .resourcesBox .hotOffThePressForm .row .hotOffCul {
                float: left;
                width: 60%;
                padding-left: 5px;
                line-height: 30px;
            }

                .resourcesBox .hotOffThePressForm .row .hotOffCul span.bullet {
                    float: left;
                    background: url(../images/blackbullet.gif) no-repeat 5px 13px;
                    font-size: 12px;
                    text-transform: none;
                    font-weight: normal;
                    padding-left: 15px;
                }

        .resourcesBox .hotOffThePressForm .row1 .hotOffCul {
            float: left;
            width: 60%;
            padding-left: 5px;
            line-height: 16px;
        }

        .resourcesBox .hotOffThePressForm .row .hotOffCul span {
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .resourcesBox .hotOffThePressForm .row .hotOffCul a {
            text-decoration: underline;
            color: #000;
        }

        .resourcesBox .hotOffThePressForm .row .source {
            float: left;
            width: 150px;
            padding-left: 6px;
        }

        .resourcesBox .hotOffThePressForm .row .fav {
            float: left;
            width: 147px;
        }

        .resourcesBox .hotOffThePressForm .row .share {
            float: left;
            width: 50px;
        }

        .resourcesBox .hotOffThePressForm .row .part {
            float: left;
            width: 101px;
        }

.contentSummary .tags a {
    margin-left: 10px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.contentSummary .readmore {
    color: #215E9D;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
}

#mainContentPop .footer {
    float: left;
    width: auto;
    padding: 0 20px;
    height: 57px;
    line-height: 57px;
}

    #mainContentPop .footer .links {
        float: right;
        font-size: 11px;
        color: #896b5f;
        text-decoration: none;
        width: 200px;
        text-align: right;
    }

        #mainContentPop .footer .links a {
            font-size: 12px;
            color: #896b5f;
        }

    #mainContentPop .footer .copyright {
        float: left;
        font-size: 11px;
        color: #896b5f;
        width: 700px;
    }

        #mainContentPop .footer .copyright a {
            color: #896b5f;
            text-decoration: underline;
        }

.black {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.HDR1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #A93763;
    text-decoration: none;
}

.HDR2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #A93763;
    text-decoration: none;
}

.orange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #D1680E;
    text-decoration: none;
}

.ToolTip {
    padding: 10px 5px 5px 5px;
}

.redBig {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #A6325F;
    text-decoration: none;
}

.ourHealthbox .blueBox, .newestmembersBox .blueBox {
    float: left;
    width: 100%;
    background-color: #E6F1F3;
    border: 1px solid #5A7EA3;
}

    .ourHealthbox .blueBox .topRound, .ourHealthbox .blueBox .topRound {
        float: left;
        width: 95%;
        height: 9px;
        padding-left: 5%;
    }

        .ourHealthbox .blueBox .topRound .rightRound, .ourHealthbox .blueBox .topRound .rightRound {
            float: left;
            width: 100%;
            height: 9px;
        }

    .ourHealthbox .blueBox .botRound, .ourHealthbox .blueBox .botRound {
        float: left;
        width: 95%;
        height: 9px;
        padding-left: 5%;
    }

        .ourHealthbox .blueBox .botRound .rightRound, .ourHealthbox .blueBox .botRound .rightRound {
            float: left;
            width: 100%;
            height: 9px;
        }

    .ourHealthbox .blueBox .blueBoxContent, .ourHealthbox .blueBox .blueBoxContent {
        float: left;
        width: 99%;
        padding-left: 1%;
    }

    .ourHealthbox .blueBox .borderright, .ourHealthbox .blueBox .borderright {
        float: left;
        width: 100%;
    }
/* the overlayed element */
.overlay_editor {
    display: none;
    background-color: #fff;
    width: 675px;
    min-height: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    background-image: url(/images/overlay/whitet.png);
}

    /* close button positioned on upper right corner */
    .overlay_editor .close {
        background-image: url(/images/overlay/close.png);
        position: absolute;
        right: -15px;
        top: -15px;
        cursor: pointer;
        height: 35px;
        width: 35px;
        opacity: 1;
    }

/* tooltip styling */
.tooltip {
    display: none;
    background: url(/images/tooltip/black_arrow_big.png);
    height: 163px;
    padding: 40px 30px 10px 30px;
    width: 310px;
    font-size: 11px;
    color: #fff;
    z-index: 99010;
    position: relative;
}

#messagePop p {
    padding: 3px;
}

.validatorsummary {
    padding: 10px 0;
    color: red;
}

.validatorsummaryinline {
    padding: 10px;
    color: red;
    margin: 10px;
}

    .validatorsummary li, .validatorsummaryinline li {
        line-height: 20px
    }

.validatorsummary li {
    margin-left: 20px;
    padding-left: 5px;
}

#treatmentLocator, #treatmentLocatorResults {
    float: left;
    width: 294px;
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 20px;
}

#treatmentLocatorContent {
    float: right;
    width: 582px;
    margin-top: 18px;
    margin-right: 20px;
}

#treatmentLocatorInfoLeft, #treatmentLocatorInfoRight {
    float: left;
    width: 254px;
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 20px;
}

#treatmentLocator .row {
    padding: 2px
}

#treatmentLocator .form-box label {
    float: left;
    width: 70px;
    margin-left: 15px;
}

#treatmentLocator input.input, #treatmentLocator select, #treatmentLocator #advanced_search .chk input {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    vertical-align: middle;
}

#treatmentLocator input.input {
    width: 138px;
    height: 20px;
    border: 1px solid #215e9d;
}

#treatmentLocator select {
    font-size: 12px;
    width: 142px;
    height: 24px;
    border: 1px solid #215e9d;
}

#treatmentLocatorContent p {
    padding: 5px;
}

#treatmentLocator #advanced_search {
    padding: 5px;
}

    #treatmentLocator #advanced_search h3 {
        margin-top: 10px;
        padding: 5px;
    }

    #treatmentLocator #advanced_search .chk input {
        position: absolute;
    }

    #treatmentLocator #advanced_search label {
        font-size: 1em;
        line-height: 15px;
        padding-top: 2px;
        padding-right: 0pt;
        padding-bottom: 3px;
        padding-left: 20px;
        display: block;
    }

.organization-text {
    padding-top: 0.416em;
    padding-right: 2.5em;
    padding-bottom: 0.686em;
    padding-left: 2.5em;
    position: relative;
    margin-bottom: 0.8em;
}

    .organization-text h4 {
        margin-top: 0pt;
        margin-right: 0pt;
        margin-bottom: 0pt;
        margin-left: 0pt;
        font-size: 1em;
        color: #0456bb;
        font-weight: bold;
    }

    .organization-text em {
        display: block;
        font-style: normal;
        position: absolute;
        width: 2.083em;
        height: 3.083em;
        left: 0;
        top: 0.333em;
    }

        .organization-text em img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .organization-text address span {
        display: block;
    }

.popmid h1 {
    font-size: 14px;
    color: #C61709;
    margin: 0px;
    padding: 0px;
}

.popmid .link {
    color: #C61709;
}

#cenredbox {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    border: 2px solid #990000;
    padding: 10px;
}

    #cenredbox .column {
        padding: 6px 0;
    }

    #cenredbox .boxcontent {
        text-align: center;
        font-weight: bold;
    }

        #cenredbox .boxcontent img {
            padding: 10px 20px;
        }

    #cenredbox .gapcenter {
        text-align: center;
        padding: 0 20px 0 60px;
    }

    #cenredbox .column .colrow {
        float: left;
        padding-top: 4px;
        width: 100%;
    }

.link {
    color: #C61709;
}

.bingealertboxhead {
    margin: 0 auto;
    float: none;
    padding-bottom: 3px;
    color: red;
}

.bingealertbox {
    margin: 0 auto;
    float: none;
    border: 1px solid red;
    padding: 5px;
}

.scorebg {
    float: left;
    padding: 5px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #C61709;
    font-weight: bold;
}

.blackB16 {
    color: Black;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.groups A:link,
.groups A:active,
.groups A:visited {
    color: #dc613f;
    text-decoration: none;
}

.groups A:hover {
    text-decoration: underline;
}

.groups A.hdblue {
    color: #1c5180;
}

.groups H1,
.groups H2 {
    color: #dc613f;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: normal;
}

.groups H3 {
    color: #dc613f;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    padding: 0px;
    line-height: normal;
}

.groups P {
    margin: 20px 0px;
}

.groups .group-headings {
    border-bottom: 3px solid #305373;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    clear: both;
    overflow: hidden;
    position: relative;
}

    .groups .group-headings .title {
        float: left;
        font-weight: bold;
    }

.groups .group {
    border-bottom: 1px dashed #CBD3D9;
    padding: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    clear: both;
    position: relative;
}

    .groups .group .group-left-chk {
        float: left;
        width: 40px;
    }

    .groups .group .group-left {
        float: left;
        min-width: 120px;
        max-width: 120px;
    }

    .groups .group .group-left-24 {
        float: left;
        width: 24px;
    }

    .groups .group .group-left-70 {
        float: left;
        width: 70px;
    }

    .groups .group .group-left-100 {
        float: left;
        width: 100px;
    }

    .groups .group .group-left-120 {
        float: left;
        width: 120px;
    }

    .groups .group .group-left-165 {
        float: left;
        width: 165px;
    }

    .groups .group .group-left-200 {
        float: left;
        width: 200px;
    }

    .groups .group .group-left-340 {
        float: left;
        width: 340px;
    }

    .groups .group .group-left-500 {
        float: left;
        width: 500px;
    }

    .groups .group .group-right {
        float: left;
    }

        .groups .group .group-right .info {
            float: left;
            width: 540px;
        }

        .groups .group .group-right .info-24 {
            float: left;
            width: 24px;
        }

        .groups .group .group-right .info-35 {
            float: left;
            width: 35px;
        }

        .groups .group .group-right .info-50 {
            float: left;
            width: 50px;
        }

        .groups .group .group-right .info-70 {
            float: left;
            width: 70px;
        }

        .groups .group .group-right .info-100 {
            float: left;
            width: 100px;
        }

        .groups .group .group-right .info-120 {
            float: left;
            width: 120px;
        }

        .groups .group .group-right .info-130 {
            float: left;
            width: 130px;
        }

        .groups .group .group-right .info-140 {
            float: left;
            width: 140px;
        }

        .groups .group .group-right .info-165 {
            float: left;
            width: 165px;
        }

        .groups .group .group-right .info-175 {
            float: left;
            width: 175px;
        }

        .groups .group .group-right .info-200 {
            float: left;
            width: 200px;
        }

        .groups .group .group-right .info-300 {
            float: left;
            width: 300px;
        }

        .groups .group .group-right .info-340 {
            float: left;
            width: 340px;
        }

        .groups .group .group-right .info-500 {
            float: left;
            width: 500px;
        }

        .groups .group .group-right .recent {
            float: right;
            min-width: 250px;
            max-width: 250px;
        }

            .groups .group .group-right .recent .image {
                float: left;
                min-width: 120px;
                max-width: 120px;
            }

            .groups .group .group-right .recent .info {
                float: left;
                min-width: 130px;
                max-width: 130px;
            }

    .groups .group TD {
        vertical-align: top;
    }

.groups .image {
    text-align: center;
    padding-bottom: 10px;
}

    .groups .image IMG {
        padding: 3px;
        background-color: #fff;
        border: solid 1px #C1C1C1 !important;
    }

.groups .group .row-inner, .groups .group .row-inner div {
    margin: 5px 0px;
    overflow: hidden;
    font-size: 11px;
}

.groups .group .group-content {
    margin-bottom: 40px !important;
}

.groups .group .img {
    width: 100px;
    padding: 3px;
    background-color: #fff;
    border: solid 1px #C1C1C1 !important;
    margin: 0px 8px 8px 0px;
}

.groups .group .group-name {
    color: #dc613f;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 18px;
    font-style: italic;
}

.groups .group h1 {
}

.groups .group .author {
    color: #666666;
    font-size: 10px;
    float: left;
    text-transform: capitalize;
}

.groups .group .pub-date {
    color: #666666;
    font-size: 10px;
    float: right;
}

.groups .group .text {
    margin-top: 30px;
}

    .groups .group .text h2 {
        margin-bottom: -10px;
    }

    .groups .group .text h3 {
        font-size: 11px;
        margin-bottom: -10px;
        padding: 0;
    }

.groups .group .options {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

    .groups .group .options A:link,
    .groups .group .options A:active,
    .groups .group .options A:visited {
        color: #64819C;
        font-size: 11px;
        font-weight: bold;
        padding: 2px 5px;
        display: inline-block;
        margin: 0px;
    }

    .groups .group .options A:hover {
        background: #64819c;
        color: #fff;
        text-decoration: none;
    }

.groups .tab-line {
    border-top: solid 1px #d5dce1;
    position: relative;
    margin-top: -1px;
    margin-bottom: 20px;
    z-index: 1;
    overflow: hidden;
}

.groups .option-menu {
    overflow: hidden;
    border-bottom: 3px solid #305373;
    margin-bottom: 20px;
}

    .groups .option-menu A:link,
    .groups .option-menu A:active,
    .groups .option-menu A:visited {
        background: #D7E2ED;
        margin: 0px 2px 0px 0px;
        padding: 5px 10px 3px 10px;
        color: #305373 !important;
        font-size: 12px !important;
        display: inline-block;
        float: left;
    }

    .groups .option-menu A:hover {
        background: #305373;
        color: #fff !important;
        text-decoration: none;
    }

    .groups .option-menu A.active {
        background: #305373;
        color: #fff !important;
        text-decoration: none;
    }

.group-info {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

    .group-info A:link,
    .group-info A:active,
    .group-info A:visited {
        color: #dc613f;
        text-decoration: none;
    }

    .group-info A:hover {
        text-decoration: underline;
    }

    .group-info .image {
        padding-bottom: 10px;
    }

        .group-info .image IMG {
            padding: 3px;
            background-color: #fff;
            border: solid 1px #C1C1C1 !important;
        }
/*group-settings*/
.group-settings .input-form .row {
    color: #666;
}

.group-settings .input-form label {
    color: #666;
}

.group-settings .input-form .grouppreference label {
    float: left;
    display: inline;
    margin-left: 10px;
    width: 90%;
}

.group-settings .input-form .grouppreference2 label {
    float: left;
    display: inline;
    margin-left: 10px;
}

.group-settings .input-form TEXTAREA, .group-settings .input-form input.txt {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    display: inline-block;
    border: solid 1px #cbd3d9;
}

.group-settings .input-form .grouppreference input {
    float: left;
}

.group-settings .input-form .grouppreference2 input {
    float: left;
}

.message-sep-line {
    width: 100%;
    position: relative;
    border-bottom: solid 3px #305373;
    z-index: 100;
    float: left;
    clear: both;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.empty-discussion {
    background: url(/images/discussion/discussion-bg.jpg) bottom repeat-x;
    overflow: hidden;
    padding: 30px 30px 40px 30px;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #305373;
    border-bottom: solid 3px #305373;
    margin-bottom: 10px;
}

.empty-discussion2 {
    background: url(/images/discussion/discussion-bg.jpg) bottom repeat-x;
    overflow: hidden;
    padding: 30px 30px 40px 30px;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #305373;
    border-top: solid 3px #305373;
    border-bottom: solid 3px #305373;
    margin-bottom: 10px;
}

.empty-group {
    padding: 10px 0px;
    line-height: normal;
    color: #305373;
    margin-bottom: 10px;
}

.groups .group-detail .option-menu {
    overflow: hidden;
    border-bottom: 3px solid #305373;
    margin-bottom: 0px;
}

    .groups .group-detail .option-menu a {
        float: right;
    }

        .groups .group-detail .option-menu a.nav2 {
            float: left;
        }

        .groups .group-detail .option-menu A:link,
        .groups .group-detail .option-menu A:active,
        .groups .group-detail .option-menu A:visited {
            margin: 0px 0px 0px 2px;
            float: right;
        }

        .groups .group-detail .option-menu A.nav2:link,
        .groups .group-detail .option-menu A.nav2:active,
        .groups .group-detail .option-menu A.nav2:visited {
            margin: 0px 2px 0px 0px;
            float: left;
        }

.group-view .group-left-section {
    float: left;
    width: 630px;
    margin-right: 10px
}

.group-view .groups .group .group-right .info {
    float: left;
    width: 440px;
}

.group-members {
    float: left;
    width: 285px;
}

    .group-members .remove-box1 {
        float: left;
        position: relative;
        margin-left: 5px
    }

    .group-members .add-box1 {
        float: left;
        position: relative;
        margin-left: 5px
    }
/*NEW 2012*/
/*
	Slideshow
*/
#Banner #slides {
    position: absolute;
    z-index: 98;
    width: calc(100% - 16px);
}

.slides_container {
    height: 287px;
    overflow: hidden;
    position: relative;
    background-color: #f8981f;
}

    .slides_container .caption {
        z-index: 500;
        position: absolute;
        left: 0;
        top: 0;
        height: 260px;
        padding: 0px 10px 0px 10px;
        width: 290px;
        line-height: 1.33;
        color: #ffffff;
        font-size: 14px;
    }

.slideshow {
    width: 359px;
    height: 287px;
    display: block;
}

.slides_container .DashedBorderBottom01 {
    border-bottom: #ffffff dashed 1px;
    padding-bottom: 10px;
}

.slides_container .btn {
    display: block;
    float: left;
    margin: 7px 0 5px 0;
}
/*
	Pagination
*/

.slides_pagination {
    position: relative;
    width: 100px;
    top: -20px;
    left: 10px;
    z-index: 100;
}

    .slides_pagination li {
        float: left;
        list-style: none;
    }

        .slides_pagination li a {
            display: block;
            width: 12px;
            height: 0;
            padding-top: 12px;
            background-image: url(images/topbanner/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .slides_pagination li.current a {
            background-position: 0 -12px;
        }
.MtExpHead {
    font-family: "Lucida Sans Unicode", "Lucida Grande";
    font-size: 24px;
    font-weight: bold;
    color: #026598;
    text-align: center;
}

.Lqahd {
    font-size: 14px;
    font-weight: bold;
    color: #2f4d8d;
    width: 80%;
}

.Lqad {
    line-height: 22px;
    overflow: hidden;
    height: 22px;
}

.ajaxform1 div.row {
    line-height: 24px;
    vertical-align: middle;
    margin: 0;
}

.ajaxform1 .button, .ajaxform1 input, .ajaxform1 select, .ajaxform1 textarea {
    line-height: normal
}

table.aboutus {
    line-height: 16px;
    padding: 0 15px
}

    table.aboutus p, table.aboutus ul {
        padding-top: 10px;
    }

    table.aboutus h2 {
        padding-top: 20px;
    }

.plans-div {
    height: 410px;
    margin-bottom: 60px;
}

    .plans-div .plan-1, .plans-div .plan-2, .plans-div .plan-3, .plans-div .plan-4 {
        float: left;
        width: 224px;
        margin-left: 10px
    }

    .plans-div .plan-content {
        border: 1px solid #d9d9d9;
        overflow: hidden;
        min-height: 310px;
        background-color: #fcf7f5
    }

    .plans-div .plan-details {
        min-height: 200px;
    }

    .plans-div .plan-1 .plan-info {
        background: url(../images/price-plan-red.png) no-repeat 0 0 #fcf7f5;
        height: 185px
    }

    .plans-div .plan-2 .plan-info {
        background: url(../images/price-plan-orange-b.png) no-repeat 0 0 #fcf7f5;
        height: 218px
    }

    .plans-div .plan-3 .plan-info {
        background: url(../images/price-plan-green-b.png) no-repeat 0 0 #fcf7f5;
        height: 218px
    }

    .plans-div .plan-4 .plan-info {
        background: url(../images/price-plan-orange.png) no-repeat 0 0 #fcf7f5;
        height: 185px
    }

    .plans-div .plan-pretext {
        height: 80px;
        text-align: center;
        font-family: MuseoSans-700;
        font-size: 18px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65)
    }

    .plans-div .plan-pretext2 {
        height: 100px;
        text-align: center;
        font-family: MuseoSans-700;
        font-size: 18px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65)
    }

    .plans-div .plan-deal {
        margin-top: 15px;
        text-transform: uppercase;
        font-family: MuseoSans-700;
        font-size: 14px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65)
    }

    .plans-div .plan-discount {
        margin-top: -14px;
        text-transform: uppercase;
        font-family: MuseoSans-700;
        font-size: 11px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65)
    }

    .plans-div .plan-info {
        color: #fff;
        text-align: center
    }

        .plans-div .plan-info .plan-title {
            line-height: 40px;
            text-transform: uppercase;
            font-family: MuseoSans-700;
            font-size: 18px;
            text-shadow: 0 2px 3px rgba(51,19,3,0.65)
        }

    .plans-div .plan-price {
        font-family: MuseoSans-700;
        font-size: 45px;
        line-height: 72px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65);
        margin-left: 30px
    }

    .plans-div .plan-price-earlier {
        font-family: MuseoSans-700;
        font-size: 45px;
        line-height: 58px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65);
        margin-left: 30px;
    }

    .plans-div .plan-price-cross {
        font-size: 50px;
        line-height: 50px;
        margin-top: -64px;
        color: red;
        margin-right: 22px
    }

    .plans-div .dollar {
        position: relative;
        top: -18px;
        margin-left: -12px;
        font-family: MuseoSans-500;
        font-size: 18px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65)
    }

    .plans-div .cents {
        position: relative;
        top: -18px;
        margin-left: 0px;
        font-family: MuseoSans-500;
        font-size: 18px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65);
        text-decoration: underline
    }

    .plans-div .plan-deal .dollar {
        position: relative;
        top: -3px;
        margin-left: -4px;
        margin-right: -2px;
        font-family: MuseoSans-500;
        font-size: 10px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65)
    }

    .plans-div .plan-deal .cents {
        position: relative;
        top: -3px;
        margin-left: -1px;
        margin-right: -2px;
        font-family: MuseoSans-500;
        font-size: 10px;
        text-shadow: 0 2px 3px rgba(51,19,3,0.65);
        text-decoration: underline
    }

    .plans-div .plan-deal .mo {
        text-transform: lowercase;
        padding: 0
    }

    .plans-div .plan-details .dollar {
        position: relative;
        top: -2px;
        margin-left: -4px;
        margin-right: -3px;
        font-size: 10px;
        text-shadow: none
    }

    .plans-div .plan-details .cents {
        position: relative;
        top: -3px;
        margin-left: -3px;
        margin-right: -2px;
        font-size: 10px;
        text-shadow: none;
        text-decoration: underline
    }

.promo .dollar {
    position: relative;
    top: -2px;
    margin-left: -4px;
    margin-right: -3px;
    font-size: 10px;
    text-shadow: none
}

.promo .cents {
    position: relative;
    top: -3px;
    margin-left: -3px;
    margin-right: -2px;
    font-size: 10px;
    text-shadow: none;
    text-decoration: underline
}

.plans-div .month {
    position: relative;
    font-family: MuseoSans-300;
    font-size: 16px
}

.plans-div .button {
    width: 133px;
    margin-left: 29px;
    margin-top: 20px;
    font-family: MuseoSans-700;
    color: rgb(104, 98, 94);
    font-size: 14px;
    text-shadow: 0px 0px 2px rgba(239, 237, 236, 0.75);
    line-height: 35px;
    padding-top: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(189, 179, 177);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 1px rgb(239, 239, 239);
    background-image: linear-gradient(to bottom, rgb(241, 238, 237), rgb(234, 230, 229))
}

    .plans-div .button a {
        text-decoration: none
    }

.plans-div a.button {
    display: block;
}

.plans-div a.plan-selected {
    background-image: linear-gradient(rgb(121, 118, 137), rgb(234, 230, 229))
}

.plans-div .plan-details {
    color: #6b5f56;
    background-color: #fcf7f5
}

    .plans-div .plan-details .row-odd, .plans-div .plan-details .row-even {
        line-height: 18px;
        padding: 10px 0 10px 10px
    }

    .plans-div .plan-details .row-odd1 {
        background-color: #fafafa
    }

.plans-div .mt5n {
    margin-top: -5px
}

.plans-div .mh1 {
    min-height: 330px
}

.tabledata td {
    padding: 2px
}

.tabledata th {
    padding: 2px
}

.tabledata.padd4 td, .tabledata.padd4 th {
    padding: 4px
}

.tabledata label {
    font-weight: normal;
}

.chkSelected label {
    font-weight: bold;
    color: red;
}

#small-notice {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

    #small-notice .badge {
        background-color: #d9534f;
        position: absolute;
        bottom: -19px;
        right: 0;
    }

a.open-small-notice {
    height: 48px;
    width: 48px;
    display: block;
    position:relative;
    right:10px;
    bottom: 5px;
    background: #026598;
    padding: 6px 6px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    border: 1px solid #026598 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a.open-small-notice:focus, a.open-small-notice:hover {
        background-color: #fff;
        color: #026598 !important;
    }

.small-notice-box {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 95px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e7eaec;
    width: 230px;
    max-height: 320px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .small-notice-box.active {
        display: block;
    }

.small-notice-box-wrapper {
    overflow: auto;
    width: auto;
    max-height: 320px;
}

    .small-notice-box-wrapper > div {
        padding: 4px;
    }

.small-notice-box .groups .group-headings {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.small-notice-box .groups .group {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.small-notice-box .heading {
    background: #2f4050;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

    .small-notice-box .heading a {
        color: #fff;
        text-decoration: underline;
    }

.small-notice-box #NFilingCabinet {
    text-align: center;
}

.sep-list {
    margin-top: 2px;
    border-bottom: 2px dotted #000000;
    line-height: 9px !important
}

.sep-list-blue {
    border-bottom-color: #1c5180
}

.sep-sub-list {
    padding: 2px 5px 1px 0;
    background: #fff none repeat scroll 0% 0%
}

.s-w {
    padding-bottom: 10px;
}

    .s-w > b {
        padding-bottom: 10px;
    }

.s-inn.g {
    background: url(/images/flag-green.png) 0px center no-repeat;
    line-height: 30px;
    padding-left: 30px;
}

.s-inn.y {
    background: url(/images/flag-yellow.png) 0px center no-repeat;
    line-height: 30px;
    padding-left: 30px;
}

.s-inn.o {
    background: url(/images/flag-orange.png) 0px center no-repeat;
    line-height: 30px;
    padding-left: 30px;
}

.s-inn.r {
    background: url(/images/flag-red.png) 0px center no-repeat;
    line-height: 30px;
    padding-left: 30px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.dataTables_info {
    clear: both
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: #fff;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 12px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

.RB {
    font-size: 14px;
}

    .RB .box {
        float: left;
        margin: 60px;
        position: relative;
        width: 170px;
        height: 170px;
        font-size: 22px;
        padding: 20px;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        box-shadow: 0 -4px 2px -2px rgba(0,0,0,0.4);
        vertical-align: middle;
        text-align: center;
        border-radius: 6px;
        background: #87e0fd;
        background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0));
        background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
        background: -o-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
        background: -ms-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
        background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

        .RB .box:hover {
            box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
            transform: scale(1.06, 1.06);
            -webkit-transform: scale(1.06, 1.06);
            -moz-transform: scale(1.06, 1.06);
            -o-transform: scale(1.06, 1.06);
            -ms-transform: scale(1.06, 1.06);
        }

        .RB .box.redbox {
            background: rgb(255,48,25);
            background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
            background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
            background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
            background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
            background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
        }

        .RB .box.bluebox {
            background: rgb(56,61,201);
            background: -moz-linear-gradient(top, rgba(56,61,201,1) 0%, rgba(29,39,104,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,61,201,1)), color-stop(100%,rgba(29,39,104,1)));
            background: -webkit-linear-gradient(top, rgba(56,61,201,1) 0%,rgba(29,39,104,1) 100%);
            background: -o-linear-gradient(top, rgba(56,61,201,1) 0%,rgba(29,39,104,1) 100%);
            background: -ms-linear-gradient(top, rgba(56,61,201,1) 0%,rgba(29,39,104,1) 100%);
            background: linear-gradient(to bottom, rgba(56,61,201,1) 0%,rgba(29,39,104,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383dc9', endColorstr='#1d2768',GradientType=0 );
        }

        .RB .box.greenbox {
            background: rgb(201,222,150);
            background: -moz-linear-gradient(top, rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1)));
            background: -webkit-linear-gradient(top, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);
            background: -o-linear-gradient(top, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);
            background: -ms-linear-gradient(top, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);
            background: linear-gradient(to bottom, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
        }

            .RB .box.redbox.ico, .RB .box.bluebox.ico, .RB .box.greenbox.ico {
                margin: 2px;
                width: 8px;
                height: 8px;
                padding: 8px;
            }

        .RB .box a {
            width: 130px;
            height: 130px;
            position: relative;
            color: #fff;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            text-decoration: none;
        }

        .RB .box .tick {
            background-image: url(/images/tick-round.png);
            position: absolute;
            right: -16px;
            top: -16px;
            cursor: pointer;
            height: 32px;
            width: 32px;
        }

        .RB .box .icon {
            background: transparent url(/images/screeners/resilience/icon.png) center center no-repeat;
            position: absolute;
            top: -50px;
            height: 75px;
            width: 130px;
        }

        .RB .box .go {
            position: relative;
            bottom: 24px;
        }

        .RB .box.redbox .go input {
            border-color: #fff;
            background: none;
        }

        .RB .box.bluebox .go input {
            border-color: #fff;
            background: none;
        }

        .RB .box.greenbox .go input {
            border-color: #fff;
            background: none;
        }

    .RB .navigate {
        float: left;
        margin: 80px -65px 0;
        background: url(/images/navigate-right.png) center center no-repeat;
        height: 130px;
        width: 130px;
    }

    .RB #topnav li, .RB #bottomnav li {
        margin: 0;
    }

    .RB #leftnav {
        float: left;
        width: 200px;
    }

        .RB #leftnav .rbmenu {
            margin-left: 7px;
            width: 183px;
            padding: 0;
        }

        .RB #leftnav h3 {
            height: 48px !important;
            line-height: 30px !important;
            padding-top: 10px !important;
            width: 190px;
            background: url(/images/screeners/resilience/relatedlinks.png) no-repeat;
            text-align: center !important;
            clear: both;
            z-index: -999;
        }

    .RB .hnav ul {
        list-style: none;
    }

RB #leftnav ul {
    list-style: none;
}

.RB .hnav ul.rbmenu1 li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
}

.RB .hnav .rbmenu2 li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
}

.RB #leftnav ul li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-align: left !important;
    border-top: .2em solid #ffd380;
}

.RB .hnav .rbmenu1 li a {
    color: #333;
    display: block;
    background-color: #fff4e0;
    font-weight: normal;
    padding: 15px 42px;
    border-top: .2em solid #ffd380;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.RB .hnav .rbmenu2 li a {
    color: #333;
    display: block;
    font-weight: normal;
    padding: 15px 42px;
}

.RB #leftnav li a {
    color: #333;
    font: 1em Arial, Helvetica, sans-serif;
    display: block;
    background-color: #fff4e0;
    font-weight: normal;
    padding: 15px 5% 10px 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .RB .hnav li a.strategy, .RB #leftnav li a.strategy {
        background: url(/images/screeners/resilience/strategy.png) left top no-repeat #fff4e0;
    }

    .RB .hnav li a.tools, .RB #leftnav li a.tools {
        background: url(/images/screeners/resilience/tools.png) left top no-repeat #fff4e0;
    }

    .RB .hnav li a.library, .RB #leftnav li a.library {
        background: url(/images/screeners/resilience/library.png) left top no-repeat #fff4e0;
    }

    .RB .hnav li a.video, .RB #leftnav li a.video {
        background: url(/images/screeners/resilience/video.png) left top no-repeat #fff4e0;
    }

    .RB .hnav li a.resources, .RB #leftnav li a.resources {
        background: url(/images/screeners/resilience/resources.png) left top no-repeat #fff4e0;
    }

    .RB .hnav li a.mspa, .RB #leftnav li a.mspa {
        background: url(/images/screeners/resilience/mindspa.png) left top no-repeat #fff4e0;
    }

    .RB .hnav li a.webinars, .RB #leftnav li a.webinars {
        background: url(/images/screeners/resilience/webinars.png) left top no-repeat #fff4e0;
    }

.RB .hnav .rbmenu1 li a:hover {
    border-top: .2em solid #e4b55d;
    background-position: left -48px;
    background-color: #fff4d0;
}

.RB #leftnav li a:hover {
    background-position: left -48px;
    background-color: #fff4d0;
}

.RB #leftnav ul li ul {
    padding-left: 0 !important;
}
.RB #leftnav li ul li a {
    padding-left: 60px;
    font-style: italic;
    background-color: #fbf6f6;
}



.RB .scaleEffect {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .RB .scaleEffect:hover {
        transform: scale(1.06, 1.06);
        -webkit-transform: scale(1.06, 1.06);
        -moz-transform: scale(1.06, 1.06);
        -o-transform: scale(1.06, 1.06);
        -ms-transform: scale(1.06, 1.06);
    }

#webinar_trigger {
    position: fixed;
    top: 50%;
    margin-top: -50px;
    margin-left: 0;
    right: 0;
    z-index: 2001;
    cursor: pointer;
    margin-right: 168px;
    float: left;
}

    #webinar_trigger.webinar_trigger_closed {
        margin-right: 0px;
    }

.webinar_trigger_text {
    right: -30px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    letter-spacing: 2px;
    font-size: 17px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: none;
    background-color: #f8981f;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    border: solid 1px #f8981f;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: dashed 1px #fff;
}

    .webinar_trigger_text:hover {
        background-color: #f8641f;
    }

#webinar_content {
    position: fixed;
    top: 50%;
    margin-top: -84px;
    right: 0;
    z-index: 2001;
    width: 160px;
    min-height: 160px;
    background-color: #f8981f;
    float: left;
    color: #fff;
    border: solid 1px #f8981f;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.webinar_content_closed {
    margin-right: -162px;
}

.webinar_trigger_text.webinar_content_closed {
    border-top: none;
}

#webinar_content, #webinar_trigger, .webinar_trigger_text {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.btn-details {
    background: url(../images/details.png);
    width: 159px;
    height: 46px;
    display: block;
}

    .btn-details.small {
        background: url(../images/details_r_s.png);
        width: 79px;
        height: 23px;
        display: block;
    }

.mindspa {
    position: relative;
    width: 748px;
    margin: auto;
}

    .mindspa-logo {
        width: 215px;
        height: 83px;
        background-image: url(/images/mindspa/logo.png);
        margin-bottom: 10px;
    }

    .mindspa .header {
        background-image: url(/images/mindspa/header.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        width: 748px;
        height: 157px;
    }

    .mindspa .headercontent {
        padding-top: 40px;
        padding-right: 120px;
        padding-left: 330px;
        font-size: 16px;
        color: #000000;
        line-height: 22px;
        font-weight: normal;
    }

    .mindspa .content {
        float: left;
        width: 732px;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    .mindspa .hdself {
        background-image: url(/images/mindspa/hd_self_soothing.jpg);
        background-repeat: no-repeat;
        height: 35px;
        width: 358px;
        background-position: bottom;
        float: left;
    }

    .mindspa .hdguided {
        background-image: url(/images/mindspa/hd_guided_imagery.jpg);
        background-repeat: no-repeat;
        height: 35px;
        width: 358px;
        background-position: bottom;
        float: left;
    }

    .mindspa .gboxbot {
        float: left;
        background-image: url(/images/mindspa/green_box_bot.jpg);
        background-repeat: no-repeat;
        height: 7px;
        width: 358px;
    }

    .mindspa .gboxbg {
        background-image: url(/images/mindspa/green_box_bg.jpg);
        background-repeat: repeat-y;
        width: 358px;
        background-position: top;
        float: left;
        min-height: 140px;
    }

    .mindspa ul.box1 {
        list-style-image: url(/images/mindspa/arrow.png);
        width: 80%;
        margin-top: 10px;
        float: left;
    }

        .mindspa ul.box1 li {
            border-bottom-width: 1px;
            border-bottom-style: dotted;
            border-bottom-color: #000000;
            margin-bottom: 5px;
        }

            .mindspa ul.box1 li a {
                color: #000000;
                text-decoration: none;
            }

    .mindspa box2 a:before {
        content: url(/images/mindspa/arrow1.png);
    }

    .mindspa .box2 a {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000000;
        text-decoration: none;
    }

    .mindspa #hdoffsite {
        background-image: url(/images/mindspa/hd_offsite_resources.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        margin-top: 30px;
        float: left;
        width: 745px;
        height: 40px;
    }

    .mindspa #hdambendedmusic {
        background-image: url(/images/mindspa/hd_ambient_music.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        margin-top: 30px;
        float: left;
        width: 745px;
        height: 40px;
    }


.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    line-height: 1.6;
}

.RadDataPager_Vista {
    border: none !important;
    background: none !important;
}
.button-blue, .button-blue:link, .button-blue:visited {
    font-family: 'Segoe UI','Lucida Grande','Lucida Sans','Lucida Sans Unicode','Verdana','Arial';
    background: #4cb7e1 url('../images/btns.png') repeat-x 0 0;
    border: solid 1px #089ed6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #FFF;
    font-weight: bold;
    padding: 4px 15px 5px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer
}

    .button-blue:hover {
        background: #068ccc url('../images/btns.png') repeat-x 0 -50px;
        text-decoration: none
    }

    .button-blue:active {
        background: #14b8e2 url('../images/btns.png') repeat-x 0 -100px;
        text-decoration: none
    }

.button-small, .button-small:link, .button-small:visited {
    font-family: 'Segoe UI','Lucida Grande','Lucida Sans','Lucida Sans Unicode','Verdana','Arial';
    background: #4cb7e1 url('../images/btns-s.png') repeat-x 0 0;
    border: solid 1px #5f992e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    padding: 1px 12px 2px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer
}

.button-small-green, .button-small-green:link, .button-small-green:visited {
    background: #14b8e2 url('../images/btns-s.png') repeat-x 0 -105px;
    text-decoration: none
}

    .button-small-green:hover {
        background: #068ccc url('../images/btns-s.png') repeat-x 0 -175px;
        text-decoration: none
    }

    .button-small-green:active {
        background: #14b8e2 url('../images/btns-s.png') repeat-x 0 -140px;
        text-decoration: none
    }
.navbar-brand-logo{max-width:12rem}

@media (max-width: 1199.98px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    #FooterRight .FooterCol01 {
        width: 24%;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand-logo {
        max-width: 10rem
    }
    .navbar .navbar-nav .nav-link {
        padding: .75rem 0.4rem
    }
    #FooterRight .FooterCol01:nth-child(5) {
        clear: left;
    }
}

@media (min-width: 992px) {

    #BannerRightBottomWrapper {
        margin-top: 10px;
    }

    .RB #maincontent {
        float: left;
        width: 780px;
    }

    .mindspa .content {
        width: 748px;
    }

    .scoreResults h1 .scoreRange2, .scoreResults h2 .scoreRange2 {
        float: right;
    }
    .ForumsBox .QuesDepressionPreScreen {
        width: 80%;
        height: 30px;
    }

    .ForumsBox .QuesDepressionPreScreenAlt {
        width: 80%;
        height: 30px;
    }

    .ForumsBox .AnsDepressionScreenCombo {
        width: 20%;
        height: 30px;
    }

    .ForumsBox .AnsDepressionScreenComboAlt {
        width: 20%;
        height: 30px;
    }
}

@media (max-width: 991.98px) {

    .navbar-topbar2.non-logged .navbar-nav {
        justify-content: flex-end;
        margin-left: auto;
        align-items: flex-end;
        padding: 1rem 0;
    }

    #BannerRightTopWrapper {
        margin-top: 20px;
    }

    #BannerRightBottomWrapper {
        margin-top: 20px;
    }

    .loginBox .innerform .form .row .col-6 {
        margin-bottom: 5px;
    }

    #FooterRight .FooterCol01 {
        width: 49%;
        padding: 0;
    }

        #FooterRight .FooterCol01:nth-child(n+3) h2 {
            margin-top: 10px;
        }

        #FooterRight .FooterCol01:nth-child(3) {
            clear: left;
        }

        #FooterRight .FooterCol01:nth-child(5) {
            clear: left;
        }

        #FooterRight .FooterCol01:nth-child(7) {
            clear: left;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .RB #maincontent {
        float: left;
        width: 520px;
    }
    .ForumsBox .QuesDepressionPreScreen {
        width: 70%;
        height: 50px;
    }

    .ForumsBox .QuesDepressionPreScreenAlt {
        width: 70%;
        height: 50px;
    }

    .ForumsBox .AnsDepressionScreenCombo {
        width: 30%;
        height: 50px;
    }

    .ForumsBox .AnsDepressionScreenComboAlt {
        width: 30%;
        height: 50px;
    }
}


@media (min-width: 768px) {
    .ForumsBox .AC2 {
        margin-left: 5px;
    }

    .ForumsBox .QuesDrugPreScreen {
        float: left;
        width: 68%;
        overflow: auto;
    }

    .ForumsBox .QuesDrugPreScreenAlt {
        float: left;
        width: 68%;
    }

    .ForumsBox .QuesDrugPreScreenC {
        float: left;
        width: 20%;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsDrugPreScreenRadio {
        width: 16%;
    }

    .ForumsBox .AnsDrugPreScreenRadioAlt {
        width: 16%;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsDrugPreScreenText {
        float: left;
        width: 48%;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsDrugPreScreenCombo {
        float: left;
        width: 32%;
    }

    .ForumsBox .TobQuesPreScreen {
        float: left;
        width: 20%;
        padding-top: 5px;
    }


    .ForumsBox .QuesDepressionPreScreen {
        float: left;
    }

    .ForumsBox .QuesDepressionPreScreenAlt {
        float: left;
    }

    .ForumsBox .AnsDepressionScreenCombo {
        float: left;
    }

    .ForumsBox .AnsDepressionScreenComboAlt {
        float: left;
        background-color: #f1f1f1;
    }


    .ForumsBox .QuesGamblingPreScreen {
        float: left;
        width: 50%;
        height: 60px;
    }

    .ForumsBox .QuesGamblingPreScreenAlt {
        float: left;
        width: 50%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesGamblingPreScreen1 {
        float: left;
        width: 40%;
        height: 60px;
    }

    .ForumsBox .QuesGamblingPreScreenC {
        float: left;
        width: 30%;
        height: 60px;
    }

    .ForumsBox .AnsGamblingPreScreenRadio {
        width: 10%;
        height: 60px;
    }

    .ForumsBox .AnsGamblingPreScreenRadio1, .ForumsBox .PPRadio1 {
        width: 20%;
        height: 60px;
    }

    .ForumsBox .AnsGamblingPreScreenRadio2 {
        width: 20%;
        height: 60px;
    }

    .ForumsBox .AnsGamblingPreScreenRadioAlt {
        width: 10%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsGamblingPreScreenRadioAlt1 {
        width: 20%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsGamblingPreScreenRadioAlt2 {
        width: 20%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsGamblingPreScreenRadio3 {
        width: 10%;
        height: 60px;
    }

    .ForumsBox .AnsGamblingPreScreenText {
        float: left;
        width: 20%;
        height: 60px;
    }

    .ForumsBox .QuesEatingPreScreen {
        float: left;
        width: 33%;
        height: 60px;
    }

    .ForumsBox .QuesEatingPreScreenAlt {
        float: left;
        width: 33%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsEatingPreScreenRadio {
        float: left;
        width: 11%;
        height: 60px;
    }

    .ForumsBox .AnsEatingPreScreenRadio1 {
        float: left;
        width: 12%;
        height: 60px;
    }

    .ForumsBox .AnsEatingPreScreenRadio2 {
        float: left;
        width: 12%;
        height: 60px;
    }

    .ForumsBox .AnsEatingPreScreenRadioAlt {
        float: left;
        width: 11%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsEatingPreScreenRadioAlt1 {
        float: left;
        width: 12%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .AnsEatingPreScreenRadioAlt2 {
        float: left;
        width: 12%;
        height: 60px;
        background-color: #f1f1f1;
    }

    .ForumsBox .QHLC {
        float: left;
        width: 40%;
    }

    .ForumsBox .QHLC2 {
        float: left;
        width: 160px;
    }

    .ForumsBox .QHLC3 {
        float: left;
        width: 160px;
    }

    .ForumsBox .QHLCP20 {
        float: left;
        width: 160px;
    }

    .ForumsBox .AHLCTextS {
        float: right;
        width: 430px;
    }

    .ForumsBox .QWI {
        float: left;
        width: 46%;
    }

    .ForumsBox .AWICF {
        float: left;
        width: 20%;
    }

    .ForumsBox .QPP {
        float: left;
        width: 46%;
    }

    .ForumsBox .QPPAlt {
        float: left;
        width: 46%;
    }

    .ForumsBox .QPP1 {
        float: left;
        width: 37%;
    }

    .ForumsBox .QPPAlt1 {
        float: left;
        width: 37%;
    }

    .ForumsBox .APPR {
        width: 85px;
    }

    .ForumsBox .APPR1 {
        width: 85px;
    }

    .ForumsBox .APPR2 {
        width: 180px;
    }

    .ForumsBox .APPR3 {
        width: 130px;
    }

    .ForumsBox .APPRAlt {
        width: 85px;
        background-color: #f1f1f1;
    }

    .ForumsBox .APPRAlt1 {
        width: 85px;
        background-color: #f1f1f1;
    }

    .ForumsBox .APPRAlt2 {
        width: 180px;
        background-color: #f1f1f1;
    }

    .ForumsBox .APPRAlt3 {
        width: 130px;
        background-color: #f1f1f1;
    }

    .ForumsBox .QPCQ1 {
        float: left;
        width: 40%;
    }

    .RB .box.ctr {
        left: 290px;
    }

    .FooterCol01 {
        float: left;
    }
}

@media (max-width: 767.98px) {
    .ForumsBox .AC2 {
        display: block;
        margin-top: 10px;
    }

    .ForumsBox .QuesDrugPreScreen {
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesDepressionPreScreen {
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesDepressionPreScreenAlt {
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesGamblingPreScreen {
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesGamblingPreScreenAlt {
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesEatingPreScreen {
        background-color: #f1f1f1;
    }

    .ForumsBox .QuesEatingPreScreenAlt {
        background-color: #f1f1f1;
    }

    .ForumsBox .QHLC {
        padding: 5px;
        background-color: #f1f1f1;
    }

    .ForumsBox .QHLC3 {
        float: left;
        width: 50%;
    }

    .ForumsBox .QHLCP20 {
        float: left;
        width: 50%;
    }

    .ForumsBox .AHLCF {
        float: left;
        width: 50%;
    }

    .ForumsBox .AHLCF2 {
        float: left;
        width: 50%;
    }

    .ForumsBox .AHLCF3 {
        float: left;
        width: 100%;
    }

    .ForumsBox .QWI {
        background-color: #f1f1f1;
    }

    .ForumsBox .AWIF {
        float: left;
        width: 50%;
    }

    .ForumsBox .QPP {
        background-color: #f1f1f1;
    }

    .ForumsBox .QPPAlt {
        background-color: #f1f1f1;
    }

    .ForumsBox .QPP1 {
        background-color: #f1f1f1;
    }

    .ForumsBox .QPPAlt1 {
        background-color: #f1f1f1;
    }

    .ForumsBox .APPR {
        width: 30%;
    }

    .ForumsBox .APPR1 {
        width: 30%;
    }

    .ForumsBox .APPR2 {
        width: 30%;
    }

    .ForumsBox .APPR3 {
        width: 30%;
    }

    .ForumsBox .APPRAlt {
        width: 30%;
    }

    .ForumsBox .APPRAlt1 {
        width: 30%;
    }

    .ForumsBox .APPRAlt2 {
        width: 30%;
    }

    .ForumsBox .APPRAlt3 {
        width: 30%;
    }

    .ForumsBox .QPCQ1 {
        background-color: #f1f1f1;
    }

    .mindspa {
        width: auto;
    }

        .mindspa .header {
            background-size: cover;
            width: auto;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }

        .mindspa .headercontent {
            padding-top: 20px;
            padding-right: 20px;
            padding-left: 100px;
        }

        .mindspa .content {
            float: none;
            width: auto;
            padding-left: 0;
            padding-right: 0;
        }

        .mindspa .greenboxleft {
            margin-bottom: 20px;
        }

        .mindspa .greenboxright {
            margin-bottom: 20px;
        }

        .mindspa #hdoffsite, .mindspa #hdambendedmusic {
            width: 100%;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }

        .mindspa #hdoffsite {
            margin-top: 0;
        }

        .mindspa .hdself {
            height: 29px;
            width: 245px;
            background-position: -10px top;
            float: none;
        }

        .mindspa .hdguided {
            height: 29px;
            width: 245px;
            background-position: -14px top;
            float: none;
        }

        .mindspa .gboxbot {
            display: none;
        }

        .mindspa .gboxbg {
            background: none;
            width: auto;
            float: none;
        }

        .mindspa ul.box1 {
            width: auto;
            float: none;
        }

    .dataTables_info {
        clear: both
    }

    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }

    .RB #maincontent {
        clear: both;
    }

    #FooterRight .FooterCol01 {
        width: auto;
        padding: 0;
    }

        #FooterRight .FooterCol01 h2 {
            margin-top: 10px;
        }
}

@media (min-width: 600px) (max-width: 767.98px) {
}

@media (max-width: 600px) {
}

@media (min-width: 600px) {
    #cenredbox .column {
        float: left;
        width: 280px;
    }

    #cenredbox .boxcontent {
        float: right;
        width: 180px;
    }
}



@media (min-width: 576px) {
}

@media (max-width: 575.98px) {
    .ForumsBox .APPR {
        width: 50%;
    }

    .ForumsBox .APPR1 {
        width: 50%;
    }

    .ForumsBox .APPR2 {
        width: 50%;
    }

    .ForumsBox .APPR3 {
        width: 50%;
    }

    .ForumsBox .APPRAlt {
        width: 50%;
    }

    .ForumsBox .APPRAlt1 {
        width: 50%;
    }

    .ForumsBox .APPRAlt2 {
        width: 50%;
    }

    .ForumsBox .APPRAlt3 {
        width: 50%;
    }

    .mindspa .headercontent {
        padding-left: 20px;
    }
}

@media (min-width: 360px) {
    .txtPhone2 {
        width: 80px !important;
        display: inline-block !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 359.98px) {
    .txtPhone2 {
        width: 31% !important;
        display: inline-block !important;
        margin-bottom: 5px;
    }
}
