/* Global Styles */
html, body {
    /* height: 100% !important; */
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

body,
article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary,
a,
div,
p,
ul,
li,
span,
strong,
em,
i,
h1, h2, h3, h4, h5, h6 font {
    font-family: Roboto, sans-serif;
    color: #000;
}

.btnOrange {
    background: #f4814a;
    color: #000;
    font-size: 18px;
    padding: 6px 0;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    border-radius: 9px;
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-family: "DINW05Bold";
}
    .btnOrange:hover {
        text-decoration: none;
        background: #ef5e16;
        color: #fff;
    }
    .btnOrange:visited, .btnOrange:active {
        color: #000 !important;
    }

@media (min-width: 1200px) {
    .container {
        max-width: 940px;
    }
}
.hidden, .mobile-top-bar {
    display: none;
}

sub, sup {
    font-size: 65%;
}

h1 sup,
h1 sub {
    font-size: 50%;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.underLine {
    text-decoration: underline;
}

.mobile-top-bar.dnnSortable {
    display: block;
    margin-top: 100px;
    z-index: 999;
    top: 152px;
}

header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
}

    header .header-top {
        height: 36px;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 9;
        /*background: #d3f1fc;*/
        background: transparent;
    }
        header .header-top .top-links {
            float: left;
        }
            header .header-top .top-links ul {
                margin-left: 60px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 31px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
                header .header-top .top-links ul li {
                    margin-right: 32px;
                }
                    header .header-top .top-links ul li a {
                        color: #00337a;
                        font: normal 10px arial;
                    }
                        header .header-top .top-links ul li a:hover {
                            text-decoration: underline;
                        }
    header .header-bottom {
        background: #00337a;
        height: 45px;
        position: absolute;
        top: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    header .logo-section {
        width: 191px;
        float: left;
        margin-left: 3px;
    }
        header .logo-section img {
            -webkit-transition: all 1s;
            transition: all 1s;
            max-width: 100%;
            height: 112px;
            width: auto;
        }

.fix-nav {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    height: 78px;
}
    .fix-nav .logo-section {
        float: left;
    }
        .fix-nav .logo-section img {
            height: 80px;
            width: auto;
        }

.main-nav {
    float: left;
    margin: 0 0 0 218px;
}
    .main-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
        .main-nav ul li {
            position: relative;
        }
            .main-nav ul li:first-child a:after {
                display: none;
            }
            .main-nav ul li a {
                color: #FFFFFF;
                -webkit-transition: all 1s;
                transition: all 1s;
                padding: 13px 22px;
                text-transform: uppercase;
                font-size: 12px;
                font-family: "DINW05Bold";
            }
                .main-nav ul li a:hover {
                    background: #f26d2a;
                    text-decoration: none;
                }
                .main-nav ul li a:after {
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    border: solid #fff;
                    border-width: 0 1px 1px 0;
                    display: inline-block;
                    padding: 2px;
                    position: absolute;
                    content: "";
                    right: 9px;
                    bottom: 7px;
                }

            .main-nav ul li.active a {
                background: #f26d2a;
                text-decoration: none;
            }

            .main-nav ul li.active li {
                margin-right: 0;
            }

                .main-nav ul li.active li a {
                    background: none;
                    color: #00337a;
                    padding: 8px 0 8px 10px;
                }

                    .main-nav ul li.active li a:hover {
                        background: #00337a;
                        color: #fff;
                    }

            .main-nav ul li .subnav {
                display: none;
                width: 200px;
                position: absolute;
                top: 34px;
                left: 0px;
                background: #00c1f1;
            }

                .main-nav ul li .subnav li a {
                    display: block;
                    padding: 0 10px;
                    color: #fff;
                }

            .main-nav ul li:hover .subnav {
                display: block;
            }

            .main-nav ul li:hover li {
                margin-right: 0;
            }

                .main-nav ul li:hover li:after {
                    display: none;
                }

                .main-nav ul li:hover li a {
                    background: none;
                    padding: 8px 0 8px 10px;
                    text-transform: none;
                }

                    .main-nav ul li:hover li a:after {
                        display: none;
                    }

                    .main-nav ul li:hover li a:hover {
                        background: #00337a;
                        color: #fff;
                    }

.sm-hidden {
    display: none;
}

.navbar-toggle {
    border: 0;
    background: 0;
    display: none;
    position: absolute;
    right: 26px;
    top: 30px;
    padding: 0;
    cursor: pointer;
}

    .navbar-toggle .icon-bar {
        width: 48px;
        height: 6px;
        background: #fff;
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-bottom: 5px;
    }

    .navbar-toggle:active, .navbar-toggle:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.icon-bar-o {
    margin-top: 1px;
}

.icon-bar-o, .navbar-toggle-text {
    float: left;
}

.navbar-toggle-text {
    color: #fff;
    margin-left: 5px;
    font-size: 18px;
    line-height: 0.9;
}

    .navbar-toggle-text .icon-bar + .icon-bar {
        margin-top: 6px;
    }

@media (max-width: 991px) {
    header {
        height: 55px;
    }

        header .header-bottom {
            position: absolute;
            top: 0;
            right: 0;
            width: auto;
            top: 4px;
            z-index: 99;
            background: none;
        }

            header .header-bottom .container {
                position: static;
                padding: 0;
            }

        header .header-top {
            height: 93px;
            background: #00337a;
        }

            header .header-top .logo-section {
                margin-left: 0;
            }

                header .header-top .logo-section img {
                    height: auto;
                }

    .navbar-opened {
        overflow: hidden;
    }

    .hidden-sm-xs {
        display: none !important;
    }

    .visible-sm-xs {
        display: block !important;
    }

    .main-nav {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background: #573091;
        padding-top: 10px;
        width: 100%;
        top: 9%;
        right: -100%;
        position: fixed;
        height: calc(100% - 55px);
        overflow-x: hidden;
    }

        .main-nav ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0;
        }

            .main-nav ul li {
                margin-right: 0;
                width: 100%;
                position: relative;
                border-bottom: 1px solid #00337a;
            }

                .main-nav ul li.has-subnav {
                    height: auto;
                }

                .main-nav ul li .sub-menu {
                    position: relative;
                    top: 100%;
                    width: 100%;
                    float: left;
                    height: auto;
                }

                .main-nav ul li a {
                    display: block;
                    height: inherit !important;
                    padding: 10px 20px;
                    display: block;
                    font-size: 13px;
                    color: #00337a;
                }

                    .main-nav ul li a:after {
                        display: none;
                    }

                .main-nav ul li .expands {
                    position: absolute;
                    width: 50px;
                    height: 40px;
                    top: 0;
                    right: 0;
                    text-align: center;
                    cursor: pointer;
                }

                    .main-nav ul li .expands:after {
                        right: 22px;
                        padding: 4px;
                        border: solid #00337a;
                        bottom: 18px;
                        border-width: 0 2px 2px 0;
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        position: absolute;
                        content: "";
                    }

                    .main-nav ul li .expands.up-arrow:after {
                        border-width: 2px 0px 0px 2px;
                    }

                .main-nav ul li .subnav {
                    position: relative;
                    width: 100%;
                    top: 0;
                    z-index: 999;
                }

                    .main-nav ul li .subnav li {
                        border-top: 1px solid #00337a;
                        border-bottom: 0;
                    }

                        .main-nav ul li .subnav li a {
                            padding-left: 30px;
                        }

    .top-links {
        margin-top: 0;
        float: left;
    }

        .top-links ul {
            float: none;
            width: 100%;
        }

            .top-links ul li {
                text-align: left;
                margin: 0;
            }

                .top-links ul li a {
                    background-position: 84%;
                    padding: 0;
                    height: inherit;
                    padding: 15px 0;
                    width: 100%;
                    text-align: left;
                    font-size: 13px;
                    letter-spacing: normal;
                }

    .main-nav-active {
        right: 0;
        padding-left: 0;
        padding-right: 0;
        background: #d3f1fc;
    }

    .navbar-toggle {
        display: block;
    }

    .main-nav ul li:hover .subnav {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-nav {
        top: 11.5%;
    }
}

@media (max-width: 375px) {
    .main-nav {
        top: 14.5%;
    }
}

.indications-section {
    padding: 33px 0 38px;
}

    .indications-section h5 {
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
        color: #00337a;
        margin-bottom: 10px;
    }

    .indications-section p {
        font-size: 20px;
        margin-bottom: 28px;
        color: #282728;
        line-height: 24px;
        letter-spacing: -0.5px;
    }

        .indications-section p a {
            color: #00337a;
        }

        .indications-section p span {
            color: #00337a;
            font-weight: 700;
            display: inline-block;
        }

        .indications-section p:last-child {
            padding-top: 15px;
        }

    .indications-section ul {
        padding-left: 16px;
        margin-top: 2px;
        margin-bottom: 35px;
        list-style: disc;
    }

        .indications-section ul li {
            padding-bottom: 10px;
            text-indent: 0;
            list-style: disc;
            color: #282728;
            font-size: 20px;
            line-height: 24px;
        }

            .indications-section ul li::marker {
                color: #00337a !important;
                font-size: 78%;
            }

    .indications-section .see-more-links a {
        color: #ef7600;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
    }

#sticky-isi-module::-webkit-scrollbar {
    width: 8px;
    max-height: 50px;
}

#sticky-isi-module::-webkit-scrollbar-track {
    border-radius: 10px;
}

#sticky-isi-module::-webkit-scrollbar-thumb {
    background: #bcbdc0;
    border-radius: 10px;
}

    #sticky-isi-module::-webkit-scrollbar-thumb:hover {
        background: #bcbdc0;
    }

.footer {
    background: #333;
    padding: 44px 0 33px;
}

    .footer .footer-links {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer .footer-links li {
            float: left;
            width: 100%;
            margin-bottom: 12px;
        }

            .footer .footer-links li a {
                display: inline-block;
                color: #fff;
                font-size: 12px;
            }

            .footer .footer-links li ul {
                padding-left: 15px;
            }

                .footer .footer-links li ul li {
                    margin-bottom: 0;
                }

    .footer p {
        color: #fff;
        font-size: 11px;
        margin: 11px 0 0;
    }

    .footer .calLink {
        font-size: 14px;
        font-weight: 700;
        margin-top: 48px;
    }

        .footer .calLink a {
            color: #6dcff6;
            text-decoration: underline;
        }

    .footer .bottom-contact {
        padding-left: 16px;
    }

#sticky-isi-module {
    position: fixed;
    padding-left: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 193px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-box-shadow: -1px -4px 21px rgba(0, 0, 0, 0.2);
    box-shadow: -1px -4px 21px rgba(0, 0, 0, 0.2);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow-y: scroll;
}

    #sticky-isi-module .see-more-links {
        position: absolute;
        right: 16px;
        top: -4px;
        z-index: 9;
    }

        #sticky-isi-module .see-more-links span {
            height: auto;
            width: 72px;
            float: left;
        }

        #sticky-isi-module .see-more-links a {
            color: #ef7600;
            font-size: 14px;
            font-weight: 700;
            display: inline-block;
        }

    #sticky-isi-module .container {
        position: relative;
    }

    #sticky-isi-module.activated {
        display: none !important;
    }

    #sticky-isi-module.expanded {
        max-height: 83%;
        overflow-y: scroll;
        height: auto;
    }

.mobile-footer {
    display: none;
}

@media (max-width: 991px) {
    #sticky-isi-module {
        padding-right: 0;
        padding-top: 30px;
        padding-left: 0;
        left: 0;
        height: 248px;
    }

        #sticky-isi-module .see-more-links {
            right: 15px;
            position: absolute;
            top: -10px;
        }

    .indications-section {
        padding-bottom: 0;
    }

        .indications-section h5 {
            font-size: 20px;
        }

        .indications-section p {
            font-size: 18px;
            line-height: 22px;
        }

        .indications-section ul li {
            font-size: 18px;
            line-height: 22px;
        }

    .footer .footer-links li {
        margin-bottom: 40px;
    }

        .footer .footer-links li a {
            font-size: 18px;
            line-height: 22px;
        }

        .footer .footer-links li ul li {
            margin-top: 5px;
        }

    .footer .bottom-contact {
        padding-left: 0;
        margin-top: 20px;
    }

    .footer p {
        font-size: 16px;
        margin-top: 25px;
    }

    .footer .calLink {
        font-size: 18px;
        margin-top: 30px;
    }
}

h1 sup,
h1 sub {
    font-size: 50%;
    top: -0.8em;
}

/******Home Page**********/
.greenBg {
    background: #058294;
    margin-top: 78px;
}

    .greenBg .colmOne h1 {
        font-size: 48px;
        color: #FFFFFF;
        margin: 78px 0 12px;
        font-family: "DINW05Bold";
    }

    .greenBg .colmOne h2 {
        color: #FFFFFF;
        font-size: 40px;
        font-family: "DINW05Bold";
        letter-spacing: -1px;
    }

    .greenBg .colmOne span {
        font-size: 32px;
        font-family: "DINW05Regular";
        color: #fff;
        display: block;
        margin-top: -7px;
        line-height: 37px;
    }

    .greenBg .colmOne img {
        margin-left: 11px;
        margin-top: 8px;
    }

    .greenBg .colmTwo .contentText {
        padding: 26px 0 0 0px;
    }

        .greenBg .colmTwo .contentText p {
            color: #FFFFFF;
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 12px;
        }

            .greenBg .colmTwo .contentText p span {
                color: #FFFFFF;
            }

    .greenBg .colmThree {
        padding-bottom: 48px;
    }

        .greenBg .colmThree h3 {
            color: #FFFFFF;
            font-size: 28px;
            margin: 28px 0 0 0;
            font-family: "DINW05Bold";
        }

        .greenBg .colmThree img {
            margin: 39px 0 0 7px;
        }

        .greenBg .colmThree .btnOrange {
            margin: 37px 0 0 16px;
            position: relative;
            font-size: 20px;
        }

.homeSecTwo {
    padding: 15px 0 64px;
}

    .homeSecTwo img {
        margin: 0 0 0 15px;
    }

    .homeSecTwo p {
        font-size: 20px;
        margin-top: 36px;
        padding-left: 4px;
        line-height: 25px;
    }

        .homeSecTwo p span {
            font-weight: 700;
            color: #00337a;
            display: inline-block;
        }

        .homeSecTwo p:last-child {
            margin: 21px 0 25px;
            line-height: normal;
        }

            .homeSecTwo p:last-child span {
                font-size: 22px;
            }

.homeSecThree {
    background: #00337a;
    padding: 24px 0 36px 0;
}

    .homeSecThree h2 {
        color: #f4814a;
        font-size: 28px;
        margin: 0 0 4px 0;
        font-family: "DINW05Bold";
    }

    .homeSecThree p {
        font-size: 20px;
        color: #FFFFFF;
        margin: 0 0 21px 0;
    }

    .homeSecThree img {
        margin: 0 auto;
    }

    .homeSecThree .btnOrange {
        margin: 21px 0 0 28px;
        width: 163px;
    }

/*********** About Page **********/
.rowOneAbout {
    padding-bottom: 27px;
}

    .rowOneAbout .colmOne img {
        margin: 18px 0 0 25px;
    }

    .rowOneAbout .colmOne .contentText {
        padding: 6px 0 0 0;
    }

        .rowOneAbout .colmOne .contentText p {
            margin-bottom: 7px;
            line-height: 25px;
        }

    .rowOneAbout .colmTwo .contentText {
        padding: 7px 0 10px 0;
    }

        .rowOneAbout .colmTwo .contentText p {
            line-height: 25px;
            margin-bottom: 7px;
        }

.besivanceUsage {
    padding: 40px 0 45px;
}

    .besivanceUsage h2 {
        color: #00337a;
        font-size: 48px;
        margin: 0 0 21px 0;
        font-family: "DINW05Bold";
    }

    .besivanceUsage h3 {
        font-size: 28px;
        color: #f26d2a;
        font-family: "DINW05Bold";
        margin: 0 0 23px 0px;
    }

    .besivanceUsage p {
        font-size: 20px;
        margin-left: 0;
        line-height: 27px;
        margin-bottom: 9px;
    }

    .besivanceUsage .imgWrap {
        padding: 0 0 39px 33px;
    }

    .besivanceUsage .imgWrapTwo {
        padding: 8px 0 43px 75px;
    }

.aboutVideoBlock {
    padding: 25px 0 43px;
    background: #00337a;
}

    .aboutVideoBlock h3 {
        font-size: 28px;
        margin: 0 0 35px 0;
        color: #6dcff6;
        font-family: "DINW05Bold";
    }

    .aboutVideoBlock img {
        margin: 7px 0 0 9px;
    }

    .aboutVideoBlock .btnOrange {
        margin-left: 16px;
        font-size: 20px;
    }

.safetySideEffects {
    padding: 49px 0 0;
}

    .safetySideEffects h2 {
        font-size: 48px;
        color: #00337a;
        font-family: "DINW05Bold";
        margin: 0 0 6px 0;
    }

    .safetySideEffects img {
        margin-left: -6px;
        margin-top: 10px;
    }

    .safetySideEffects ul {
        margin: 17px 0 0 5px;
    }

        .safetySideEffects ul h3 {
            color: #f26d2a;
            font-size: 28px;
            font-weight: 700;
            margin: 0 0 9px;
        }

        .safetySideEffects ul p {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 22px;
        }

        .safetySideEffects ul h4 {
            font-size: 20px;
            margin: 0;
            font-weight: bold;
        }

        .safetySideEffects ul li:last-child p {
            margin-bottom: 10px;
        }

/*********** About Pink Eye Page **********/
.pinkEye {
    padding-bottom: 26px;
}

    .pinkEye .colmOne .col-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pinkEye .colmOne img {
        margin-top: 65px;
        margin-left: -17px;
    }

    .pinkEye .colmTwo .contentText {
        padding: 37px 0 0 0px;
    }

.symptomsEys {
    padding: 40px 0 32px;
}

    .symptomsEys h2 {
        color: #00337a;
        font-family: "DINW05Bold";
        font-size: 48px;
        margin-bottom: 17px;
    }

    .symptomsEys .colmnTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .symptomsEys .colmnTwo .imgWrap {
            padding: 16px 0 0;
            width: 25%;
        }

        .symptomsEys .colmnTwo .content {
            padding-left: 20px;
        }

            .symptomsEys .colmnTwo .content h3 {
                color: #f26d2a;
                font-size: 28px;
                font-family: "DINW05Bold";
                margin-bottom: 12px;
            }

            .symptomsEys .colmnTwo .content ul {
                font-size: 20px;
                padding-left: 15px;
            }

                .symptomsEys .colmnTwo .content ul li {
                    margin-bottom: 4px;
                    list-style: disc;
                }

                    .symptomsEys .colmnTwo .content ul li::marker {
                        color: #f4814a !important;
                        font-size: 78%;
                    }

.causesPinkEys {
    padding-bottom: 34px;
}

    .causesPinkEys h2 {
        color: #00337a;
        font-family: "DINW05Bold";
        font-size: 48px;
        margin-bottom: 17px;
    }

    .causesPinkEys .colmnTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .causesPinkEys .colmnTwo .imgWrap {
            padding: 16px 0 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 24%;
            flex: 0 0 24%;
        }

        .causesPinkEys .colmnTwo .content {
            padding-left: 20px;
        }

            .causesPinkEys .colmnTwo .content h3 {
                color: #f26d2a;
                font-size: 28px;
                font-family: "DINW05Bold";
                margin-bottom: 16px;
            }

            .causesPinkEys .colmnTwo .content ul {
                font-size: 20px;
                padding-left: 18px;
            }

                .causesPinkEys .colmnTwo .content ul li {
                    margin-bottom: 14px;
                    list-style: disc;
                }

                    .causesPinkEys .colmnTwo .content ul li::marker {
                        color: #f4814a !important;
                        font-size: 78%;
                    }

                    .causesPinkEys .colmnTwo .content ul li h4 {
                        font-size: 20px;
                        color: #00337a;
                        font-weight: 700;
                        margin-bottom: 5px;
                    }

                    .causesPinkEys .colmnTwo .content ul li p {
                        font-size: 20px;
                        line-height: 23px;
                        margin: 0;
                    }

                .causesPinkEys .colmnTwo .content ul:last-child {
                    padding: 0;
                    margin: 24px 0 0;
                    background: #e5f9fe;
                }

                    .causesPinkEys .colmnTwo .content ul:last-child li {
                        list-style: none;
                        padding: 18px 10px 18px 20px;
                    }

                        .causesPinkEys .colmnTwo .content ul:last-child li span {
                            margin-left: -9px;
                        }

.contagiousPinkEys {
    padding-bottom: 25px;
}

    .contagiousPinkEys h2 {
        color: #00337a;
        font-family: "DINW05Bold";
        font-size: 48px;
        margin-bottom: 17px;
    }

    .contagiousPinkEys .colmnTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .contagiousPinkEys .colmnTwo .imgWrap {
            padding: 45px 0 0 50px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 24%;
            flex: 0 0 24%;
        }

            .contagiousPinkEys .colmnTwo .imgWrap img {
                max-width: 80%;
            }

        .contagiousPinkEys .colmnTwo .content {
            padding-left: 20px;
        }

            .contagiousPinkEys .colmnTwo .content h3 {
                color: #f26d2a;
                font-size: 28px;
                font-family: "DINW05Bold";
                margin-bottom: 23px;
            }

            .contagiousPinkEys .colmnTwo .content p {
                font-size: 20px;
                line-height: 23px;
                margin: 0 0 11px;
            }

                .contagiousPinkEys .colmnTwo .content p span {
                    font-size: 30px;
                    color: #00337a;
                    font-weight: bold;
                }

            .contagiousPinkEys .colmnTwo .content ul {
                font-size: 20px;
                padding-left: 18px;
            }

                .contagiousPinkEys .colmnTwo .content ul li {
                    margin-bottom: 6px;
                    list-style: disc;
                    line-height: 27px;
                }

                    .contagiousPinkEys .colmnTwo .content ul li::marker {
                        color: #f4814a !important;
                        font-size: 78%;
                    }

                    .contagiousPinkEys .colmnTwo .content ul li h4 {
                        font-size: 20px;
                        color: #00337a;
                        font-weight: 700;
                        margin-bottom: 5px;
                    }

.spreadPinkEyes {
    background: #00337a;
    padding-top: 25px;
    padding-bottom: 27px;
    margin-bottom: 19px;
}

    .spreadPinkEyes .colmnTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .spreadPinkEyes .colmnTwo .imgWrap {
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 24%;
            flex: 0 0 24%;
        }

        .spreadPinkEyes .colmnTwo .content {
            padding-left: 20px;
            padding-top: 11px;
        }

            .spreadPinkEyes .colmnTwo .content h3 {
                color: #f4814a;
                font-size: 28px;
                font-family: "DINW05Bold";
                margin-bottom: 17px;
                letter-spacing: -1px;
            }

            .spreadPinkEyes .colmnTwo .content p {
                font-size: 20px;
                line-height: 23px;
                margin: 0 0 11px;
                color: #FFF;
            }

            .spreadPinkEyes .colmnTwo .content ul {
                font-size: 20px;
                padding-left: 18px;
            }

                .spreadPinkEyes .colmnTwo .content ul li {
                    margin-bottom: 6px;
                    list-style: disc;
                    line-height: 27px;
                    color: #FFF;
                }

                    .spreadPinkEyes .colmnTwo .content ul li::marker {
                        color: #f4814a !important;
                        font-size: 78%;
                    }

.eyeDignosis .colmOne h1 {
    margin-bottom: 28px;
}

.eyeDignosis .colmOne img {
    margin-left: 45px;
    margin-top: 35px;
}

.eyeDignosis p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.dignosisRowTwo {
    padding-top: 42px;
}

    .dignosisRowTwo h2 {
        font-size: 48px;
        color: #00337a;
        font-family: "DINW05Bold";
    }

    .dignosisRowTwo .colmnTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .dignosisRowTwo .colmnTwo .imgWrap {
            padding: 9px 0 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .dignosisRowTwo .colmnTwo .content {
            padding: 20px 0 0 13px;
        }

            .dignosisRowTwo .colmnTwo .content p {
                font-size: 20px;
                line-height: 25px;
                margin: 0;
            }

.savingsProgram {
    padding-bottom: 19px;
}

    .savingsProgram .colmOne h1 {
        margin-bottom: 29px;
    }

    .savingsProgram .colmOne img {
        margin-left: 82px;
        margin-top: 30px;
    }

    .savingsProgram .colmOne p {
        font-size: 20px;
        color: #fff;
        line-height: 25px;
    }

    .savingsProgram .posRel {
        position: relative;
    }

    .savingsProgram .btnOrange {
        position: absolute;
        right: 24px;
        bottom: 33px;
        width: 141px;
        padding: 5px 0;
        width: 142px;
    }

.savingsRowTwo {
    padding: 38px 0 0;
}

    .savingsRowTwo ul {
        padding-left: 17px;
    }

        .savingsRowTwo ul li {
            font-size: 20px;
            letter-spacing: -1px;
            list-style: disc;
            margin-bottom: 17px;
            line-height: 26px;
        }

            .savingsRowTwo ul li::marker {
                color: #f4814a !important;
                font-size: 78%;
            }

            .savingsRowTwo ul li a {
                font-weight: 700;
                color: #00337a;
                border-bottom: 2px solid #00337a;
            }

                .savingsRowTwo ul li a:hover {
                    text-decoration: none;
                }

    .savingsRowTwo p {
        font-size: 14px;
        margin-bottom: 0;
    }

        .savingsRowTwo p a {
            font-weight: 700;
            color: #00337a;
            border-bottom: 1px solid #00337a;
        }

            .savingsRowTwo p a:hover {
                text-decoration: none;
            }

.error-banner {
    margin-top: 155px;
}

    .error-banner h1 {
        font-size: 48px;
        color: #00337a;
        font-family: "DINW05Bold";
    }

    .error-banner p {
        font-size: 20px;
    }

        .error-banner p a {
            color: #00337a;
            border-bottom: 2px solid #00337a;
        }

            .error-banner p a:hover {
                text-decoration: none;
            }

.modal-content {
    border: 0;
    background: none;
}

    .modal-content .modal-header {
        padding: 0 15px 0 0;
        border: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .modal-content .modal-header .close {
            padding: 0;
            margin: 0;
            position: absolute;
            z-index: 9;
            background: #fff;
            top: -14px;
            right: -14px;
            border-radius: 22px;
            width: 30px;
            height: 30px;
            opacity: 1;
        }

    .modal-content .modal-body {
        padding: 0;
    }

@media only screen and (max-width: 991px) {
    .mobile-top-bar {
        display: block;
    }

    .greenBg {
        margin-top: 90px;
    }

        .greenBg .colmOne h1 {
            font-size: 32px;
            margin-top: 25px;
            letter-spacing: -1px;
        }

            .greenBg .colmOne h1 br {
                display: none;
            }

        .greenBg .colmOne h2 {
            font-size: 20px;
        }

            .greenBg .colmOne h2 br {
                display: none;
            }

        .greenBg .colmOne img {
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 80%;
        }

        .greenBg .colmTwo .contentText {
            padding-top: 10px;
        }

            .greenBg .colmTwo .contentText p {
                font-size: 18px;
                line-height: 22px;
            }

        .greenBg .colmThree {
            padding-bottom: 30px;
        }

            .greenBg .colmThree h3 {
                font-size: 24px;
                margin: 25px 0 0 0;
            }

            .greenBg .colmThree .btnOrange {
                margin: 30px 0;
                width: 292px;
            }

            .greenBg .colmThree img {
                margin: 0;
            }

    .homeSecTwo img {
        margin: 0 auto;
        max-width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .homeSecTwo p {
        font-size: 18px;
        line-height: 22px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 5px;
        margin-top: 20px;
    }

        .homeSecTwo p:last-child span {
            font-size: 20px;
        }

    .homeSecTwo .text-right img {
        max-width: 100%;
    }

    .homeSecThree h2 {
        font-size: 24px;
    }

    .homeSecThree p {
        font-size: 18px;
    }

    .homeSecThree .btnOrange {
        margin-left: 0;
    }

    .rowOneAbout {
        padding-bottom: 20px;
    }

    .besivanceUsage {
        padding-top: 30px;
    }

        .besivanceUsage h2 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .besivanceUsage p {
            font-size: 18px;
            line-height: 22px;
        }

        .besivanceUsage .imgWrap {
            padding: 0;
            margin-bottom: 20px;
        }

        .besivanceUsage h3 {
            margin-bottom: 15px;
            font-size: 24px;
        }

        .besivanceUsage .imgWrapTwo {
            padding: 0;
            margin: 20px 0;
        }

    .aboutVideoBlock h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .aboutVideoBlock .btnOrange {
        margin: 0 0 30px;
    }

    .aboutVideoBlock img {
        margin: 0;
    }

    .safetySideEffects h2 {
        font-size: 32px;
    }

    .safetySideEffects img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px auto;
    }

    .safetySideEffects ul h3 {
        font-size: 24px;
    }

    .safetySideEffects ul p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .safetySideEffects ul h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .pinkEye .colmOne .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .symptomsEys {
        padding: 30px 0;
    }

        .symptomsEys h2 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .symptomsEys .colmnTwo {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .symptomsEys .colmnTwo .content {
                padding: 0;
            }

            .symptomsEys .colmnTwo .imgWrap {
                width: 100%;
                padding: 15px 0 30px;
            }

                .symptomsEys .colmnTwo .imgWrap img {
                    max-width: 60%;
                    margin: 0 auto;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

            .symptomsEys .colmnTwo .content h3 {
                font-size: 24px;
            }

            .symptomsEys .colmnTwo .content ul {
                font-size: 18px;
            }

    .causesPinkEys {
        padding-bottom: 30px;
    }

        .causesPinkEys h2 {
            font-size: 32px;
        }

        .causesPinkEys .colmnTwo {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .causesPinkEys .colmnTwo .imgWrap {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-bottom: 25px;
                text-align: center;
            }

                .causesPinkEys .colmnTwo .imgWrap img {
                    margin: 0 auto;
                }

            .causesPinkEys .colmnTwo .content {
                padding: 0;
            }

                .causesPinkEys .colmnTwo .content h3 {
                    font-size: 24px;
                }

                .causesPinkEys .colmnTwo .content ul li h4 {
                    font-size: 18px;
                }

                .causesPinkEys .colmnTwo .content ul li p {
                    font-size: 18px;
                }

                .causesPinkEys .colmnTwo .content ul:last-child li {
                    padding: 18px 20px;
                }

    .contagiousPinkEys .colmnTwo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .contagiousPinkEys .colmnTwo .imgWrap {
            padding: 0 0 30px;
            text-align: center;
        }

            .contagiousPinkEys .colmnTwo .imgWrap img {
                max-width: 50%;
            }

        .contagiousPinkEys .colmnTwo .content {
            padding: 0;
        }

            .contagiousPinkEys .colmnTwo .content h3 {
                font-size: 24px;
            }

            .contagiousPinkEys .colmnTwo .content p {
                font-size: 18px;
                line-height: 22px;
            }

                .contagiousPinkEys .colmnTwo .content p span {
                    font-size: 28px;
                }

            .contagiousPinkEys .colmnTwo .content ul {
                font-size: 18px;
            }

    .spreadPinkEyes .colmnTwo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .spreadPinkEyes .colmnTwo .imgWrap {
            text-align: center;
        }

        .spreadPinkEyes .colmnTwo .content {
            padding: 25px 0 0;
        }

            .spreadPinkEyes .colmnTwo .content h3 {
                font-size: 24px;
            }

            .spreadPinkEyes .colmnTwo .content p {
                font-size: 18px;
            }

            .spreadPinkEyes .colmnTwo .content ul {
                font-size: 18px;
            }

    .eyeDignosis {
        padding-bottom: 30px;
    }

        .eyeDignosis p {
            font-size: 18px;
            line-height: 22px;
        }

        .eyeDignosis .colmOne img {
            margin-bottom: 20px;
        }

    .dignosisRowTwo {
        padding-top: 30px;
    }

        .dignosisRowTwo h2 {
            font-size: 32px;
        }

        .dignosisRowTwo .colmnTwo {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .dignosisRowTwo .colmnTwo .imgWrap {
                text-align: center;
            }

                .dignosisRowTwo .colmnTwo .imgWrap img {
                    max-width: 60%;
                }

            .dignosisRowTwo .colmnTwo .content {
                padding: 25px 0 0;
            }

                .dignosisRowTwo .colmnTwo .content p {
                    font-size: 18px;
                    line-height: 22px;
                }

    .savingsProgram .colmOne .imgWrap {
        margin-bottom: 25px;
        text-align: center;
    }

        .savingsProgram .colmOne .imgWrap img {
            max-width: 100%;
        }

        .savingsProgram .colmOne .imgWrap .btnOrange {
            position: relative;
            margin-top: 15px;
            right: 0;
            bottom: 0;
        }

    .savingsProgram .colmOne p {
        font-size: 18px;
        line-height: 22px;
        padding-right: 5px;
    }

    .savingsRowTwo {
        padding: 30px 0 0;
    }

        .savingsRowTwo ul li {
            font-size: 18px;
            line-height: 22px;
        }

            .savingsRowTwo ul li span {
                display: inline-block;
            }

        .savingsRowTwo p {
            font-size: 12px;
            text-indent: -4px;
            padding-left: 6px;
        }

            .savingsRowTwo p span {
                display: inline-block;
            }

    .error-banner {
        margin-top: 120px;
    }

        .error-banner h1 {
            font-size: 32px;
        }

        .error-banner p {
            font-size: 18px;
            line-height: 22px;
        }

    .modal-dialog {
        top: 30px;
    }

    .modal-content .modal-header .close {
        top: -8px;
        right: -6px;
        width: 20px;
        height: 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .besivanceUsage h2 {
        letter-spacing: -1px;
    }
}

#LiveMonTransparentImage {
    display: none;
}

.modal-backdrop.in {
    opacity: .5;
}

img.hDocumentIcon {
    position: relative;
    top: -1px;
}

/*Global footer links updates*/

.GlobaloptoutLinks li a {
    color: #fff;
    font-size: 12px;
}

@media (max-width: 991px) {
    .GlobaloptoutLinks li a {
        font-size: 16px;
    }
}
/*Global footer updates*/
/************Header************/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11;
}

.header-main {
    position: relative;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
    background-color: #fff;
}

.top-utility-section {
    padding: 9px 0;
    background-color: rgb(3, 131, 140)
}

    .top-utility-section .bl-left-logo img {
        height: 18px;
        width: auto;
    }

    .top-utility-section .bl-right-link a {
        color: rgb(255, 255, 255) !important;
        display: flex;
        justify-content: end;
        align-items: center;
        font-family: Barlow, sans-serif;
        font-weight: 900;
        font-size: 11px;
        line-height: normal;
        text-decoration: underline;
        margin-right: 30px !important;
        text-transform: uppercase;
    }

        .top-utility-section .bl-right-link a:last-child {
            margin-right: 0px !important;
            margin-bottom: 2px;
        }

        .top-utility-section .bl-right-link a img {
            width: 13px;
            height: 12px;
            margin-left: 5px
        }

.bl-left-logo {
    line-height: 0
}

.top-utility-section .left-logo-wrap,
.top-utility-section .right-link-wrap {
    /*width: 50%;*/
    flex: 0 0 auto;
}

header .master-logo h3 {
    color: #03838c;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.297px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .top-utility-section {
        padding: 8px 0;
    }

        .top-utility-section .left-logo-wrap {
            width: 30%;
        }

        .top-utility-section .right-link-wrap {
            width: 70%;
        }

        .top-utility-section .bl-left-logo img {
            height: 8px;
        }

        .top-utility-section .bl-right-link a {
            margin-right: 9px !important;
            height: 8px;
            display: flex;
            margin-top: -1px;
            font-size: 7.5px !important;
        }

            .top-utility-section .bl-right-link a img {
                width: 10px;
                margin-left: 4px;
            }

    header .master-logo h3 {
        font-size: 22.857px;
        line-height: 15.714px;
        letter-spacing: 0.212px;
        margin-bottom: 8px;
    }
}

/************End Header************/


/************Start Footer Desktop************/

footer#footer {
    background: none;
    padding: 0px;
    text-align: left;
    font-size: unset;
}

.footer {
    padding: 48px 0;
    background: #03838c;
    /*margin-top: 10px;*/
    font-family: "Barlow", sans-serif;
    border-top: 0px !important;
}

.footer-desc.copyright p {
    font-size: 10px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Barlow';
    max-width: 342px;
}

.footer-bl-logo {
    margin-bottom: 20px;
}

footer#footer .footer-links ul {
    list-style-type: none;
}

footer .footer-links ul:last-child {
    width: auto;
    margin: 0;
    padding: 0px;
}

footer#footer .socialLink li {
    color: #fff;
    margin-right: 15px;
    list-style-type: none;
}

footer#footer .footer-links ul:first-child li:first-child a {
    background: url("/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    background-size: 12px;
}

footer#footer .footer-links ul li a {
    color: #fff;
    background: url("/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    font-size: 12px;
    padding-right: 15px;
    text-decoration: underline;
    background-size: 12px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    line-height: normal;
    /*text-transform: capitalize;*/
}

footer#footer .footer-links ul li .remove-icon {
    background: inherit !important;
}

footer#footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0px;
}

footer#footer .social-link-top {
    border-bottom: 1px solid #35a781;
    padding-bottom: 0px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-bottom: 18px;
}

    footer#footer .social-link-top p {
        color: #fff;
        margin-bottom: 0px;
        font-size: 10px;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
        line-height: 15px;
        margin-top: -1px;
    }

footer#footer .footer-links ul li {
    margin-bottom: 15px;
    line-height: 16px;
}

footer#footer .socialLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    border: none;
}

footer#footer ul.socialLink li a {
    cursor: pointer;
    line-height: 24px;
    font-size: unset;
    font-weight: unset;
}

footer#footer .copyright {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}

footer#footer .footer-links div {
    padding: 0px;
}

.footer-bl-logo img {
    height: unset;
    width: unset;
}

footer#footer .footer-links ul li.noopener a {
    background: none;
}

footer .social-link-top span {
    color: #fff !important;
    font-family: 'Barlow', 'sans-serif';
}

footer .socialLink img {
    width: 20px;
    height: 20px;
}

@media (min-width: 992px) {
    #footer .footer .container {
      /*  padding: 0px 60px;*/
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #footer .footer .container {
        padding: 0px 12px;
    }
}

/**** End Footer Desktop******/

/**** Start Footer Mobile******/
@media screen and (max-width: 991px) {
    footer#footer {
        padding: 0px;
    }

        footer#footer .footer {
            padding: 30px;
        }

            footer#footer .footer .container {
                padding: 0px;
            }

        footer#footer .social-link-top {
            flex-direction: column;
            align-items: start;
            padding-bottom: 28px;
            margin-bottom: 0px;
        }

        footer#footer .footer .footer-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 0px;
            margin-top: 28px;
        }

        footer#footer .footer-bl-logo {
            margin-bottom: 20px;
        }

        footer#footer .trust-arc-logo {
            margin: 24px 0px;
        }

        footer#footer .footer p {
            font-size: 10px;
            margin-bottom: 10px;
            line-height: normal;
            margin-top: 0px;
        }

        footer#footer .socialLink {
            padding-left: 0px;
            border: none;
        }

            footer#footer .socialLink li {
                margin-bottom: 0px;
                margin-right: 30px;
            }

    .infuse-astigmatism-sec .container,
    .infuse-multifocal-banner-sec .container {
        padding-top: 10px;
    }
}

@media screen and (max-width: 359px) {
    footer#footer .footer-links ul li a {
        font-size: 11px;
    }
}
/**** End Footer Mobile******/

header .header-top {
    top: 36px;
}

header .header-bottom {
    top: 36px;
}

.greenBg {
    margin-top: 81px;
}

footer#footer .footer-links ul li .no-link-out {
    background: none !important;
}

footer#footer .footer-links ul li .doc-link-out {
    background: url(/siteassets/img/documenticon.svg) no-repeat right bottom;
}

@media (min-width: 992px) {
    .top-utility-section .container {
        padding: 0px 18px;
    }

    #footer .footer .container {
       /* padding: 0px 5px;*/
    }
}

@media screen and (max-width: 991px) {
    header .header-top {
        top: 24px;
    }

    header .header-bottom {
        top: 58px;
    }

    .greenBg {
        margin-top: 117px;
    }

    .main-nav {
        top: 104px !important;
    }

    .top-utility-section .container {
        padding: 0px 18px;
    }
}
/*Global footer updates*/

@media only screen and (min-width: 992px) {
    header .logo-section {
        position: absolute;
        top: 0px;
        margin-left: 0px;
    }
}