\article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box
}
body {
    overflow-x: hidden;
}
body,
html {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-weight: 400;
    height: 100%
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 15px
}

a {
    outline: 0;
    text-decoration: none;
    transition: all .3s ease 0s
}

    a:focus,
    a:hover {
        outline: 0;
        text-decoration: none
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-family: Roboto, sans-serif;
    font-size: 28.5px;
    font-weight: 700;
    line-height: 1.3
}

h2 {
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3
}

h3 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

h4 {
    line-height: 1.3
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 3px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-0 {
    padding-top: 0 !important
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-18 {
    padding-top: 18px
}

.pt-20 {
    padding-top: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.no-border {
    border: none !important
}

.text-center {
    text-align: center !important
}

.padd-top-none {
    padding-top: 0 !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

sup {
    font-size: 60%;
    top: -.7em;
    position: relative;
}

.wrapper {
    position: relative
}

.small-text {
    font-size: 11px;
    color: #58595b
}

a.link-light-blue {
    color: #0069a5;
    text-decoration: underline
}

a.link-blue {
    color: #2553ea;
    text-decoration: underline
}

.section-padding {
    padding: 40px 0
}

.visible-sm-xs {
    display: none
}

.visible-xs {
    display: none
}

.hidden {
    display: none
}

#ControlBar,
#ControlBar *,
.actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.showControlBar .navbar-fixed-bottom,
.showControlBar .navbar-fixed-top {
    position: relative
}

.showControlBar .sticky-wrapper {
    padding: 0
}

body .Normal,
body .NormalDeleted,
body .NormalDisabled {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.btn-white {
    border: solid 2px #fff;
    background-color: transparent;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

    .btn-white:focus,
    .btn-white:hover {
        background-color: #fff;
        color: #00bdf2;
        box-shadow: none;
        outline: 0
    }

.btn-light-blue {
    border: solid 2px #00bdf2;
    background-color: #fff;
    font-size: 17px;
    color: #00bdf2;
    cursor: pointer;
    padding: 16px 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

    .btn-light-blue:focus,
    .btn-light-blue:hover {
        background-color: #00bdf2;
        color: #fff;
        box-shadow: none;
        outline: 0
    }

.btn-blue,
.btn-blue:focus,
.btn-blue:visited {
    border: solid 2px #273186;
    background-color: #273186;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

    .btn-blue:hover {
        border-color: #273186;
        color: #273186;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

.container {
    width: 940px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

.clearfix {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0
}

    .clearfix:after {
        content: "";
        clear: both;
        display: table
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
    position: relative
}

.col-25 {
    width: 25%;
    float: left;
    padding: 0 15px
}

.col-3 {
    width: 30%;
    float: left;
    padding: 0 15px
}

.col-33 {
    width: 33.33%;
    float: left;
    padding: 0 15px
}

.col-4 {
    width: 40%;
    float: left;
    padding: 0 15px
}

.col-5 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    float: left
}

.col-6 {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    float: left
}

.col-7 {
    width: 70%;
    float: left;
    padding: 0 15px
}

.col-12 {
    width: 100%;
    float: left;
    padding: 0 15px
}

.efficacy-sc-blue .col-4 {
    width: 50%
}

.efficacy-sc-blue .col-6 {
    width: 50%
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

ul {
    margin-top: 0;
    padding-left: 16px;
    color: #231f20;
    margin-left: 0;
    list-style-type: disc
}

.dosing-banner li,
.saving-banner li {
    text-indent: -2px;
    padding-bottom: 6px
}

.default-list li,
.list-white li {
    margin-bottom: 6px
}

.list-white {
    color: #fff
}

ul li:last-child {
    margin-bottom: 0
}

ul.dashed {
    margin: 0;
    list-style-type: none;
    padding-left: 0
}

    ul.dashed > li {
        position: relative;
        padding-left: 7px;
        line-height: 1.4;
        color: #414042;
        margin-bottom: 2px
    }

        ul.dashed > li:before {
            content: "-";
            position: absolute;
            left: 0
        }

.radio {
    margin: 0 0 20px 0
}

    .radio input[type=radio] {
        position: absolute;
        opacity: 0
    }

        .radio input[type=radio] + .radio-label:before {
            content: '';
            background: #fff;
            border-radius: 100%;
            border: 1px solid #a8a8a8;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 0;
            margin-right: 10px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease
        }

        .radio input[type=radio]:checked + .radio-label:before {
            border: solid 1px #3197ee;
            background-color: #fff;
            -webkit-box-shadow: inset 0 0 0 7px #3197ee;
            box-shadow: inset 0 0 0 7px #3197ee
        }

        .radio input[type=radio]:focus + .radio-label:before {
            outline: 0;
            border-color: #3197ee
        }

        .radio input[type=radio]:disabled + .radio-label:before {
            -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4
        }

        .radio input[type=radio] + .radio-label:empty:before {
            margin-right: 0
        }

.bstrap3-material .text-danger {
    color: #e51c23;
    font-weight: 400
}

.error-msg-row p {
    color: #e51c23;
    font-weight: 400;
    line-height: 1.5em
}

.request-form-main .alert-danger {
    background-color: transparent !important;
    color: #e51c23
}

.header {
    min-height: 123px;
    background: #fff
}

.header-top {
    height: 34px;
    width: 100%;
    position: absolute;
    top: 45px;
    z-index: 9;
    background: #fff
}

.logo-section {
    float: left;
    min-width: 161px
}

    .logo-section a {
        display: inline-block;
        position: relative;
        margin-left: -3px
    }

    .logo-section img {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        max-height: 170px
    }

.top-links {
    float: right;
    margin: 12px 0 0
}

    .main-nav ul,
    .top-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .top-links ul {
        float: left
    }

        .top-links ul li {
            float: left;
            margin-right: 47px;
            margin-top: 0
        }

            .top-links ul li:last-child {
                margin-right: 0
            }

            .top-links ul li a {
                font-size: 11px;
                color: #333;
                padding: 0;
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s;
                float: left
            }

                .top-links ul li a:hover {
                    color: #273186
                }

.header-bottom {
    background: #273186;
    height: 44px;
    position: absolute;
    top: 79px;
    width: 100%
}

.main-nav > ul {
    float: left;
    width: 100%
}

    .main-nav > ul > li {
        margin-right: 15px;
        float: left;
        margin-bottom: 0
    }

.main-nav li .sub-menu li:last-child,
.main-nav ul li:last-child {
    margin-right: 0
}

.main-nav ul li a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding-top: 16px;
    height: 44px;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition: none
}

.main-nav > ul > li a:hover,
.main-nav > ul > li.active > a {
    background: url(../img/BG-3x5-menu-hover.png) repeat-x bottom left;
    color: #fff
}

.main-nav ul li:last-child a {
    padding-right: 0
}

.fix-nav {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    height: 78px
}

    .fix-nav .logo-section img {
        max-height: 78px
    }

    .fix-nav .logo-section .brand-logo {
        left: 13px;
        top: 12px
    }

.main-nav {
    float: right
}

    .main-nav ul > li.active .sub-menu,
    .main-nav > ul > li:hover .sub-menu {
        display: block
    }

    .main-nav ul > li a,
    .main-nav ul > li.active a {
        position: relative
    }

    .main-nav li .sub-menu {
        background: #00bdf2;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        width: 100%;
        height: 40px
    }

        .main-nav li .sub-menu ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            max-width: 878px;
            display: table
        }

        .main-nav li .sub-menu li {
            margin-right: 50px;
            float: left
        }

            .main-nav li .sub-menu li a {
                font-family: 'Museo Sans W01_700', sans-serif;
                letter-spacing: normal;
                padding-top: 10px;
                height: 40px;
                color: rgba(255, 255, 255, .8);
                font-size: 16px;
                font-weight: 700;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s
            }

                .main-nav li .sub-menu li a:hover {
                    color: #fff
                }

.navbar-toggle {
    border: none;
    background: 0 0;
    display: none;
    position: absolute;
    right: 15px;
    top: 21px;
    padding: 0;
    cursor: pointer
}

    .navbar-toggle .icon-bar {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

.icon-bar-o {
    margin-top: 1px
}

.icon-bar-o,
.navbar-toggle-text {
    float: left
}

.navbar-toggle-text {
    color: #fff;
    margin-left: 5px;
    font-size: 18px;
    line-height: .9
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar-toggle:active,
.navbar-toggle:active:focus,
.navbar-toggle:focus {
    outline: 0;
    box-shadow: none
}

.banner-section {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 35px 0
}

.banner-content h1 {
    font-size: 34px;
    color: #0069a5;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px
}

.banner-content h3 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.3
}

    .banner-content h3.title-green {
        font-size: 20px;
        color: #273186;
        font-weight: 600;
        line-height: 1.3;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: .4px
    }

h2.main-title {
    font-size: 34px;
    color: #2f80b6;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 17px
}

h2.sub-title {
    font-size: 24px;
    color: #2f80b6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    letter-spacing: 1px
}

.home-page-banner {
    padding-bottom: 0
}

    .home-page-banner .banner-content-l {
        float: left;
        width: 185px;
        padding-left: 15px
    }

    .home-page-banner .banner-content-r {
        float: left;
        width: 725px
    }

        .home-page-banner .banner-content-r h1 {
            font-size: 71px;
            color: #0069a5;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: 1.5px;
            line-height: .95;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 11px
        }

            .home-page-banner .banner-content-r h1 span {
                display: block
            }

                .banner-content h1 span.home-title-two,
                .home-page-banner .banner-content-r h1 span.home-title-two {
                    color: #2f80b6
                }

                .banner-content h1 span.home-title-three,
                .home-page-banner .banner-content-r h1 span.home-title-three {
                    color: #5998c4
                }

        .home-page-banner .banner-content h3,
        .home-page-banner .banner-content-r h3 {
            font-size: 20px;
            color: #333;
            text-transform: uppercase;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 15px
        }

        .home-page-banner .banner-content-r h1 sup {
            line-height: 1
        }

.cta-box {
    margin-top: 15px;
    border-top: 7px solid #81b2d3;
    padding-top: 16px
}

    .cta-box .btn-blue:visited {
        color: #fff;
        background: #273186
    }

    .cta-box .btn-blue:hover {
        border-color: #273186;
        color: #273186;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

    .cta-box h2 {
        font-size: 17px;
        color: #273186;
        font-weight: 600;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: .95px;
        margin-bottom: 6px;
        min-height: 44px
    }

    .cta-box p {
        color: #231f20;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 25px;
        font-family: 'Open Sans';
        min-height: 38px
    }

.bottom-reference .reference-contain {
    margin: 25px 4px 5px 0
}

    .bottom-reference .reference-contain p {
        margin-bottom: 0
    }

.home-section-cta {
    padding-bottom: 30px
}

.content-bg-home {
    background: url(../img/BG-1440x487-Home-Contentbg.png) no-repeat center top/cover
}

.white-opac-50 {
    background: rgba(255, 255, 255, .5);
    border-radius: 15px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    margin: 30px 0 30px;
    border: 1px solid #97bfda
}

    .white-opac-50 h1 {
        font-family: 'Open Sans', sans-serif;
        color: #0069a5;
        font-size: 34px;
        font-weight: 800;
        padding-bottom: 5px;
        margin-bottom: 0;
        letter-spacing: normal
    }

    .white-opac-50 p {
        font-family: Roboto, sans-serif;
        color: #414042;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }

.banner-icon {
    text-align: center;
    margin-top: 10px
}

    .banner-icon h4 {
        margin-top: 17px
    }

.inner-cta {
    padding: 15px 0 10px
}

.banner-border-sc {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    padding: 15px 5px 20px;
    border: 2px solid #91bcd8;
    background: rgba(255, 255, 255, .6);
    border-radius: 10px
}

    .banner-border-sc h2 {
        margin-bottom: 5px
    }

    .banner-border-sc p {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
        color: #414042;
        line-height: 1.4;
        letter-spacing: -.1px
    }

small {
    font-size: 100%
}

.efficacy-banner p small {
    color: #58595b;
    line-height: 1.4
}

.efficacy-banner-b {
    margin-top: 10px
}

    .efficacy-banner-b h2.sub-title {
        text-align: center;
        margin-bottom: 10px
    }

    .efficacy-banner-b p {
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600
    }

.content-bg-efficacy {
    background: url(../img/BG-507x424-Efficacy-Contentbg.png) no-repeat left 18% bottom 33%
}

.efficacy-sc-blue {
    background-color: #004f7c;
    padding: 45px 0;
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #fff -100%, #004f7c 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #fff -100%, #004f7c 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #fff -100%, #004f7c 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(-100, #fff), color-stop(100, #004f7c));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #fff -100%, #004f7c 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #fff -100%, #004f7c 100%)
}

.content-bg-efficacy-outer.content-bg {
    padding-bottom: 0
}

.efficacy-sc-blue h2 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px
}

.efficacy-sb-content li,
.efficacy-sb-content p {
    color: #fff
}

.efficacy-sb-content small,
.pharmacology-banner small {
    font-size: 15px
}

.custom-sup {
    top: -.4em
}

.banner-section-pharmacology {
    padding-top: 30px
}

.banner-section h4 {
    font-size: 20px;
    color: #273186;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600
}

.pharmacology-banner-img1 {
    text-align: right
}

.pharmacology-banner-img2 {
    padding-top: 15px
}

.content-bg-pharmacology {
    background: url(../img/BG-542x361-Pharmacology-Contentbg.png) no-repeat right 12% bottom 0
}

.banner-section-dosing {
    padding-top: 20px
}

    .banner-section-dosing.dosing-banner-img1 {
        text-align: center
    }

.banner-section-saving {
    padding-top: 20px
}

    .banner-section-saving p {
        margin-bottom: 0
    }

.saving-banner small {
    font-size: 13px
}

.content-bg {
    position: relative;
    padding-bottom: 14px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(89, 152, 196, .25)), color-stop(100%, rgba(255, 255, 255, .25)));
    background: -webkit-linear-gradient(87deg, rgba(255, 255, 255, .25) 0, rgba(89, 152, 196, .25) 100%);
    background: -o-linear-gradient(87deg, rgba(255, 255, 255, .25) 0, rgba(89, 152, 196, .25) 100%);
    background: -ms-linear-gradient(87deg, rgba(255, 255, 255, .25) 0, rgba(89, 152, 196, .25) 100%);
    background: linear-gradient(3deg, rgba(255, 255, 255, .25) 0, rgba(89, 152, 196, .25) 100%)
}

.error-banner:after {
    position: absolute;
    content: '';
    background: url(../img/Img-1223x14-ContentShadow.png) no-repeat center;
    bottom: 0;
    height: 14px;
    width: 100%;
    bottom: 0
}

html .bstrap3-material .form-horizontal .control-label {
    color: #333
}

.indications-section {
    padding: 20px 0 25px
}

.reference-contain {
    color: #58595b;
    font-size: 13px;
    line-height: 1.4
}

.indications-inner-section h5 {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #273186;
    margin-bottom: 6px;
    line-height: 1.2
}

.indications-inner-section p {
    color: #231f20
}

.indications-inner-section ul {
    padding-left: 16px;
    margin-top: 2px;
    margin-bottom: 10px
}

    .indications-inner-section ul li {
        padding-bottom: 15px;
        text-indent: -2px;
        color: #273186
    }

        .dosing-banner li span,
        .efficacy-banner li span,
        .indications-inner-section ul li span,
        .saving-banner li span {
            color: #333
        }

.dosing-banner li,
.efficacy-banner li,
.saving-banner li {
    color: #273186
}

.indications-inner-section a {
    color: #231f20;
    font-weight: 700;
    text-decoration: underline
}

    .indications-inner-section a:hover {
        color: #000
    }

.indications-inner-section .list-unstyled {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0
}

    .indications-inner-section .list-unstyled li {
        padding-bottom: 0
    }

#sticky-isi-module .see-more-links,
.indications-section .see-more-links {
    text-align: right
}

#sticky-isi-module .see-more-links {
    position: absolute;
    right: 15px;
    top: -4px;
    z-index: 9
}

    #sticky-isi-module .see-more-links a,
    .indications-section .see-more-links a {
        color: #ef7600;
        font-size: 14px;
        font-weight: 700;
        display: inline-block
    }

#sticky-isi-module {
    position: fixed;
    z-index: 950;
    padding-left: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    box-shadow: -1px -4px 21px rgba(0, 0, 0, .2);
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    overflow-y: scroll
}

    #sticky-isi-module .container {
        position: relative
    }

    #sticky-isi-module.activated {
        display: none !important
    }

    #sticky-isi-module.expanded {
        max-height: 100%;
        overflow-y: scroll;
        height: auto
    }

.footer {
    background: #333;
    padding: 40px 0
}

.footer-links {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

    .footer-links li {
        float: left;
        width: 100%;
        margin-bottom: 15px
    }

        .footer-links li a {
            display: inline-block;
            color: #fff;
            font-size: 11px;
            font-weight: 400
        }

.bottom-contact p {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0
}

.bottom-logo {
    margin-bottom: 13px
}

.modal {
    border-radius: 0;
    box-shadow: none;
    padding: 100px 70px;
    max-width: 680px
}

    .modal.modal-full {
        padding: 0;
        background: 0 0
    }

.modal-sm {
    padding: 50px 30px
}

.blocker {
    z-index: 999
}

.thanks-request h3 {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 13px
}

.thanks-request p {
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.modal a.close-modal {
    background-image: url(../img/Icon-45x43-ModalClose.png);
    width: 23px;
    height: 22px;
    top: -35px;
    right: 0
}

.SpdbmpMdlFd,
.WtchTvAdCntr {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, .5);
    min-width: 900px
}

.SpdbmpMdl,
.WtchTvAd {
    display: block;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: -100%;
    margin: 0 auto;
    padding: 0;
    max-width: 470px;
    width: 90%;
    z-index: 99999;
    text-align: center;
    background: #eee;
    border-radius: 0;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    padding: 20px
}

    .SpdbmpMdl .SpdbmpMdlCls,
    .WtchTvAd .SpdbmpMdlCls {
        background-image: url(../img/Icon-45x43-ModalClose.png);
        width: 23px;
        height: 22px;
        top: -35px;
        right: 0;
        position: absolute;
        cursor: pointer
    }

.modal-footer {
    padding: 13px 0 0
}

    .modal-footer .btn-default {
        padding: 7px 10px;
        display: block
    }

.btn-default {
    display: inline-block;
    font-size: 12px;
    background: #007d88;
    border: 1px solid #007d88;
    color: #fff;
    font-weight: 500;
    padding: 6px 19px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

    .btn-default:visited {
        color: #fff
    }

    .btn-default:hover {
        background: 0 0;
        color: #007d88
    }

    .btn-default + .btn-default {
        margin-left: 5px
    }

.register-page-banner {
    padding-bottom: 0
}

.request-form-main .EPiServerForms {
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 30px
}

.request-form-main .row-items {
    float: left;
    width: 100%
}

.request-form-main .col-sm-1,
.request-form-main .col-sm-3,
.request-form-main .col-sm-9 {
    width: 100%
}

.request-form-main .bstrap3-material .form-horizontal .control-label,
.request-form-main .bstrap3-material .form-horizontal .label-right {
    text-align: left
}

.request-form-main label.control-label {
    font-weight: 400 !important;
    color: #333
}

.request-form-main .select-options-area label.control-label {
    font-size: 15px
}

.request-form-main .bstrap3-material .form-horizontal .control-label {
    padding-top: 0
}

.request-form-main .cols-3-items {
    float: left;
    width: 33.33%
}

.request-form-main .bstrap3-material .form-control {
    border: 1px solid #919492;
    height: 44px;
    padding: 6px 10px;
    color: #707070;
    font-size: 13px;
    background: rgba(255, 255, 255, .5);
    box-shadow: none;
    margin-top: 8px;
    width: 100%;
    display: block
}

.request-form-main .require-field-area .section-title.underlined {
    border: none;
    font-size: 13px;
    font-style: italic;
    color: #333;
    margin-top: 7px;
    padding-top: 7px;
    margin-bottom: 17px
}

.request-form-main .EPiServerForms .checkbox {
    min-height: auto;
    float: left;
    width: 100%;
    margin-bottom: 6px
}

    .request-form-main .EPiServerForms .checkbox input {
        display: none
    }

    .request-form-main .EPiServerForms .checkbox span {
        color: #333;
        cursor: pointer;
        padding-left: 20px;
        padding-top: 8px;
        float: left
    }

.request-form-main .bstrap3-material .checkbox label {
    position: relative;
    float: left;
    display: inline-block
}

.request-form-main .EPiServerForms .checkbox span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border: solid 4px #2f80b6;
    background: #fff;
    width: 30px;
    height: 30px
}

.request-form-main .EPiServerForms input[type=checkbox]:checked + span:after {
    border: solid 4px #2f80b6 !important;
    width: 30px;
    height: 30px;
    background: #f4f6f4 url(../img/Img-18x18-RadioChecked.png) no-repeat center center
}

.request-form-main .bstrap3-material select.form-control:focus,
.request-form-main .bstrap3-material select:focus {
    background-repeat: no-repeat;
    background-position: right
}

.request-form-main .bstrap3-material .col-sm-offset-3 {
    margin-left: 0
}

.request-form-main .bstrap3-material .btn-info,
.request-form-main .bstrap3-material .btn-info:visited {
    text-transform: inherit;
    border-radius: 0;
    border: solid 2px #273186;
    background-color: #273186;
    line-height: 1.3;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

    .request-form-main .bstrap3-material .btn-info:active,
    .request-form-main .bstrap3-material .btn-info:active:focus,
    .request-form-main .bstrap3-material .btn-info:focus,
    .request-form-main .bstrap3-material .btn-info:hover {
        border-color: #273186;
        color: #273186;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

.request-form-main .terms-agreement {
    margin-top: 10px;
    font-size: 15px
}

.request-form-main .bstrap3-material .submit-btn-area {
    margin-top: 40px
}

.bstrap3-material input.form-control:focus,
.bstrap3-material input[type=email]:focus,
.bstrap3-material input[type=number]:focus,
.bstrap3-material input[type=password]:focus,
.bstrap3-material input[type=text]:focus,
.bstrap3-material textarea.form-control:focus,
.bstrap3-material textarea:focus,
.bstrap3-material[contenteditable].form-control:focus,
.bstrap3-material[type=email].form-control:focus,
.bstrap3-material[type=password].form-control:focus,
.bstrap3-material[type=tel].form-control:focus,
.bstrap3-material[type=text].form-control:focus {
    box-shadow: inset 0 -2px 0 #273186 !important;
    -webkit-box-shadow: inset 0 -2px 0 #273186 !important
}

.bstrap3-material select,
.bstrap3-material select.form-control {
    font-style: italic
}

.request-form-main .row-items select {
    background-image: url(../img/Icon-13x16-Dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    background-color: rgba(255, 255, 255, .5)
}

.request-form-main .bstrap3-material select.form-control,
.request-form-main .bstrap3-material select.form-control:focus,
.request-form-main bstrap3-material select:focus {
    background-image: url(../img/Icon-13x16-Dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 56%;
    background-color: rgba(255, 255, 255, .5)
}

.request-form-main .row-items select:focus::-ms-value {
    color: #707070;
    background: rgba(255, 255, 255, .5)
}

.request-form-main .select-options-area .form-group-ctl-titleIfyouwouldlike {
    margin-bottom: 0
}

@-moz-document url-prefix() {
    .indications-inner-section ul,
    ul {
        padding-left: 12px
    }
}

.form-group-text-danger {
    margin-top: -15px
}

    .form-group-text-danger p {
        color: #e51c23;
        margin: 4px 0 !important
    }

.main-nav ul li.has-subnav {
    position: relative
}

.main-nav ul.subnav {
    background: #65a0c8;
    display: none;
    z-index: 999;
    position: absolute;
    width: auto;
    top: 44px;
    padding-bottom: 7px;
    left: -3px;
    padding: 0
}

    .main-nav ul.subnav li a:hover {
        background: 0 0
    }

    .main-nav ul.subnav li {
        padding-left: 5px;
        padding-right: 5px;
        width: 165px
    }

        .main-nav ul.subnav li:hover {
            background-color: #273186
        }

.expands {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 15px;
    color: #fff;
    cursor: pointer
}

.main-nav ul li.has-subnav {
    padding-right: 13px;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding-top: 16px;
    height: 44px;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    transition: none;
    cursor: default;
    position: relative
}

.main-nav > ul > li.has-subnav.active,
.main-nav > ul > li.has-subnav.active > a {
    background: url(../img/BG-3x5-menu-hover.png) repeat-x bottom left;
    color: #fff
}

.main-nav ul li.has-subnav:after {
    content: '';
    position: absolute;
    height: 46px;
    right: -5px;
    top: 0;
    background-image: url(../img/icon-20x20-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right center;
    width: 18px
}

.main-nav ul li.has-subnav .expands {
    display: none
}

.main-nav > ul > li.has-subnav.active,
.main-nav > ul > li.has-subnav.active > a {
    background: url(../img/BG-3x5-menu-hover.png) repeat-x bottom left;
    color: #fff
}

@media (min-width:991px) {
    li.has-subnav:hover ul.subnav {
        display: block !important
    }

    .main-nav ul li.has-subnav:hover:after {
        background-image: url(../img/icon-20x20-down-up.svg);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: right center
    }
}

@media (max-width:991px) {
    .navbar-opened {
        overflow: hidden
    }

    .container {
        width: 100%
    }

    .hidden-sm-xs {
        display: none
    }

    .visible-sm-xs {
        display: block !important
    }

    .header-fix-outer {
        z-index: 9;
        position: fixed;
        top: 0;
        width: 100%;
        height: 55px
    }

    .header-top {
        height: 100%;
        position: relative;
        box-shadow: none;
        background: #273186;
        z-index: 100
    }

    .header-bottom {
        height: inherit;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        top: 4px;
        z-index: 99;
        background: 0 0
    }

        .header-bottom .container {
            position: static;
            padding: 0
        }

    .xs-none {
        display: none
    }

    .header {
        min-height: 100px;
        box-shadow: 0 0 3px 2px #ccc;
        position: relative;
        z-index: 1000
    }

    .main-nav ul li {
        margin-right: 0;
        width: 100%;
        position: relative;
        background: #2f80b6;
        border-top: solid 2px #fff
    }

    .fix-nav .logo-section .brand-logo,
    .logo-section .brand-logo {
        position: relative;
        top: auto;
        left: auto
    }

    .fix-nav .logo-section a > img,
    .logo-section a > img {
        max-width: 128px;
        transform: none
    }

    .main-nav > ul > li.active > a {
        background: url(../img/BG-3x5-menu-hover-mob.png) repeat-x bottom left;
        color: #fff
    }

    .main-nav > ul > li a:hover,
    .main-nav > ul > li.open > a {
        background: #273186;
        color: #fff
    }

    .main-nav ul > li.open > a:after {
        display: none
    }

    .main-nav li .sub-menu {
        position: relative;
        top: 100%;
        width: 100%;
        float: left;
        height: auto
    }

    .main-nav .sub-menu ul li {
        background: #256a42
    }

        .main-nav .sub-menu ul li a {
            padding: 10px 25px;
            font-size: 14px
        }

    .main-nav ul li a {
        display: block;
        height: inherit !important;
        padding: 15px 0;
        display: block;
        font-size: 13px;
        text-transform: inherit
    }

    .main-nav ul > li.sub a:hover:after {
        display: none
    }

    .top-links {
        margin-top: 0;
        float: left
    }

        .top-links ul {
            float: none;
            width: 100%
        }

            .top-links ul li {
                text-align: left;
                margin: 0
            }

                .top-links ul li:last-child,
                .top-links ul li:nth-last-child(2) {
                    background: #2f80b6
                }

                .top-links ul li a:hover {
                    background: #273186;
                    color: #fff
                }

                .top-links ul li a {
                    background-position: 84%;
                    padding: 0;
                    height: inherit;
                    padding: 15px 0;
                    width: 100%;
                    text-align: left;
                    font-size: 13px;
                    letter-spacing: normal
                }

    .main-nav > ul > li:last-child a {
        font-size: 13px
    }

    .logo-section a {
        padding: 0 0 0;
        margin-left: 0;
        top: -45px
    }

    .main-nav {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: #2f80b6;
        padding-top: 30px;
        width: 100%;
        top: 100px;
        right: -100%;
        position: fixed;
        height: calc(100% - 174px);
        overflow-x: hidden
    }

    .main-nav-active {
        right: 0;
        padding-left: 17px;
        padding-right: 17px
    }

    .navbar-toggle {
        display: block
    }

    .logo-section {
        float: none;
        width: 20%;
        height: 5px
    }

    .section-content {
        padding: 18px 0
    }

    .prescribing-img {
        background-position: 70% !important
    }

    .home-page-banner .banner-content-r {
        width: calc(100% - 195px)
    }

    .banner-content h1,
    h2.main-title {
        font-size: 27px
    }

    .home-page-banner .banner-content-r h1 {
        font-size: 54px
    }

    .efficacy-sc-blue h2 {
        font-size: 24px
    }

    .request-form-main {
        margin: 0 15px
    }

    .inner-cta {
        padding-bottom: 0
    }

    .SpdbmpMdlFd,
    .WtchTvAdCntr {
        min-width: 100%
    }

    #sticky-isi-module {
        padding-right: 23px;
        left: 0
    }

        #sticky-isi-module .see-more-links {
            right: -5px;
            position: absolute;
            top: -4px
        }

    .indications-inner-section h5 {
        margin-bottom: 7px
    }

        .indications-inner-section h5:first-child {
            padding-right: 70px
        }

    .main-nav ul li.has-subnav {
        padding: 15px 0;
        display: block;
        font-size: 13px;
        text-transform: inherit;
        height: auto
    }

        .main-nav ul li.has-subnav:after {
            right: 15px;
            background-size: 25px 25px;
            height: 41px
        }

    .main-nav ul li.submenu-active:after {
        background-image: url(../img/icon-20x20-down-up.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        background-position: right center
    }

    .main-nav ul.subnav {
        display: none;
        width: 100%;
        position: static;
        background: #2f80b6;
        margin-top: 20px;
        margin-bottom: -2px
    }

        .main-nav ul.subnav li {
            padding: 0;
            width: 100%;
            border-top: none
        }

            .main-nav ul.subnav li a {
                padding: 15px 10px;
                border-top: solid 1px #fff
            }

    .main-nav ul li.has-subnav.submenu-active {
        padding-bottom: 2px
    }

        .main-nav ul li.has-subnav.submenu-active ul.subnav {
            margin-left: -15px;
            margin-right: -15px;
            width: auto;
            padding-left: 15px;
            padding-right: 15px
        }
}

@media (max-width:767px) {
    .cta-box h2 {
        min-height: auto
    }

    .form-group-text-danger {
        padding-left: 0 !important
    }

    .request-form-main .col-sm-1,
    .request-form-main .col-sm-3,
    .request-form-main .col-sm-9 {
        padding: 0
    }

    .cta-box p {
        min-height: auto
    }

    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 20px
    }

    .bottom-tagline,
    h3 {
        font-size: 16px
    }

    .mob-mt-10 {
        margin-top: 10px
    }

    .mob-mb-10 {
        margin-bottom: 0
    }

    .mob-pt-0 {
        padding-top: 0
    }

    .inner-cta {
        padding-top: 0
    }

    .dark-grey-section,
    .grey-section,
    .white-section {
        padding: 30px 0
    }

    .col-25,
    .col-3,
    .col-33,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .efficacy-sc-blue .col-4,
    .efficacy-sc-blue .col-6 {
        width: 100%
    }

    .banner-section {
        padding: 40px 0
    }

    .btn-light-blue {
        padding: 10px 25px
    }

    .top-green-header {
        font-size: 16px
    }

    .section-content {
        padding: 0;
        text-align: center
    }

    .banner-contain {
        max-width: 100%
    }

    .banner-bottom-text {
        bottom: -15px
    }

    .logo-section {
        float: none;
        width: 35%
    }

    .header {
        padding-bottom: 10px
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .modal-footer .btn-default {
        padding: 7px 10px;
        min-width: 200px;
        display: inline-block
    }

    .modal-footer {
        padding-top: 7px
    }

    .home-page-banner.banner-section {
        padding-bottom: 0
    }

    .home-page-banner .banner-content-r h1 {
        font-size: 37px;
        margin-top: 10px
    }

        .home-page-banner .banner-content-r h1 .home-title-three {
            font-size: 26px;
            letter-spacing: 1.4px
        }

    .banner-content h1,
    .efficacy-sc-blue h2,
    h2.main-title {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 10px
    }

    .banner-border-sc p,
    .banner-content h3,
    .banner-content h3.title-green,
    .home-page-banner .banner-content h3,
    .home-page-banner .banner-content-r h3 {
        font-size: 20px;
        line-height: 1.4
    }

    .home-page-banner .banner-content h3 {
        margin-bottom: 0;
        margin-top: 15px
    }

    .home-page-banner .banner-content-l {
        width: 25%;
        padding-left: 0;
        padding-right: 5px;
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .home-page-banner .banner-content-r {
        width: 73%;
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .banner-content-l img {
        max-height: 170px
    }

    .cta-box {
        margin-top: 25px
    }

    .btn-r {
        text-align: center
    }

    .inner-cta {
        padding-top: 0
    }

    .banner-icon,
    .efficacy-sb-text {
        margin-top: 15px
    }

        .banner-icon h4 {
            margin-top: 10px
        }

    .banner-section-pharmacology {
        padding-top: 15px
    }

    .pharmacology-banner-img1 {
        text-align: center;
        padding-bottom: 10px
    }

    .banner-section-dosing .banner-section-dosing {
        padding-top: 5px
    }

    .banner-section-dosing {
        padding-bottom: 10px
    }

    .dosing-banner h3 br {
        display: none
    }

    .banner-section-saving {
        padding-top: 7px
    }

    .footer-links {
        margin-bottom: 20px;
        display: none
    }

        .footer-links li {
            margin-bottom: 5px
        }

    .bottom-logo {
        margin-top: 0
    }

    .footer {
        padding: 25px 0
    }

    .modal {
        padding: 20px 15px
    }

    .thanks-request h2 {
        font-size: 20px
    }

    .thanks-request h3 {
        font-size: 18px
    }

    .modal a.close-modal {
        top: -35px
    }

    .request-form-main .cols-3-items {
        width: 100%
    }

    .register-page-banner {
        padding-bottom: 0
    }

    #sticky-isi-module .container {
        padding: 0
    }

    .terms-agreement .field-container {
        padding-left: 0 !important
    }
}

@media (max-width:475px) {
    .tagline {
        padding: 4px 0 25px 70px
    }
}

@media (max-width:340px) {
    .home-page-banner .banner-heading {
        font-size: 36px
    }

    .footer-links {
        margin-bottom: 20px
    }

        .footer-links li {
            margin-bottom: 5px
        }

    .bottom-logo {
        margin-top: 0
    }

    .modal {
        padding: 20px 15px
    }

    .thanks-request h2 {
        font-size: 20px
    }

    .thanks-request h3 {
        font-size: 18px
    }

    .modal a.close-modal {
        top: -35px
    }
}

.mmit-tool .clearfix {
    height: auto !important;
    line-height: inherit !important
}

.footer-sub-links {
    list-style: none
}

    .footer-sub-links li {
        margin-bottom: 0
    }

.indications-inner-section p,
.indications-inner-section ul {
    font-family: Roboto, sans-serif !important
}

@media (max-width:991px) {
    .main-nav > ul > li.has-subnav.active,
    .main-nav > ul > li.has-subnav.active > a {
        background: url(../img/BG-3x5-menu-hover-mob.png) repeat-x bottom left;
        color: #fff
    }
}

.no-line-br {
    display: inline-block;
    white-space: nowrap
}

.mmit-tool .mmit-inner-container {
    border: 2px solid #2f80b6 !important
}

.mmit-tool .clearfix {
    height: auto !important;
    line-height: inherit !important
}

.font-dagger,
.indications-inner-section p,
.indications-inner-section ul {
    font-family: Roboto, sans-serif !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li {
    background-color: #656da9 !important
}

.mmit-tool h1 {
    color: #2f80b6 !important
}

.mmit-tool .cta-btn-primary,
.mmit-tool .cta-btn-primary:focus,
.mmit-tool .cta-btn-primary:hover,
.mmit-tool .cta-btn-primary:visited,
.mmit-tool a.cta-btn-primary,
.mmit-tool a.cta-btn-primary:focus,
.mmit-tool a.cta-btn-primary:hover,
.mmit-tool a.cta-btn-primary:visited {
    background: #273186 !important;
    color: #fff !important;
    border: 2px solid #273186 !important
}

.mmit-tool .cta-btn-secondary,
.mmit-tool .cta-btn-secondary:focus,
.mmit-tool .cta-btn-secondary:hover,
.mmit-tool .cta-btn-secondary:visited,
.mmit-tool a.cta-btn-secondary,
.mmit-tool a.cta-btn-secondary:focus,
.mmit-tool a.cta-btn-secondary:hover,
.mmit-tool a.cta-btn-secondary:visited {
    background: 0 0;
    color: #273186 !important;
    border: 2px solid #273186 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li.active,
.mmit-tool .mmit-inner-container .steps .selected .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #273186 !important
}

.mmit-tool .mmit-content .content-item .col-title,
.mmit-tool .mmit-inner-container .steps .selected .sub-selected .back-to-results,
.mmit-tool .mmit-inner-container .steps .selection-set span,
.mmit-tool h3,
.mmit-tool h4 {
    color: #273186 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li.active:last-child:after,
.mmit-tool .mmit-inner-container .mmit-wizard ul li.active:nth-child(1):before,
.mmit-tool .mmit-inner-container .steps .radio-selection .radio-item .checkmark:after {
    background: #273186 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li:last-child:after,
.mmit-tool .mmit-inner-container .mmit-wizard ul li:nth-child(1):before {
    background: #656da9 !important
}

.mmit-tool .mmit-inner-container .mmit-loading .loading-content .loader {
    border-top: 7px solid #656da9 !important;
    border-right: 7px solid #656da9 !important;
    border-bottom: 7px solid #656da9 !important;
    border-left: 7px solid #273186 !important
}

@media screen and (max-width:767px) {
    .mmit-tool .mmit-inner-container .mmit-wizard ul:before {
        background: #656da9 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info {
        background: #656da9 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li:after {
        color: #273186 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info:after {
        color: #273186 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul:before {
        color: #656da9 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul:before {
        background: #656da9 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
        background: 0 0
    }

        .mmit-tool .mmit-inner-container .mmit-wizard ul li.active .wizard-info {
            background: #273186 !important
        }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
        background-color: transparent !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li {
        background-color: transparent !important
    }
}

@media (max-width:991px) {
    .main-nav > ul > li.has-subnav.active .subnav li.active {
        background: url(../img/BG-3x5-menu-hover-mob.png) repeat-x bottom left
    }

    .main-nav > ul > .submenu-active {
        background: 0 0 !important
    }

    #sticky-isi-module.expanded {
        max-height: calc(100% - 170px)
    }

    .m-lg-top-25 span {
        display: inline-block
    }
}

.loader,
.loader:after,
.loader:before {
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit
}

.m-lg-top-25 {
    margin-top: 25px
}

.header-top-banner {
    background: #333;
    display: block;
    height: auto;
    float: left;
    width: 100%
}

.banner-title p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    padding: 0;
    margin: 12px 0;
    letter-spacing: 3px;
    width: auto
}

.link-sec {
    float: right;
    width: 480px
}

.bauschpap-link a,
.saving-email a {
    background: #fff;
    width: 230px;
    padding: 0 15px 0;
    float: left;
    border-radius: 20px;
    font-size: 11px;
    color: #333;
    margin: 8px 0 7px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    height: 30px;
    display: table
}

span.link-icon {
    margin-left: 15px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 4px
}

span.link-text {
    margin: 0 7px 0;
    display: table-cell;
    vertical-align: middle;
    padding: 2px 0 0 7px
}

.bauschpap-link a {
    margin-right: 19px
}

@media screen and (max-width:900px) {
    .header-top {
        top: 72px
    }

    .banner-title p {
        width: 100%;
        text-align: center;
        margin: 7px 0 0
    }

    .link-sec {
        float: right;
        width: 100%;
        text-align: center
    }

    .bauschpap-link,
    .saving-email {
        display: inline-block
    }

    .main-nav {
        top: 127px
    }

    .bauschpap-link a,
    .saving-email a {
        margin: 4px
    }

    .header {
        min-height: 128px
    }

    .logo-section a {
        top: -75px
    }
}

@media screen and (max-width:505px) {
    .header-top {
        top: 116px
    }

    .main-nav {
        top: 171px
    }

    .header {
        min-height: 171px
    }

    .banner-title p {
        letter-spacing: 0;
        margin: 8px 0 0
    }

    .logo-section a {
        top: -120px
    }
}

@media screen and (max-width:325px) {
    .banner-title p {
        font-size: 16px
    }
}


.footer-links ul {
    margin-left: 18px;
}

.Form__Status {
    display: none;
}


sub {
    font-size: 75%;
    line-height: 0;
    bottom: -0.25em;
    position: relative;
}

.bstrap3-material .col-sm-1 {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:359px) and (max-width:376px) {
    .spacetab {
        margin-left: 5px
    }
    .field-container p {
        padding-right: 15px!important;
        margin-top: -8px!important;
        padding-left: 15px!important;
    }
    .require-field-area {        
        padding-left: 15px;
    }
}
@media screen and (min-width:834px) and (max-width:835px) {
    .request-form-main .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.banner-section-dosing ul {
    margin-bottom: 18px;
}

.bstrap3-material .col-sm-12, .bstrap3-material .col-sm-3, .bstrap3-material .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


.bstrap3-material .section-title {
    padding-top: 7px;
    padding-bottom: 7px;
}

.bstrap3-material h5 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #444;
}

.bstrap3-material .field-container {
    margin-bottom: 15px;
}

.button-left {
    padding-left: 15px;
}

#RequestFormMainPane {
    margin-top: -4px;
}

.bstrap3-material p {
    margin: 0 0 0.9em;
}

.bstrap3-material .field-container {
    margin-bottom: -3px!important;
}

.require-field-area {
    margin-top: 3px;
}

.bstrap3-material .row {
    min-width: 0;
}

.bstrap3-material a {
    color: #2196f3;
    text-decoration: none;
}

    .bstrap3-material a:hover, .bstrap3-material a:focus {
        color: #0a6ebd;
        text-decoration: underline
    }
a.link-green {
    color: #028bff;
}

    a.link-green:active, a.link-green:hover, a.link-green:focus {
        color: #222;
    }   

/*Added for forms*/
.EPiServerForms .Form__Element .Form__Element__ValidationError {
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
    top: 8px;
    color: #e51c23 !important;
}

form.ValidationFail .cols-3-items {
    margin-bottom: 24px;
}

.FormSubmitButton {
    font-family: Roboto,sans-serif;
}
/*Global footer updates*/

.GlobaloptoutLinks li a {
   
    color: #fff;
    font-size: 11px;
}

.GlobaloptoutLinks {
    margin-top: 0px !important;
}

/*Global footer updates*/

/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    content: " " !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */