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,
html {
    box-sizing: border-box;
    font-family: 'Josefin Sans', 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;
    font-family: arial
}

a {
    outline: 0;
    text-decoration: none;
    transition: all .3s ease 0s
}

    a:focus,
    a:hover {
        outline: 0;
        text-decoration: none
    }

sup {
    vertical-align: super;
    font-size: smaller
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28.5px;
    font-weight: 700;
    line-height: 1.3
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3
}

h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

h4 {
    line-height: 1.3
}

li {
    font-family: arial
}

p {
    font-size: 15px
}

.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
}

.wrapper {
    position: relative
}

sup {
    top: 0
}

.small-text {
    font-size: 13px;
    color: #58595b
}

a.link-green {
    color: #862574;
    text-decoration: underline
}

a.link-blue {
    color: #2553ea;
    text-decoration: underline
}

a.link-default {
    color: #333;
    text-decoration: underline
}

.section-padding {
    padding: 40px 0
}

.small-text.mb-0 strong {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 15px
}

.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-green,
.btn-green:visited {
    border: solid 2px #256a42;
    background-color: #256a42;
    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-green:focus,
    .btn-green:hover {
        border-color: #256a42;
        color: #256a42;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1022px
    }
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

ul {
    margin-top: 0;
    padding-left: 12px;
    color: #231f20;
    margin-left: 4px;
    list-style-type: disc
}

@-moz-document url-prefix() {
    ul {
        margin-left: 0
    }
}

.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
}

.hidden {
    display: none
}

.request-form-main .alert-danger {
    background-color: transparent !important;
    color: #e51c23
}

.header {
    min-height: 76px;
    background: #fff
}

.header-top {
    height: 34px;
    width: 100%;
    position: absolute;
    top: 35px;
    z-index: 9;
    background: #fcf0f9
}

.fix-nav.logo-big .header-top {
    top: 0;
}

.fix-nav.logo-big .header-bottom {
    top: 34px;
}

.float-headline {
    position: fixed;
    bottom: 178px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 2px solid #862574;
    background-color: #D5E9FD;
    border-radius: 50%;
    padding: 0 22px;
    z-index: 9999;
}

.float-headline a {
    color: #862574;
    font-weight: 900;
    position: relative;
    top: 6px;
    font-size: 16px;
    line-height: 24px;
}

.float-headline a:hover {
    text-decoration: underline;
}

.logo-section {
    float: left;
    max-width: 243px
}

    .logo-section a {
        display: inline-block;
        position: relative;
        margin-left: -3px
    }

        .logo-section a:not([href]) {
            display: none
        }

    .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;
        position: relative;
        top: -3px;
    }

    .logo-section img,
    ::-ms-backdrop {
        max-width: 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: 14px;
            margin-top: 0
        }

            .top-links ul li:last-child {
                margin-right: 0
            }

            .top-links ul li a {
                font-size: 11px;
                color: #862574;
                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.hcp-site {
                font-weight: 700;
                font-size: 11px;
                color: #862574;
                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
            }

        .top-links ul li {
            color: #862574
        }

            .top-links ul li.submenu-4 {
                position: relative
            }

.top-links-dropdown {
    display: none;
    position: absolute;
    background: #b174a6;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    padding: 12px 10px !important;
    z-index: 1;
    top: 44px
}

li.submenu-4:hover .top-links-dropdown {
    display: block
}

li.submenu-4 {
    position: relative;
    color: #fff
}

    li.submenu-4 ul.top-links-dropdown {
        padding: 0 !important
    }

        li.submenu-4 ul.top-links-dropdown li {
            margin-right: 0;
            width: 100%;
            border-bottom: none
        }

    li.submenu-4 > a {
        cursor: pointer
    }

    li.submenu-4 ul.top-links-dropdown li {
        color: #fff
    }

        li.submenu-4 ul.top-links-dropdown li a {
            padding: 9px 10px;
            width: 100%
        }

    li.submenu-4 span {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        border-width: 5px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        top: 28px;
        right: 3px;
        display: none;
    }

.main-nav ul li.submenu-4:hover span {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent
}

li.submenu-4 span.arrowUp {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent
}

li.submenu-4 span.arrowDown {
    border-width: 5px 5px 0 5px !important;
    border-color: #fff transparent transparent transparent !important
}

.main-nav ul li a.active,
.main-nav ul li:hover {
    border-bottom: solid 3px rgba(255, 255, 255, .6);
    background: #b174a6
}

li.submenu-4 ul.top-links-dropdown li a:hover {
    background: #d1a7c9;
    border-bottom: none
}

li.submenu-4 ul.top-links-dropdown li:hover {
    border-bottom: none
}

.header-bottom {
    background: #862574;
    height: 44px;
    position: absolute;
    top: 69px;
    width: 100%
}

.main-nav ul.navigation {
    float: right
}

.main-nav ul li.submenu-1 {
    margin-left: 55px
}

.main-nav ul li {
    margin-right: 43px;
    float: left;
    margin-bottom: 0;
    width: 125px;
    text-align: center;
    height: 44px
}

    .main-nav ul li a {
        font-size: 11px;
        color: #fff;
        display: inline-block;
        height: 44px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        transition: none;
        padding: 10px 8px
    }

.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
}

.fix-nav {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    height: 78px
}

.logo-big .logo-section img {
    max-height: 85px
}

.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: 'Josefin Sans', 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
    }

.accessingZirgan p {
    min-height: 40px
}

.icon-bar-o {
    margin-top: 1px
}

.icon-bar-o,
.navbar-toggle-text {
    float: left
}

.icon-close {
    display: none
}

.header-top.active .navbar-toggle .icon-bar-o {
    display: none
}

.header-top.active .navbar-toggle .icon-close {
    display: block
}

.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: 40px 0;
}

.banner-content h1 {
    font-size: 34px;
    color: #862574;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 17px
}

.banner-content h3 {
    font-size: 20px;
    color: #414042;
    font-weight: 400;
    line-height: 1.1
}

    .banner-content h3.title-green {
        font-size: 20px;
        color: #09562a;
        font-weight: 600;
        line-height: 1.3;
        font-family: 'Josefin Sans', sans-serif;
        letter-spacing: .4px
    }

h2.main-title {
    font-size: 34px;
    color: #09562a;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.3px;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 17px
}

.home-page-banner .banner-content-l {
    float: left;
    width: 195px;
    text-align: center
}

    .home-page-banner .banner-content-r h1 {
        font-size: 44px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        line-height: 1.2;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 0;
        font-weight: 700;
        text-shadow: 4px 4px 10px rgba(0, 0, 0, .14);
        padding-bottom: 15px;
        padding-right: 0
    }

.home-page-banner .banner-content h3 {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 1.5;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px
}

.home-page-banner .banner-content-r h1 sup {
    line-height: 1
}

.home-page-banner .banner-content-r ul {
    color: #fff;
    font-weight: 700;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .14);
    font-size: 17px;
    line-height: 1.2
}

    .home-page-banner .banner-content-r ul li {
        margin-bottom: 10px
    }

.error-banner {
    height: 400px
}

.banner-bottom-text h3 {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #401237;
    font-family: arial
}

.banner-bottom-text h4 {
    font-size: 19px;
    line-height: 24.7px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    color: #401237;
    font-family: arial;
    padding: 0 20%;
    font-weight: bold;
}

.banner-bottom-text p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #401237
}

.cta-box {
    margin-top: 15px;
    border-top: 7px solid #f6bfcc;
    padding-top: 16px
}

    .cta-box h2 {
        font-size: 17px;
        color: #09562a;
        font-weight: 600;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 6px
    }

    .cta-box p {
        color: #231f20;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 25px
    }

.bottom-reference .reference-contain {
    margin: 25px 0 5px
}

    .bottom-reference .reference-contain p {
        margin-bottom: 0;
        font-size: 13px
    }

        .bottom-reference .reference-contain p a {
            color: #4a2f45
        }

.home-section-cta {
    padding-bottom: 30px
}

.content-bg-home {
    background: #ffe5f9;
    padding-bottom: 20px
}

    .content-bg-home img.banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: none
    }

    .content-bg-home section {
        position: relative;
        background: url(../img/bg-460x1440-banner.jpg);
        background-size: cover;
        background-position: center left
    }

.banner-content-l {
    padding-top: 10px
}

.banner-icon {
    text-align: center;
    margin-top: 20px
}

    .banner-icon h4 {
        margin-top: 17px
    }

.inner-cta {
    padding: 15px 0 10px
}

.banner-section-pharmacology {
    padding-top: 30px
}

.banner-section h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    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;
    padding-bottom: 18px
}

    .pharmacology-banner-img2 + .small-text.mb-0 strong {
        padding-bottom: 0
    }

.banner-section-dosing {
    padding-top: 20px
}

    .banner-section-dosing.dosing-banner-img1 {
        text-align: right;
        padding-bottom: 30px
    }

.banner-section-saving {
    padding-top: 20px
}

    .banner-section-saving p {
        margin-bottom: 0
    }

    .banner-section-saving ul {
        margin-top: 5px
    }

.saving-banner .banner-content h3 {
    color: #09562a
}

.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 #81a891
}

    .white-opac-50 h1 {
        font-family: 'Josefin Sans', sans-serif;
        color: #09562a;
        font-size: 34px;
        font-weight: 800;
        padding-bottom: 5px;
        margin-bottom: 0;
        letter-spacing: normal
    }

    .white-opac-50 p {
        font-family: 'Josefin Sans', sans-serif;
        color: #414042;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }

.content-bg {
    position: relative
}

h1.page-h1 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 38px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .14);
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: left
}

.about-zirgan {
    background: #075099 url(../img/other-829x1341-map.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-bottom: 90px
}

    .about-zirgan > img {
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: none
    }

    .about-zirgan .container {
        position: relative
    }

    .about-zirgan h1 {
        padding-bottom: 25px
    }

    .about-zirgan h2 {
        font-size: 24px;
        color: #d5e9fd;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        line-height: 1.2;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 700;
        text-shadow: 4px 4px 10px rgba(0, 0, 0, .14);
        padding-bottom: 20px;
        margin-bottom: 0
    }

h2.aboutHeading {
    font-size: 22px;
    letter-spacing: 5px;
    text-align: left
}

.breadcrumb {
    background: 0 0;
    padding: 45px 0 45px 0;
    margin: 0;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: 700
}

    .breadcrumb a {
        color: #fff;
        font-weight: 400;
        margin-right: 5px
    }

.about-zirgan .box {
    background: rgba(255, 255, 255, .3);
    border-radius: 25px
}

    .about-zirgan .box .blocks {
        background: rgba(255, 255, 255, .22);
        height: 310px;
        float: left;
        width: calc(100% / 3);
        padding-top: 35px
    }

        .about-zirgan .box .blocks img {
            margin-bottom: 20px
        }

        .about-zirgan .box .blocks h1 {
            font-size: 34px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 10px;
            line-height: 1.2;
            font-family: 'Josefin Sans', sans-serif;
            text-shadow: none
        }

        .about-zirgan .box .blocks h2 {
            font-size: 17px;
            padding-bottom: 0;
            margin-bottom: 0;
            font-family: 'Josefin Sans', sans-serif;
            text-shadow: none;
            color: #fff
        }

    .about-zirgan .box > div.clearfix > div:first-child {
        border-radius: 25px 0 0 0
    }

    .about-zirgan .box > div.clearfix > div:last-child {
        border-radius: 0 25px 0 0
    }

    .about-zirgan .box > div.clearfix > div:nth-child(2) {
        width: calc((100% / 3) - 4px);
        margin: 0 2px;
        border-radius: 0
    }

    .about-zirgan .box .indication-text {
        padding: 30px 60px 40px;
        text-align: left;
        color: #fff
    }

        .about-zirgan .box .indication-text .heading {
            font-size: 17px;
            line-height: 1.2;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 10px
        }

        .about-zirgan .box .indication-text p {
            font-size: 17px;
            line-height: 1.2;
            font-family: 'Josefin Sans', sans-serif;
            margin-bottom: 0
        }

.mechanism-action {
    background: #fcf0f9 url(../img/bg-1528x1440-video.png) no-repeat;
    background-size: cover;
    padding-top: 0
}

.mechanism {
    padding-bottom: 45px;
    color: #862574
}

    .mechanism a {
        color: #862574
    }

.mechanism-action h1 {
    color: #862574;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 30px
}

    .mechanism-action h1.zirgan-action {
        margin-bottom: 0;
        padding-top: 15px
    }

.mechanism-action h2 {
    color: #862574;
    font-size: 33px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1.3px;
    font-weight: 400;
    margin-bottom: 10px
}

.mechanism-action p,
.mechanism-action ul li {
    font-size: 17px;
    color: #4a2f45;
    margin-bottom: 0;
    padding-bottom: 30px
}

.mechanism-action ul {
    margin-bottom: 30px
}

    .mechanism-action ul li {
        padding-bottom: 0;
        color: #862574
    }

        .mechanism-action ul li span {
            color: #4a2f45
        }

.mechanism-action .bottom-block {
    background: #872075
}

    .mechanism-action .bottom-block h1 {
        font-size: 36px;
        color: #fff3fd;
        margin-bottom: 0
    }

.mechanism-action .video {
    margin-bottom: 35px
}

    .mechanism-action .video img {
        display: block
    }

.mechanism-action .bottom-block p {
    color: #fff3fd;
    font-weight: 700
}

.mechanism-action .bottom-block img {
    float: left
}

.mechanism-action .bottom-block .bottom-block-text {
    padding-left: 270px;
    padding-top: 30px
}

.mechanism-action p.bottom-p {
    font-weight: 700;
    font-size: 17px;
    color: #872876;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 20px
}

.dosing-handling {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    background: url(../img/bg-857x1440-dosing.jpg);
    background-size: cover;
    background-position: center
}

.dosing-handling.bg-lgt-pink {
    background-color: #FCF0F9;
    background-image: none;
}

.dosing-handling.bg-lgt-pink .breadcrumb, 
.dosing-handling.bg-lgt-pink .breadcrumb a {
    color: #401237;
}

.dosing-handling.bg-lgt-pink .container h1 {
    padding-top: 0px;
    color: #862574;
    text-shadow: none;
}

.dosing-handling.bg-lgt-pink .container ul li {
    color: #401237;
}

    .dosing-handling > img {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        display: none
    }

    .dosing-handling .container h1 {
        padding-top: 45px;
        width: 100%
    }

    .dosing-handling .container ul {
        color: #fff;
        font-size: 17px
    }

        .dosing-handling .container ul li ul {
            list-style-type: circle
        }

        .dosing-handling .container ul li {
            margin-bottom: 20px
        }

            .dosing-handling .container ul li ul li {
                margin-bottom: 5px
            }

.savings-samples {
    background: #fcf0f9;
    padding-top: 0;
    padding-bottom: 30px
}

.contents-main-7 {
    background: #fcf0f9;
    padding-top: 0
}

.savings-samples h1 {
    text-shadow: none;
    color: #862574
}

    .savings-samples h1 span {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 32px
    }

.savings-samples p,
.savings-samples ul li {
    color: #4a2f45;
    margin-bottom: 20px;
    font-family: arial
}

    .savings-samples p a,
    .savings-samples ul li a {
        color: #862574;
        text-decoration: underline
    }

.savings-samples .container > .row > div:last-child img {
    max-width: 380px
}

.btn.btn-default,
.btn.btn-default:active,
.btn.btn-default:hover,
.btn.btn-default:visited,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #862574;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    border: none;
    background: linear-gradient(180deg, #862574 0, #5a154c 100%);
    box-shadow: none;
    outline: 0
}

.savings-samples .container > .row > div:last-child .btn-default {
    font-size: 13px;
    color: #fff;
    height: 45px;
    line-height: 50px;
    background: #862574;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    border: none;
    background: linear-gradient(180deg, #862574 0, #5a154c 100%)
}

#samples {
    padding-top: 75px
}

    #samples .btn-default {
        min-width: 400px;
        margin-bottom: 80px
    }

    #samples h2 {
        font-size: 26px;
        color: #8a2678;
        font-weight: 700;
        font-family: 'Josefin Sans', sans-serif;
        padding-bottom: 0;
        margin-bottom: 15px;
        line-height: 1
    }

    #samples p {
        color: #8a2678;
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 35px
    }

.bottom-contact {
    display: inline-block;
    max-width: 220px;
    text-align: left
}

.bottom-right-content {
    text-align: right
}

    .bottom-right-content .bottom-contact p {
        font-size: 11px
    }

.accessingZirgan {
    width: 100%
}

.accessingZirganLeft h5,
.accessingZirganRight h5 {
    border-top: solid 7px #852973;
    padding-top: 23px
}

.accessingZirgan .btn.btn-default {
    height: 45px;
    width: 286px;
    line-height: 50px;
    font-size: 13px
}

.reference-contain {
    color: #4a2f45;
    font-size: 11px;
    line-height: 1.4
}

.accessingZirganLeft h5,
.accessingZirganRight h5,
.indications-inner-section h5 {
    font-size: 20px;
    color: #862574;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif
}

.inclinical-text {
    font-size: 20px
}

.incidence-text {
    font-size: 15px;
    color: #4a2f45
}

    .incidence-text span {
        color: #231f20
    }

.indications-inner-section ul {
    padding-left: 12px;
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 20px
}

.indications-inner-section p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 19.5px;
}

.indications-inner-section ul li {
    padding-bottom: 6px;
    color: #4a2f45;
    font-size: 15px
}

.indications-inner-section > h5:first-child + p {
    margin-bottom: 20px
}

.indications-inner-section {
    color: #4a2f45
}

.formularyLink {
    cursor: default
}

.indications-inner-section strong {
    font-weight: 400
}

.indications-inner-section ul li span {
    color: #4a2f45
}

.indications-inner-section a {
    color: #862574;
    text-decoration: underline;
    /*font-weight: 600;*/
}

    .indications-inner-section a:hover {
        color: #862574
    }

.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: 32%;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.footer-links-inside {
    list-style: none;
    margin: 10px 0;
    display: inline-block;
    padding: 0;
}

.footer-links-inside li {
    display: flex;
    align-items: center;
}

.footer-links-inside li::before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: transparent;
    margin-right: 5px;
    border-top: 1px solid #fff;
}

.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: 10px
}

.bottom-logo {
    margin-bottom: 13px;
    padding-top: 4px
}

    .bottom-logo a {
        display: block
    }

.california {
    color: #fff;
    display: block;
    padding-left: 15px;
    margin-top: -17px;
    font-size: 12px;
    opacity: .9
}

.cp {
    font-size: 12px
}

.video_popup {
    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);
    box-sizing: border-box
}

.video_Container {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 60%;
    z-index: 99999;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.videoclosebutton {
    position: absolute;
    color: #d1d2d4;
    top: -22px;
    right: 0;
    font-size: 25px;
    text-transform: uppercase;
    cursor: pointer
}

.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: 'Roboto Condensed', sans-serif;
    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;
    font-family: 'Roboto Condensed', sans-serif
}

.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: 480px;
    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;
        font-family: 'Roboto Condensed', sans-serif
    }

.SpdbmpMdl .footer-btn {
    display: flex;
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap
}

    .SpdbmpMdl .footer-btn .col-6 {
        flex: none;
        float: left;
        padding: 0 10px
    }

.btn-default {
    display: inline-block;
    font-size: 12px;
    background: #862574;
    border: 1px solid #862574;
    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: #862574
    }

    .btn-default + .btn-default {
        margin-left: 5px
    }

.SpdbmpMdl .footer-btn .register-page-banner {
    padding-bottom: 0
}

.request-form-main .DnnModule-ActionForm {
    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 .select-options-area .form-group-ctl-titleIfyouwouldlike {
    margin-bottom: 0
}

.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;
    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%
}

.form-group-text-danger {
    margin-top: -15px
}

    .form-group-text-danger p {
        color: #e51c23;
        margin: 4px 0 !important
    }

.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
}

.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 .DnnModule-ActionForm .checkbox {
    min-height: auto;
    float: left;
    width: 100%;
    margin-bottom: 6px
}

    .request-form-main .DnnModule-ActionForm .checkbox input {
        display: none
    }

    .request-form-main .DnnModule-ActionForm .checkbox span {
        font-size: 15px !important;
        cursor: pointer;
        padding-left: 20px;
        padding-top: 6px;
        float: left
    }

.request-form-main .bstrap3-material .checkbox label {
    position: relative;
    float: left;
    display: inline-block
}

.request-form-main .DnnModule-ActionForm .checkbox span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border: solid 4px #256a42;
    background: #f4f6f4;
    width: 30px;
    height: 30px
}

.request-form-main .DnnModule-ActionForm input[type=checkbox]:checked + span:after {
    border: solid 4px #256a42 !important;
    width: 30px;
    height: 30px;
    background: #fff 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 #256a42;
    background-color: #256a42;
    font-size: 12px;
    line-height: 1.3;
    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:focus,
    .request-form-main .bstrap3-material .btn-info:hover {
        border-color: #256a42;
        color: #256a42;
        background-color: #fff;
        box-shadow: none;
        outline: 0
    }

.request-form-main .terms-agreement {
    margin-top: 10px
}

.request-form-main .bstrap3-material .submit-btn-area {
    margin-top: 20px
}

.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,
.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 select.form-control:focus,
.bstrap3-material select:focus,
.bstrap3-material textarea.form-control:focus,
.bstrap3-material textarea:focus {
    box-shadow: inset 0 -2px 0 #256a42 !important;
    -webkit-box-shadow: inset 0 -2px 0 #256a42 !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) !important;
    background-repeat: no-repeat !important;
    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)
}

.hidden-md {
    display: none
}

.savings-samples .content-left {
    padding-right: 0
}

@media (max-width: 1099px) {
    #sticky-isi-module {
        height: 144px
    }
}

@media (max-width: 991px) {
    li.submenu-4:hover .top-links-dropdown {
        display: none
    }

    .main-nav ul li:hover {
        border-bottom: none;
        background: 0 0
    }

    .top-links-dropdown {
        top: auto
    }

    li.submenu-4 span {
        top: 18px;
        right: 6px
    }

    li.submenu-4 ul.top-links-dropdown li:hover {
        border-bottom: none
    }

    .footer-links {
        width: 50%
    }

    .accessingZirgan .btn.btn-default {
        width: auto
    }

    .navbar-opened {
        overflow: hidden
    }

    .container {
        width: 100%
    }

    .hidden-sm-xs {
        display: none
    }

    .hidden-md {
        display: block
    }

    .visible-sm-xs {
        display: block !important
    }

    .header-top {
        height: 55px;
        position: fixed;
        box-shadow: none;
        background: rgba(133, 41, 115, 1);
        z-index: 100
    }

        .header-top.active {
            background: #852973
        }

    .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: 55px;
        position: relative;
        z-index: 1000;
        background: 0 0
    }

    .home-page-banner.banner-section {
        padding-top: 32px;
        background-image: url(../img/bg-867x640-banner-mobile.png);
        background-position: left 12%;
        padding-bottom: 0
    }

        .home-page-banner.banner-section .container {
            max-width: 100%;
            width: 100%
        }

            .home-page-banner.banner-section .container .banner-content {
                margin: 0 -15px;
                width: calc(100% + 30px);
                padding: 10px 15px 20px;
                margin-top: 0
            }

    .home-page-banner .banner-content-r ul {
        margin-bottom: 0
    }

    .main-nav ul.navigation {
        background: #852973;
        padding: 20px 0;
        text-transform: uppercase
    }

        .main-nav ul.navigation li a {
            font-weight: 700
        }

    .main-nav ul li {
        margin-right: 0;
        width: 100%;
        position: relative;
        background: 0 0;
        text-align: right;
        height: auto
    }

        .main-nav ul li a.active,
        .main-nav ul li:hover {
            border-bottom: none;
            background: #b174a6
        }

    .fix-nav .logo-section .brand-logo,
    .logo-section .brand-logo {
        position: relative;
        top: auto;
        left: auto
    }

    .header-fix-outer {
        z-index: 9;
        position: fixed;
        top: 61px;
        width: 100%;
        height: 55px
    }

    .logo-section p {
        display: flex;
        margin: 0
    }

    .fix-nav .logo-section a > img,
    .logo-section a > img {
        max-width: none;
        transform: none;
        max-height: 76.5px;
        position: absolute;
        top: -15.8px;
        left: 15px;
    }

    .main-nav > ul > li a:hover,
    .main-nav > ul > li.open > a {
        background: #09562a;
        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: #266a43
    }

        .main-nav .sub-menu ul li a {
            padding: 10px;
            font-size: 14px
        }

    .main-nav ul li a {
        display: block;
        height: inherit !important;
        padding: 10px 20px;
        display: block;
        font-size: 17px;
        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%;
            padding-top: 20px
        }

            .top-links ul li a,
            .top-links ul li a:not([href]):not([tabindex]) {
                background-position: 84%;
                padding: 0;
                height: inherit;
                padding: 10px 20px;
                width: 100%;
                text-align: left;
                font-size: 17px;
                letter-spacing: normal;
                text-align: right;
                color: #852973;
                font-family: 'Josefin Sans', sans-serif
            }

            .top-links ul li:first-child a {
                font-weight: 700;
                line-height: 1.2
            }

    .logo-section a {
        padding: 0 0 0;
        margin-left: 0
    }

    .main-nav {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: #faecf6;
        width: 100%;
        top: 55px;
        right: -100%;
        position: fixed;
        height: calc(100% - 55px);
        overflow-x: hidden
    }

    .main-nav-active {
        right: 0
    }

    .home-page-banner .banner-content-r ul {
        color: #fff;
        font-weight: 700;
        text-shadow: 4px 4px 10px rgba(0, 0, 0, .14);
        font-size: 20px;
        line-height: 1.2;
        padding: 20px 0 20px 20px
    }

    .navbar-toggle {
        display: block;
        top: 0;
        height: 55px;
        right: 0;
        padding: 0 15px 0 20px
    }

    .logo-section {
        float: none;
        width: 20%;
        position: absolute;
        left: 0;
        top: 0
    }

    .section-content {
        padding: 18px 0
    }

    .prescribing-img {
        background-position: 70% !important
    }

    .home-page-banner .banner-content-r {
        width: calc(100% - 195px)
    }

    .bottom-reference .reference-contain p {
        margin-bottom: 0;
        line-height: 1.3
    }

        .bottom-reference .reference-contain p a {
            color: #4a2f45
        }

    .indications-inner-section ul {
        padding-left: 11px
    }

    .request-form-main {
        margin: 0 15px
    }

    .inner-cta {
        padding-bottom: 0
    }

    .cta-box h2 {
        font-size: 16px;
        letter-spacing: 1px
    }

    .SpdbmpMdlFd,
    .WtchTvAdCntr {
        min-width: 100%
    }

    #sticky-isi-module {
        padding-right: 23px;
        left: 0
    }

        #sticky-isi-module .see-more-links {
            right: -5px;
            position: absolute;
            top: -8px
        }

    .indications-inner-section h5 {
        margin-bottom: 7px
    }

    #sticky-isi-module.expanded {
        max-height: calc(100% - 170px);
        padding-top: 25px
    }

    .indications-inner-section > h5:first-child + p {
        margin-bottom: 15px
    }

    h1.page-h1 {
        font-size: 40px
    }

    .mechanism-action h1 {
        font-size: 40px
    }

    .mechanism-action h2 {
        font-size: 29px
    }

    .home-page-banner .banner-content-r h1 {
        font-size: 40px;
        margin-left: 32%
    }

    .about-zirgan {
        text-align: left;
        padding-bottom: 40px
    }

        .about-zirgan .box .blocks {
            text-align: center
        }

        .about-zirgan .box .indication-text {
            padding: 30px 20px
        }

    .mechanism-action br,
    .savings-samples br {
        display: none
    }

    .savings-samples .container > .row > div:last-child {
        padding-bottom: 0px;
        padding-top: 40px
    }

    .dosing-handling .container h1 {
        padding-top: 0
    }

    .mechanism-action .bottom-block .bottom-block-text {
        padding-left: 250px
    }

    .dosing-content-r {
        padding-bottom: 30px
    }

    .video_Container {
        width: 100%
    }

    p {
        font-size: 15px !important
    }

    .mechanism-action ul li {
        font-size: 15px
    }

    .dosing-handling .container ul {
        font-size: 15px
    }

    .banner-bottom-text p {
        font-size: 13px !important
    }

    .banner-bottom-text {
        text-align: left !important;
        padding-top: 15px
    }

    .content-bg-home {
        padding-bottom: 10px
    }

    .home-page-banner .banner-content-r {
        width: 100%;
        float: none;
        max-width: 690px;
        margin: 0 auto
    }

    .dosing-handling {
        padding-top: 0
    }

    #samples {
        padding-top: 45px
    }

    .savings-samples .content-left {
        padding-right: 15px
    }

    .content-bg-home section {
        background-position: center top
    }

    .home-page-banner .banner-content-r ul li br {
        display: none
    }

    .top-links-dropdown {
        display: none;
        position: relative;
        background: rgba(134, 37, 116, .65);
        width: 121px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        padding: 12px 10px !important;
        z-index: 1;
        width: 100%
    }

    li.submenu-4 ul.top-links-dropdown li a {
        padding: 5px 20px;
        width: 100%
    }

    .main-nav ul li.submenu-1 {
        margin-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
    .cta-box p {
        margin-bottom: 15px;
        min-height: 38px
    }

    .inner-cta .cta-box h2 {
        min-height: 40px
    }

    .home-section-cta .cta-box h2 {
        min-height: 40px
    }

    .home-section-cta .cta-box p {
        min-height: 39px
    }
}

@media (max-width: 767px) {
    .about-zirgan .box {
        border-radius: 25px
    }

        .about-zirgan .box > div.clearfix > div:last-child {
            border-radius: 0
        }

        .about-zirgan .box > div.clearfix > div:first-child {
            border-radius: 25px 25px 0 0
        }

    .form-group-text-danger {
        padding-left: 0 !important
    }

    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
    }

    .mob-pt-5 {
        padding-top: 5px
    }

    .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 {
        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;
        text-align: center !important
    }

        .banner-bottom-text h3 {
            font-size: 19px !important
        }

    .logo-section {
        float: none;
        width: 35%
    }

    .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
    }

    .banner-content h1,
    .home-page-banner .banner-content-r h1,
    h2.main-title {
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 10px;
        margin-left: 27%
    }

    .banner-content h3,
    .banner-content h3.title-green,
    .home-page-banner .banner-content h3 {
        font-size: 20px;
        line-height: 1.4
    }

    .home-page-banner .banner-content h3 {
        font-weight: 700
    }

    .home-page-banner .banner-content-l {
        width: 23%;
        display: inline-block;
        vertical-align: middle;
        float: none
    }

    .home-page-banner .banner-content-r {
        float: none
    }

    .home-page-banner.banner-section .container .banner-content {
        margin-top: 0
    }

    .home-page-banner .banner-content-l {
        margin-bottom: 15px
    }

    .banner-content-l img {
        max-height: 170px
    }

    .cta-box {
        margin-top: 25px
    }

    .btn-r {
        text-align: center
    }

    .indications-inner-section ul li {
        padding-bottom: 8px
    }

    .inner-cta {
        padding-top: 0
    }

    .banner-icon {
        margin-top: 15px
    }

        .banner-icon h4 {
            margin-top: 10px
        }

    .banner-section-pharmacology {
        padding-top: 15px
    }

    .pharmacology-banner-img1 {
        text-align: center;
        padding-bottom: 10px
    }

    .mob-arrow-pharmacology {
        position: absolute;
        right: 10px;
        top: 15%
    }

    .mob-arrow-pharmacology-r {
        float: left
    }

    .banner-section-pharmacology img {
        max-width: 90%
    }

    .banner-section-dosing .banner-section-dosing {
        padding-top: 5px
    }

    .banner-section-dosing.dosing-banner-img1 {
        text-align: left;
        padding-bottom: 10px
    }

    .dosing-banner h3 br {
        display: none
    }

    .mobile-dosing-image {
        width: calc(100% + 30px);
        margin: 0 -15px
    }

        .mobile-dosing-image img {
            margin: 0 !important;
            display: block
        }

    .banner-section-saving {
        padding-top: 7px
    }

    .footer-links {
        margin-bottom: 50px
    }

        .footer-links li {
            margin-bottom: 10px
        }

            .footer-links li a {
                font-size: 11px
            }

    .bottom-logo {
        margin-top: 0;
        margin-bottom: 18px;
        max-width: 300px
    }

    .bottom-contact {
        max-width: 300px
    }

    .footer {
        padding: 40px 0
    }

    .bottom-right-content {
        text-align: left
    }

    .modal {
        padding: 20px 15px
    }

    .thanks-request h2 {
        font-size: 20px
    }

    .thanks-request h3 {
        font-size: 25px
    }

    .modal a.close-modal {
        top: -35px
    }

    .request-form-main .cols-3-items {
        width: 100%
    }

    .register-page-banner {
        padding-bottom: 0
    }

    .request-form-main .col-sm-1,
    .request-form-main .col-sm-3,
    .request-form-main .col-sm-9 {
        padding: 0
    }

    #sticky-isi-module .container {
        padding: 0
    }

    .terms-agreement .field-container {
        padding-left: 0 !important
    }

    .about-zirgan .box .blocks,
    .about-zirgan .box > div.clearfix > div:nth-child(2) {
        width: 100%;
        margin: 0 0 2px;
        height: 240px;
        padding-top: 15px
    }

        .about-zirgan .box .blocks img {
            max-height: 75px;
            margin-bottom: 10px
        }

    .mechanism-action br {
        display: none
    }

    .about-zirgan .box .blocks h1 {
        font-size: 40px
    }

    .about-zirgan .indication-text br {
        display: none
    }

    .dosing-handling {
        padding-top: 0
    }

    .breadcrumb {
        padding: 45px 0 45px 0
    }

    .dosing-handling .container ul li br {
        display: none
    }

    .dosing-handling .container ul li ul li {
        margin-bottom: 15px
    }

    .savings-samples .container > .row > div:last-child .btn-default {
        font-size: 14px;
        border-radius: 4px;
        height: 45px;
        line-height: 50px
    }

    .savings-samples .container > .row > div:last-child {
        padding-top: 25px
    }

        .savings-samples .container > .row > div:last-child img {
            max-width: 88%
        }

    #samples .btn-default {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px
    }

    .mechanism-action h1,
    h1.page-h1 {
        font-size: 35px;
        line-height: 52px
    }

    img.dosingbanner-img {
        margin-left: -15px
    }

    .mechanism-action h1 {
        margin-bottom: 10px
    }

    #samples h2,
    .mechanism-action h2 {
        font-size: 22px
    }

    .mechanism-action h1 br,
    h1.page-h1 br {
        display: none
    }

    .mechanism-action {
        background: #fcf0f9 url(../img/bg-2434x640-video-mobile.png) no-repeat;
        background-size: cover
    }

        .mechanism-action .bottom-block {
            position: relative
        }

            .mechanism-action .bottom-block img {
                float: none;
                position: absolute;
                left: 0;
                max-height: 75px
            }

            .mechanism-action .bottom-block .bottom-block-text {
                padding: 36px 40px 10px 20px;
                position: relative
            }

            .mechanism-action .bottom-block h1 {
                font-size: 24px;
                padding-bottom: 0;
                padding-left: 54px;
                text-shadow: 0 0 40px rgba(255, 255, 255, .1)
            }

        .mechanism-action ul {
            padding-top: 10px;
            margin-bottom: 10px
        }

    .bottom-block-text p {
        padding-bottom: 10px;
        font-size: 22px !important;
        text-shadow: 0 0 40px rgba(255, 255, 255, .1)
    }

    .about-zirgan h2 {
        font-size: 16px
    }

    .mechanism-action p.bottom-p {
        padding-bottom: 25px
    }

    .about-zirgan h1 {
        padding-bottom: 10px
    }

    .indications-inner-section h5 {
        font-size: 18px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-bg-home section {
        background-position: center;
        padding-bottom: 80px;
        padding-top: 75px
    }
}

@media (max-width: 640px) {
    .home-page-banner .banner-content-r .home-title-one {
        font-size: 19.5px
    }

    .home-page-banner .banner-content-r .home-title-two {
        font-size: 18px
    }

    .home-page-banner .banner-content h3 {
        letter-spacing: 1px
    }
}

@media (max-width: 475px) {
    .tagline {
        padding: 4px 0 25px 70px
    }

    .request-form-main .DnnModule-ActionForm .checkbox span {
        padding-top: 0
    }
}

@media (max-width: 340px) {
    .home-page-banner .banner-heading {
        font-size: 36px
    }

    .mechanism-action h1,
    h1.page-h1 {
        font-size: 29px;
        line-height: 43px
    }

    .mechanism-action p {
        font-size: 17px !important
    }

    .mechanism-action .bottom-block h1 {
        font-size: 18px !important
    }

    .main-nav ul li a {
        font-size: 13px !important
    }

    .btn.btn-default,
    .savings-samples .container > .row > div:last-child .btn-default {
        font-size: 10px !important;
        height: 44px !important;
        line-height: 47px !important;
        width: 258px !important
    }

    .mmit-tool h1 {
        font-size: 28px !important
    }

    .banner-content h1,
    .home-page-banner .banner-content-r h1,
    h2.main-title {
        font-size: 19px !important
    }

    .home-page-banner .banner-content-r ul {
        font-size: 18px
    }

    li.submenu-4 span {
        top: 14px;
        right: 6px
    }

    .modal {
        padding: 20px 15px
    }

    .thanks-request h2 {
        font-size: 20px
    }

    .thanks-request h3 {
        font-size: 20px
    }

    .modal a.close-modal {
        top: -35px
    }

    .btn.btn-default,
    .savings-samples .container > .row > div:last-child .btn-default {
        font-size: 12px;
        height: 50px;
        line-height: 50px
    }

        .btn.btn-default,
        .btn.btn-default:active,
        .btn.btn-default:hover,
        .btn.btn-default:visited,
        .btn:not(:disabled):not(.disabled).active,
        .btn:not(:disabled):not(.disabled):active {
            font-size: 12px;
            height: 50px;
            line-height: 50px
        }
}

@media (min-width: 1400px) {
    .banner-section {
        min-height: 400px;
        padding-top: 160px
    }
}

@media (min-width: 1600px) {
    .banner-section {
        min-height: 400px;
        padding: 160px 0
    }
}

@media (min-width: 1700px) {
    .banner-section {
        min-height: 400px;
        padding: 200px 0
    }
}

@media (min-width: 1900px) {
    .banner-section {
        min-height: 400px;
        padding: 250px 0
    }
}

body.dnnEditState .fix-nav,
body.dnnEditState .header-bottom,
body.dnnEditState .header-top {
    position: relative;
    height: auto
}

.mmit-tool .mmit-inner-container {
    border-color: #c18ab6 !important
}

    .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
        background-color: #862574 !important
    }

        .mmit-tool .mmit-inner-container .mmit-wizard ul li.active:nth-child(1):before {
            background: #862574 !important
        }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li {
        background-color: #a45a96 !important
    }

        .mmit-tool .mmit-inner-container .mmit-wizard ul li:last-child:after {
            background: #a45a96 !important
        }

.mmit-tool h1 {
    color: #862574 !important;
    font-family: 'Josefin Sans', sans-serif !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info,
.mmit-tool .mmit-inner-container .steps .state-selection label {
    font-family: arial !important
}

button,
input,
optgroup,
select,
textarea {
    font-family: arial !important;
    color: #707070
}

.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: #a45a96 !important;
    color: #fff;
    border: 2px solid #a45a96 !important;
    border-radius: 0 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li:nth-child(1):before {
    background: #a45a96 !important
}

.mmit-tool .cta-btn {
    height: 38px !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: #862574 !important;
    color: #fff !important;
    background: linear-gradient(180deg, #862574 0, #5a154c 100%) !important;
    border: none !important;
    border-radius: 0 !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: #862574 !important;
    border: 2px solid #862574 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li.active:last-child:after {
    background: #862574 !important
}

.mmit-tool .mmit-inner-container .steps .radio-selection .radio-item .checkmark:after {
    background: #862574 !important
}

.radio-selection {
    height: auto !important
}

.mmit-tool .mmit-inner-container .steps .selection-set span {
    color: #862574 !important;
    font-family: 'Josefin Sans', sans-serif !important
}

    .mmit-tool .mmit-inner-container .steps .selection-set span.selected:after {
        background: #862574 !important
    }

.mmit-tool .mmit-content .content-item .col-title span {
    display: block;
    white-space: nowrap;
    color: #862574 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20px
}

.mmit-tool .mmit-content .content-item .col-text {
    color: #4a2f45 !important;
    font-family: arial !important;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .california {
        color: #fff;
        display: block;
        padding-left: 15px;
        padding-top: 20px
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li.active .wizard-info {
        background: #862574 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info {
        background: #a45a96 !important
    }
}

.mmit-tool .mmit-inner-container .steps .selected .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #862574 !important
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-transform: none;
    font-weight: 400
}

.mmit-previous {
    background: 0 0 !important;
    color: #862574 !important;
    border: 2px solid #862574 !important;
    border-radius: 0 !important
}

.accessingZirgan .btn.btn-default:active {
    text-transform: uppercase;
    font-weight: 400
}

.sacingFormulary {
    cursor: default
}

.abouttillicon {
    position: relative;
    top: 8px
}

.mmit-tool .mmit-inner-container .steps .radio-selection .checkmark {
    top: -7px !important
}

.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
}

.bauschpap-link a,
.saving-email a {
    background: #fff;
    width: 244px;
    padding: 3px 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
}

.bauschpap-link a {
    margin-right: 19px
}

@media screen and (max-width: 991px) {
    .header-top {
        top: 70px
    }

    .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: 125px
    }

    .bauschpap-link a,
    .saving-email a {
        margin: 4px
    }

    .header {
        min-height: 125px
    }
}

@media screen and (max-width: 534px) {
    .header-top {
        top: 111px
    }

    .main-nav {
        top: 166px
    }

    .header {
        min-height: 166px
    }

    .banner-title p {
        letter-spacing: 3px;
        margin: 8px 0 0
    }
}

@media screen and (max-width:410px) {
    .banner-title p {
        letter-spacing: 2px !important;
        font-size: 12px !important;
    }
}

span.indication-space {
    display: block;
    height: 20px;
}


.al {
    opacity: 0.9;
}

.rednow-cl {
    margin-top: 5px;
    color: #075099;
}

.redn {
    color: #075099;
}

.herps {
    color: #075099;
    font-size: 19px;
}

@media (max-width:767px) {

    .about-zirgan .box {
        border-radius: 25px;
    }

        .about-zirgan .box > div.clearfix > div:last-child {
            border-radius: 0 0 0 0;
        }

        .about-zirgan .box > div.clearfix > div:first-child {
            border-radius: 25px 25px 0 0;
        }

    .form-group-text-danger {
        padding-left: 0 !important
    }

    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
    }

    .mob-pt-5 {
        padding-top: 5px
    }

    .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 {
        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;
        text-align: center !important
    }

        .banner-bottom-text h3 {
            font-size: 18px !important
        }

    .logo-section {
        float: none;
        width: 35%
    }

    .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
    }

    .banner-content h1,
    .home-page-banner .banner-content-r h1,
    h2.main-title {
        font-size: 25px;
        line-height: 27.5px;
        margin-bottom: 10px;
        margin-left: 29.6%;
    }

    .banner-content h3,
    .banner-content h3.title-green,
    .home-page-banner .banner-content h3 {
        font-size: 20px;
        line-height: 1.4
    }

    .home-page-banner .banner-content h3 {
        font-weight: 700
    }

    .home-page-banner .banner-content-l {
        width: 23%;
        display: inline-block;
        vertical-align: middle;
        float: none
    }

    .home-page-banner .banner-content-r {
        float: none
    }

    .home-page-banner.banner-section .container .banner-content {
        margin-top: 0
    }

    .home-page-banner .banner-content-l {
        margin-bottom: 15px
    }

    .banner-content-l img {
        max-height: 170px
    }

    .cta-box {
        margin-top: 25px
    }

    .btn-r {
        text-align: center
    }

    .indications-inner-section ul li {
        padding-bottom: 8px
    }

    .inner-cta {
        padding-top: 0
    }

    .banner-icon {
        margin-top: 15px
    }

        .banner-icon h4 {
            margin-top: 10px
        }

    .banner-section-pharmacology {
        padding-top: 15px
    }

    .pharmacology-banner-img1 {
        text-align: center;
        padding-bottom: 10px
    }

    .mob-arrow-pharmacology {
        position: absolute;
        right: 10px;
        top: 15%
    }

    .mob-arrow-pharmacology-r {
        float: left
    }

    .banner-section-pharmacology img {
        max-width: 90%
    }

    .banner-section-dosing .banner-section-dosing {
        padding-top: 5px
    }

    .banner-section-dosing.dosing-banner-img1 {
        text-align: left;
        padding-bottom: 10px
    }

    .dosing-banner h3 br {
        display: none
    }

    .mobile-dosing-image {
        width: calc(100% + 30px);
        margin: 0 -15px
    }

        .mobile-dosing-image img {
            margin: 0 !important;
            display: block
        }

    .banner-section-saving {
        padding-top: 7px
    }

    .footer-links {
        margin-bottom: 20px
    }

        .footer-links li {
            margin-bottom: 10px
        }

            .footer-links li a {
                font-size: 11px
            }

    .bottom-logo {
        margin-top: 0;
        margin-bottom: 18px;
        max-width: 300px
    }

    .bottom-contact {
        max-width: 300px
    }

    .footer {
        padding: 40px 0
    }

    .bottom-right-content {
        text-align: left
    }

    .modal {
        padding: 20px 15px
    }

    .thanks-request h2 {
        font-size: 20px
    }

    .thanks-request h3 {
        font-size: 25px
    }

    .modal a.close-modal {
        top: -35px
    }

    .request-form-main .cols-3-items {
        width: 100%
    }

    .register-page-banner {
        padding-bottom: 0
    }

    .request-form-main .col-sm-1,
    .request-form-main .col-sm-3,
    .request-form-main .col-sm-9 {
        padding: 0
    }

    #sticky-isi-module .container {
        padding: 0
    }

    .terms-agreement .field-container {
        padding-left: 0 !important
    }

    .about-zirgan .box .blocks,
    .about-zirgan .box > div.clearfix > div:nth-child(2) {
        width: 100%;
        margin: 0 0 2px;
        height: 240px;
        padding-top: 15px
    }

        .about-zirgan .box .blocks img {
            max-height: 75px;
            margin-bottom: 10px
        }

    .mechanism-action br {
        display: none
    }

    .about-zirgan .box .blocks h1 {
        font-size: 40px
    }

    .about-zirgan .indication-text br {
        display: none
    }

    .dosing-handling {
        padding-top: 0
    }

    .breadcrumb {
        padding: 45px 0 45px 0
    }

    .dosing-handling .container ul li br {
        display: none
    }

    .dosing-handling .container ul li ul li {
        margin-bottom: 15px
    }

    .savings-samples .container > .row > div:last-child .btn-default {
        font-size: 14px;
        border-radius: 4px;
        height: 45px;
        line-height: 50px
    }

    .savings-samples .container > .row > div:last-child {
        padding-top: 0px
    }

        .savings-samples .container > .row > div:last-child img {
            max-width: 88%
        }

    #samples .btn-default {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px
    }

    .mechanism-action h1,
    h1.page-h1 {
        font-size: 32px;
        line-height: 38px
    }

    img.dosingbanner-img {
        margin-left: -30px
    }

    .mechanism-action h1 {
        margin-bottom: 10px
    }

    #samples h2,
    .mechanism-action h2 {
        font-size: 22px
    }

    .mechanism-action h1 br,
    h1.page-h1 br {
        display: none
    }

    .mechanism-action {
        background: #fcf0f9 url(../img/bg-2434x640-video-mobile.png) no-repeat;
        background-size: cover
    }

        .mechanism-action .bottom-block {
            position: relative
        }

            .mechanism-action .bottom-block img {
                float: none;
                position: absolute;
                left: 0;
                max-height: 75px
            }

            .mechanism-action .bottom-block .bottom-block-text {
                padding: 36px 40px 10px 20px;
                position: relative
            }

            .mechanism-action .bottom-block h1 {
                font-size: 24px;
                padding-bottom: 0;
                padding-left: 54px;
                text-shadow: 0 0 40px rgba(255, 255, 255, .1)
            }

        .mechanism-action ul {
            padding-top: 10px;
            margin-bottom: 10px
        }

    .bottom-block-text p {
        padding-bottom: 10px;
        font-size: 22px !important;
        text-shadow: 0 0 40px rgba(255, 255, 255, .1)
    }

    .about-zirgan h2 {
        font-size: 16px
    }

    .mechanism-action p.bottom-p {
        padding-bottom: 25px
    }

    .about-zirgan h1 {
        padding-bottom: 10px
    }

    .indications-inner-section h5 {
        font-size: 18px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-bg-home section {
        background-position: center;
        padding-bottom: 80px;
        padding-top: 75px
    }
}

@media (max-width: 640px) {
    .home-page-banner .banner-content-r .home-title-one {
        font-size: 19.5px
    }

    .home-page-banner .banner-content-r .home-title-two {
        font-size: 18px
    }

    .home-page-banner .banner-content h3 {
        letter-spacing: 1px
    }
}

@media (max-width: 475px) {
    .tagline {
        padding: 4px 0 25px 70px
    }

    .request-form-main .DnnModule-ActionForm .checkbox span {
        padding-top: 0
    }
}

@media (max-width: 380px) {
    .mechanism-action h1, h1.page-h1 {
        font-size: 29px;
        line-height: 34px;
    }
}

@media (max-width: 340px) {
    .home-page-banner .banner-heading {
        font-size: 36px
    }

    .mechanism-action h1, h1.page-h1 {
        font-size: 23px;
        line-height: 30px;
    }

    .mechanism-action p {
        font-size: 17px !important
    }

    .mechanism-action .bottom-block h1 {
        font-size: 18px !important
    }

    .main-nav ul li a {
        font-size: 13px !important
    }

    .btn.btn-default,
    .savings-samples .container > .row > div:last-child .btn-default {
        font-size: 10px !important;
        height: 44px !important;
        line-height: 47px !important;
        width: 258px !important
    }

    .mmit-tool h1 {
        font-size: 28px !important
    }

    .banner-content h1,
    .home-page-banner .banner-content-r h1,
    h2.main-title {
        font-size: 15px !important;
        margin-left: 44.6%;
        line-height: 24.5px;
    }

    .home-page-banner .banner-content-r ul {
        font-size: 18px
    }

    li.submenu-4 span {
        top: 14px;
        right: 6px
    }

    .modal {
        padding: 20px 15px
    }

    .thanks-request h2 {
        font-size: 20px
    }

    .thanks-request h3 {
        font-size: 20px
    }

    .modal a.close-modal {
        top: -35px
    }

    .btn.btn-default,
    .savings-samples .container > .row > div:last-child .btn-default {
        font-size: 12px;
        height: 50px;
        line-height: 50px
    }

        .btn.btn-default,
        .btn.btn-default:active,
        .btn.btn-default:hover,
        .btn.btn-default:visited,
        .btn:not(:disabled):not(.disabled).active,
        .btn:not(:disabled):not(.disabled):active {
            font-size: 12px;
            height: 50px;
            line-height: 50px
        }
}

@media (min-width: 1400px) {
    .banner-section {
        min-height: 400px;
        padding-top: 50px
    }
}

@media (min-width: 1600px) {
    .banner-section {
        min-height: 400px;
        padding: 80px 0
    }
}

@media (min-width: 1700px) {
    .banner-section {
        min-height: 400px;
        padding: 80px 0
    }
}

@media (min-width: 1900px) {
    .banner-section {
        min-height: 400px;
        padding: 145px 0;
    }
}

body.dnnEditState .fix-nav,
body.dnnEditState .header-bottom,
body.dnnEditState .header-top {
    position: relative;
    height: auto
}

.mmit-tool .mmit-inner-container {
    border-color: #c18ab6 !important
}

    .mmit-tool .mmit-inner-container .mmit-wizard ul li.active {
        background-color: #862574 !important
    }

        .mmit-tool .mmit-inner-container .mmit-wizard ul li.active:nth-child(1):before {
            background: #862574 !important
        }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li {
        background-color: #a45a96 !important
    }

        .mmit-tool .mmit-inner-container .mmit-wizard ul li:last-child:after {
            background: #a45a96 !important
        }

.mmit-tool h1 {
    color: #862574 !important;
    font-family: 'Josefin Sans', sans-serif !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info,
.mmit-tool .mmit-inner-container .steps .state-selection label {
    font-family: arial !important
}

button,
input,
optgroup,
select,
textarea {
    font-family: arial !important;
    color: #707070
}

.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: #a45a96 !important;
    color: #fff;
    border: 2px solid #a45a96 !important;
    border-radius: 0 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li:nth-child(1):before {
    background: #a45a96 !important
}

.mmit-tool .cta-btn {
    height: 38px !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: #862574 !important;
    color: #fff !important;
    background: linear-gradient(180deg, #862574 0, #5a154c 100%) !important;
    border: none !important;
    border-radius: 0 !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: #862574 !important;
    border: 2px solid #862574 !important
}

.mmit-tool .mmit-inner-container .mmit-wizard ul li.active:last-child:after {
    background: #862574 !important
}

.mmit-tool .mmit-inner-container .steps .radio-selection .radio-item .checkmark:after {
    background: #862574 !important
}

.radio-selection {
    height: auto !important
}

.mmit-tool .mmit-inner-container .steps .selection-set span {
    color: #862574 !important;
    font-family: 'Josefin Sans', sans-serif !important
}

    .mmit-tool .mmit-inner-container .steps .selection-set span.selected:after {
        background: #862574 !important
    }

.mmit-tool .mmit-content .content-item .col-title span {
    display: block;
    white-space: nowrap;
    color: #862574 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 20px
}

.mmit-tool .mmit-content .content-item .col-text {
    color: #4a2f45 !important;
    font-family: arial !important;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .california {
        color: #fff;
        display: block;
        padding-left: 15px;
        padding-top: 20px
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li.active .wizard-info {
        background: #862574 !important
    }

    .mmit-tool .mmit-inner-container .mmit-wizard ul li .wizard-info {
        background: #a45a96 !important
    }
}

.mmit-tool .mmit-inner-container .steps .selected .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #862574 !important
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-transform: none;
    font-weight: 400
}

.mmit-previous {
    background: 0 0 !important;
    color: #862574 !important;
    border: 2px solid #862574 !important;
    border-radius: 0 !important
}

.accessingZirgan .btn.btn-default:active {
    text-transform: uppercase;
    font-weight: 400
}

.sacingFormulary {
    cursor: default
}

.abouttillicon {
    position: relative;
    top: 8px
}

.mmit-tool .mmit-inner-container .steps .radio-selection .checkmark {
    top: -7px !important
}

.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 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bauschpap-link a,
.saving-email a {
    background: #fff;
    width: 244px;
    padding: 3px 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: flex;
    align-items: center;
    justify-content: center;
}

span.link-icon {
    margin-right: 7px;
}

span.link-text {
    /*margin: 0 7px 0;
    display: table-cell;
    vertical-align: middle;
    padding: 2px 0 0 7px*/
}

.bauschpap-link a {
    margin-right: 19px
}

.top-banner-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner-content {
    display: flex;
    justify-content: flex-end;
}

.home-page-banner .banner-content-r {
    width: 550px;
}

.banner-desc {
    border-top: 1px solid rgba(255, 255, 255, .57);
    padding-top: 20px;
    color: #fff;
    font-size: 18px !important;
    line-height: 22.4px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, .14);
    font-family: arial;
    font-weight: bold;
}

.banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-cta .cta-wrap {
    width: 100%;
    border-radius: 15px;
    padding: 17px 20px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    border: none;
    background: linear-gradient(180deg, #862574 0, #5a154c 100%);
}

.banner-cta .cta-wrap p {
    font-size: 16px !important;
    line-height: 20.4px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
}

.banner-cta .cta-wrap a {
    font-size: 17px;
    line-height: 20.4px;
    color: #fff;
    text-transform: initial;
    border-bottom: 1px solid #ffffff;
}

.blue-cta {
    background-color: #D5E9FD;
    padding: 30px;
    border-radius: 24px;
    text-align: center;
}

.blue-cta h3 {
    color: #5A154C;
    font-size: 19px;
    line-height: 22px;
    font-weight: 800;
}

.blue-cta h4 {
    color: #5A154C;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.blue-cta p {
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Josefin Sans', sans-serif;
}

.blue-cta a {
    color: #862574;
    font-size: 17px;
    line-height: 20.4px;
    border-bottom: 1px solid #862574;
}

#about-zirgan .box .herps, 
#about-zirgan .box a {
    color: #ffffff;
}

.moa-btm-cta {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.moa-wrap {
    display: inline-block;
    width: 588px;
    margin: 0 auto;
    max-width: 100%;
}

.moa-wrap .bottom-block {
    border: 3px solid #DAE247;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.moa-wrap .bottom-block h1 {
    font-size: 24px;
    line-height: 52px;
    color: #872075;
    padding-left: 56px;
    padding-bottom: 0;
}

.moa-wrap .bottom-block p {
    font-size: 22px !important;
    line-height: 28.6px;
    color: #872075;
    text-align: left;
    padding-bottom: 0;
}

.moa-wrap .bottom-block .bottom-block-text {
    padding: 30px;
}

.moa-title-float {
    position: absolute;
    left: -13px;
    top: -17px;
    width: 106px;
}

.moa-title-float img {
    width: 100%;
}

.moa-btm-cta .moa-wrap .bottom-p {
    font-size: 17px;
    line-height: 22.1px;
    text-align: left;
    padding-left: 5px;
}

.img-content-wrap {
    display: inline-block;
    width: 100%;
}

.img-content-wrap .img-content-item {
    display: flex;
    padding: 20px 0px;
    align-items: center;
    flex-direction: column;
}

.img-wrap {
    width: 90px;
}

.img-wrap img {
    width: 58.62px;
}

.content-wrap {
    flex: 1;
}

.content-wrap p:last-child, 
.img-content-wrap .img-content-item .content-wrap ul,
.img-content-wrap .img-content-item .content-wrap ul li {
    margin-bottom: 0;
}

.content-wrap p {
    font-size: 20px;
    line-height: 22.1px;
    color: #401237;
}

.content-wrap p.main-text {
    font-size: 15px;
    line-height: 19.5px;
}

.content-wrap ul li {
    font-size: 15px;
    line-height: 19.5px;
    color: #401237;
}

.float-text {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.right-side-content {
    position: relative;
}

.error-banner .banner-content {
    display: block;
}

.savings-samples .hang-footnote {
    text-indent: -5px;
    padding-left: 5px;
}


.top-utility-section {
    padding: 9px 0;
    background-color: rgb(3,131,140);
    z-index: 10;
    position: relative;
}

    .top-utility-section .bl-left-logo img {
        height: 18px
    }

    .top-utility-section .bl-right-link a {
        color: rgb(255,255,255);
        display: flex;
        justify-content: end;
        align-items: center;
        font-family: Barlow,sans-serif;
        font-weight: 800;
        font-size: 11px;
        line-height: normal;
        text-decoration: underline
    }

        .top-utility-section .bl-right-link a img {
            width: 15px;
            height: 15px;
            margin-left: 5px
        }

.bl-left-logo {
    line-height: 0
}

.top-utility-section .left-logo-wrap,
.top-utility-section .right-link-wrap {
    flex: 0 0 auto;
}

.top-headline {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 1.3px;
    text-align: center;
    font-family: Barlow,sans-serif;
    color: #fff;
}

.footer-sec.footer-inner {
    padding: 46px 0 20px;
    background: rgb(3,131,140);
    font-family: Barlow,sans-serif;
    border-top: 0 !important
}

.footer-sec ul {
    width: auto;
}

    .footer-sec ul.socialLink {
        padding-left: 15px;
    }

    .footer-sec ul li {
        margin-bottom: 0;
        letter-spacing: normal;
        line-height: normal;
        padding: 0;
    }

.footer-sec span {
    color: #fff
}

.footer-bl-logo {
    margin-bottom: 18px
}

.footer-sec .footer-links ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.footer-desc.copyright p {
    font-size: 10px;
    color: rgb(255,255,255);
    margin-top: 0;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    text-align: left;
}

.socialLink {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 0px;
    gap: 15px;
}

.social-link-top {
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.foot-line {
    border-bottom: 1px solid rgb(53,167,129);
    margin-bottom: 15px;
}

.social-link-top p {
    color: rgb(255,255,255);
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    font-family: Barlow,sans-serif;
}

.socialLink li {
    color: rgb(255,255,255);
    list-style-type: none
}

.footer-links ul li a {
    color: rgb(255,255,255);
    background: url("/siteassets/img/icon-link-out.svg") right bottom / 10px no-repeat;
    font-size: 12px !important;
    padding-right: 15px;
    text-decoration: underline;
    font-weight: 700;
    font-family: Barlow,sans-serif
}

.footer-links ul li.no-external a {
    background-image: none
}

.footer-links {
    display: flex;
}

    .footer-links li {
        list-style-type: none;
        margin-bottom: 8px
    }

    .footer-links ul {
        margin-left: 0;
        padding-left: 0
    }

    .footer-links .px-0 {
        padding-left: 0
    }

@media only screen and (min-width: 1199px) {
    .bauschpap-link a, .saving-email a {
        width: 245px;
    }
    .top-links ul li, .top-links ul li a {
        font-size: 10px;
    }
    .top-links ul li {
        margin-right: 10px;
    }
    .moa-title-float {
        width: 19%;
    }
}

@media only screen and (min-width: 1300px) {
    .bauschpap-link a,
    .saving-email a {
        width: 260px;
    }

    .top-links ul li, .top-links ul li a {
        font-size: 11px;
    }

    .top-links ul li {
        margin-right: 14px;
    }
    .moa-title-float {
        width: 17%;
        top: -19px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .bauschpap-link a, .saving-email a {
        width: 239px;
        padding: 3px 5px 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .top-links ul li, .top-links ul li a {
        font-size: 10px;
    }
    .top-links ul li {
        margin-right: 10px;
    }
    .bauschpap-link a,
    .saving-email a {
        width: 245px;
    }
    .moa-title-float {
        width: 19%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bauschpap-link a, .saving-email a {
        width: 239px;
        padding: 3px 5px 0;
    }
    
    .link-sec {
        justify-content: center;
    }
    .bauschpap-link a,
    .saving-email a {
        width: 245px;
    }
}

@media screen and (min-width: 992px) {
    .blue-cta {
        background-color: #D5E9FD;
        padding: 30px 50px;
        border-radius: 24px;
        text-align: left;
    }

    .blue-cta h3 {
        font-size: 20px;
        line-height: 24.7px;
    }

    .blue-cta h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner-cta .cta-wrap {
        width: 477px;
    }
    .banner-bottom-text h4 {
        font-size: 17px;
        line-height: 22.1px;
    }
    .blue-cta {
        padding: 30px 50px;
        text-align: left;
    }
    .moa-wrap .bottom-block .bottom-block-text {
        padding: 30px 30px 30px 120px;
    }

    .moa-wrap .bottom-block h1 {
        padding-left: 0px;
        font-size: 32px;
        line-height: 43.2px;
    }
    .moa-wrap .bottom-block p {
        font-size: 17px !important;
        line-height: 22.1px;
    }
    .img-content-wrap .img-content-item:not(:first-child) {
        border-top: 1px solid #115197;
    }
    .img-content-wrap .img-content-item {
        flex-direction: row;
    }
    .img-content-wrap {
        padding-left: 40px;
    }
    .right-side-content {
        top: -54px;
    }
    .float-text {
        padding: 0px 20px 0 20px;
    }
    .content-wrap ul li {
        font-size: 17px;
        line-height: 22.1px;
    }
    .content-wrap p.main-text {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 991px) {
    .top-banner-sec {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .top-utility-section {
        padding: 9px 0 0;
    }

    .top-utility-section .left-logo-wrap, .top-utility-section .right-link-wrap {
        padding-bottom: 9px;
    }

    .top-headline-wrap {
        background-color: #D5E9FD;
    }

    a.top-headline, a.top-headline:visited {
        color: #862574;
    }

    a.top-headline:hover{
        text-decoration: underline;
    }

    .top-headline .arrow {
        color: #862574;
        position: relative;
        bottom: 1px;
        margin-left: 5px;
    }

    .copay-feature-img {
        width: 80%;
    }
    .right-side-content {
        text-align: center;
        margin-top: 20px;
    }
    .moa-title-float {
        width: 13%;
    }
    .header-top {
        top: 61px
    }
    .banner-title p {
        width: 100%;
        text-align: center;
        margin: 7px 0 0
    }

    .link-sec {
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }

    .bauschpap-link,
    .saving-email {
        display: inline-block
    }

    .main-nav {
        top: 55px
    }

    .bauschpap-link a,
    .saving-email a {
        margin: 0 4px 8px 4px;
    }

    .header {
        min-height: 55px
    }

    .main-nav {
        top: 116px;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-sec {
        padding: 25px 0 40px;
    }

    .social-link-top {
        flex-direction: column;
        align-items: start;
    }

    .socialLink {
        padding-left: 0px;
    }

    .footer-sec ul.socialLink {
        padding-left: 0px;
    }

    .footer-sec.footer-inner {
        padding: 46px 0 50px;
    }
}

@media screen and (max-width:767px) {
    .top-utility-section .bl-left-logo img {
        height: 8px;
    }

    .top-utility-section .left-logo-wrap {
        width: 30%;
    }

    .top-utility-section .right-link-wrap {
        width: 70%;
    }

    .top-utility-section .bl-right-link a {
        font-size: 7.5px;
    }

    .top-utility-section .bl-right-link a img {
        width: 10px;
        height: 10px;
        margin-left: 5px;
    }
    .header-top {
        top: 53px
    }
    .header {
        min-height: 55px;
    }
    .main-nav {
        top: 108px;
    }
}

@media screen and (min-width: 539px) {
    .link-sec {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}


@media screen and (max-width: 534px) {
    .header-top {
        top: 52px
    }

    .main-nav {
        top: 106px
    }

    .header {
        min-height: 55px
    }

    .banner-title p {
        letter-spacing: 3px;
        margin: 10px 0 2px;
    }
    .moa-title-float {
        width: 26%;
        left: -19px;
        top: -9px;
    }
    .img-content-wrap .img-content-item:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width:410px) {
    .banner-title p {
        letter-spacing: 2px !important;
        font-size: 12px !important;
    }
}

span.indication-space {
    display: block;
    height: 20px;
}


#LiveMonTransparentImage {
    display: none;
}


p strong a {
    text-decoration: underline;
    color: #028bff;
}


p.download-btn a.link-green {
    color: #075099;
}

#numph a {
    color: #231f20;
}

#numph > a {
    color: #4A2F45;
    text-decoration:none!important;
}

#mobileMenuClick:hover a {
    cursor: pointer;
}

#mobileMenuClick:hover ul li a {
    pointer-events: auto;
    cursor: pointer;
}


li.active#mobileMenuClick {
    border-bottom: solid 3px rgba(255, 255, 255, .6);
    background: #b174a6;
}
 /*global footer links updates*/
 .GlobaloptoutLinks li a {
        font-size: 11px!important;
        color: #fff!important;
    }
  /*global footer links updates*/