@charset "UTF-8";

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    color: #444;
    line-height: 1.3;
}

    body.dnnEditState {
        padding-bottom: 200px;
    }

ul {
    list-style-type: disc;
}

.p-b-15 {
    padding-bottom: 15px;
}

.nowrap {
    white-space: nowrap;
}

a, a:active, a:visited, a:focus {
    color: #006d83;
    text-decoration: underline;
}

    a:hover, a:active:hover, a:visited:hover, a:focus:hover {
        color: #006d83;
        text-decoration: none;
    }

    a.copy_color, a.copy_color:hover, a:active.copy_color, a:active.copy_color:hover, a:visited.copy_color, a:visited.copy_color:hover, a:focus.copy_color, a:focus.copy_color:hover {
        color: #444;
    }

    a.nounderline, a:active.nounderline, a:visited.nounderline, a:focus.nounderline {
        text-decoration: none;
    }

    a.highlight_green_underline, a:active.highlight_green_underline, a:visited.highlight_green_underline, a:focus.highlight_green_underline {
        color: #529651;
        text-decoration: underline;
    }

    a:hover, a:active:hover, a:visited:hover, a:focus:hover {
        text-decoration: none;
    }

b, strong {
    font-weight: bold;
}

.d-in-block {
    display: inline-block;
}

p {
    font-size: 1.063em;
    line-height: 1.423;
    margin: .612em 0;
}

.m-t-0 {
    margin-top: 0;
}

.upper {
    text-transform: uppercase;
}

.m-b-12 {
    margin-bottom: 12px;
}

.highlight_color {
    color: #006d83;
}

.carousel-indicators {
    right: auto;
    margin: 0;
    left: 50px;
    bottom: 30px;
    width: 81px;
}

    .carousel-indicators li {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        border: none;
        background-color: white;
        margin: 0 6px;
    }

        .carousel-indicators li.active {
            background-color: rgba(0,0,0,0.5);
        }

.border-box {
    border: 8px solid #efefef;
    padding: 20px;
    font-size: 0.9em;
}

    .border-box h3 {
        color: #006d83;
        font-weight: 500;
        margin-bottom: 12px;
        font-size: 1.7em;
    }

h5 {
    font-size: .8125em;
    line-height: 1.35;
}

.isiSticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

    .isiSticky .indication-col {
        padding-right: 0;
    }

        .isiSticky .indication-col .indication {
            background: #d5e9ec;
            font-size: 13px;
            font-weight: bold;
            padding: 12px 20px;
            height: 100%;
        }

    .isiSticky .isi-col {
        padding-left: 0;
    }

        .isiSticky .isi-col .isi {
            position: relative;
            width: 100%;
            height: 100%;
        }

    .isiSticky #expandbtn {
        float: right;
        width: 92px;
        height: 26px;
        display: block;
        margin-top: -6px;
        background: url("../img/icon-26x92-expandbtn.png");
        text-decoration: none;
    }

    .isiSticky #isiright {
        padding: 12px 15px;
        background: #eef6f7;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }

        .isiSticky #isiright h4 {
            font-size: 0.8em;
            text-transform: uppercase;
            font-weight: bold;
            font-family: Arial;
            color: #0A7A80;
            margin: 0;
        }

        .isiSticky #isiright #isicopy {
            font-size: 0.8em;
            margin-top: 0.5em;
            overflow: auto;
            height: calc(100% - 28px);
        }

            .isiSticky #isiright #isicopy ul {
                list-style-type: disc;
                padding-left: 18px;
            }

        .isiSticky #isiright hr {
            display: block;
            height: 1px;
            border: 0;
            border-top: 1px solid #10bbc5;
            margin: 0.3em 0;
            padding: 0;
            clear: both;
        }

    .isiSticky.visible {
        height: auto;
    }

        .isiSticky.visible .indication-col .indication {
            background: #abe1e8;
        }

        .isiSticky.visible #isiright {
            position: relative;
            background: #d7ecef;
        }

            .isiSticky.visible #isiright #isicopy {
                height: auto;
            }

        .isiSticky.visible #expandbtn {
            background: url("../img/icon-26x92-collapsebtn.png");
        }

body.dnnEditState .isiSticky {
    position: relative;
}

.copy {
    margin-bottom: 15px;
}

header {
    background: #737373;
    padding: 13px 0;
}

    header ul {
        list-style-type: none;
        margin-bottom: 0;
    }

        header ul li {
            float: left;
            margin-left: 20px;
        }

            header ul li a {
                color: white;
                text-decoration: underline;
                font-size: 0.9em;
            }

                header ul li a:hover, header ul li a:active, header ul li a:active:hover, header ul li a:visited, header ul li a:visited:hover {
                    text-decoration: none;
                    color: white;
                }

                header ul li a:focus, header ul li a:focus:hover {
                    color: white;
                }

#container-treat_banner {
    background: #006d83;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
}

    #container-treat_banner h2 {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 1.75em;
        margin-bottom: 0;
    }

.sidebar {
    padding-right: 0;
}

    .sidebar nav {
        height: 100%;
        background: #eee;
        padding: 15px 0;
    }

        .sidebar nav .logo-div {
            text-align: center;
        }

            .sidebar nav .logo-div img {
                margin: 0 auto 28px;
            }

        .sidebar nav ul {
            list-style-type: none;
            margin: 0;
            padding: 12px 0 0;
            text-align: center;
        }

            .sidebar nav ul li {
                padding: 9px 0;
                margin: 6px 0;
                text-transform: uppercase;
            }

                .sidebar nav ul li a {
                    text-decoration: none;
                    color: #444;
                    display: block;
                }

                .sidebar nav ul li > a {
                    margin: -9px 0;
                    padding: 9px 0;
                }

                .sidebar nav ul li:hover, .sidebar nav ul li.active {
                    background: #3c803c;
                    color: white;
                    cursor: pointer;
                }

                    .sidebar nav ul li:hover a, .sidebar nav ul li.active a {
                        color: white;
                    }

                .sidebar nav ul li ul {
                    display: none;
                    padding: 0;
                }

                    .sidebar nav ul li ul li {
                        margin: 0;
                        padding: 5px 0;
                        text-transform: none;
                        background: #006d82;
                        font-size: 0.9em;
                    }

                        .sidebar nav ul li ul li a {
                            color: white;
                            text-decoration: underline;
                            margin: -5px 0;
                            padding: 5px 0;
                        }

                        .sidebar nav ul li ul li:hover {
                            background-image: url("../img/icon-11x10-nav-hover-arrow.png");
                            background-repeat: no-repeat;
                            background-position: 95% center;
                        }

                            .sidebar nav ul li ul li:hover a {
                                text-decoration: none;
                            }

                .sidebar nav ul li.visible {
                    background: #006d82;
                    color: white;
                }

                    .sidebar nav ul li.visible:hover {
                        background: #65b362;
                    }

                    .sidebar nav ul li.visible ul {
                        display: block;
                    }

                        .sidebar nav ul li.visible ul li.active {
                            background: #65b362;
                            background-image: url("../img/icon-11x10-nav-hover-arrow.png");
                            background-repeat: no-repeat;
                            background-position: 95% center;
                        }

                            .sidebar nav ul li.visible ul li.active a {
                                text-decoration: none;
                            }

    .sidebar.sidebar-others nav ul ul {
        padding: 12px 0;
    }

    .sidebar .inst-saving-menu {
        display: block;
        text-align: center;
        padding: 9px 0;
        margin: 6px 0 18px;
        text-decoration: none;
        color: #444;
        font-weight: bold;
    }

        .sidebar .inst-saving-menu span {
            color: #006d83;
        }

        .sidebar .inst-saving-menu em {
            background: url("../img/icon-13x14-arrow.png") center center no-repeat;
            width: 14px;
            height: 13px;
            display: inline-block;
            margin-left: 6px;
            vertical-align: middle;
        }

        .sidebar .inst-saving-menu:hover {
            color: #fff;
            background: #3c803c;
        }

            .sidebar .inst-saving-menu:hover span {
                color: #fff;
            }

    .sidebar .top-bar-nav {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

        .sidebar .top-bar-nav li a {
            text-transform: none;
        }

#container-footer {
    margin-bottom: 10px;
    margin-top: 20px;
}

    #container-footer #logo_footer_bar-container {
        background: #737373;
        padding: 20px 14px;
        margin-bottom: 12px;
    }

        #container-footer #logo_footer_bar-container section.logo_footer_bar img {
            max-width: 200px;
        }

        #container-footer #logo_footer_bar-container section.logo_footer_bar .right {
            float: right;
            text-align: right;
            font-size: 0.85em;
            margin-top: -6px;
        }

            #container-footer #logo_footer_bar-container section.logo_footer_bar .right > div {
                line-height: 0;
            }

            #container-footer #logo_footer_bar-container section.logo_footer_bar .right > p {
                display: inline-block;
                margin: 0;
                font-size: 1em;
            }

            #container-footer #logo_footer_bar-container section.logo_footer_bar .right a {
                color: #fff;
                font-size: 0.9em;
                text-decoration: underline;
                margin: 0 0 0 20px;
            }

                #container-footer #logo_footer_bar-container section.logo_footer_bar .right a:hover {
                    text-decoration: none;
                }

    #container-footer .legal {
        font-size: 0.7em;
    }

.carousel {
    margin-bottom: 12px;
}

.treat {
    background: #737373;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 12px;
}

    .treat h3 {
        font-size: 1.6em;
        font-weight: 200;
        margin: 0;
    }

h4 {
    font-size: 1em;
    line-height: 1.56;
}

.copy h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #006d83;
}

.copy p {
    line-height: 1.3;
    font-size: 1em;
}

    .copy p.small-font {
        font-size: 0.8em;
    }

.border-box .img-div {
    padding-right: 0;
    margin-bottom: 40px;
}

    .border-box .img-div.m-b-0 {
        margin-bottom: 0;
    }

    .border-box .img-div img {
        width: 100%;
    }

.treat-now {
    background: #efefef;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
}

    .treat-now h3 {
        font-size: 1.7em;
        color: #006d83;
        font-weight: 600;
    }

    .treat-now h4 {
        font-size: 1.2em;
        color: #363535;
        font-weight: 600;
    }

        .treat-now h4 span {
            color: #006d83;
        }

.page-nav {
    margin-bottom: 12px;
}

    .page-nav p {
        text-align: right;
        font-weight: 400;
        display: inline-block;
        width: 100%;
    }

        .page-nav p small {
            background: #fff url("../img/icon-13x14-arrow.png") center center no-repeat;
            display: inline-block;
            width: 14px;
            height: 13px;
            margin-left: 12px;
            vertical-align: middle;
            margin-top: -3px;
        }

.call-to-images img {
    width: 100%;
}

.call-to-images > div:first-child {
    padding-right: 6px;
}

.call-to-images > div:last-child {
    padding-left: 6px;
}

.table-wrapper {
    font-size: medium;
}

.table-header {
    background: #006d83;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4em;
    padding: 13px;
    font-weight: bold;
    border: 0.5px solid #cccccc;
}

.table-content {
    margin: 0 0 12px;
    font-size: medium;
}

    .table-content > div {
        padding: 0;
        background: #e9fbfc;
        border: 1px solid #cccccc;
    }

    .table-content .content-heading {
        background: #dfdede;
        color: #006d83;
        font-size: 1.2em;
        font-weight: 600;
        padding: 13px;
        border-bottom: 1px solid #cccccc;
    }

        .table-content .content-heading img {
            float: right;
        }

    .table-content > div:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .table-content .content-text {
        padding: 15px;
        background: #e9fbfc;
    }

        .table-content .content-text ul {
            list-style-type: none;
            margin: 0;
        }

            .table-content .content-text ul li {
                padding: 3px 0;
                padding-left: 1em;
                text-indent: -0.7em;
            }

                .table-content .content-text ul li::before {
                    content: "• ";
                    color: #65b362;
                }

.benefits_container {
    width: 100%;
    padding: 25px 90px 35px 100px;
    background: #e9fbfc;
    border: 1px solid #cce2e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #006d83;
}

    .benefits_container li {
        list-style-type: none;
        padding: 12px 0;
        font-size: 1.4em;
        line-height: 1.3;
        background: url("../img/icon-43x45-treatment-check.png") no-repeat;
        padding-left: 64px;
        margin-left: -43px;
    }

        .benefits_container li:before {
            content: "";
            position: absolute;
            top: 8px;
            left: -16px;
            width: 8px;
            height: 8px;
        }

.how-take {
    width: 100%;
    display: table;
    margin-bottom: 12px;
    font-size: medium;
}

    .how-take th, .how-take td {
        padding: 13px 13px;
        text-align: left;
        border: 1px solid #cccccc;
    }

    .how-take th {
        background: #006d83;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.4em;
    }

    .how-take td img {
        margin-right: 12px;
        margin-bottom: 22px;
        float: left;
        margin-top: -2px;
    }

    .how-take .how-days {
        background: #ebffff;
    }

.take-now {
    background: #efefef;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

    .take-now h3, .take-now h4 {
        font-weight: 500;
        margin: 0;
    }

    .take-now h3 {
        font-size: 2.1em;
        color: #444;
    }

    .take-now h4 {
        font-size: 2em;
        color: #006d83;
    }

    .take-now p.upper small {
        background: #fff url("../img/icon-13x14-arrow.png") center center no-repeat;
        display: inline-block;
        width: 14px;
        height: 13px;
        margin-left: 12px;
    }

.talk-mb-40 {
    margin-bottom: 40px;
}

.print-table-content > div .content-wrap {
    border: 1px solid #cccccc;
    border-top: none;
}

.print-table-content > div .action-img {
    background: #e9fbfc;
    text-align: center;
    padding: 13px;
    border-bottom: 1px solid #cccccc;
    height: 82px;
}

    .print-table-content > div .action-img img {
        padding: 7px;
    }

.print-table-content > div .action-btn {
    padding: 13px;
}

.print-table-content .print-action {
    padding: 0;
}

    .print-table-content .print-action .content-wrap {
        text-align: center;
    }

.print-table-content > div:first-child {
    padding-right: 0;
}

    .print-table-content > div:first-child .content-wrap {
        padding: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .print-table-content > div:first-child .content-wrap img {
            float: left;
            height: 52px;
            margin-right: 10px;
        }

.print-table-content > div:nth-child(2) .content-wrap {
    border-left: none;
    border-right: none;
}

.print-table-content > div:last-child {
    padding-right: 15px;
}

.terms {
    font-weight: 400;
    line-height: 1.4;
    font-size: .8125em;
}

.eligible-wrapper {
    padding: 0 63px;
}

    .eligible-wrapper a.d-in-block {
        width: 100%;
    }

    .eligible-wrapper .terms-thin {
        font-weight: 400;
        line-height: 1.4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.website-table {
    margin-bottom: 12px;
}

    .website-table .img-wrap {
        border: 1px solid #ccc;
        padding: 3px;
        text-align: center;
    }

        .website-table .img-wrap img {
            max-width: 100%;
        }

    .website-table .cont-wrap {
        border: 1px solid #ccc;
        border-left: none;
        background: #e9fbfc;
        padding: 0 32px;
    }

    .website-table .no-border-bottom {
        border-bottom: none;
    }

    .website-table > div > div:first-child {
        padding-right: 0;
    }

    .website-table > div > div:last-child {
        padding-left: 0;
    }

    .website-table .img-wrap.no-border-bottom {
        padding: 13px;
    }

#guidePrint h1 {
    display: none;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
}

#externalLinkPopup, #hcpPopup {
    color: #444444;
}

    #externalLinkPopup .modal-dialog, #hcpPopup .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto 1.75rem;
    }

        #externalLinkPopup .modal-dialog .modal-content, #hcpPopup .modal-dialog .modal-content {
            border: none;
            border-radius: 0;
            background-color: #efefef;
            position: absolute;
            display: block;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    #externalLinkPopup .modal-header, #hcpPopup .modal-header {
        padding: 0;
        border: none;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        #externalLinkPopup .modal-header button, #hcpPopup .modal-header button {
            padding: 0;
            margin: 8px 8px 0 0;
            float: none;
            font-size: 11pt;
            font-weight: 600;
            text-transform: uppercase;
            opacity: 1;
            color: #444;
            text-shadow: none;
        }

            #externalLinkPopup .modal-header button small, #hcpPopup .modal-header button small {
                background: url("../img/icon-15x15-close.jpg") center center no-repeat;
                width: 15px;
                height: 15px;
                margin-left: 4px;
                vertical-align: middle;
                display: inline-block;
                margin-top: -3px;
            }

            #externalLinkPopup .modal-header button:focus, #hcpPopup .modal-header button:focus {
                outline: none;
            }

    #externalLinkPopup .modal-body, #hcpPopup .modal-body {
        padding: 40px 30px 30px;
    }

        #externalLinkPopup .modal-body h2, #hcpPopup .modal-body h2 {
            font-weight: 600;
            font-size: 2.4em;
            margin-bottom: 20px;
        }

        #externalLinkPopup .modal-body p.btn-wrapper a, #hcpPopup .modal-body p.btn-wrapper a {
            text-transform: uppercase;
            text-decoration: none;
            margin-right: 12px;
        }

            #externalLinkPopup .modal-body p.btn-wrapper a small, #hcpPopup .modal-body p.btn-wrapper a small {
                background: url("../img/icon-13x14-arrow.png") center center no-repeat;
                width: 14px;
                height: 13px;
                margin-left: 0px;
                vertical-align: middle;
                display: inline-block;
                margin-top: -2px;
            }

    #hcpPopup .modal-body {
        padding: 25px 30px;
    }

        #hcpPopup .modal-body h3 {
            font-size: 1.382em;
            line-height: 1.223;
            font-weight: 100;
        }

        #hcpPopup .modal-body p.btn-wrapper a {
            text-decoration: underline;
            text-transform: none;
            margin-right: 30px;
        }

            #hcpPopup .modal-body p.btn-wrapper a:last-child {
                margin-right: 0;
            }

            #hcpPopup .modal-body p.btn-wrapper a:hover {
                text-decoration: none;
            }

.error-404-content {
    padding: 100px 0;
    text-align: center;
}

.grey-border-btm {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

ul.dosing-list {
    list-style: none;
    font-size: 1.05em;
    padding-left: 0px;
}

    ul.dosing-list li {
        padding: 5px 0;
        margin-left: 1em;
        text-indent: -0.7em;
        font-size: 0.95em;
    }

        ul.dosing-list li:before {
            content: "• ";
            color: #65b362;
        }

        ul.dosing-list li ul {
            list-style: none;
            padding: 10px;
        }

            ul.dosing-list li ul li {
                margin-left: 2em;
                padding: 10px 0;
            }

                ul.dosing-list li ul li:before {
                    content: "\2014 ";
                    margin-right: 2px;
                }

@media only screen and (min-width: 320px) and (max-width:992px) {
    body {
        padding-top: 0px;
        padding-bottom: 98px;
    }

    .wrapper {
        overflow: hidden;
    }

    header {
        background: #eee;
        position: fixed;
        /*top: 0; */
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 15px;
        text-align: center;
    }

        header img.logo {
            max-height: 45px;
        }

        header .hamburgermenu {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
        }

            header .hamburgermenu img {
                max-height: 28px;
            }

                header .hamburgermenu img.icon-close {
                    display: none;
                }

            header .hamburgermenu.active img.icon-hamburger {
                display: none;
            }

            header .hamburgermenu.active img.icon-close {
                display: block;
            }

        header ul {
            display: none;
        }

    .sidebar {
        position: fixed;
        right: -100%;
        padding: 0;
        top: 75px;
        bottom: 0;
        overflow: auto;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 101;
    }

        .sidebar nav {
            position: absolute;
            top: 0px;
           /* bottom: 0; */
            left: 0;
            right: 0;
            overflow: auto;
            height: auto;
        }

            .sidebar nav ul li:hover {
                background: none;
                color: #444444;
            }

            .sidebar nav ul li.visible:hover {
                color: white;
            }

        .sidebar.open {
            right: 0;
        }

    .isiSticky {
        height: 98px;
    }

        .isiSticky > .container {
            height: 100%;
            max-width: 100%;
            padding: 0;
        }

            .isiSticky > .container > .row {
                height: 100%;
                margin: 0;
            }

                .isiSticky > .container > .row .isi-col {
                    width: 100%;
                    padding: 0;
                }

                    .isiSticky > .container > .row .isi-col #isicopy h5 {
                        font-size: 0.8em;
                        font-weight: bold;
                        text-transform: uppercase;
                        padding-top: 10px;
                    }

        .isiSticky.visible {
            max-height: calc(100% - 76px);
            overflow: auto;
        }

    .table-content > div:nth-child(2) {
        border: 1px solid #ccc;
    }

    #externalLinkPopup .modal-dialog, #hcpPopup .modal-dialog {
        max-width: 600px;
        margin: .5rem auto;
    }
}

@media screen and (max-width: 767px) {
    .carousel-indicators {
        bottom: 10px;
        width: auto;
        justify-content: flex-start;
        padding-left: 6px;
    }

        .carousel-indicators li {
            margin: 0 4px;
            height: 10px;
            width: 10px;
        }

    .border-box {
        padding: 15px;
        border-width: 4px;
    }

        .border-box h3 {
            font-size: 1.4em;
        }

    #container-footer #logo_footer_bar-container section.logo_footer_bar {
        text-align: center;
    }

        #container-footer #logo_footer_bar-container section.logo_footer_bar .right {
            float: none;
            text-align: center;
            padding-top: 15px;
        }

            #container-footer #logo_footer_bar-container section.logo_footer_bar .right > p {
                display: block;
                padding: 5px 0;
            }

    .border-box .img-div {
        padding-right: 15px;
    }

    .benefits_container {
        padding: 25px 15px;
    }

        .benefits_container ul {
            margin-bottom: 0;
        }

            .benefits_container ul li {
                padding: 0 0 24px;
                background-size: 23px auto;
                margin-left: -23px;
                padding-left: 35px;
                font-size: 1em;
            }

                .benefits_container ul li:last-child {
                    padding-bottom: 0;
                }

    .treat h3 {
        font-size: 1em;
    }

    .take-now h3 {
        font-size: 1.6em;
    }

    .take-now h4 {
        font-size: 1.5em;
    }

    .treat-now h3 {
        font-size: 1.5em;
    }

    .treat-now h4 {
        font-size: 1.1em;
    }

    .page-nav {
        font-size: 0.8em;
    }

    .how-take th {
        font-size: 1em;
    }

    .how-take td div {
        padding-left: 42px;
    }

    .check_container {
        padding: 25px 15px;
    }

        .check_container .checkbox_container {
            width: 100%;
            padding-left: 0;
            margin-bottom: 5px;
        }

    .eligible-wrapper {
        padding: 0;
    }

    .website-table .cont-wrap {
        padding: 10px 5px;
        word-break: break-all;
    }

    .website-table .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

    #container-treat_banner h2 {
        font-size: 1.1em;
    }

    body {
       /* padding-top: 76px; */
	   padding-top: 0px;
    }

    #externalLinkPopup .modal-dialog, #hcpPopup .modal-dialog {
        max-width: 90%;
    }

    #externalLinkPopup .modal-body, #hcpPopup .modal-body {
        padding: 25px 20px 25px;
    }

        #externalLinkPopup .modal-body h2, #hcpPopup .modal-body h2 {
            font-size: 1.3em;
        }

    .carousel-indicators {
        left: 0px;
        bottom: 10px;
    }

        .carousel-indicators li {
            margin: 0 4px;
            height: 10px;
            width: 10px;
        }
}

@media screen and (max-width: 360px) {
    .take-now h3 {
        font-size: 1.3em;
    }

    .take-now h4 {
        font-size: 1.2em;
    }

    .isiSticky #isiright h4 {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 767px) and (max-width:992px) {
    header {
        text-align: left;
    }

    .sidebar {
        width: 50%;
    }
}

/*css new updates*/

img#LiveMonTransparentImage{
    display:none;
}

section.copy ul {
    padding-left: 19px;
}

.legal p a u {
    color: #444;
}

a.telcol {
    color: #444444!important;
    text-decoration: none;
}

#isicopy p span.nowrap {
    color: #444444!important;  
}

/*section.copy span.nowrap.phno {
    color: #444444!important;
    text-decoration: none;
}*/
.nowrap.phno a {
    color: #444444!important;
    text-decoration: none!important;
}

@media screen and (max-width: 820px)
{
	#treatBanner{
		    padding-top: 85px;
	}
}
@media screen and (max-width: 767px)
{

.sidebar nav {
	top: 76px;
}

}