﻿.rich-text.color-white h1,
.rich-text.color-white h2,
.rich-text.color-white h3,
.rich-text.color-white h4,
.rich-text.color-white h5,
.rich-text.color-white h6,
.rich-text.color-white p,
.rich-text.color-white span {
    color: #FFFFFF !important;
}

body,
p,
.rich-text p {
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    color: #525252;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navigation.medical-library-sx h2.c-search-results-accordion__title a,
.navigation.medical-library-sx .c-search-results-accordion__answer h3 a {
    color: #007db9;
    font-style: normal;
}

    .navigation.medical-library-sx h2.c-search-results-accordion__title a.c-search-results-accordion__link.collapsed {
        color: #525252;
    }

h1,
.h1 {
    font-family: omnes-pro, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.2px;
}

    h1 a {
        cursor: pointer;
    }

h2,
h3,
h4,
h5,
h6,
.navigation.medical-library-sx h2.c-search-results-accordion__title a {
    font-weight: 500;
}

.navigation.medical-library-sx h2.c-search-results-accordion__title a {
    cursor: pointer;
}

h2,
.navigation.medical-library-sx h2.c-search-results-accordion__title a,
.slide-content-wrap.overlay-banner .slide-info h1 {
    font-family: omnes-pro, sans-serif;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.2px;
}

.slide-content-wrap.overlay-banner .slide-info h1 {
    text-shadow: none;
    font-weight: 500;
    font-size: 38px;
}

.slide-content-wrap.overlay-banner .slide-info p {
    color: inherit;
    font-size: inherit;
    text-shadow: inherit;
    font-weight: inherit;
}

h3,
.navigation.medical-library-sx .c-search-results-accordion__answer h3 a {
    font-family: omnes-pro, sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.2px;
}

h4 {
    font-family: omnes-pro, sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
}

h5 {
    font-family: omnes-pro, sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

h6 {
    font-family: omnes-pro, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1, .h1 {
    margin: 25px 0;
}

h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}



h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, .h1 {
    color: #125687;
    font-weight: 600;
    margin: 25px 0;
    font-size: 35px;
}

h2, .h2 {
    color: #525252;
    font-weight: 700;
    font-size: 20px;
}

h3, .h3 {
    color: #525252;
    font-family: "omnes-pro",Arial,sans-serif;
    font-weight: 500;
    font-size: 18px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    font-size: 14px;
    color: #313131;
}*/

/*p {
    font-size:20px;
    margin: 0 0 10px;
}*/
/* Rich Text Specific */
.rich-text hr {
    clear: both;
}

.img-para-left img {
    float: left;
    margin: 5px;
    border: 1px solid;
}

.img-para-left-nb img {
    float: left;
    margin: 5px;
}

.img-para-center img {
    display: block;
    margin: 5px auto;
    border: 1px solid;
    clear: both;
}

.img-para-center-nb img {
    display: block;
    margin: 5px auto;
    clear: both;
}

.img-para-right img {
    float: right;
    margin: 5px;
    border: 1px solid;
}

.img-para-right-nb img {
    float: right;
    margin: 5px;
}

a {
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #3093cc;
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus {
        color: #3093cc;
        text-decoration: underline;
    }

    a:active,
    a:hover {
        outline: 0;
    }

/*@media (max-width: 768px) {
    h1, .h1 {
        font-size: 30px;
    }
}*/

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.rich-text ul {
    list-style-position: outside;
    margin-left: 3px;
    padding-left: 14px;
    list-style-type: disc;
}

.rich-text ol {
    list-style: decimal;
    list-style-position: inside;
}

.rich-text ul li {
    padding-left: 14px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
    clear: both;
}

.img-para-left {
    float: left;
    margin: 5px;
}

.img-para-center {
    display: block;
    margin: 5px auto;
}

.img-para-right {
    float: right;
    margin: 5px;
}

.quote-sx {
    display: block;
    padding: 15px 25px;
    border: 2px solid #eee;
    border-left: 0px solid transparent;
    margin: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -5px 0px 0 #fc6014;
}

.small,
span.small {
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
}

.sup,
span.sup {
    font-size: 60%;
    line-height: 1;
    vertical-align: super;
}

.sub,
span.sub {
    font-size: 60%;
    line-height: 1;
    vertical-align: sub;
}

.18-sx {
    font-size: 18px !important;
}
/* special RTE */

.spe-txt,
.spe-txt p {
    color: #525252;
    font: 400 16px/1.38 omnes-pro,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

    .spe-txt p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

.container > .spe-txt p:last-child {
    margin-bottom: 0;
}

.spe-txt h1,
.spe-txt h2,
.spe-txt h3,
.spe-txt h4,
.spe-txt h5 {
    color: #008bce;
    margin-top: 0;
}

.spe-txt h1, .spe-txt h2, .spe-txt h3 {
    font-weight: 600;
    cursor: auto;
}

.spe-txt h2 {
    font-size: 28px;
    line-height: 1.14;
}

.spe-txt h1 {
    font-size: 30px;
    line-height: 36px;
}

.spe-txt h3 {
    font-size: 22px;
    line-height: 28px;
}

.spe-txt h4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.spe-txt h5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #8e8e8e;
    text-transform: uppercase;
}

.container .spe-txt h3:first-child,
.container .spe-txt h2:first-child {
    margin-top: 0;
}

section.c-footer__copy p {
    line-height: normal;
}

@media screen and (min-width: 1200px) {
    .padding-r-sx-1200 {
        padding-right: 25px !important;
    }
}

@media screen and (min-width: 992px) {
    .padding-r-sx-992 {
        padding-right: 25px !important;
    }

    .padding-r-no {
        padding-right: 0 !important;
    }

    .padding-l-no {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .spe-txt .h1, .spe-txt .h2, .spe-txt .h3, .spe-txt h1, .spe-txt h2, .spe-txt h3 {
        letter-spacing: -.2px;
        font-weight: 600;
    }

    .spe-txt .h2, .spe-txt h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .spe-txt .h3, .spe-txt h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .spe-txt .h4, .spe-txt h4 {
        font-size: 14px;
        line-height: 20px;
        color: #8e8e8e;
    }

    .spe-txt .h4,
    .spe-txt .h5,
    .spe-txt .h6,
    .spe-txt h4,
    .spe-txt h5,
    .spe-txt h6 {
        font-weight: 400;
        letter-spacing: .2px;
    }

    .spe-txt .h5, .spe-txt h5 {
        font-size: 14px;
        line-height: 20px;
        color: #8e8e8e;
    }

    .spe-txt .h6, .spe-txt h6 {
        font-size: 12px;
        line-height: 17px;
        color: #8e8e8e;
    }
}
/* group */
.spe-txt.gr {
    max-width: 760px;
    margin: 0 auto;
}

    .spe-txt.gr .h1,
    .spe-txt.gr .h2,
    .spe-txt.gr .h3,
    .spe-txt.gr .h4,
    .spe-txt.gr .h5,
    .spe-txt.gr h1,
    .spe-txt.gr h2,
    .spe-txt.gr h3,
    .spe-txt.gr h4,
    .spe-txt.gr h5 {
        color: #007db9;
    }

    .spe-txt.gr .h1, .spe-txt.gr .h2, .spe-txt.gr .h3, .spe-txt.gr h1, .spe-txt.gr h2, .spe-txt.gr h3 {
        font-weight: 500;
    }

    .spe-txt.gr .h1, .spe-txt.gr .h2, .spe-txt.gr h1, .spe-txt.gr h2 {
        text-align: center;
    }

    .spe-txt.gr .h1, .spe-txt.gr h1 {
        font-size: 32px;
    }

    .spe-txt.gr .h2, .spe-txt.gr h2 {
        font-weight: 500;
    }

    .spe-txt.gr .h2, .spe-txt.gr .h3, .spe-txt.gr h2, .spe-txt.gr h3 {
        font-weight: 500;
    }

    .spe-txt.gr .h3, .spe-txt.gr h3 {
        font-size: 24px;
    }

    .spe-txt.gr .h4, .spe-txt.gr h4 {
        font-size: 24px;
        color: #007db9;
    }

    .spe-txt.gr .h5, .spe-txt.gr h5 {
        font-size: 20px;
        color: #525252;
        font-weight: 500;
        text-align: left;
    }

    .spe-txt.gr h6, .spe-txt.gr h6 {
        font-size: 18px;
        color: #525252;
        font-weight: 500;
        text-align: left;
        margin-bottom: 0;
    }

@media screen and (min-width: 768px) {
    .spe-txt.gr .h1, .spe-txt.gr h1 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    .spe-txt.gr .h1,
    .spe-txt.gr .h2,
    .spe-txt.gr .h3,
    .spe-txt.gr h1,
    .spe-txt.gr h2,
    .spe-txt.gr h3 {
        letter-spacing: -.2px;
        font-weight: 600;
    }

    .spe-txt.gr .h2, .spe-txt.gr h2 {
        font-weight: 500;
        font-size: 32px;
        line-height: 1.13;
        text-align: center;
        margin-bottom: 16px;
    }

    .spe-txt.gr .h2, .spe-txt.gr h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
}


/* society */
.spe-txt.sc {
    max-width: 830px;
    margin: 0 auto;
}

    .spe-txt.sc .h1,
    .spe-txt.sc .h2,
    .spe-txt.sc .h3,
    .spe-txt.sc .h4,
    .spe-txt.sc .h5,
    .spe-txt.sc h1,
    .spe-txt.sc h2,
    .spe-txt.sc h3,
    .spe-txt.sc h4,
    .spe-txt.sc h5 {
        color: #008bce;
    }

    .spe-txt.sc h2 {
        font-size: 28px;
        font-weight: 500;
    }

    .spe-txt.sc .h2, .spe-txt.sc .h3, .spe-txt.sc h2, .spe-txt.sc h3 {
        font-weight: 500;
    }

        .spe-txt.sc h2:first-child {
            margin-bottom: 0;
        }

    .spe-txt.sc .h3, .spe-txt.sc h3 {
        font-size: 24px;
    }

    .spe-txt.sc h2 + p {
        font-size: 22px;
    }

.blue-box-sx {
    border: 2px solid #008bce !important;
    border-radius: 5px !important;
    background-color: #e7f6fe !important;
    padding: 10px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
    .spe-txt.sc .h2, .spe-txt.sc h2 {
        font-size: 32px;
        line-height: 1.13;
        text-align: center;
        margin-bottom: 16px;
    }

    .spe-txt.sc h2 {
        font-size: 32px;
        margin-top: -10px;
    }

        .spe-txt.sc h2 + p {
            font-size: 22px;
        }
}
/* life */
.spe-txt.li {
    max-width: 800px;
    margin: 0 auto;
}

    .spe-txt.li .h1, .spe-txt.li .h2, .spe-txt.li .h3, .spe-txt.li .h4, .spe-txt.li .h5, .spe-txt.li h1, .spe-txt.li h2, .spe-txt.li h3, .spe-txt.li h4, .spe-txt.li h5 {
        color: #008bce;
    }

    .spe-txt.li h2 {
        font-size: 28px;
        font-weight: 500;
    }

    .spe-txt.li .h2, .spe-txt.li .h3, .spe-txt.li h2, .spe-txt.li h3 {
        font-weight: 500;
    }

    .spe-txt.li h2 {
        color: #fc6014;
    }

    .spe-txt.li .h3, .spe-txt.li h3 {
        font-size: 24px;
    }

.small-p a,
li > a,
p > a,
a,
a:active {
    color: #007db9;
    text-decoration: none;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    -webkit-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
    transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
}

    .small-p a:hover,
    li > .small-p a:hover,
    p > .small-p a:hover,
    p > a:hover,
    a:hover,
    .rich-text a:hover {
        color: #0a4e7f;
        text-decoration: underline;
    }

section.c-footer__copy .small-p a,
section.c-footer__copy li > a,
section.c-footer__copy p > a,
section.c-footer__copy .small-p a:hover,
section.c-footer__copy li > a:hover,
section.c-footer__copy p > a:hover {
    color: #525252;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .spe-txt.li .h2, .spe-txt.li h2 {
        font-size: 32px;
        line-height: 1.13;
        text-align: center;
        margin-bottom: 16px;
    }
}

/* special icons */
.spe-txt .medical-library-banner h2 {
    margin-bottom: 17px;
}

    .spe-txt .medical-library-banner h2 + p {
        margin-top: 0;
    }


/* New Styling classes */
.grey-sec {
    color: #525252 !important;
}

.grey-sec-light {
    color: #bbbbbb !important;
}

.grey-sec-white {
    color: #FFFFFF !important;
}

.h1-reversed {
    padding: 8px 20px 14px;
    color: #ffffff;
    padding: 8px 20px 14px 19px;
    border-radius: 4px;
    background-color: #007db9;
}

.small-p {
    font-size: 14px !important;
    color: #525252 !important;
    line-height: 18px !important;
}

    .small-p a,
    .small-p a:active {
        color: #007db9 !important;
    }

        .small-p a:hover {
            color: #0a4e7f !important;
        }

.caption-p {
    font-size: 12px !important;
    line-height: 1.33 !important;
}

.error-p {
    color: #d92e43 !important;
}

.sup {
    font-size: 19px;
    color: black !important;
}

.font-normal-sx {
    font-weight: normal !important;
}

.font-400-sx {
    font-weight: 400 !important;
}

.font-500-sx {
    font-weight: 500 !important;
}

.font-600-sx {
    font-weight: 600 !important;
}

.font-700-sx {
    font-weight: 700 !important;
}

.font-800-sx {
    font-weight: 800 !important;
}

.link-reversed a,
.link-reversed a:active,
a .link-reversed,
a:active .link-reversed {
    color: #ffffff !important;
}

    .link-reversed a:hover,
    a:hover .link-reversed {
        text-decoration: none !important;
    }

    .link-reversed a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
    }

.client-blue {
    color: #007db9 !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.remove-btm-gap {
    max-height: 245px;
}

@media (max-width: 767px) {
    .component.rich-text.col-12.home-txt-blue.spe-txt.gr {
        padding: 0 20px;
    }

    h1, .h1 {
        font-size: 38px;
        line-height: 42px;
    }

    h2,
    .navigation.medical-library-sx h2.c-search-results-accordion__title a {
        font-size: 28px;
        line-height: 32px;
    }

    h3,
    .navigation.medical-library-sx .c-search-results-accordion__answer h3 a {
        font-size: 24px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    h6 {
        font-size: 14px;
        line-height: 18px;
    }

    .small-p {
        line-height: 16px !important;
    }

    .remove-btm-gap {
        max-height: 430px;
    }
}

@media (max-width: 480px) {
    .slide-content-wrap.overlay-banner .slide-info h1 {
        font-size: 33px;
    }
}
/* wide article UL */
.component.container.wide-article ul, div#content .content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.component.container.wide-article ol,
div#content .content ol {
    list-style-type: decimal;
    padding-left: 30px;
}


/*RTE tooltip styles*/

.help-icon.tooltip.rte {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxQzUuOTI0ODcgMSAxIDUuOTI0ODcgMSAxMkMxIDE4LjA3NTEgNS45MjQ4NyAyMyAxMiAyM0MxOC4wNzUxIDIzIDIzIDE4LjA3NTEgMjMgMTJDMjMgNS45MjQ4NyAxOC4wNzUxIDEgMTIgMVpNMTIgN0MxMS40NDc3IDcgMTEgNy40NDc3MiAxMSA4QzExIDguNTUyMjggMTEuNDQ3NyA5IDEyIDlIMTIuMDFDMTIuNTYyMyA5IDEzLjAxIDguNTUyMjggMTMuMDEgOEMxMy4wMSA3LjQ0NzcyIDEyLjU2MjMgNyAxMi4wMSA3SDEyWk0xMyAxMkMxMyAxMS40NDc3IDEyLjU1MjMgMTEgMTIgMTFDMTEuNDQ3NyAxMSAxMSAxMS40NDc3IDExIDEyVjE2QzExIDE2LjU1MjMgMTEuNDQ3NyAxNyAxMiAxN0MxMi41NTIzIDE3IDEzIDE2LjU1MjMgMTMgMTZWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-position: center;
    background-size: cover;
    margin-left: 5px;
    top: 3px;
    position: relative;
    position: relative;
    display: inline-block;
    color: #006080;
}



        .help-icon.tooltip.rte:hover::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 16%;
            margin-top: -4px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #0a4e7f transparent;
        }


    .help-icon.tooltip.rte .tooltip-arrow:hover {
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #0a4e7f transparent;
        top: 12px;
        position: relative;
        margin-left: 3px;
        left: -2px;
        z-index: 1;
    }


    .help-icon.tooltip.rte .tooltiptext {
        visibility: hidden;
        position: absolute;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0 1px 5px 0 rgb(49 49 49 / 30%);
        background-color: #0a4e7f;
        font-size: 14px;
        line-height: 1.43;
        text-align: left;
        top: 22px;
    }

        .help-icon.tooltip.rte .tooltiptext a {
            color: #fff;
            text-decoration: underline;
        }

        .help-icon.tooltip.rte .tooltiptext p {
            color: #fff;
        }

    .help-icon.tooltip.rte:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
    }


    .help-icon.tooltip.rte .tooltiptext.tooltip-bottom {
        width: 277px;
        left: -135px;
    }