﻿.emergancy-banner {
    TEXT-ALIGN: center;
    BACKGROUND: yellow;
    color: firebrick;
    font-weight: bolder;
    font-size: 20px;
}

#header.style-alt .top-nav,
.header-section .login-nav,
#nav ul,
.language-list,
.language-list-v2,
.populations-block ul,
.quiz-block ol,
.quiz-block ol .radio-list,
.benefits-form .check-list,
.faqs ol,
.tabset-block .nav-tabs,
.article ul,
.enroll-form .paging-block nav ul,
.enroll-form .radio-list,
.enroll-form .check-list,
.share-this ul,
.content-text .steps ol,
.content-section .block1 ul,
.sub-nav > .panel ul,
.share-block .social-networks,
.follow-block ul,
.content-blocks .block .plan-list,
.content-blocks .block .quit-list,
.forum-section .forum-list,
.forum-comments .comment .likes,
.side-nav,
.hooked-quiz .radio-list,
.add-support ol,
.info-area .info-desc ol,
.footer-nav ul,
.footer-block .footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    .header-t:after,
    #nav ul:after,
    .populations-block ul:after,
    .news-block .news-post:after,
    .top-story:after,
    .quiz-block ol > li:after,
    .quiz-result .text-block .wrap:after,
    .benefits-block .message-block:after,
    .smoking-calculator:after,
    .sample-form:after,
    .sample-form .form-row:after,
    .enroll-form .paging-block:after,
    .enroll-form .form-row:after,
    .banner-block .decide-form .btn-wrap:after,
    .content-section:after,
    .content-content .three-cols:after,
    .content-content .five-cols:after,
    .content-blocks:after,
    .forum-section:after,
    .forum-section .forum-list:after,
    .pro-cons:after,
    .quit-block:after,
    .support-block:after,
    .summary-block:after,
    .add-support .opt-info:after,
    .nrt-block:after,
    .info-area .info-top:after,
    .footer-nav:after,
    .footer-block .list-wrap:after,
    .atRequired {
        content: "";
        display: block;
        clear: both;
    }

.atRequired {
    font-size: 14px;
    line-height: 24px;
}

.btn-holder {
    margin-bottom: 20px;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    height: auto;
}

body {
    min-width: 320px;
    height: 100%;
}

.height-509 {
    height: 509px;
}

.floatRightTopBottom {
    float: right;
    margin-left: 35px;
    width: 250px;
}

.floatRightCssTop {
    float: right;
    padding: 8px 20px 8px 10px;
    width: 299px
}

.floatRightCssBottom {
    float: right;
    padding: 8px 10px;
    width: 299px
}

.pCSS {}

.text-align-Right-floatCSS {
    text-align: right;
}

.floatLeftTopBottom {
    float: left;
    width: 250px;
    margin-left: 35px;
}

.floatLeftCssTop {
    float: left;
    padding: 8px 20px 8px 10px;
    width: 299px
}

.floatLeftCssBottom {
    float: left;
    padding: 8px 10px;
    width: 299px
}

.text-align-left-floatCSS {
    text-align: left;
}

.floatTopBottom {
    float: right;
    margin-left: 35px;
    width: 250px;
}

.floatCssTop {
    float: right;
    padding: 8px 20px 8px 10px;
    width: 299px
}

.floatCssBottom {
    float: right;
    padding: 8px 10px;
    width: 299px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a:focus,
a:active,
.btn:focus,
.btn:focus,
img:focus {
    outline: 3px solid lightblue; 
    text-decoration: none;
    border-color: transparent;
    /*background-color: lightblue;*/
}


a[href^=tel],
a[href^=skype],
a[href^=sms] {
    color: #2c2c2c;
    text-transform: uppercase;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */ .bootstrap-datetimepicker-widget {
    list-style: none
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em
    }

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens"
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month"
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month"
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eee
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer
            }

        .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
            color: #777
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0,0,0,0.2);
                position: absolute;
                bottom: 4px;
                right: 4px
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eee
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777;
                cursor: not-allowed
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

i.passToggler.passToggler.passToggler.passToggler.passToggler.passToggler.passToggler.passToggler {
    margin-left: -50px;
    padding: 13px;
    z-index: 1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    display: none;
    content: '';
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    display: none;
    content: '';
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    display: none;
    content: '';
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    display: none;
    content: '';
}

.input-group.date, .input-group.pass {
    position: relative;
}

.input-group-addon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%);
}

.reason-form.form-validation {
    overflow: visible;
}

.bootstrap-datetimepicker-widget {
    background: #FFF;
    border: 1px solid #CCC;
}

.stButton .chicklets {
    font-size: 11px !important;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: table;
    height: 100%;
    table-layout: fixed;
}

#wrapper .w1 {
    display: table-cell;
    overflow: hidden;
}

#wrapper {
    transition: 0.35s ease;
    right: 0px;
}

#wrapper.mobileMenuOpen {
    right: 230px;
}

.top-info {
    display: none;
    background: #eee;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 17px;
    color: #2c2c2c;
    position: fixed;
    width: 100%;
    z-index: 100;
}

    .top-info p {
        margin: 0;
    }

    .top-info b {
        font-weight: 600;
    }

.btn {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twitter {
    color: #2c2c2c;
    margin: 0 5px 0 0;
}

    .twitter:hover {
        text-decoration: none;
    }

        .twitter:hover span {
            border-bottom: 0;
            color: #2c2c2c;
        }

    .twitter span {
        border-bottom: 2px solid #fac574;
    }

.content-text .twitter:after {
    content: "\e902";
    width: 16px;
    height: 16px;
    background: #5ea9dd;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
    overflow: hidden;
    margin: 0 0 0 5px;
    text-align: center;
    font-size: 11px;
    padding: 3px 0;
}

#header {
    padding: 13px 14px 10px;
    background: #eee;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    margin-top: 56px;
}

    #header.style-alt {
        padding: 17px 14px 0;
    }

        #header.style-alt:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 17px;
            background: url(images/header-bg.png);
            z-index: 99;
        }

        #header.style-alt .top-wrap {
            background: #fff;
            position: relative;
            padding: 17px 0 16px;
            z-index: 1;
            margin: 0 0 13px;
        }

            #header.style-alt .top-wrap:before {
                content: "";
                position: absolute;
                background: #fff;
                top: 0;
                bottom: 0;
                left: -9999px;
                right: -9999px;
                z-index: -1;
            }

        #header.style-alt .top-nav {
            font-size: 13px;
            line-height: 16px;
            font-weight: 600;
        }

            #header.style-alt .top-nav li {
                display: inline-block;
                vertical-align: top;
                position: relative;
            }

                #header.style-alt .top-nav li + li {
                    margin: 0 0 0 19px;
                }

                    #header.style-alt .top-nav li + li:before {
                        content: "";
                        width: 2px;
                        height: 12px;
                        background: #e9e9e9;
                        position: absolute;
                        top: 50%;
                        left: -13px;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

        #header.style-alt .nav-opener {
            width: 23px;
            height: 14px;
            top: 50%;
            right: 6px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
        }

            #header.style-alt .nav-opener:hover {
                opacity: .7;
            }

.nav-active #header.style-alt .nav-opener span {
    opacity: 0;
}

.nav-active #header.style-alt .nav-opener:before,
.nav-active #header.style-alt .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
}

.nav-active #header.style-alt .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header.style-alt .nav-opener span,
#header.style-alt .nav-opener:before,
#header.style-alt .nav-opener:after {
    background: #0054db;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#header.style-alt .nav-opener:before,
#header.style-alt .nav-opener:after {
    content: "";
    top: 0;
    margin: 0;
}

#header.style-alt .nav-opener:after {
    top: auto;
    bottom: 0;
    margin: 0;
}

#header.style-alt .logo {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

#header .nav-opener {
    width: 38px;
    height: 38px;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 27px;
    z-index: 9;
    border-radius: 3px;
}

    #header .nav-opener:hover {
        opacity: .9;
    }

.nav-active #header .nav-opener span {
    opacity: 0;
}

.nav-active #header .nav-opener:before,
.nav-active #header .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.nav-active #header .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header .nav-opener span,
#header .nav-opener:before,
#header .nav-opener:after {
    background: #171717;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#header .nav-opener:before,
#header .nav-opener:after {
    content: "";
    top: 36%;
}

#header .nav-opener:after {
    top: 64%;
}

#header .logo {
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin: 0 0 8px;
    padding: 0 0 13px;
}

    #header .logo a {
        display: inline-block;
        vertical-align: top;
        width: 137px;
    }

    .header-section {
    }

    .header-section .login-nav {
        text-align: right;
        margin: 0;
        font-size: 11px;
        line-height: 18px;
        font-weight: 600;
        min-height: 54px;
    }

    .header-section .login-nav .icon-cart{
        padding-right: 5px;
    }

    .header-section .order-block {
        border-top: 2px solid #dadada;
        font-size: 11px;
        line-height: 14px;
        padding: 10px 0;
        width: 100%;
    }

    .header-section .order-block a {
        position: relative;
        padding: 0;
    }

    .header-section .icon-cart {
        margin-right: 6px;
    }

    .header-section .order-block a .icon-cart {
        color: #231f20;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
    }

#nav {
    position: fixed;
    top: 0;
    right: -230px;
    width: 230px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    visibility: hidden;
    height: 100vh;
    overflow: auto;
    background: #000;
    padding: 13px 15px 0;
}

.nav-active #nav {
    visibility: visible;
    right: 0;
}

.resize-active #nav {
    -webkit-transition: none;
    transition: none;
}

.agreement-small {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

#nav ul {
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    border-top: 2px solid rgba(255, 255, 255, .2);
}

.resize-active #nav ul {
    -webkit-transition: none;
    transition: none;
}

#nav ul > li {
    margin: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    position: relative;
}

    #nav ul > li + li.active:before {
        content: none;
    }

    #nav ul > li.active > a {
        position: relative;
        z-index: 2;
    }

    #nav ul > li.open {
        /*position: absolute;*/
        border-bottom: 0;
    }

    #nav ul > li > .drop {
        background: #2c2a2b;
        margin: 0 -15px;
        padding: 9px 15px 0;
        border-top: 0;
        font-weight: normal;
        display: none;
    }

        #nav ul > li > .drop > li {
            border-bottom: 0;
        }

            #nav ul > li > .drop > li + li {
                border-top: 2px solid rgba(0, 0, 0, .2);
            }

.nav-active #nav ul > li > .drop > li.open > .drop-level {
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
}

#nav ul > li > .drop > li > .drop-level {
    position: fixed;
    width: 230px;
    right: -230px;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
    background: #000;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    padding: 20px 15px 0;
    z-index: 99;
    visibility: visible;
    opacity: 1;
}

    #nav ul > li > .drop > li > .drop-level .back-btn {
        font-weight: bold;
        border-top: 2px solid rgba(255, 255, 255, .2);
        padding: 8px 10px 8px 20px;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

        #nav ul > li > .drop > li > .drop-level .back-btn:before {
            content: "\e908";
            right: 14px;
            position: relative;
            font-family: "icomoon" !important;
        }

        #nav ul > li > .drop > li > .drop-level .back-btn:hover {
            opacity: .8;
        }

    #nav ul > li > .drop > li > .drop-level li.open {
        border-bottom: 2px solid rgba(255, 255, 255, .2);
    }

.nav-active #nav ul > li > .drop > li > .drop-level li.open > .drop-level {
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
}

#nav ul > li > .drop > li > .drop-level li .drop-level {
    position: fixed;
    width: 230px;
    right: -230px;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
    background: #000;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    padding: 20px 15px 0;
    z-index: 99;
    visibility: visible;
    opacity: 1;
}

#nav ul a:hover {
    text-decoration: none;
}

#nav ul > li + li {
    position: relative;
}

.subLevelGroup {
    position: absolute;
    background: chocolate;
    border: black solid;
    width: fit-content;
}

.nav-holder {
    position: static !important;
}

.heading-block .btn-health-care {
    display: none;
}

.language-list {
    text-align: right;
}

    .language-list li {
        display: inline-block;
        vertical-align: top;
    }

        .language-list li + li {
            position: relative;
            margin: 0 0 0 10px;
        }

            .language-list li + li:before {
                content: "";
                position: absolute;
                left: -7px;
                background: #c7c7c7;
                top: 3px;
                height: 10px;
                width: 1px;
            }

        .language-list li.active a {
            color: #2c2c2c;
            text-decoration: none;
            pointer-events: none;
            display: inline-block;
            vertical-align: top;
        }

        .language-list li a {
            -webkit-transition: color .3s linear;
            transition: color .3s linear;
        }

            .language-list li a:hover {
                text-decoration: underline;
            }

.greeting-text {
    display: block;
    text-align: left;
    padding: 0 0 0 18px;
    margin-bottom: 8px;
}

#main {
    width: 100%;
}

.main-wrap {
    position: relative;
    z-index: 1;
    margin: 0 -14px;
}

    .main-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -9999px;
        background: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, .08);
        z-index: -1;
    }

.skip-link {
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-200%);
}

    .skip-link:focus {
        transform: translateY(0%);
    }

.no-bg .main-wrap:before {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}

.breadcrumb {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #0054db;
    border-radius: 0;
    margin: 0;
    display: none;
}

.breadcrumb:empty {
    padding: 0;
}

.breadcrumb > li + li:before {
    color: #2c2c2c;
    padding: 0 6px;
}

.breadcrumb > li.active a {
    pointer-events: none;
    display: inline-block;
    vertical-align: top;
}

.content-block {
    background: #fff;
    padding: 19px 20px 24px;
}

    .content-block h1 {
        font-size: 26px;
        line-height: 30px;
        font-weight: bold;
        color: #2c2c2c;
        margin: 0 0 15px;
    }

    .content-block .column {
        width: 250px;
        margin: 0 auto;
    }

        .content-block .column .thumbnail {
            padding: 0;
        }

        .content-block .column h2 {
            font-size: 18px;
            line-height: 20px;
            font-weight: bold;
            margin: 0;
        }

        .content-block .column a {
            display: block;
            padding: 4px;
        }

.signin-block {
    background: #cedef7;
    padding: 23px 20px 40px;
    border-radius: 8px 8px 0 0;
}

    .signin-block .heading {
        border-bottom: 2px solid #e5eefb;
        margin: 0 0 18px;
    }

    .signin-block h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #2c2c2c;
        margin: 0 0 14px;
    }

    .signin-block .signin-form {
        /*padding: 24px 0 5px;*/
    }

    .signin-form .alert {
        max-width: 90%;
    }

        .signin-block .signin-form label {
            font-weight: 600;
            color: #4b4b4b;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 9px;
        }

            .signin-block .signin-form label a {
                font-style: italic;
            }

        .signin-block .signin-form .error input[type="text"],
        .signin-block .signin-form .error input[type="email"],
        .signin-block .signin-form .error input[type="password"] {
            border-color: #f00;
        }

        .signin-block .signin-form input[type="text"],
        .signin-block .signin-form input[type="email"],
        .signin-block .signin-form input[type="password"] {
            display: inline-block;
            font-weight: 600;
            outline: none;
            box-shadow: none;
            height: 46px;
            font-size: 14px;
            line-height: 24px;
            padding: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    .signin-block .btn-holder {
        padding: 3px 0 0;
    }

    .signin-block input[type="submit"],
    .signin-block .btn {
        font-size: 18px;
        line-height: 24px;
        min-width: 110px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 10px;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .signin-block input[type="submit"].text-link,
        .signin-block .text-link {
            background: none;
            border: none;
            color: blue;
            text-decoration: underline;
            cursor: pointer;
            font-size: 14px;
            line-height: 18px;
            padding: 0;
            font-style: italic;
            margin-top: 1rem;
        }

    .enrollment-block {
    padding: 23px 20px 45px;
    background: #e5eefb;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0 0 8px 8px;
}

    .enrollment-block .heading {
        border-bottom: 2px solid #cedef7;
        margin: 0 0 18px;
    }

    .enrollment-block h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #2c2c2c;
        margin: 0 0 14px;
    }

    .enrollment-block p {
        margin: 0 0 21px;
    }

    .enrollment-block .btn {
        font-size: 18px;
        line-height: 24px;
        min-width: 196px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 10px;
    }

    .reset-password-block h1 {
        font-size: 48px;
        font-weight: bold;
    }

    .reset-password-block .validation-summary-errors ul li {
        font-size: 14px;
        font-weight: 400;
    }

    .reset-password-block .signin-block {
        background: none;
    }

    .reset-password-block .signin-block .btn {
        color: #fff;
        background-color: #0054db;
        border-color: #004ac2;
    }

    .reset-password-block .featured {
        padding: 0 0 30px;
        margin: 0 0 56px;
        border-bottom: 4px solid #393939;
    }

    .reset-password-block label, .reset-password-block p {
        font-size: 14px;
    }

    .reset-password-block .featured p {
        font-size: 18px;
        line-height: 28px;
    }     

    .reset-password-block .passwordStrengthSection {        
        margin-top: -8px;
    }

    #content {
        padding: 0 8px;
        margin: 0 0 20px;
    }

    #content .featured {
        /*border-bottom: 3px solid #393939;
        padding: 0 0 10px;
        margin: 0 0 20px;*/
    }

        #content .featured.style-alt {
            border-bottom: 0;
            margin: 0;
        }

        #content .featured.interior {
            font-size: 13px;
            line-height: 15px;
        }

            #content .featured.interior h1 {
                margin: 0 0 10px;
            }

            #content .featured.interior p {
                margin: 0 0 13px;
            }

        #content .featured p {
            margin: 0 0 20px;
        }

    #content .slogan {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin: 0 0 21px;
    }

.articles-block {
    text-align: center;
}

    .articles-block .img-holder {
        margin: 0 0 10px;
    }

    .articles-block h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        margin: 0 0 9px;
    }

    .articles-block p {
        margin: 0 0 20px;
    }

    .articles-block .post {
        margin: 0 0 18px;
    }

        .articles-block .post + .post {
            border-top: 2px solid #eee;
            padding: 28px 0 0;
        }

    .articles-block .text-block {
        text-align: left;
    }

.populations-block {
    overflow: hidden;
}

    .populations-block ul li + li {
        border-top: 2px solid #eee;
        padding-top: 23px;
    }

    .populations-block h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 9px;
    }

    .populations-block p {
        margin: 0 0 23px;
    }

.news-block .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: block;
    margin: 0 0 11px;
}

.news-block h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 8px;
}

.news-block .news-holder {
    padding: 24px 0 0;
}

    .news-block .news-holder .title {
        margin: 0 0 25px;
    }

.news-block .news-post {
    margin: 0 0 20px;
}

    .news-block .news-post + .news-post {
        border-top: 2px solid #eee;
        padding-top: 28px;
    }

.news-block .why-wrap .news-post + .news-post {
    border-top: 0;
    padding-top: 0;
}

.news-block .news-post .img-block {
    margin: 0 0 8px;
}

.top-story {
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

    .top-story .img-block {
        margin: 0 0 18px;
        text-align: center;
    }

.checkup-block {
    margin: -9px -4px 0 -2px;
}

    .checkup-block h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        margin: 0 0 21px;
    }

    .checkup-block .checkup .panel {
        text-align: center;
        margin: 0 0 13px;
        box-shadow: none;
        overflow: hidden;
        border-radius: 8px;
        background: #0054db;
        -webkit-transition: background .3s linear;
        transition: background .3s linear;
    }

        .checkup-block .checkup .panel.active {
            background: #f7f7f7;
            position: relative;
        }

            .checkup-block .checkup .panel.active:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border: 4px solid #eee;
                border-radius: 8px;
                background: #f7f7f7;
            }

            .checkup-block .checkup .panel.active > a {
                background: transparent;
                color: #2c2c2c;
                margin: 0 0 -5px;
            }

            .checkup-block .checkup .panel.active .text-hold {
                opacity: 1;
            }

        .checkup-block .checkup .panel > a {
            font-size: 16px;
            line-height: 22px;
            font-weight: 700;
            color: #fff;
            border-radius: 8px;
            display: block;
            padding: 13px 10px;
            position: relative;
            -webkit-transition: background .3s linear;
            transition: background .3s linear;
        }

            .checkup-block .checkup .panel > a:hover {
                text-decoration: underline;
            }

        .checkup-block .checkup .panel .text-hold {
            font-size: 14px;
            line-height: 24px;
            max-width: 500px;
            margin: 0 auto 29px;
            position: relative;
            z-index: 1;
            padding: 0 20px;
            opacity: 0;
            -webkit-transition: opacity .4s linear;
            transition: opacity .4s linear;
        }

            .checkup-block .checkup .panel .text-hold p {
                margin: 0 0 21px;
            }

            .checkup-block .checkup .panel .text-hold .btn {
                font-size: 18px;
                line-height: 26px;
                padding: 9px 15px;
                min-width: 150px;
            }

.quiz-block {
    font-weight: 600;
}

    .quiz-block .quiz-form {
        margin: 0 0 27px;
    }

    .quiz-block ol {
        counter-reset: item;
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
    }

        .quiz-block ol > li {
            padding: 0 0 28px 40px;
            font-size: 0;
            line-height: 0;
            position: relative;
        }

            .quiz-block ol > li:before {
                content: counter(item);
                counter-increment: item;
                font-size: 18px;
                line-height: 26px;
                font-weight: bold;
                color: #2c2c2c;
                position: absolute;
                top: 5px;
                left: 0;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                text-align: center;
                border: 2px solid #d6d6d6;
            }

            .quiz-block ol > li + li {
                border-top: 2px solid #eee;
                padding: 28px 0 28px 40px;
            }

                .quiz-block ol > li + li:before {
                    top: 32px;
                }

        .quiz-block ol .title {
            font-size: 14px;
            line-height: 20px;
            margin: 0 0 10px;
            display: inline-block;
            min-height: 40px;
            text-align: left;
        }

        .quiz-block ol .radio-list {
            font-size: 0;
            line-height: 0;
            margin: 0 0 0 -40px;
            display: inline-block;
            vertical-align: middle;
        }

            .quiz-block ol .radio-list li {
                float: left;
                width: 52px;
            }

                .quiz-block ol .radio-list li + li {
                    margin: 0 0 0 1px;
                }

                .quiz-block ol .radio-list li:first-child {
                    border-radius: 4px 0 0 4px;
                    overflow: hidden;
                }

                .quiz-block ol .radio-list li:last-child {
                    border-radius: 0 4px 4px 0;
                    overflow: hidden;
                }

            .quiz-block ol .radio-list label {
                width: 100%;
                color: #fff;
                display: block;
                height: 50px;
                text-align: center;
                position: relative;
                z-index: 1;
                font-size: 11px;
                line-height: 14px;
                font-weight: 600;
                margin: 0;
            }

                .quiz-block ol .radio-list label.jcf-label-active .fake-label {
                    color: #4b4b4b;
                }

                .quiz-block ol .radio-list label .fake-label {
                    display: block;
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-transition: color .3s linear;
                    transition: color .3s linear;
                    padding: 0 2px;
                    cursor: pointer;
                }

                .quiz-block ol .radio-list label .jcf-radio {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: #0054db;
                    z-index: -1;
                    width: auto;
                    height: auto;
                    border-radius: 0;
                    margin: 0;
                    border: 2px solid #0054db;
                    -webkit-transition: border .3s linear, background .3s linear;
                    transition: border .3s linear, background .3s linear;
                    cursor: pointer;
                }

                    .quiz-block ol .radio-list label .jcf-radio.jcf-checked {
                        color: #4b4b4b;
                        border-color: #eee;
                        background: #fff;
                    }

                    .quiz-block ol .radio-list label .jcf-radio span {
                        display: none;
                    }

.quiz-result {
    border-radius: 0 0 4px 4px;
    border: 2px solid #eee;
}

    .quiz-result .heading {
        background: #e9e9e9;
        padding: 10px 15px;
    }

        .quiz-result .heading .title {
            display: block;
            font-size: 16px;
            line-height: 20px;
        }

    .quiz-result .text-block {
        padding: 20px 15px;
    }

        .quiz-result .text-block h2 {
            font-size: 24px;
            line-height: 30px;
            font-weight: bold;
            margin: 0 0 14px;
        }

        .quiz-result .text-block .wrap {
            color: #4b4b4b;
            font-weight: 400;
            margin: 0 0 10px;
            overflow: hidden;
        }

            .quiz-result .text-block .wrap p {
                margin: 0 0 8px;
            }

        .quiz-result .text-block .img-holder {
            margin: 0 0 20px;
            text-align: center;
        }

        .quiz-result .text-block .text-wrap {
            overflow: hidden;
        }

        .quiz-result .text-block .btn {
            font-size: 18px;
            line-height: 24px;
            padding: 10px 15px;
            min-width: 188px;
        }

.benefits-block {
    border-radius: 8px;
    border: 4px solid #cedef7;
    background: #cedef7;
}

    .benefits-block .message-block {
        background: #fff;
        border-radius: 8px;
        padding: 28px;
        font-size: 16px;
        line-height: 22px;
        color: #393939;
    }

        .benefits-block .message-block .img-holder {
            margin: 0 0 15px;
            text-align: center;
        }

        .benefits-block .message-block .message {
            overflow: hidden;
        }

.benefits-form .heading {
    background: #dae6f9;
    padding: 10px 23px;
    margin: 0 0 21px;
}

.benefits-form .check-holder {
    padding: 0 10px;
}

    .benefits-form .check-holder .jcf-checkbox {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.benefits-form h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 23px;
}

.benefits-form .check-list {
    border-top: 2px solid #fff;
    padding: 15px 0 9px;
}

    .benefits-form .check-list li {
        margin: 0 0 15px;
    }

    .benefits-form .check-list label {
        position: relative;
        background: #fff;
        border-radius: 4px;
        color: #0054db;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        padding: 14px 10px 15px 55px;
        -webkit-transition: background .3s linear;
        transition: background .3s linear;
    }

        .benefits-form .check-list label:hover {
            background: #e6e6e6;
        }

.smoking-calculator {
    border: 4px solid #e5eefb;
    border-radius: 8px;
    overflow: hidden;
}

    .smoking-calculator .calculate-form {
        background: #e5eefb;
        padding: 19px 24px;
    }

        .smoking-calculator .calculate-form h2 {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            margin: 0 0 15px;
        }

        .smoking-calculator .calculate-form .block {
            margin: 0 0 3px;
        }

            .smoking-calculator .calculate-form .block + .block {
                border-top: 2px solid #cedef7;
                padding: 21px 0 0;
            }

        .smoking-calculator .calculate-form .form-group {
            background: #fff;
            position: relative;
            padding: 9px 15px;
            border-radius: 4px;
            width: 112px;
        }

            .smoking-calculator .calculate-form .form-group.amount {
                padding: 9px 15px 9px 27px;
            }

            .smoking-calculator .calculate-form .form-group span {
                position: absolute;
                top: 50%;
                left: 15px;
                font-size: 14px;
                line-height: 28px;
                font-weight: 600;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .smoking-calculator .calculate-form .error {
            box-shadow: 0 0 1px #f00, 0 0 1px #f00, 0 0 1px #f00, 0 0 1px #f00;
        }

        .smoking-calculator .calculate-form input[type="num"],
        .smoking-calculator .calculate-form input[type="text"] {
            width: 100%;
            border: 0;
            background: none;
            font-size: 14px;
            line-height: 28px;
            font-weight: 600;
            color: #2c2c2c;
            height: 28px;
            box-shadow: none;
            padding: 0;
        }

            .smoking-calculator .calculate-form input[type="num"]::-webkit-input-placeholder,
            .smoking-calculator .calculate-form input[type="text"]::-webkit-input-placeholder {
                color: #2c2c2c;
            }

            .smoking-calculator .calculate-form input[type="num"]::-moz-placeholder,
            .smoking-calculator .calculate-form input[type="text"]::-moz-placeholder {
                opacity: 1;
                color: #2c2c2c;
            }

            .smoking-calculator .calculate-form input[type="num"]:-moz-placeholder,
            .smoking-calculator .calculate-form input[type="text"]:-moz-placeholder {
                color: #2c2c2c;
            }

            .smoking-calculator .calculate-form input[type="num"]:-ms-input-placeholder,
            .smoking-calculator .calculate-form input[type="text"]:-ms-input-placeholder {
                color: #2c2c2c;
            }

            .smoking-calculator .calculate-form input[type="num"].placeholder,
            .smoking-calculator .calculate-form input[type="text"].placeholder {
                color: #2c2c2c;
            }

        .smoking-calculator .calculate-form .btn-holder {
            padding: 10px 0 0;
            text-align: center;
        }

        .smoking-calculator .calculate-form .btn {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            padding: 10px 15px;
            display: inline-block;
            vertical-align: top;
            min-width: 144px;
        }

    .smoking-calculator .text-block {
        overflow: hidden;
        padding: 24px 28px 23px;
    }

        .smoking-calculator .text-block .heading {
            border-bottom: 2px solid #e5eefb;
            overflow: hidden;
            padding-bottom: 15px;
            margin: 0 0 15px;
        }

        .smoking-calculator .text-block h3 {
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            margin: 0;
        }

        .smoking-calculator .text-block p {
            margin: 0 0 18px;
        }

        .smoking-calculator .text-block dl {
            margin: 0;
            padding: 2px 0 0;
        }

            .smoking-calculator .text-block dl dt {
                font-weight: normal;
                float: left;
                margin: 0 3px 0 0;
            }

            .smoking-calculator .text-block dl dd {
                display: block;
                margin: 0 0 22px;
            }

.faqs ol {
    counter-reset: item;
    color: #4b4b4b;
}

    .faqs ol > li {
        position: relative;
        padding: 0 0 0 25px;
        margin: 0 0 30px;
        border-bottom: 2px solid #eee;
    }

        .faqs ol > li:last-child {
            border-bottom: 0;
        }

        .faqs ol > li:before {
            content: counter(item);
            counter-increment: item;
            position: absolute;
            top: -2px;
            left: -2px;
            font-size: 12px;
            line-height: 15px;
            font-weight: bold;
            width: 21px;
            height: 21px;
            border-radius: 50%;
            border: 2px solid #dadada;
            text-align: center;
            padding: 1px;
            color: #2c2c2c;
        }

    .faqs ol h2 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        margin: 0 0 16px;
    }

    .faqs ol p {
        margin: 0 0 23px;
    }

    .faqs ol div {
        margin: 0 0 23px;
    }

.tabset-block {
    margin: 0 -5px 47px 0;
    overflow: hidden;
}

    .tabset-block .nav-tabs {
        border-bottom: 2px solid #2c2c2c;
        font-size: 0;
        line-height: 0;
    }

    .tabset-block .nav-tabs .nav-link {
        border-bottom: 0;
    }

        .tabset-block .nav-tabs li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            color: #0054db;
            width: 33.333%;
        }

            .tabset-block .nav-tabs li + li {
                padding: 0 0 0 1px;
            }

            .tabset-block .nav-tabs li a.active {
                background: #2c2c2c;
                color: #fff;
            }

            .tabset-block .nav-tabs li a.active:before {
                opacity: 1;
            }

            .tabset-block .nav-tabs li a {
                border-radius: 4px 4px 0 0;
                display: block;
                padding: 9px 5px;
                background: #e5eefb;
                font-size: 11px;
                line-height: 14px;
                font-weight: 600;
                text-decoration: none;
                text-align: center;
                -webkit-transition: color .3s linear, background .3s linear;
                transition: color .3s linear, background .3s linear;
                position: relative;
                z-index: 9;
                margin-bottom: 0;
            }

                .tabset-block .nav-tabs li a:before {
                    content: "";
                    position: absolute;
                    bottom: -10px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 10px 9px 0 9px;
                    border-color: #2c2c2c transparent transparent transparent;
                    opacity: 0;
                    -webkit-transition: opacity .3s linear;
                    transition: opacity .3s linear;
                }

                .tabset-block .nav-tabs li a:hover {
                    text-decoration: none;
                    background: #2c2c2c;
                    color: #fff;
                }

                .tabset-block .nav-tabs li a span {
                    display: block;
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }
    .tabset-block .tab-content h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        margin: 0 0 4px;
    }

    .tabset-block .tab-pane {
        height: 0;
        visibility: hidden;
    }

        .tabset-block .tab-pane.active {
            height: auto;
            visibility: visible;
        }

    .tabset-block .tab-section {
        background: #e5eefb;
        padding: 20px 10px 0;
        border-radius: 0 0 4px 4px;
        overflow: hidden;
    }

        .tabset-block .tab-section .btn-wrap {
            background: #cedef7;
            margin: 0 -10px;
            padding: 20px 10px;
        }

        .tabset-block .tab-section .txt-area {
            max-width: 600px;
        }

            .tabset-block .tab-section .txt-area p {
                margin: 0 0 22px;
            }

        .tabset-block .tab-section .table-holder {
            overflow: hidden;
            margin: 0 0 42px;
        }

            .tabset-block .tab-section .table-holder table {
                width: 100%;
                table-layout: fixed;
                overflow: hidden;
                border-collapse: collapse;
                padding: 0;
                margin: 0;
                font-size: 12px;
                line-height: 18px;
                font-weight: 600;
            }

                .tabset-block .tab-section .table-holder table thead {
                    background: #cedef7;
                }

                    .tabset-block .tab-section .table-holder table thead th {
                        padding: 5px 5px 5px 20px;
                    }

                .tabset-block .tab-section .table-holder table tbody {
                    border-top: 7px solid transparent;
                }

                    .tabset-block .tab-section .table-holder table tbody tr {
                        background: #eee;
                    }

                        .tabset-block .tab-section .table-holder table tbody tr:nth-child(2n) {
                            background: none;
                        }

                .tabset-block .tab-section .table-holder table tr + tr {
                    border-top: 2px solid #cedef7;
                }

                .tabset-block .tab-section .table-holder table td {
                    vertical-align: top;
                    padding: 11px 5px 11px 20px;
                }

                    .tabset-block .tab-section .table-holder table td a i {
                        font-size: 11px;
                        display: inline-block;
                        vertical-align: middle;
                        margin: -2px 0 0 4px;
                    }

    .tabset-block .text-block {
        border-bottom: 2px solid #cedef7;
        margin: 0 0 23px;
    }

        .tabset-block .text-block p {
            margin: 0 0 23px;
        }

    .tabset-block .validate-block {
        padding: 0 4px 10px;
    }

        .tabset-block .validate-block .title {
            display: block;
            font-weight: 600;
            margin: 0 0 16px;
        }

    .tabset-block .alert-block .btn {
        display: inline-block;
        vertical-align: middle;
        padding: 8px 19px;
        margin: 0 17px 19px 0;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tabset-block .alert-block .alert-msg {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #02cb52;
        margin: 0 0 19px;
        max-width: 100%;
    }

    .tabset-block .btn-holder {
        padding: 27px 10px;
        background: #cedef7;
        margin: 0 -10px;
        text-align: center;
    }

        .tabset-block .btn-holder .btn {
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            min-width: 239px;
            padding: 10px 12px;
        }

.edit-block {
    padding: 0;
    margin: 0 0 44px;
}

    .edit-block .title {
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        margin: 0 8px 0 0;
    }

    .edit-block .btn-edit {
        color: rgba(0, 0, 0, .15);
        font-size: 20px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px 0 0;
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
    }

        .edit-block .btn-edit:hover,
        .edit-block .btn-edit.active {
            color: #0054db;
            text-decoration: none;
        }

.sample-form .form-row {
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px;
}

.sample-form .question-wrap {
    padding: 0 0 0 60px;
    position: relative;
    margin: 0 0 20px;
}

    .sample-form .question-wrap .icon-question {
        color: #bebebe;
        position: absolute;
        top: 50%;
        left: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 38px;
    }

    .sample-form .question-wrap .jcf-select {
        height: 50px;
    }

        .sample-form .question-wrap .jcf-select .jcf-select-text {
            font-size: 12px;
            line-height: 16px;
            text-overflow: clip;
            white-space: normal;
            margin: 0 45px 0 19px;
            max-height: 34px;
            overflow: hidden;
        }

.sample-form .month-wrap {
    padding: 0 0 0 60px;
}

.jcf-select-select1 .jcf-list {
    font-size: 12px;
    line-height: 16px;
}

    .jcf-select-select1 .jcf-list ul {
        padding: 1px 19px 8px;
    }

    .jcf-select-select1 .jcf-list .jcf-option {
        padding: 8px 0;
    }

.article-content {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 2px solid #eee;
    padding: 0 0 19px;
    margin: 0 0 50px;
}

    .article-content .heading {
        border-bottom: 4px solid #2c2c2c;
        padding: 0 0 11px;
        margin: 0 0 51px;
    }

    .article-content h1 {
        font-size: 26px !important;
        line-height: 30px !important;
        font-weight: bold;
    }

    .article-content h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        margin: 0 0 7px;
    }

    .article-content p {
        margin: 0 0 31px;
    }

.article {
    overflow: hidden;
    padding: 0 2px 38px;
}

    .article + .article {
        border-top: 2px solid #eee;
        padding: 50px 2px 38px;
    }

    .article .img-block {
        margin: 0 0 20px;
        text-align: center;
    }

    .article h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 5px;
    }

    .article p {
        margin: 0 0 13px;
    }

    .article ul li {
        padding: 0 0 12px 16px;
        position: relative;
    }

        .article ul li:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 1px;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            background: #2c2c2c;
        }

.form-section {
    font-size: 13px;
    line-height: 15px;
}

    .form-section .text-block {
        overflow: hidden;
        border-bottom: 2px solid #2c2c2c;
        margin: 0 0 11px;
    }

    .form-section h1 {
        margin: 0 0 5px;
    }

    .form-section p {
        margin: 0 0 20px;
    }

.enroll-form {
    width: 100%;
}

    .enroll-form .paging-block {
        border-bottom: 1px solid #b5b5b5;
        padding: 0 0 14px;
        margin: 0 0 25px;
    }

        .enroll-form .paging-block nav {
            float: left;
        }

            .enroll-form .paging-block nav .title {
                font-size: 9px;
                line-height: 12px;
                display: inline-block;
                vertical-align: middle;
                margin: 0 14px 0 0;
            }

            .enroll-form .paging-block nav ul {
                display: inline-block;
                vertical-align: middle;
            }

                .enroll-form .paging-block nav ul li {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .enroll-form .paging-block nav ul li + li {
                        margin: 0 0 0 4px;
                    }

                    .enroll-form .paging-block nav ul li.active a,
                    .enroll-form .paging-block nav ul li.active div {
                        text-decoration: none;
                        color: #2c2c2c;
                        background: #fff;
                        border-color: #eee;
                        pointer-events: none;
                        display: inline-block;
                        vertical-align: top;
                    }

                    .enroll-form .paging-block nav ul li.nomedscreen a,
                    .enroll-form .paging-block nav ul li.nomedscreen div {
                        text-decoration: none;
                        color: #e5eefb;
                        background: #999;
                        border-color: #999;
                        pointer-events: none;
                        display: inline-block;
                        vertical-align: top;
                        cursor: not-allowed;
                    }

                .enroll-form .paging-block nav ul a,
                .enroll-form .paging-block nav ul div {
                    color: #fff;
                    display: block;
                    border-radius: 50%;
                    width: 24px;
                    height: 24px;
                    text-align: center;
                    font-size: 11px;
                    line-height: 20px;
                    font-weight: 600;
                    -webkit-transition: all .3s linear;
                    transition: all .3s linear;
                }

                    .enroll-form .paging-block nav ul a:hover,
                    .enroll-form .paging-block nav ul div:hover {
                        text-decoration: none;
                        color: #2c2c2c;
                        background: #fff;
                        border-color: #eee;
                    }

        .enroll-form .paging-block .req {
            float: right;
            font-style: italic;
            font-size: 9px;
            line-height: 12px;
            font-weight: 600;
            color: #4b4b4b;
            opacity: .5;
            padding: 5px 0 0 5px;
        }

    .enroll-form.account-form input[type="text"],
    .enroll-form.account-form input[type="tel"],
    .enroll-form.account-form input[type="email"],
    .enroll-form.order-form input[type="text"],
    .enroll-form.order-form input[type="tel"],
    .enroll-form.order-form input[type="email"] {
        border-color: #fff;
    }

    .enroll-form.order-form .validate-block {
        border-top: 2px solid #cedef7;
        padding: 20px 0 0;
    }

    .enroll-form.order-form .form-row {
        overflow: visible;
    }

.form-row:focus-within {
    background-color: lightblue;
}

li:focus-within {
    background-color: lightblue;
}

label:focus-within {
    background-color: lightblue !important;
}

.enroll-form.order-form .form-row.error .jcf-select {
    border-color: #f00;
}

    .enroll-form.order-form .form-row.error .jcf-select .jcf-select-opener {
        top: 0;
        bottom: 0;
    }

.enroll-form.order-form .form-row .jcf-select {
    border-color: #fff;
}

    .enroll-form.order-form .form-row .jcf-select .jcf-select-opener {
        top: -2px;
        bottom: -2px;
    }

.enroll-form.order-form .radio-list label {
    font-weight: 400;
}

.enroll-form.order-form .radio-list .jcf-radio {
    border-color: #fff;
}

    .enroll-form.order-form .radio-list .jcf-radio.jcf-checked {
        border: 7px solid #0053dc;
    }

.enroll-form .form-row {
    margin: 0 0 0px;
}

    .enroll-form .form-row .form-col {
        float: left;
    }

        .enroll-form .form-row .form-col.select {
            width: 48%;
            margin: 0 3% 0 0;
        }

        .enroll-form .form-row .form-col.day {
            width: 21.4%;
            margin: 0 3% 0 0;
        }

        .enroll-form .form-row .form-col.year {
            width: 24.6%;
        }

    .enroll-form .form-row .col-lg {
        float: left;
        width: 66.50%;
    }

    .enroll-form .form-row .col-sm {
        float: right;
        width: 30.14%;
    }

.enroll-form label,
.enroll-form label .fake-label,
.enroll-form .label,
.enroll-form .title {
    line-height: 18px;
    display: block;
    vertical-align: middle;
    font-weight: 600;
    width: 100%;
}

    .enroll-form label a,
    .enroll-form label .fake-label a,
    .enroll-form .label a,
    .enroll-form .title a {
        font-size: 11px;
        line-height: 12px;
        display: inline-block;
        vertical-align: middle;
    }

.enroll-form .error input[type="text"],
.enroll-form .error input[type="email"],
.enroll-form .error input[type="tel"],
.enroll-form .error input[type="password"] {
    border-color: #f00;
}

.enroll-form .error .jcf-select {
    border-color: #f00;
}

.enroll-form .error .jcf-checkbox {
    border-color: #f00;
}

.enroll-form input[type="text"],
.enroll-form input[type="tel"],
.enroll-form input[type="email"],
.enroll-form input[type="password"] {
    height: 36px;
    border: 2px solid #eaeaea;
    width: 100%;
    border-radius: 4px;
    font-weight: 600;
    margin: 0;
    display: block;
    line-height: 20px;
    padding: 6px 13px;
    color: rgba(44, 44, 44, .5);
    box-shadow: none;
}

    .enroll-form input[type="text"]::-webkit-input-placeholder,
    .enroll-form input[type="tel"]::-webkit-input-placeholder,
    .enroll-form input[type="email"]::-webkit-input-placeholder,
    .enroll-form input[type="password"]::-webkit-input-placeholder {
        color: rgba(44, 44, 44, .5);
    }

    .enroll-form input[type="text"]::-moz-placeholder,
    .enroll-form input[type="tel"]::-moz-placeholder,
    .enroll-form input[type="email"]::-moz-placeholder
    .enroll-form input[type="password"]::-moz-placeholder {
        opacity: 1;
        color: rgba(44, 44, 44, .5);
    }

    .enroll-form input[type="text"]:-moz-placeholder,
    .enroll-form input[type="tel"]:-moz-placeholder,
    .enroll-form input[type="email"]:-moz-placeholder,
    .enroll-form input[type="password"]:-moz-placeholder {
        color: rgba(44, 44, 44, .5);
    }

    .enroll-form input[type="text"]:-ms-input-placeholder,
    .enroll-form input[type="tel"]:-ms-input-placeholder,
    .enroll-form input[type="email"]:-ms-input-placeholder,
    .enroll-form input[type="password"]:-ms-input-placeholder {
        color: rgba(44, 44, 44, .5);
    }

    .enroll-form input[type="text"].placeholder,
    .enroll-form input[type="tel"].placeholder,
    .enroll-form input[type="email"].placeholder,
    .enroll-form input[type="password"].placeholder {
        color: rgba(44, 44, 44, .5);
    }

    .enroll-form input[type="text"].zip,
    .enroll-form input[type="tel"].zip,
    .enroll-form input[type="email"].zip {
        max-width: 128px;
        text-align: left;
    }

.enroll-form .radio-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 0 0;
}

.enroll-form .radio-list label {
    width: auto;
}

.enroll-form .heading {
    border-bottom: 1px solid #eee;
    margin: 0 0 22px;
    padding: 11px 0 0;
}

    .enroll-form .heading h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        margin: 0 0 8px;
    }

.enroll-form .check-list {
    margin: 0 0 -2px;
}

    .enroll-form .check-list label {
        font-weight: 400;
    }

        .enroll-form .check-list label a {
            font-size: 11px;
            margin: 0 0 0 9px;
        }

    .enroll-form .check-list li {
        position: relative;
        padding: 4px 0 0 32px;
    }

        .enroll-form .check-list li .jcf-checkbox {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 0;
            width: 18px;
            height: 18px;
        }

.enroll-form .btn-holder {
    border-top: 1px solid #eee;
    /*padding: 24px 0 0;*/
}

    .enroll-form .btn-holder .btn {
        padding: 7px 13px;
    }

.enroll-form .btn-wrap {
    background: #cedef7;
    margin: 0 -10px;
    padding: 20px 10px;
}

.carousel {
    position: relative;
    margin: 0 -28px 15px;
}

    .carousel .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .carousel .mask:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 22px;
            right: 22px;
            background: #2c2c2c;
            height: 4px;
        }

    .carousel .slideset {
        width: 99999px;
        float: left;
    }

    .carousel .slide {
        width: 100%;
        float: left;
        position: relative;
    }

    .carousel .num-block {
        font-size: 11px;
        line-height: 16px;
        font-style: italic;
        color: #2c2c2c;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 38px;
    }

    .carousel .btn-prev,
    .carousel .btn-next {
        display: none;
    }

    .carousel .img-holder {
        position: relative;
        z-index: 1;
    }

        .carousel .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(57, 57, 57, .6);
        }

        .carousel .img-holder img {
            width: 100%;
        }

        .carousel .img-holder .text-holder {
            position: absolute;
            top: 50%;
            left: 28px;
            right: 28px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 99;
            color: #fff;
            font-size: 11px;
            line-height: 14px;
            font-weight: 600;
            padding: 0 0 6px;
        }

            .carousel .img-holder .text-holder h2 {
                font-size: 17px;
                line-height: 20px;
                font-weight: 700;
                margin: 0 0 2px;
            }

            .carousel .img-holder .text-holder p {
                margin: 0 0 23px;
            }

            .carousel .img-holder .text-holder .btn {
                padding: 8px 12px;
            }

    .carousel .caption {
        padding: 11px 38px 11px 101px;
        font-size: 9px;
        line-height: 12px;
        color: #585858;
        position: relative;
    }

        .carousel .caption:before {
            content: "";
            position: absolute;
            top: 13px;
            left: 80px;
            bottom: 13px;
            width: 2px;
            background: #eaeaea;
        }

        .carousel .caption em {
            display: block;
        }

.share-this {
    border-bottom: 2px solid #eee;
    padding: 10px 16px 12px;
    margin: 0 -7px 19px;
}

    .share-this .title {
        display: inline-block;
        vertical-align: middle;
        font-size: 9px;
        line-height: 14px;
        font-weight: 600;
        margin: 0 16px 0 0;
    }

    .share-this ul {
        display: inline-block;
        vertical-align: middle;
    }

        .share-this ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .share-this ul li + li {
                margin: 0 0 0 -2px;
            }

        .share-this ul a {
            display: block;
            width: 24px;
            height: 24px;
            background: #393939;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            margin: 0 7px 0 0;
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
        }

            .share-this ul a:hover {
                text-decoration: none;
                opacity: .8;
            }

            .share-this ul a.fb {
                background: #3b5998;
            }

            .share-this ul a.tw {
                background: #5ea9dd;
            }

            .share-this ul a.pt {
                background: #cb2028;
            }

            .share-this ul a i {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                display: block;
                font-size: 12px;
                line-height: 1;
            }

                .share-this ul a i.icon-mail {
                    font-size: 14px;
                    -webkit-transform: translateY(-54%);
                    -ms-transform: translateY(-54%);
                    transform: translateY(-54%);
                }

.content-text {
    font-size: 18px;
    line-height: 18px;
}

    .content-text p {
        margin: 0 0 15px;
    }

    .content-text h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        padding: 25px 0 0;
        margin: 0 0 13px;
    }

    .content-text .steps {
        width: 250px;
        float: right;
        margin: -22px -12px 30px 30px;
    }

        .content-text .steps .holder {
            padding: 20px 14px 1px;
            margin: 0 -6px;
            background: #e9e9e9;
        }

        .content-text .steps .heading {
            padding: 0 0 10px;
            border-bottom: 2px solid #393939;
        }

            .content-text .steps .heading h2 {
                font-size: 13px;
                line-height: 16px;
                font-weight: 600;
                margin: 0;
                padding: 0;
            }

        .content-text .steps ol {
            counter-reset: item;
            padding: 10px 0;
        }

            .content-text .steps ol li {
                position: relative;
                padding: 0 10px 6px 32px;
            }

                .content-text .steps ol li:before {
                    content: counter(item);
                    counter-increment: item;
                    position: absolute;
                    top: 0;
                    left: 2px;
                    font-size: 9px;
                    line-height: 14px;
                    height: 18px;
                    font-weight: 700;
                    text-align: center;
                    width: 18px;
                    border-radius: 50%;
                    border: 2px solid #cbcbcb;
                    color: #2c2c2c;
                }

                .content-text .steps ol li + li {
                    border-top: 1px solid #cfcfcf;
                    padding: 9px 10px 8px 32px;
                }

                    .content-text .steps ol li + li:before {
                        top: 9px;
                    }

.banner-block {
    position: relative;
    overflow: hidden;
}

    .banner-block .img-holder {
        position: relative;
        margin: 0 -77px;
    }

        .banner-block .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, .3);
        }

        .banner-block .img-holder img {
            width: 100%;
        }

        .banner-block .img-holder .heading {
            position: absolute;
            top: 36px;
            left: 105px;
            right: 130px;
            color: #fff;
        }

            .banner-block .img-holder .heading h1 {
                font-size: 26px;
                line-height: 28px;
                margin: 0;
                font-weight: 600;
            }

    .banner-block .decide-form {
        background: #171717;
        padding: 17px 28px 28px;
        color: #fff;
    }

legend.heading.legend-decide {
    background: #171717;
    padding: 17px 28px 28px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.banner-block .decide-form .heading {
    padding: 0 0 9px;
    margin: 0 0 20px;
}

.banner-block .decide-form h2 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.banner-block .decide-form .form-row {
    margin: 0 0 14px;
}

.banner-block .decide-form .error .jcf-select {
    border-color: #f00;
}

.banner-block .decide-form .label {
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 0 0 5px;
}

.banner-block .decide-form .btn-wrap .btn {
    padding: 7px 12px;
    max-width: 120px !important;
}

.banner-block .decide-form .btn-wrap .link-skip {
    color: #fff;
    float: right;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    max-width: 130px;
    margin: 6px 7px 0 0;
}

.content-section {
    padding: 0 29px;
}

    .content-section .block1 {
        padding: 29px 0 13px;
        max-width: 300px;
        margin: 0 auto;
    }

        .content-section .block1 .title {
            font-size: 11px;
            line-height: 14px;
            display: block;
            margin: 0 0 4px;
            color: #4b4b4b;
        }

        .content-section .block1 ul li {
            margin: 0 0 17px;
            font-size: 17px;
            line-height: 23px;
            position: relative;
        }

            .content-section .block1 ul li + li {
                padding: 15px 0 0;
            }

                .content-section .block1 ul li + li:before {
                    content: "or";
                    text-transform: uppercase;
                    position: absolute;
                    top: -11px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    width: 22px;
                    height: 22px;
                    border-radius: 50%;
                    color: #fff;
                    font-size: 8px;
                    line-height: 12px;
                    padding: 5px 2px;
                    text-align: center;
                }

        .content-section .block1 ul a {
            font-weight: bold;
        }

    .content-section .block2 .hide-mobile {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        padding: 26px 0 52px;
    }

        .content-section .block2 .hide-mobile .title {
            font-size: 24px;
            line-height: 30px;
        }

    .content-section .block2 .banner-small {
        margin: 0 -29px 23px;
        position: relative;
        overflow: hidden;
    }

        .content-section .block2 .banner-small:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(10, 10, 10, .4);
        }

        .content-section .block2 .banner-small img {
            width: 100%;
        }

        .content-section .block2 .banner-small .text-block {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 29px;
            max-width: 200px;
            font-size: 11px;
            line-height: 14px;
            color: #fff;
            padding: 0 0 6px;
        }

            .content-section .block2 .banner-small .text-block h2 {
                font-size: 17px;
                line-height: 20px;
                font-weight: bold;
                margin: 0 0 3px;
            }

            .content-section .block2 .banner-small .text-block p {
                margin: 0 0 23px;
            }

    .content-section .follow-block {
        margin: 0 -7px 30px;
    }

#sidebar {
    padding: 0 8px;
}

.sub-nav {
    display: none;
    margin: 0 0 300px;
}

    .sub-nav > .panel {
        border-bottom: 0;
        box-shadow: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

        .sub-nav > .panel .wrap {
            padding: 11px 35px 11px 10px;
            position: relative;
        }

            .sub-nav > .panel .wrap > a {
                position: relative;
                display: inline-block;
            }

                .sub-nav > .panel .wrap > a.opener {
                    position: absolute;
                    top: 14px;
                    right: 16px;
                    color: #d1d1d1;
                    font-size: 22px;
                    line-height: 1;
                    -webkit-transition: color .3s linear, -webkit-transform .3s linear;
                    transition: color .3s linear, transform .3s linear;
                }

                    .sub-nav > .panel .wrap > a.opener[aria-expanded="true"] {
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                    }

                    .sub-nav > .panel .wrap > a.opener[aria-expanded="false"] {
                        -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }

                    .sub-nav > .panel .wrap > a.opener:hover {
                        text-decoration: none;
                        color: #0054db;
                    }

        .sub-nav > .panel + .panel {
            border-top: 2px solid #d1d1d1;
        }

        .sub-nav > .panel ul {
            font-size: 12px;
            line-height: 18px;
            font-weight: 600;
            padding: 5px 0 15px 12px;
        }

            .sub-nav > .panel ul li.panel {
                border-bottom: 0;
                box-shadow: none;
                margin: 12px 0 0 0;
                padding: 0;
                border-radius: 0;
            }

                .sub-nav > .panel ul li.panel .wrap {
                    padding: 0 35px 0 0;
                    position: relative;
                }

                .sub-nav > .panel ul li.panel ul {
                    padding: 10px 0 0 12px;
                }

            .sub-nav > .panel ul li + li {
                margin: 12px 0 0;
            }

            .sub-nav > .panel ul li.active a {
                color: #202020;
            }

                .sub-nav > .panel ul li.active a:hover {
                    text-decoration: none;
                }

            .sub-nav > .panel ul li .has-drop {
                position: relative;
                display: block;
            }

            .sub-nav > .panel ul li a {
                display: inline-block;
            }

                .sub-nav > .panel ul li a.opener {
                    position: absolute;
                    top: 0 !important;
                    right: 16px;
                    color: #d1d1d1;
                    font-size: 20px !important;
                    line-height: 1;
                    -webkit-transition: -webkit-transform .3s linear;
                    transition: transform .3s linear;
                }

                    .sub-nav > .panel ul li a.opener[aria-expanded="true"] {
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                    }

                    .sub-nav > .panel ul li a.opener[aria-expanded="false"] {
                        -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }

                    .sub-nav > .panel ul li a.opener:hover {
                        text-decoration: none;
                    }

        .sub-nav > .panel .panel .panel .opener {
            font-size: 18px !important;
        }

.share-block {
    margin: 0 0 46px;
    display: none;
}

    .share-block .heading {
        border-bottom: 4px solid #393939;
        margin: 0 0 15px;
        padding: 0 10px;
    }

    .share-block h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #393939;
        margin: 0 0 9px;
    }

    .share-block .social-networks li {
        padding: 0 10px 10px;
    }

        .share-block .social-networks li a {
            text-decoration: none;
            color: #393939;
            font-size: 12px;
            line-height: 18px;
            font-weight: 600;
        }

            .share-block .social-networks li a:hover {
                text-decoration: none;
            }

                .share-block .social-networks li a:hover span {
                    text-decoration: underline;
                }

                .share-block .social-networks li a:hover .ico-holder {
                    opacity: .8;
                }

    .share-block .social-networks .ico-holder {
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 28px;
        background: #393939;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        margin: 0 7px 0 0;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

        .share-block .social-networks .ico-holder.fb {
            background: #3b5998;
        }

        .share-block .social-networks .ico-holder.tw {
            background: #5ea9dd;
        }

        .share-block .social-networks .ico-holder.pt {
            background: #cb2028;
        }

        .share-block .social-networks .ico-holder i {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            font-size: 16px;
            line-height: 1;
        }

            .share-block .social-networks .ico-holder i.icon-mail {
                font-size: 18px;
                margin: -1px 0 0;
            }

.follow-block {
    font-size: 13px;
    line-height: 18px;
    border-top: 3px solid #393939;
    padding: 23px 0 0;
}

    .follow-block.alt {
        padding: 20px 0 0;
    }

    .follow-block li {
        margin: 0 0 4px;
    }

    .follow-block a {
        display: block;
        position: relative;
        background: #e9e9e9;
        border-radius: 2px;
        padding: 9px 61px 8px 46px;
    }

    .follow-block .ico-holder {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 24px;
        height: 24px;
        background: #393939;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .follow-block .ico-holder.fb {
            background: #3b5998;
        }

        .follow-block .ico-holder.tw {
            background: #5ea9dd;
        }

        .follow-block .ico-holder i {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            font-size: 12px;
            line-height: 1;
        }

.share-block .social-networks .ico-holder.eo {
    background: rgba(57, 57, 57, 0.00);
}

.share-this ul a.eo {
    background: rgba(57, 57, 57, 0.00);
}

.follow-block .ico-holder.eo {
    background: rgba(57, 57, 57, 0.00);
}

.eight-o-two-quits-icon {
    background-image: url("../../Libraries/media/ClientLogo/802Quits_Logo_notag.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 10px;
    height: 50px;
    width: 50px;
}

.input-row {
    margin: 0 0 20px;
}

.terms-form {
    padding: 0 8px;
}

    .terms-form h1 {
        font-size: 25px;
        margin: -1px 0 8px;
    }

    .terms-form .terms-block {
        overflow: hidden;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        font-size: 13px;
        line-height: 15px;
        margin: 0 0 26px;
    }

        .terms-form .terms-block p {
            margin: 0 0 24px;
        }

    .terms-form .jcf-scrollable-wrapper {
        box-sizing: content-box;
        position: relative;
    }

        .terms-form .jcf-scrollable-wrapper:hover .jcf-scrollbar {
            visibility: visible;
            opacity: 1;
        }

    .terms-form .jcf-scrollable {
        box-sizing: border-box;
        height: 187px !important;
        position: relative;
        overflow: hidden;
        padding: 24px 10px 24px 12px;
        width: 100% !important;
    }

    .terms-form .jcf-scrollbar {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility .3s linear, opacity .3s linear;
        transition: visibility .3s linear, opacity .3s linear;
    }

    .terms-form .check-holder {
        margin: 0 0 19px;
    }

        .terms-form .check-holder label {
            font-weight: 400;
            padding: 0 0 0 30px;
            letter-spacing: -.04em;
            position: relative;
        }

            .terms-form .check-holder label a {
                font-weight: 600;
            }

        .terms-form .check-holder .jcf-checkbox {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .terms-form .check-holder .jcf-checkbox span {
                width: 22px;
                height: 17px;
                background-size: 100% 100%;
            }

    .terms-form .btn-holder {
        border-top: 2px solid #e9e9e9;
        padding: 23px 0 3px;
    }

        .terms-form .btn-holder .btn {
            padding: 7px 12px;
        }

            .terms-form .btn-holder .btn:focus {
                outline: none;
                background-color: lightblue;
            }

.forum-back-button {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 0px 0px 36px 0px;
    margin: 36px 0px 36px 0px;
}

    .forum-back-button a {
        margin-left: 50px;
        display: inline-block;
        vertical-align: bottom;
    }

        .forum-back-button a i {
            display: inline-block;
            vertical-align: bottom;
            margin: 0 0 0 4px;
        }

.forum-content .forum-heading,
.forum-content .content-heading,
.content-content .forum-heading,
.content-content .content-heading {
    padding: 16px 27px 23px;
    margin: -19px -20px 19px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
}

    .forum-content .forum-heading.alt,
    .forum-content .content-heading.alt,
    .content-content .forum-heading.alt,
    .content-content .content-heading.alt {
        padding: 16px 27px 1px 68px;
    }

        .forum-content .forum-heading.alt:before,
        .forum-content .content-heading.alt:before,
        .content-content .forum-heading.alt:before,
        .content-content .content-heading.alt:before {
            content: "\e90b";
            color: #fff;
            font-family: "icomoon" !important;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none;
            position: absolute;
            top: 22px;
            left: 27px;
            font-size: 35px;
        }

.forum-content .heading-wrap,
.content-content .heading-wrap {
    color: #fff;
}

.forum-content h1,
.content-content h1 {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 11px;
}

.forum-content p,
.content-content p {
    margin: 0 0 19px;
}

.forum-content .search-form,
.content-content .search-form {
    width: 100%;
}

    .forum-content .search-form .input-row,
    .content-content .search-form .input-row {
        position: relative;
        background: #fff;
        border-radius: 4px;
        border: 2px solid #fff;
        color: rgba(44, 44, 44, .5);
        padding: 0 40px 0 10px;
    }

    .forum-content .search-form input[type="search"],
    .forum-content .search-form input[type="text"],
    .content-content .search-form input[type="search"],
    .content-content .search-form input[type="text"] {
        width: 100%;
        border: 0;
        background: none;
        margin: 0;
        display: block;
        height: 34px;
        font-size: 13px;
        line-height: 20px;
        padding: 7px 0;
        outline: none;
        color: rgba(44, 44, 44, .5);
    }

        .forum-content .search-form input[type="search"]::-webkit-input-placeholder,
        .forum-content .search-form input[type="text"]::-webkit-input-placeholder,
        .content-content .search-form input[type="search"]::-webkit-input-placeholder,
        .content-content .search-form input[type="text"]::-webkit-input-placeholder {
            color: rgba(44, 44, 44, .5);
        }

        .forum-content .search-form input[type="search"]::-moz-placeholder,
        .forum-content .search-form input[type="text"]::-moz-placeholder,
        .content-content .search-form input[type="search"]::-moz-placeholder,
        .content-content .search-form input[type="text"]::-moz-placeholder {
            opacity: 1;
            color: rgba(44, 44, 44, .5);
        }

        .forum-content .search-form input[type="search"]:-moz-placeholder,
        .forum-content .search-form input[type="text"]:-moz-placeholder,
        .content-content .search-form input[type="search"]:-moz-placeholder,
        .content-content .search-form input[type="text"]:-moz-placeholder {
            color: rgba(44, 44, 44, .5);
        }

        .forum-content .search-form input[type="search"]:-ms-input-placeholder,
        .forum-content .search-form input[type="text"]:-ms-input-placeholder,
        .content-content .search-form input[type="search"]:-ms-input-placeholder,
        .content-content .search-form input[type="text"]:-ms-input-placeholder {
            color: rgba(44, 44, 44, .5);
        }

        .forum-content .search-form input[type="search"].placeholder,
        .forum-content .search-form input[type="text"].placeholder,
        .content-content .search-form input[type="search"].placeholder,
        .content-content .search-form input[type="text"].placeholder {
            color: rgba(44, 44, 44, .5);
        }

    .forum-content .search-form button[type="submit"],
    .content-content .search-form button[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: #0054db;
        color: #fff;
        width: 34px;
        height: 34px;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        padding: 10px 0;
        -webkit-transition: background .3s linear;
        transition: background .3s linear;
    }

.welcome-text {
    display: none;
}

.content-content {
    margin: 0;
}

    .content-content .content-heading {
        padding: 16px 27px;
        margin: -19px -20px 24px;
    }

        .content-content .content-heading .heading-wrap {
            padding: 0;
            border-bottom: 2px solid #fff;
            margin: 0 0 23px;
        }

    .content-content h1 {
        margin: 0 0 8px;
    }

    .content-content .three-cols,
    .content-content .five-cols {
        text-align: left;
    }

        .content-content .three-cols .ico-block,
        .content-content .five-cols .ico-block {
            border: 2px solid #fff;
            border-radius: 4px;
            background: #e5eefb;
            min-height: 64px;
            position: relative;
            padding: 0 20px 0 78px;
            color: #0054db;
            font-size: 13px;
            line-height: 18px;
            margin: 0 0 8px;
        }

            .content-content .three-cols .ico-block.alt,
            .content-content .five-cols .ico-block.alt {
                padding: 0 0 0 62px;
            }

            .content-content .three-cols .ico-block .ico-holder,
            .content-content .five-cols .ico-block .ico-holder {
                width: 62px;
                height: 60px;
                background: #fff;
                position: absolute;
                top: 0;
                left: 0;
                text-align: center;
            }

                .content-content .three-cols .ico-block .ico-holder i,
                .content-content .five-cols .ico-block .ico-holder i {
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    color: #0054db;
                    display: inline-block;
                    vertical-align: top;
                    font-size: 30px;
                }

            .content-content .three-cols .ico-block .text-block,
            .content-content .five-cols .ico-block .text-block {
                display: table;
                height: 60px;
                width: 100%;
            }

                .content-content .three-cols .ico-block .text-block .text-holder,
                .content-content .five-cols .ico-block .text-block .text-holder {
                    display: table-cell;
                    vertical-align: middle;
                    padding: 10px 0;
                    text-align: left;
                }

                    .content-content .three-cols .ico-block .text-block .text-holder.check-hold,
                    .content-content .five-cols .ico-block .text-block .text-holder.check-hold {
                        position: relative;
                        font-weight: 600;
                        background: #e5eefb;
                        -webkit-transition: background .3s linear;
                        transition: background .3s linear;
                        padding: 0 !important;
                    }

                        .content-content .three-cols .ico-block .text-block .text-holder.check-hold .label-wrap,
                        .content-content .five-cols .ico-block .text-block .text-holder.check-hold .label-wrap {
                            display: block;
                            position: relative;
                            text-align: center;
                            padding: 10px;
                        }

                        .content-content .three-cols .ico-block .text-block .text-holder.check-hold:before,
                        .content-content .five-cols .ico-block .text-block .text-holder.check-hold:before {
                            content: "";
                            position: absolute;
                            top: -2px;
                            left: -66px;
                            right: -2px;
                            bottom: -2px;
                        }

                        .content-content .three-cols .ico-block .text-block .text-holder.check-hold .jcf-checkbox,
                        .content-content .five-cols .ico-block .text-block .text-holder.check-hold .jcf-checkbox {
                            position: absolute;
                            top: 50%;
                            left: 15px;
                            -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%);
                            width: 18px;
                            height: 18px;
                            border-color: #fff;
                        }

                            .content-content .three-cols .ico-block .text-block .text-holder.check-hold .jcf-checkbox span,
                            .content-content .five-cols .ico-block .text-block .text-holder.check-hold .jcf-checkbox span {
                                background: url("images/icon-tick1.png") no-repeat;
                            }

                        .content-content .three-cols .ico-block .text-block .text-holder.check-hold.jcf-label-active,
                        .content-content .five-cols .ico-block .text-block .text-holder.check-hold.jcf-label-active {
                            background: #ccf5dc;
                        }

                .content-content .three-cols .ico-block .text-block p,
                .content-content .five-cols .ico-block .text-block p {
                    margin: 0;
                }

    .content-content .wrap-cols {
        color: #2c2c2c;
        font-size: 13px;
        line-height: 15px;
        font-weight: 600;
        margin: -12px 0 0;
    }

        .content-content .wrap-cols p {
            margin: 0 0 12px;
        }

.content-blocks {
    padding: 0 8px 14px;
}

    .content-blocks .block {
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        min-height: 275px;
        margin: 0 0 9px;
        position: relative;
    }

        .content-blocks .block .heading {
            background: #e9e9e9;
            padding: 9px 10px;
        }

            .content-blocks .block .heading h2 {
                font-size: 14px;
                line-height: 20px;
                font-weight: bold;
                margin: 0;
            }

        .content-blocks .block .holder {
            padding: 3px 18px;
            font-size: 13px;
            line-height: 18px;
        }

        .content-blocks .block .plan-list {
            margin: 0 0 0 -5px;
        }

            .content-blocks .block .plan-list li {
                position: relative;
                padding: 7px 0 8px 25px;
            }

                .content-blocks .block .plan-list li + li {
                    border-top: 2px solid #e9e9e9;
                }

                .content-blocks .block .plan-list li i {
                    position: absolute;
                    top: 8px;
                    left: 0;
                    font-size: 16px;
                }

        .content-blocks .block .quote {
            padding: 12px 0;
            margin: 0 -5px;
        }

        .content-blocks .block .quit-list {
            font-size: 12px;
            line-height: 18px;
            font-weight: 600;
            color: #4b4b4b;
        }

            .content-blocks .block .quit-list li {
                padding: 7px 0;
                margin: 0 -5px 2px;
            }

                .content-blocks .block .quit-list li + li {
                    border-top: 2px solid #e9e9e9;
                }

            .content-blocks .block .quit-list .time-frame {
                display: block;
                font-weight: 400;
            }

                .content-blocks .block .quit-list .time-frame em {
                    color: #868686;
                }

        .content-blocks .block .tweet-form {
            padding: 12px 0;
            margin: 0 -5px;
        }

            .content-blocks .block .tweet-form .form-row {
                margin: 0 0 15px;
            }

                .content-blocks .block .tweet-form .form-row.error textarea {
                    border-color: #f00;
                }

            .content-blocks .block .tweet-form textarea {
                border: 2px solid #e9e9e9;
                border-radius: 4px;
                background: #fff;
                font-size: 13px;
                line-height: 18px;
                font-weight: 600;
                /*color: #ababab;*/
                padding: 11px 15px;
                width: 100% !important;
                max-width: 696px !important;
                min-height: 161px !important;
                height: 161px !important;
                outline: none;
            }

                .content-blocks .block .tweet-form textarea::-webkit-input-placeholder {
                    color: #ababab;
                }

                .content-blocks .block .tweet-form textarea::-moz-placeholder {
                    opacity: 1;
                    color: #ababab;
                }

                .content-blocks .block .tweet-form textarea:-moz-placeholder {
                    color: #ababab;
                }

                .content-blocks .block .tweet-form textarea:-ms-input-placeholder {
                    color: #ababab;
                }

                .content-blocks .block .tweet-form textarea.placeholder {
                    color: #ababab;
                }

            .content-blocks .block .tweet-form .btn {
                padding: 7px 12px;
            }

        .content-blocks .block .edit-wrap {
            padding: 3px 18px 50px !important;
            position: relative;
        }

            .content-blocks .block .edit-wrap a {
                margin: 0 -6px;
            }

        .content-blocks .block .edit-holder {
            position: absolute;
            bottom: 2px;
            left: 2px;
            right: 2px;
            background: #f2f6fd;
            z-index: 9;
            font-size: 13px;
            line-height: 18px;
            font-weight: 600;
            padding: 9px 10px;
        }

        .content-blocks .block .img-wrap {
            padding: 13px 0 0;
            margin: 0 -6px 10px;
        }

        .content-blocks .block blockquote {
            border-left: 0;
            padding: 13px 0 0;
            margin: 0 -6px;
            font-size: 13px;
            line-height: 18px;
        }

            .content-blocks .block blockquote q {
                quotes: none;
                display: block;
                margin: 0 0 6px;
            }

                .content-blocks .block blockquote q b {
                    font-weight: 600;
                    display: block;
                }

            .content-blocks .block blockquote cite {
                font-weight: 600;
                display: block;
                font-style: normal;
                line-height: 16px;
            }

                .content-blocks .block blockquote cite em {
                    display: block;
                    font-weight: normal;
                }

.tip-block {
    padding: 0 28px 3px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 -20px -20px;
}

    .tip-block .title-holder {
        padding: 0 0 7px;
        margin: 0 0 8px;
    }

        .tip-block .title-holder .title {
            font-size: 13px;
            line-height: 18px;
            display: block;
            margin: 0;
        }

    .tip-block h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        margin: 0;
    }

.forum-section {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 -6px;
}

    .forum-section .jcf-scrollable-wrapper {
        box-sizing: content-box;
        position: relative;
    }

        .forum-section .jcf-scrollable-wrapper:hover .jcf-scrollbar {
            visibility: visible;
            opacity: 1;
        }

    .forum-section .jcf-scrollable {
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        height: auto !important;
        width: 100% !important;
    }

    .forum-section .jcf-scrollbar {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility .3s linear, opacity .3s linear;
        transition: visibility .3s linear, opacity .3s linear;
    }

    .forum-section .forum-list {
        padding: 0 7px;
    }

        .forum-section .forum-list li {
            border-bottom: 2px solid #e9e9e9;
            overflow: hidden;
            padding: 0 0 15px;
            margin: 0 0 15px;
        }

            .forum-section .forum-list li:last-child {
                border-bottom: 0;
            }

    .forum-section h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 0 4px;
    }

        .forum-section h2 .icon-chevron-right {
            font-size: 11px;
            margin: -5px 0 0 4px;
            display: inline-block;
            vertical-align: middle;
        }

    .forum-section p {
        margin: 0 0 4px;
    }

.response-form,
.comment-form {
    margin: 0 -20px -24px;
    padding: 25px 27px 24px;
    background: #f2f6fd;
}

    .response-form h2,
    .comment-form h2 {
        font-weight: bold;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 13px;
    }

    .response-form .input-row.error textarea,
    .comment-form .input-row.error textarea {
        border-color: #f00;
    }

    .response-form .text-wrap p,
    .comment-form .text-wrap p {
        margin: 0 0 24px;
    }

    .response-form textarea,
    .comment-form textarea {
        border: 1px solid #fff;
        border-radius: 4px;
        background: #fff;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        /*color: #ababab;*/
        padding: 5px 15px;
        width: 100% !important;
        max-width: 696px !important;
        min-height: 86px !important;
        height: 86px !important;
        outline: none;
    }

        .response-form textarea::-webkit-input-placeholder,
        .comment-form textarea::-webkit-input-placeholder {
            color: #ababab;
        }

        .response-form textarea::-moz-placeholder,
        .comment-form textarea::-moz-placeholder {
            opacity: 1;
            color: #ababab;
        }

        .response-form textarea:-moz-placeholder,
        .comment-form textarea:-moz-placeholder {
            color: #ababab;
        }

        .response-form textarea:-ms-input-placeholder,
        .comment-form textarea:-ms-input-placeholder {
            color: #ababab;
        }

        .response-form textarea.placeholder,
        .comment-form textarea.placeholder {
            color: #ababab;
        }

    .response-form .btn-primary,
    .comment-form .btn-primary {
        font-weight: normal;
        padding: 7px 15px;
        margin: 0 11px 0 0;
    }

        .response-form .btn-primary:focus,
        .comment-form .btn-primary:focus {
            outline: none;
            background-color: lightblue;
        }

    .response-form .link-cancel,
    .comment-form .link-cancel {
        margin: 1px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

.forum-comments {
    margin: 0 0 -11px;
}

    .forum-comments .comment {
        padding: 12px 10px 0 48px;
        position: relative;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 10px;
        overflow: hidden;
    }

        .forum-comments .comment .text-block {
            padding: 0 0 26px;
        }

        .forum-comments .comment:last-child .text-block {
            border-bottom: 0;
        }

        .forum-comments .comment .img-block {
            width: 33px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 4px;
            left: 5px;
        }

        .forum-comments .comment h2 {
            font-size: 13px;
            line-height: 18px;
            font-weight: bold;
            margin: 0 0 6px;
        }

            .forum-comments .comment h2 em {
                font-weight: 600;
            }

            .forum-comments .comment h2 a {
                color: #2c2c2c;
            }

        .forum-comments .comment p {
            margin: 0 0 13px;
        }

        .forum-comments .comment .meta-block {
            font-size: 11px;
            line-height: 14px;
            font-weight: 600;
            color: #929292;
        }

        .forum-comments .comment .posted {
            margin: 0 0 8px;
        }

        .forum-comments .comment .likes li {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .forum-comments .comment .likes li + li {
                padding: 0 0 0 20px;
            }

                .forum-comments .comment .likes li + li:before {
                    content: "";
                    width: 1px;
                    height: 10px;
                    position: absolute;
                    top: 50%;
                    left: 8px;
                    background: #929292;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .forum-comments .comment .likes li a {
                display: inline-block;
                vertical-align: top;
                position: relative;
                padding: 0 29px 0 0;
            }

                .forum-comments .comment .likes li a .icon-like {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    color: #0054db;
                    font-size: 16px;
                }

.side-nav {
    display: none;
}

    .side-nav.process li {
        padding: 10px 40px 10px 0;
        position: relative;
        line-height: 26px;
    }

        .side-nav.process li:before {
            content: "";
            position: absolute;
            top: 15px;
            right: 9px;
            width: 20px;
            height: 20px;
            border: 2px solid #e9e9e9;
            border-radius: 4px;
        }

        .side-nav.process li:after {
            content: "";
            position: absolute;
            top: 17px;
            right: 4px;
            width: 22px;
            height: 15px;
            background: url(images/icon-tick1.png) no-repeat;
            content: "";
        }

        .side-nav.process li.not-completed:after {
            content: none;
        }

    .side-nav li {
        border-bottom: 0;
        box-shadow: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        margin: 0;
        padding: 12px;
        border-radius: 0;
        list-style-type: none;
    }

        .side-nav li + li {
            border-top: 2px solid #e9e9e9;
        }

        .side-nav li.active a {
            color: #2c2c2c;
            pointer-events: none;
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
        }

.hooked-quiz {
    margin: 0 0 -9px;
}

    .hooked-quiz ol > li {
        margin: 0 0 20px;
    }

    .hooked-quiz ol h2 {
        margin: 0 0 13px;
    }

    .hooked-quiz .radio-list {
        padding: 0 0 8px;
    }

        .hooked-quiz .radio-list li {
            margin: 0 0 7px;
        }

        .hooked-quiz .radio-list label {
            font-weight: normal;
            position: relative;
            padding: 0 0 0 25px;
            font-size: 13px;
            line-height: 18px;
        }

            .hooked-quiz .radio-list label .jcf-radio {
                position: absolute;
                top: 0;
                left: 0;
            }

.result-quiz {
    margin: 0 -28px;
    padding: 0 26px;
    font-size: 13px;
    line-height: 18px;
}

    .result-quiz .title-holder {
        background: #e9e9e9;
        padding: 8px 26px;
        margin: 0 -26px 14px;
    }

        .result-quiz .title-holder .title {
            font-weight: 600;
            display: block;
        }

    .result-quiz h2 {
        font-weight: 700;
        color: #000;
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 5px;
    }

    .result-quiz p {
        margin: 0 0 17px;
    }

    .result-quiz .btn-holder {
        border-top: 2px solid #e9e9e9;
        padding: 23px 0 0;
    }

        .result-quiz .btn-holder .btn {
            padding: 7px 12px;
        }

.pro-cons,
.quit-block,
.support-block,
.summary-block {
    margin: -5px 0 0;
}

    .pro-cons .column1,
    .quit-block .column1,
    .support-block .column1,
    .summary-block .column1 {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .pro-cons .column1 + .column1,
        .quit-block .column1 + .column1,
        .support-block .column1 + .column1,
        .summary-block .column1 + .column1 {
            border-top: 3px solid #393939;
            padding: 17px 0 0;
        }

        .pro-cons .column1 .heading h2,
        .quit-block .column1 .heading h2,
        .support-block .column1 .heading h2,
        .summary-block .column1 .heading h2 {
            font-size: 22px;
            line-height: 28px;
            font-weight: 600;
            margin: 0 0 20px;
        }

    .pro-cons .open-close,
    .quit-block .open-close,
    .support-block .open-close,
    .summary-block .open-close {
        margin: 0 0 8px;
        background: #fff;
        -webkit-transition: background .3s linear .3s;
        transition: background .3s linear .3s;
        position: relative;
        min-height: 62px;
    }

        .pro-cons .open-close > .opener,
        .quit-block .open-close > .opener,
        .support-block .open-close > .opener,
        .summary-block .open-close > .opener {
            font-size: 15px;
            line-height: 20px;
            padding: 9px 10px;
            display: block;
        }

            .pro-cons .open-close > .opener:focus,
            .quit-block .open-close > .opener:focus,
            .support-block .open-close > .opener:focus,
            .summary-block .open-close > .opener:focus {
                outline: none;
                background-color: lightblue;
            }

        .pro-cons .open-close.active,
        .quit-block .open-close.active,
        .support-block .open-close.active,
        .summary-block .open-close.active {
            border: 0;
            background: #e5eefb;
            -webkit-transition-delay: .3s;
            transition-delay: .3s;
        }

            .pro-cons .open-close.active > .opener,
            .quit-block .open-close.active > .opener,
            .support-block .open-close.active > .opener,
            .summary-block .open-close.active > .opener {
                margin: 0 0 8px;
            }

            .pro-cons .open-close.active .title-holder,
            .quit-block .open-close.active .title-holder,
            .support-block .open-close.active .title-holder,
            .summary-block .open-close.active .title-holder {
                display: block;
                height: 0;
                visibility: hidden;
            }

                .pro-cons .open-close.active .title-holder .wrap .opener,
                .quit-block .open-close.active .title-holder .wrap .opener,
                .support-block .open-close.active .title-holder .wrap .opener,
                .summary-block .open-close.active .title-holder .wrap .opener {
                    top: 35px;
                    right: 15px;
                }

        .pro-cons .open-close.alt,
        .quit-block .open-close.alt,
        .support-block .open-close.alt,
        .summary-block .open-close.alt {
            border: 2px solid #e9e9e9;
            border-radius: 4px;
        }

            .pro-cons .open-close.alt.active,
            .quit-block .open-close.alt.active,
            .support-block .open-close.alt.active,
            .summary-block .open-close.alt.active {
                border: 0;
                background: #e5eefb;
                -webkit-transition-delay: .3s;
                transition-delay: .3s;
            }

        .pro-cons .open-close.wrap-btn,
        .quit-block .open-close.wrap-btn,
        .support-block .open-close.wrap-btn,
        .summary-block .open-close.wrap-btn {
            min-height: 0 !important;
        }

            .pro-cons .open-close.wrap-btn.active,
            .quit-block .open-close.wrap-btn.active,
            .support-block .open-close.wrap-btn.active,
            .summary-block .open-close.wrap-btn.active {
                background: #fff;
            }

            .pro-cons .open-close.wrap-btn .slide,
            .quit-block .open-close.wrap-btn .slide,
            .support-block .open-close.wrap-btn .slide,
            .summary-block .open-close.wrap-btn .slide {
                min-height: 0 !important;
            }

        .pro-cons .open-close .slide,
        .quit-block .open-close .slide,
        .support-block .open-close .slide,
        .summary-block .open-close .slide {
            min-height: 62px !important;
        }

        .pro-cons .open-close .title-holder,
        .quit-block .open-close .title-holder,
        .support-block .open-close .title-holder,
        .summary-block .open-close .title-holder {
            display: table;
            width: 100%;
            table-layout: fixed;
            height: 62px;
            -webkit-transition: height, visibility, opacity .3s linear;
            transition: height, visibility, opacity .3s linear;
        }

            .pro-cons .open-close .title-holder .wrap,
            .quit-block .open-close .title-holder .wrap,
            .support-block .open-close .title-holder .wrap,
            .summary-block .open-close .title-holder .wrap {
                display: table-cell;
                vertical-align: middle;
                padding: 15px 40px 17px 12px;
                /*adding wrap handelers*/
                /*Dan Main 4/19/2017*/
                /*white-space: -moz-pre-wrap; */ /* Mozilla */
                /*white-space: -hp-pre-wrap; */ /* HP printers */
                /*white-space: -o-pre-wrap; */ /* Opera 7 */
                /*white-space: -pre-wrap; */ /* Opera 4-6 */
                /*white-space: pre-wrap; */ /* CSS 2.1 */
                /*white-space: pre-line; */ /* CSS 3 (and 2.1 as well, actually) */
                /*word-wrap: break-word;*/ /* IE */
                /*word-break: break-all;*/
            }

                .pro-cons .open-close .title-holder .wrap.js-input-openclose,
                .quit-block .open-close .title-holder .wrap.js-input-openclose,
                .support-block .open-close .title-holder .wrap.js-input-openclose,
                .summary-block .open-close .title-holder .wrap.js-input-openclose {
                    padding: 21px 12px;
                }

                    .pro-cons .open-close .title-holder .wrap.js-input-openclose label,
                    .quit-block .open-close .title-holder .wrap.js-input-openclose label,
                    .support-block .open-close .title-holder .wrap.js-input-openclose label,
                    .summary-block .open-close .title-holder .wrap.js-input-openclose label {
                        padding-right: 28px;
                    }

                .pro-cons .open-close .title-holder .wrap .opener,
                .quit-block .open-close .title-holder .wrap .opener,
                .support-block .open-close .title-holder .wrap .opener,
                .summary-block .open-close .title-holder .wrap .opener {
                    position: absolute;
                    top: 33px;
                    right: 13px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    color: #dedede;
                    -webkit-transition: color .3s linear;
                    transition: color .3s linear;
                    padding: 0;
                    font-size: 18px;
                    visibility: visible;
                    z-index: 9;
                }

                    .pro-cons .open-close .title-holder .wrap .opener:hover,
                    .quit-block .open-close .title-holder .wrap .opener:hover,
                    .support-block .open-close .title-holder .wrap .opener:hover,
                    .summary-block .open-close .title-holder .wrap .opener:hover {
                        color: #0054db;
                        text-decoration: none;
                    }

                .pro-cons .open-close .title-holder .wrap .text-holder,
                .quit-block .open-close .title-holder .wrap .text-holder,
                .support-block .open-close .title-holder .wrap .text-holder,
                .summary-block .open-close .title-holder .wrap .text-holder {
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: 600;
                    border-top: 2px solid #e9e9e9;
                    padding: 24px 0 0 10px;
                    margin: 11px 0 -18px 0;
                }

                    .pro-cons .open-close .title-holder .wrap .text-holder .title,
                    .quit-block .open-close .title-holder .wrap .text-holder .title,
                    .support-block .open-close .title-holder .wrap .text-holder .title,
                    .summary-block .open-close .title-holder .wrap .text-holder .title {
                        display: block;
                        margin: 0;
                        font-size: 16px;
                        line-height: 22px;
                    }

                    .pro-cons .open-close .title-holder .wrap .text-holder p,
                    .quit-block .open-close .title-holder .wrap .text-holder p,
                    .support-block .open-close .title-holder .wrap .text-holder p,
                    .summary-block .open-close .title-holder .wrap .text-holder p {
                        margin: 0 0 20px;
                    }


            .pro-cons .open-close .title-holder .title {
                font-size: 24px;
                line-height: 30px;
                font-weight: 600;
                display: block;
                color: #0054db;
            }

            .quit-block .open-close .title-holder .title,
            .support-block .open-close .title-holder .title,
            .summary-block .open-close .title-holder .title {
                font-size: 13px;
                line-height: 20px;
                font-weight: 600;
                display: block;
            }

            .pro-cons .open-close .title-holder p,
            .quit-block .open-close .title-holder p,
            .support-block .open-close .title-holder p,
            .summary-block .open-close .title-holder p {
                margin: 0;
            }

            .pro-cons .open-close .title-holder label,
            .quit-block .open-close .title-holder label,
            .support-block .open-close .title-holder label,
            .summary-block .open-close .title-holder label {
                font-size: 14px;
                line-height: 20px;
                color: #0054db;
                position: relative;
                padding: 0 0 0 29px;
                margin: 0 !important;
            }

                .pro-cons .open-close .title-holder label .jcf-checkbox,
                .quit-block .open-close .title-holder label .jcf-checkbox,
                .support-block .open-close .title-holder label .jcf-checkbox,
                .summary-block .open-close .title-holder label .jcf-checkbox {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .quit-block .open-close .title-holder .label-achieved {
                float: right;
                color: #2c2c2c;
                font-size: 12px;
                line-height: 18px;
                font-weight: normal;
                margin-top: 15px !important;
                margin-right: -25px !important;
            }

    .pro-cons .column1 .heading {
        border-bottom: 2px solid #e9e9e9;
        margin: 0 0 8px;
    }

        .pro-cons .column1 .heading h2 {
            font-weight: 600 !important;
        }

    .quit-block .column1 h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .quit-block.reasons-block .column1 h2 {
        margin: 0 0 22px;
    }

    .quit-block.reasons-block.nrt-block {
        padding-bottom: 0 !important;
    }

    .quit-block .open-close .title-holder .title {
        font-weight: bold;
    }

    .quit-block .open-close.force-checked .jcf-checkbox span {
        display: block;
        background: url(images/icon-tick.png) no-repeat;
    }

    .quit-block .reason-form {
        margin: 0 0 8px;
    }

    .quit-block.rewards-block {
        border-bottom: 2px solid #e9e9e9;
        margin: 0 0 40px;
    }

        .quit-block.rewards-block .open-close {
            font-weight: 600;
        }

    .support-block > .heading,
    .summary-block > .heading,
    .quit-block > .heading {
        border-bottom: 2px solid #e9e9e9;
        margin: 0 0 8px;
    }

        .support-block > .heading h2,
        .summary-block > .heading h2,
        .quit-block > .heading h2 {
            font-size: 22px;
            line-height: 28px;
            font-weight: 600 !important;
            margin: 0 0 18px;
        }

    .support-block .open-close > .opener,
    .summary-block .open-close > .opener,
    .quit-block .open-close > .opener {
        font-size: 13px;
        line-height: 20px;
        padding: 8px 10px;
        display: block;
    }

        .support-block .open-close > .opener:focus,
        .summary-block .open-close > .opener:focus,
        .quit-block .open-close > .opener:focus {
            outline: none;
            background-color: lightblue;
        }

    .support-block .open-close.alt1,
    .summary-block .open-close.alt1 {
        margin: 0 0 18px;
    }

        .support-block .open-close.alt1 .wrap,
        .summary-block .open-close.alt1 .wrap {
            display: block;
            padding: 14px 12px 15px;
        }

        .support-block .open-close.alt1 .title-holder .wrap .opener,
        .summary-block .open-close.alt1 .title-holder .wrap .opener {
            top: 30px;
        }

        .support-block .open-close.alt1 .add-support,
        .summary-block .open-close.alt1 .add-support {
            padding: 22px 15px 20px;
        }

    .summary-block .open-close.alt {
        min-height: 0;
    }

        .summary-block .open-close.alt.active {
            background: #fff;
            border: 2px solid #e9e9e9;
        }

            .summary-block .open-close.alt.active .title-holder {
                visibility: visible;
            }

            .summary-block .open-close.alt.active .opener .open-state {
                display: block;
            }

            .summary-block .open-close.alt.active .opener .closed-state {
                display: none;
            }

        .summary-block .open-close.alt.alt1 {
            margin: 0 0 8px;
        }

        .summary-block .open-close.alt.ordered {
            counter-reset: item;
        }

            .summary-block .open-close.alt.ordered .title-holder {
                position: relative;
            }

                .summary-block .open-close.alt.ordered .title-holder:before {
                    content: counter(item);
                    counter-increment: item;
                    position: absolute;
                    top: 11px;
                    left: 9px;
                    font-size: 9px;
                    line-height: 10px;
                    font-weight: bold;
                    border: 1px solid #e9e9e9;
                    height: 16px;
                    width: 16px;
                    text-align: center;
                    padding: 2px 0;
                    border-radius: 50%;
                }

        .summary-block .open-close.alt .opener {
            background: #f2f6fd;
            border: 1px solid #fff;
            font-weight: 600;
            font-size: 13px;
            line-height: 18px;
            margin: 0 !important;
            padding: 9px 10px;
            -webkit-transition: background .3s linear;
            transition: background .3s linear;
        }

            .summary-block .open-close.alt .opener:hover {
                background: #ccf5dc;
                text-decoration: none;
            }

            .summary-block .open-close.alt .opener .icon {
                font-size: 18px;
                line-height: 18px;
                font-weight: 400;
                display: inline-block;
                vertical-align: middle;
                margin: -3px 6px 0 0;
            }

            .summary-block .open-close.alt .opener .open-state {
                display: none;
            }

        .summary-block .open-close.alt .slide .item:before {
            height: 2px;
            content: "";
            position: absolute;
            top: -12px;
            left: 0;
            right: 0;
            background: #e9e9e9;
        }

    .summary-block .open-close.alt .heading-area {
        padding: 7px 14px;
        background: #e9e9e9;
    }

    .summary-block .open-close.alt .heading-area h2 {
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        margin: 0;
        color: #0053dc;
    }

    .summary-block .open-close.alt .heading-area h2 em {
        font-weight: 600;
        color: #929292;
        display: inline-block;
        margin: 0 0 0 5px;
    }

    .summary-block .open-close.alt .title-holder {
        display: block;
        height: auto;
    }

    .summary-block .open-close.alt .title-holder .title1 {
        line-height: 18px;
        margin: 0 0 5px;
        display: block;
    }

    .summary-block .open-close.alt .item {
        position: relative;
    }

    .summary-block .open-close.alt .wrap.time-wrap {
        padding: 8px 14px;
        display: block;
    }

    .summary-block .open-close.alt .wrap.text-wrap {
        padding: 10px 15px 10px 31px;
        font-size: 13px;
        line-height: 18px;
    }

    .summary-block .open-close.alt .wrap.text-wrap p {
        margin: 0 0 8px;
    }

    .summary-block .open-close.alt .wrap > time {
        font-weight: bold;
        display: block;
        font-size: 13px;
        line-height: 18px;
    }

    .commitment-block {
        margin: 0 0 18px;
    }

    .commitment-block h2 {
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0 15px;
    }

    .commitment-block .commitment-box {
        border-radius: 4px;
        padding: 15px 10px 24px;
        background: #e5eefb;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }

    .commitment-block .commitment-box .btn {
        font-size: 13px;
        padding: 8px 15px;
    }

    .commitment-block .commitment-box p {
        margin: 0 0 12px;
    }

    .add-form,
    .reason-form,
    .add-support {
        /*border-radius: 4px;*/
        background: #e5eefb;
        padding: 21px 15px 20px;
        position: relative;
        margin-top: 15px;
    }

    .reason-form-wrap > div:first-of-type {
        border-radius: 4px 4px 0 0;
        padding-bottom: 0;
    }

    .reason-form {
        margin-top: 0;
        border-radius: 0;
    }

    .reason-form-wrap > div:last-of-type {
        border-radius: 0 0 4px 4px;
    }

    .add-form.post-story textarea,
    .reason-form.post-story textarea,
    .add-support.post-story textarea {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 510px !important;
        min-height: 510px !important;
        color: #2c2c2c;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 9px 20px;
        margin: 0;
    }

    .add-form h2,
    .reason-form h2,
    .add-support h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .reason-form.controller-PleasantActivities .btn-wrap.alt, .reason-form.controller-SevenDayTracker .btn-wrap.alt {
        margin: 0;
        padding: 0;
        background: inherit;
    }

    .table-bordered {
        border-color: rgb(221, 221, 221);
    }

    .quit-block .reason-form.behavioral-health-table {
        width: 100%;
        margin: 8px 0 0 0;
        padding: 0;
    }

    .reason-form.behavioral-health-table th, .reason-form.behavioral-health-table input.form-control {
        font-size: 14px;
    }

    /*.add-form .input-row,
    .reason-form .input-row,
    .add-support .input-row {
        margin: 0 0 11px;
    }*/

.add-form .input-row.error textarea,
.add-form .input-row.error input[type="text"],
.add-form .input-row.error input[type="email"],
.add-form .input-row.error input[type="tel"],
.reason-form .input-row.error textarea,
.reason-form .input-row.error input[type="text"],
.reason-form .input-row.error input[type="date"]
.reason-form .input-row.error input[type="email"],
.reason-form .input-row.error input[type="tel"],
.add-support .input-row.error textarea,
.add-support .input-row.error input[type="text"],
.add-support .input-row.error input[type="email"],
.add-support .input-row.error input[type="tel"] {
    border-color: #f00;
}

    .add-form .error textarea,
    .add-form .error .jcf-checkbox,
    .reason-form .error textarea,
    .reason-form .error .jcf-checkbox,
    .add-support .error textarea,
    .add-support .error .jcf-checkbox {
        border-color: #f00 !important;
    }

    .add-form textarea,
    .reason-form textarea,
    .add-support textarea {
        border: 1px solid #fff;
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 4px;
        margin: 0;
        display: block;
        padding: 7px 11px;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        /*color: #ababab;*/
        height: 55px !important;
        min-height: 55px !important;
    }

        .add-form textarea::-webkit-input-placeholder,
        .reason-form textarea::-webkit-input-placeholder,
        .add-support textarea::-webkit-input-placeholder {
            color: #ababab;
        }

        .add-form textarea::-moz-placeholder,
        .reason-form textarea::-moz-placeholder,
        .add-support textarea::-moz-placeholder {
            opacity: 1;
            color: #ababab;
        }

        .add-form textarea:-moz-placeholder,
        .reason-form textarea:-moz-placeholder,
        .add-support textarea:-moz-placeholder {
            color: #ababab;
        }

        .add-form textarea:-ms-input-placeholder,
        .reason-form textarea:-ms-input-placeholder,
        .add-support textarea:-ms-input-placeholder {
            color: #ababab;
        }

        .add-form textarea.placeholder,
        .reason-form textarea.placeholder,
        .add-support textarea.placeholder {
            color: #ababab;
        }

    .add-form input[type="submit"],
    .reason-form input[type="submit"],
    .add-support input[type="submit"] {
        display: inline-block;
        vertical-align: middle;
        padding: 7px 14px;
        margin: 0 7px 0 0;
    }

        .add-form input[type="submit"]:focus,
        .reason-form input[type="submit"]:focus,
        .add-support input[type="submit"]:focus {
            outline: none;
            background-color: lightblue;
        }

    .add-form .link-delete,
    .reason-form .link-delete,
    .add-support .link-delete {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }

.account-form .input-row .jcf-button-content {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    margin: 0 0 -2px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #0054db;
    border-color: #004ac2;
    color: #fff;
}

    .account-form .input-row .jcf-button-content:hover {
        opacity: .8;
    }

.reason-form,
.add-support {
    overflow: hidden;
}

    .reason-form .heading,
    .add-support .heading {
        border-bottom: 2px solid #fff !important;
        margin: 0 0 14px !important;
    }

    .reason-form .input-row .title,
    .reason-form .input-row label,
    .reason-form .input-row .fake-label,
    .add-support .input-row .title,
    .add-support .input-row label,
    .add-support .input-row .fake-label {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        display: block;
        margin: 0 0 7px;
    }

    .input-row label.form-check-label{
        margin: 0;
    }

        .reason-form .input-row .title em,
        .reason-form .input-row label em,
        .reason-form .input-row .fake-label em,
        .add-support .input-row .title em,
        .add-support .input-row label em,
        .add-support .input-row .fake-label em {
            font-weight: normal;
        }

    .reason-form .input-row .fake-label,
    .add-support .input-row .fake-label {
        margin: 0 0 6px;
    }

    .IconWrap {
        display: block;
        width: 100%;
        position: relative;
    }

    .IconWrap:before {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-100%, -50%);
        pointer-events: none;
    }

    /*.reason-form .input-row input[type="text"],
    .reason-form .input-row input[type="email"],
    .reason-form .input-row input[type="tel"],
    .add-support .input-row input[type="text"],
    .add-support .input-row input[type="email"],
    .add-support .input-row input[type="tel"],
    .reason-form .input-row input[type="date"] {
        width: 100%;
        display: block;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #fff;
        margin: 0;
        height: 38px;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        padding: 8px 17px;
        /*color: #ababab;*
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }*/

        .reason-form .input-row input[type="text"]::-webkit-input-placeholder,
        .reason-form .input-row input[type="email"]::-webkit-input-placeholder,
        .reason-form .input-row input[type="tel"]::-webkit-input-placeholder,
        .add-support .input-row input[type="text"]::-webkit-input-placeholder,
        .add-support .input-row input[type="email"]::-webkit-input-placeholder,
        .add-support .input-row input[type="tel"]::-webkit-input-placeholder {
            color: #ababab;
        }

        .reason-form .input-row input[type="text"]::-moz-placeholder,
        .reason-form .input-row input[type="email"]::-moz-placeholder,
        .reason-form .input-row input[type="tel"]::-moz-placeholder,
        .add-support .input-row input[type="text"]::-moz-placeholder,
        .add-support .input-row input[type="email"]::-moz-placeholder,
        .add-support .input-row input[type="tel"]::-moz-placeholder {
            opacity: 1;
            color: #ababab;
        }

        .reason-form .input-row input[type="text"]:-moz-placeholder,
        .reason-form .input-row input[type="email"]:-moz-placeholder,
        .reason-form .input-row input[type="tel"]:-moz-placeholder,
        .add-support .input-row input[type="text"]:-moz-placeholder,
        .add-support .input-row input[type="email"]:-moz-placeholder,
        .add-support .input-row input[type="tel"]:-moz-placeholder {
            color: #ababab;
        }

        .reason-form .input-row input[type="text"]:-ms-input-placeholder,
        .reason-form .input-row input[type="email"]:-ms-input-placeholder,
        .reason-form .input-row input[type="tel"]:-ms-input-placeholder,
        .add-support .input-row input[type="text"]:-ms-input-placeholder,
        .add-support .input-row input[type="email"]:-ms-input-placeholder,
        .add-support .input-row input[type="tel"]:-ms-input-placeholder {
            color: #ababab;
        }

        .reason-form .input-row input[type="text"].placeholder,
        .reason-form .input-row input[type="email"].placeholder,
        .reason-form .input-row input[type="tel"].placeholder,
        .add-support .input-row input[type="text"].placeholder,
        .add-support .input-row input[type="email"].placeholder,
        .add-support .input-row input[type="tel"].placeholder {
            color: #ababab;
        }

    .reason-form .input-row .file-button,
    .add-support .input-row .file-button {
        display: inline-block;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        margin: 0 0 3px;
    }

        .reason-form .input-row .file-button:hover,
        .add-support .input-row .file-button:hover {
            opacity: .8;
        }

        .reason-form .input-row .file-button input[type="file"],
        .add-support .input-row .file-button input[type="file"] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
        }

        .reason-form .input-row .file-button .btn,
        .add-support .input-row .file-button .btn {
            padding: 7px 19px;
        }

    .reason-form .input-row .jcf-button-content,
    .add-support .input-row .jcf-button-content {
        display: inline-block;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        margin: 0 0 -2px;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 14px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        background-color: #0054db;
        border-color: #004ac2;
        color: #fff;
    }

        .reason-form .input-row .jcf-button-content:hover,
        .add-support .input-row .jcf-button-content:hover {
            opacity: .8;
        }

        .reason-form .input-row .jcf-button-content .btn,
        .add-support .input-row .jcf-button-content .btn {
            padding: 7px 19px;
        }

    .reason-form .btn-wrap,
    .add-support .btn-wrap {
        background: #cedef7;
        margin: 0 -15px -20px;
        padding: 20px 15px;
    }

.add-support {
    padding: 11px 15px 20px;
}

    .add-support .opt-info {
        border-top: 2px solid #cedef7;
        padding: 20px 0 0;
    }

        .add-support .opt-info > span {
            font-size: 13px;
            line-height: 18px;
            display: block;
            margin: 0 0 12px;
        }

    .add-support ol {
        padding: 0 0 16px 17px;
        counter-reset: item;
    }

        .add-support ol li {
            margin: 0 0 9px;
            position: relative;
        }

            .add-support ol li:before {
                content: counter(item);
                counter-increment: item;
                font-size: 13px;
                line-height: 20px;
                font-weight: bold;
                color: #2c2c2c;
                position: absolute;
                top: 10px;
                left: -17px;
            }

    .add-support textarea {
        min-height: 73px !important;
        height: 73px !important;
        font-size: 13px;
        padding: 10px 20px;
        color: rgba(44, 44, 44, .5);
    }

        .add-support textarea::-webkit-input-placeholder {
            color: rgba(44, 44, 44, .5);
        }

        .add-support textarea::-moz-placeholder {
            opacity: 1;
            color: rgba(44, 44, 44, .5);
        }

        .add-support textarea:-moz-placeholder {
            color: rgba(44, 44, 44, .5);
        }

        .add-support textarea:-ms-input-placeholder {
            color: rgba(44, 44, 44, .5);
        }

        .add-support textarea.placeholder {
            color: rgba(44, 44, 44, .5);
        }

    .add-support .check-holder {
        padding: 0 0 14px 38px;
        font-size: 11px;
        line-height: 16px;
        position: relative;
        color: #4b4b4b;
    }

        .add-support .check-holder em {
            color: #65676a;
        }

        .add-support .check-holder .jcf-checkbox {
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            border-color: #fff;
        }

            .add-support .check-holder .jcf-checkbox span {
                width: 21px;
                height: 17px;
                background-size: 100% 100%;
                margin: -3px 0 0 2px;
            }

        .add-support .check-holder label {
            font-weight: 600;
        }

    .add-support .btn-wrap {
        padding: 16px 15px;
    }

.post-story {
    padding: 24px 31px 29px;
}

    .post-story h2 {
        margin: 0 0 22px !important;
    }

    .post-story .input-row {
        margin: 0 0 22px;
    }

    .post-story textarea {
        padding: 9px 20px;
    }

    .post-story .btn-wrap {
        padding: 32px 31px 26px;
        margin: 0 -31px -29px;
    }

.next-option {
    font-size: 18px;
    line-height: 22px;
}

    .next-option a {
        display: inline-block;
        vertical-align: bottom;
    }

        .next-option a i {
            display: inline-block;
            vertical-align: bottom;
            margin: 0 0 0 4px;
        }

.nrt-block {
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 20px;
    margin: 0 0 40px;
}

    .nrt-block .img-block {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #585858;
        margin: 0 0 20px;
    }

        .nrt-block .img-block .img-holder {
            margin: 0 0 10px;
            text-align: center;
        }

    .nrt-block .text-block {
        font-size: 14px;
        line-height: 20px;
    }

        .nrt-block .text-block .title {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            margin: 0 0 15px;
        }

        .nrt-block .text-block p {
            margin: 0 0 15px;
        }

.chat-block {
    padding-bottom: 20px;
    margin: 0px 0px 40px 0px;
    border-bottom: 2px solid #000000;
}

.info-area .info-top {
    padding: 0 0 14px;
}

    .info-area .info-top .img-holder {
        width: 82px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0;
    }

    .info-area .info-top .text-holder {
        width: 140px;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px !important;
        line-height: 22px !important;
        font-weight: 600;
        padding: 3px 0 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

        .info-area .info-top .text-holder .name {
            font-weight: bold;
            font-size: 15px;
            display: block;
            margin: 0 0 2px;
            padding: 0 30px 0 0;
        }

.info-area .info-desc {
    border-top: 2px solid #e9e9e9;
    font-size: 13px;
    line-height: 18px;
    padding: 16px 0 0;
}

    .info-area .info-desc .title {
        color: #2c2c2c;
        font-weight: bold;
        display: block;
        margin: 0 0 2px;
    }

    .info-area .info-desc ol {
        padding: 0 0 0 15px;
        counter-reset: item;
    }

        .info-area .info-desc ol li {
            margin: 0 0 5px;
            position: relative;
        }

            .info-area .info-desc ol li:before {
                content: counter(item) ".";
                counter-increment: item;
                font-size: 13px;
                line-height: 20px;
                font-weight: 600;
                color: #2c2c2c;
                position: absolute;
                top: -1px;
                left: -15px;
            }

.txt-block {
    font-size: 18px;
    line-height: 28px;
    max-width: 600px;
}

    .txt-block h1 {
        margin: 0 0 10px;
    }

    .txt-block p {
        margin: 0 0 35px;
    }

#footer {
    display: table-footer-group;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    #footer .f1 {
        display: table-row;
        height: 1%;
    }

    #footer .container {
        overflow: hidden;
    }

.f2 {
    margin: 0 -14px;
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #fefefe 100%);
    box-shadow: 0 0 12px rgba(0, 0, 0, .08);
    padding: 16px 28px 0;
}

.no-bg .f2 {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}

.footer-info {
    color: #4b4b4b;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    height: 45px;
}

    .footer-info.style-alt {
        color: #fff;
        margin: 0 -28px;
        padding: 8px 28px;
        border-bottom: 0;
    }

        .footer-info.style-alt a[href^=tel],
        .footer-info.style-alt a[href^=skype],
        .footer-info.style-alt a[href^=sms] {
            color: #0054db;
        }

        .footer-info.style-alt p {
            margin: 0;
        }

        .footer-info.style-alt strong {
            color: #fff;
        }

    .footer-info p {
        margin: 0 0 8px;
    }

    .footer-info b {
        font-weight: 600;
    }

    .footer-info strong {
        color: #2c2c2c;
    }

.footer-nav {
    padding: 19px 0 11px;
    font-size: 0;
    line-height: 0;
}

    .footer-nav ul {
        font-size: 11px;
        line-height: 18px;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
        width: 39%;
        padding: 0 10px 0 0;
    }

        .footer-nav ul + ul {
            width: 61%;
        }

    .footer-nav li {
        margin: 0 0 8px;
    }

.footer-block {
    font-size: 9px;
    line-height: 12px;
    /*color: #7c7c7c;*/
    color: #4e4e4e;
    margin: 0 0 19px;
}

    .footer-block b {
        font-weight: 600;
    }

    .footer-block .footer-logo {
        width: 107px;
        margin: 0 0 10px;
    }

    .footer-block p {
        margin: 0 0 12px;
    }

    .footer-block .copy {
        float: left;
        width: 53%;
    }

        .footer-block .copy a {
            font-weight: 600;
        }

    .footer-block .footer-list {
        float: left;
        width: 47%;
        font-weight: 600;
    }

        .footer-block .footer-list li {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .footer-block .footer-list li + li {
                margin: 0 0 0 17px;
            }

                .footer-block .footer-list li + li:before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    left: -11px;
                    height: 10px;
                    width: 2px;
                    background: #e9e9e9;
                }


/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: default;
    background: #fff;
    border: 2px solid #eaeaea;
    margin: 0 3px 0 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
}

.error .jcf-checkbox {
    border-color: #f00;
}

.jcf-label-active .jcf-checkbox {
    border-color: #eaeaea;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    background: url(images/icon-tick.png) no-repeat;
    width: 19px;
    height: 15px;
}

:root .jcf-checkbox span {
    margin: -2px 0 0 2px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}


/* custom radio styles */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 18px;
    width: 18px;
    -webkit-transition: border .3s linear;
    transition: border .3s linear;
}

    .jcf-radio.jcf-checked {
        border: 7px solid #0053dc;
    }

    .jcf-radio span {
        display: none;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: #777;
        border-radius: 100%;
    }

    .jcf-radio input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
        cursor: pointer;
    }

    .jcf-radio.jcf-checked span {
        display: block;
    }


/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 2px solid #eaeaea;
    background: #fff;
    margin: 0;
    min-width: 140px;
    height: 46px;
    width: 100%;
    min-width: 100%;
    border-radius: 4px;
}

    .jcf-select.jcf-unselectable {
        width: 100px;
    }

    .jcf-select.jcf-drop-active {
        border-radius: 4px 4px 0 0;
    }

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 14px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 45px 0 13px;
        color: rgba(44, 44, 44, .5);
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        width: 34px;
        border-left: 2px solid #eaeaea;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:before {
            content: "\e905";
            font-family: icomoon !important;
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
            line-height: 0;
            text-transform: none;
            color: #0054db;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            width: 32px;
            text-align: center;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 20px;
            margin: 0 0 0 -1px;
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
    border-radius: 0 0 4px 4px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 2px solid #eaeaea;
    border-radius: 0 0 4px 4px;
}

.jcf-select-drop.jcf-select-select-sm .jcf-select-drop-content {
    border-width: 2px 0 0;
}


/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    border: 0;
    min-width: 200px;
    margin: 0 15px;
}


/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        margin: 0;
        padding: 2px 14px;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

            .jcf-list ul li:nth-child(n+3) {
                border-top: 2px solid #f6f6f6;
            }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 12px 0;
        color: #0054db;
        height: 1%;
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
        font-weight: 600;
    }

        .jcf-list .jcf-option.jcf-option-hide-me {
            display: none;
        }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


/* custom scrollbars styles */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #f9f9f9;
    width: 8px;
    bottom: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-dec,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        background: #eee;
        height: 8px;
        width: 8px;
        left: 0;
        top: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        top: auto;
        bottom: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
        background: #ccc;
        height: 1px;
        width: 14px;
    }

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #f8f8f8;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 8px;
    display: none;
}

    .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        background: #bbb;
        height: 8px;
        width: 8px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        left: auto;
        right: 0;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        display: inline-block;
        position: relative;
        height: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        position: absolute;
        background: #888;
        height: 14px;
    }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

    .jcf-file.jcf-extension-jpg .jcf-fake-input {
        display: block;
    }

    .jcf-file .jcf-real-element {
        position: absolute;
        margin: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 134px;
        cursor: pointer;
    }

    .jcf-file .jcf-fake-input {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
        overflow: hidden;
        border: 1px solid #777;
        padding: 4px 8px;
        font-size: 13px;
        line-height: 28px;
        height: 28px;
        width: auto;
        float: right;
        border: 0;
        display: none;
        cursor: default;
    }

    .jcf-file .jcf-upload-button {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        border: 0;
        margin: 0 0 0 -1px;
        padding: 0;
        line-height: 28px;
        height: auto;
    }

        .jcf-file .jcf-upload-button .jcf-button-content {
            -webkit-transition: color .3s linear;
            transition: color .3s linear;
        }

            .jcf-file .jcf-upload-button .jcf-button-content:hover {
                color: #eee;
            }


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #000;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
    height: 400px !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("images/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, .8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.full-height-row {
    position: relative;
}

.full-height {
    position: absolute;
    height: 100%;
}

    .full-height .sub-nav {
        margin: 0;
    }

    .full-height #sidebar {
        height: 100%;
    }

    .full-height .share-block {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .full-height .share-block .heading {
            margin: 0px 0 6px;
        }

.share-block.post-full-height .social-networks {
    position: relative;
    top: -30px;
}

.btn-success {
    border: 0;
}

.personal_rewards .carousel .mask {
    border-bottom: 0;
}

.personal_rewards .slide {
    text-align: center;
}

.personal_rewards h5 {
    font-weight: bold;
}

.personal_rewards span.time-frame {
    display: block;
    max-height: 130px;
    overflow: hidden;
}

.personal_rewards span.fake-label {
    font-size: 11px;
}

.personal_rewards .check-hold {
    margin-top: 30px;
    margin-bottom: 60px;
}

.personal_rewards .carousel {
    margin: 0;
}

    .personal_rewards .carousel .slide {
        overflow-y: visible;
    }

.content-blocks .personal_rewards.block .edit-wrap {
    padding: 10px !important;
}

.personal_rewards .carousel .mask:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 22px;
    right: 22px;
    background: transparent;
    height: 0;
}

.personal_rewards .carousel .btn-prev,
.personal_rewards .carousel .btn-next {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 26px;
    border-radius: 4px;
    position: absolute;
    top: 54px;
    left: -28px;
    z-index: 99;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    text-decoration: none;
}

    .personal_rewards .carousel .btn-prev span,
    .personal_rewards .carousel .btn-next span {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        text-align: center;
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.personal_rewards .carousel .btn-next {
    left: auto;
    right: -28px;
}

/* Dedicated for SupportPople.ascx - begin */
.wide {
    padding: 0 !important;
}

span.error-label, p.error-label {
    color: red;
    font-size: 14px;
}

.nopipe:before {
    content: none !important;
    margin-left: 0px !important;
}

.nopipe {
    margin-left: 0px !important;
}
/* Dedicated for SupportPople.ascx - end */

#qualifying-questions-overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: 1000;
    position: fixed;
    background: #000000;
}

#qualifying-questions-modal {
    top: 200px;
    width: 100%;
    z-index: 1001;
    position: absolute;
}

#qualifying-questions-content {
    border-radius: 8px;
}

    #qualifying-questions-content.none {
        display: none;
    }

div.error {
    color: #EF0000;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}


span.error, .field-validation-error, .validation-summary-errors ul li {
    color: #EF0000;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

div.validated {
    color: green;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.red-allert {
    color: red;
    margin-bottom: 30px;
}

.enroll-form textarea {
    border: 2px solid #eaeaea;
}

.mnu-wrap {
    background: #f7f7f7;
    border-radius: 8px 8px 0 0;
    padding: 7px 0 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}

    .mnu-wrap li + li:before {
        content: "";
        height: 20px;
        width: 4px;
        background: #e9e9e9;
        border-right: #F79F17 solid 2px;
        margin-top: 0px;
    }

a.nav-link.dropdown-toggle.dropbtn {
    text-decoration: underline;
}

.dropdown-menu {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-menu li a {
        color: #0054db;
        text-decoration: underline;
    }

    .dropdown-menu li + li:before {
        content: "";
        height: 20px;
        width: 4px;
        background: unset;
        border-right: none;
        margin-top: 0px;
    }

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

a.dropdown-item {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}

/*-- Answer Column --*/

.answer_column h5 {
    font-weight: 600;
}

.answer_column_div {
    background: #FFF;
}

.answer_column_div ul ul.dashed {
    list-style-type: none;
}

    .answer_column_div ul ul.dashed > li {
        text-indent: -5px;
    }

.answer_column_div ul ul li:before {
    content: "-";
    text-indent: -5px;
}

.navbar-fixed-right {
    position: fixed;
    height: 100vh;
    background: black;
    top: 0;
    right: 0;
    padding: 13px 15px 0;
}

.navbar-mobile-menu li + li:before {
    border-right: none;
}

.navbar-mobile-menu ul li {
    border-top: 2px solid #2c2a2b;
    margin-top: -2px;
    width: 100%;
}

.navbar-mobile-menu a.nav-link.dropdown-toggle.dropbtn {
    text-decoration: none;
}

.navbar-mobile-menu a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    -webkit-transition: background .3s linear, color .3s linear;
    transition: background .3s linear, color .3s linear;
    position: relative;
    font-size: 13px;
}

.navbar-mobile-menu ul .drop {
    background: #2c2a2b;
    padding: 9px 15px 0;
    border-top: 0;
    font-weight: normal;
}

    .navbar-mobile-menu ul .drop li {
        border-top: none;
        list-style: none;
    }

.navbar-mobile-menu {
    position: fixed;
    height: 100vh;
    width: 0px;
    padding: 0;
    overflow: hidden;
    transition: width 0.35s ease;
}


.mobileMenuOpen #header .nav-opener:before, .mobileMenuOpen #header .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.mobileMenuOpen #header .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-- Tooltips--*/

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltiplink {
    color: #0054db;
    font-weight: normal;
    border-radius: 0;
}

.tooltiplink:hover {
    text-decoration: underline;
}

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false'] > .expand_caret {
    transform: rotate(-90deg);
}

.overlay {
    background-color: #EFEFEF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5;
    filter: alpha(opacity=50);
}

.contactus-form form {
    top: 50%;
    left: 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}

    .contactus-form form label {
        margin: 10px 0 0 0;
    }

    .contactus-form form textarea {
    }

    .contactus-form form input {
    }

        .contactus-form form input[type=submit] {
            font-size: 18px;
            line-height: 24px;
            min-width: 110px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            padding: 10px;
            max-width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: #0054db;
            color: #fff;
            border-radius: 8px;
            margin: 15px 0 0 0;
        }

            .contactus-form form input[type=submit]:focus {
                outline: none;
                background-color: lightblue;
            }

.skip-to-content {
    position: absolute;
    left:-9999px;
    z-index:999;
    padding:1em;
    opacity:0;
}

    .skip-to-content:focus, .skip-to-content:active {
        left:50%;
        transform: translateX(-50%);
        opacity: 1;
    }

    .pageLink {
        cursor:pointer;
    }


@media only screen and (hover: none) and (pointer: coarse) {
    .isDesktop {
        display: none !important;
    }

    .isMobile {
        display: block !important;
    }

    #header .nav-opener {
        display: block !important;        
    }

    .navbar-mobile-menu.show {
        width: 230px;
        display: block !important;
    }
}

/*Desktop Menu CSS*/
.isDesktop {
    display: block;
}

.isMobile {
    display: none;
}

.isMobile .show {
    display: block;
}

/*additional*/
.CTAColor {
    color:#0054DF
}

.embedSize {
    width: calc(100% + 0px) !important;
    height: 3000px
}
.hiddenLabel {
    max-width: 0;
    color: transparent;
}