/* Template Fixes */
body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
}

.ctr-vid{padding:5% 17%; }

#press-release-div li {
    margin: 10px auto;
}

#hero-plus-hero {
    display: block!important;
    flex: none;
}

.play-overlay {
    background: rgba(0,0,0,0.0);
    text-align: center;
  color: #ffbe28;
    transition: 0.3s all ease-in-out;
}

#hero-plus-hero .card-body {
    display: none;
}



.card-text {
    display: none;
}

.card-body {
    padding-top: 15px;
    display:  none;
    padding-bottom: 5px;
    background: #85008f;
    color: #fff;
}

.sticky-top {
    background: #ffffff;
    z-index: 500;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

.clearfix {
    width: 100%;
}

#gallery .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111111;
    outline: 4px solid #111111;
}

img {
    max-width: 100%;
}

#logo-div .img-inline {
    max-width: 100%;
}

#footer .logo img {
    width: 100px;
    max-width: 100%;
}

#hero-plus-header {
    display: block;
    background: #fff;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    z-index: 500;
    margin: auto;
}

#hero-plus-hero .img-inline {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

.lightbox > .img-fluid {
    max-height: 100%;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/* End Gallery Asset Width Percentage */
/* Adjustments for the Share Bar in Mobile View */
@media (max-width: 768px) {
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}
.callout {
    font-weight: bold;
    font-size: 1.2em;
    border-top: solid #8f8fbd;
    padding-top: 20px;
}
.doc-inline {
    margin-bottom: 40px;
}
hr {    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #17224d; }
#pdf-call {
    font-weight: bold;
    border-top: solid #17224d; /* #8f8fbd; */
   border-bottom: solid #17224d; /* #8f8fbd; */
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
    width: 90%;
    margin-top: 80px;
   
    margin-bottom: 40px;
}
 .solid { border-bottom: solid #17224d; /* #8f8fbd; */}
#pdf-call h3 {color: #332e20 !important;}
#pdf-call .ctab {font-size: 18px !important; margin: 40px auto;}  
/* End Adjustments for the Share Bar in Mobile View */
/* Fix for Bootstrap */
@media (min-width: 576px) {
    .col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
    }
}

/* End Fix for Bootstrap */
/* Custom CSS */
body { font-size: 18px;
}

.topbar-header {
    width: 100%;
}

#logo-div {
    display: inline-block;
    vertical-align: middle;
}

#logo-div img {
    margin: 18px 12px;
}

#ctab-div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #ffffff;
    background-clip: padding-box;
    color: #17224d!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 435px;
    max-width: 100%;
    border: 3px solid #6ee4b4;
    border-radius: 12px;
    transition: 0.3s all ease-in-out;
    margin: 20px auto;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    background: #ded6e0;
    color: #000000!important;
    max-width: 100%!important;
}

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    color: #ffffff!important;
    background: #6ee4b4;
    text-decoration: none;
}

.ctab i, .ctab-mobile i {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.ctab-footer, .ctab-footer:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #ff671f;
    background: #ff671f;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 425px;
    max-width: 100%;
    border-radius: 55px;
    transition: 0.3s all ease-in-out;
    margin: 8px 10px;
}

.ctab-footer:hover, .ctab-footer:active, .ctab-footer:focus {
    background: #ffffff;
    color: #001a68!important;
    text-decoration: none;
}

#headline-subheadline-div {
    width: 100%;
    margin: 0px auto 0px auto;
}

#hero-plus-body .exit-link {
}

.color-blue {
    color: #1f4e79;
}

h1 {
    font-size: 34px;
    font-weight: bold;
    color: #332e20;
    text-align: center;
    margin: 30px auto 30px auto;
}

h2 {
    color: #333333;
    font-size: 25.5px;
    text-align: left;
    font-style: italic;
    text-align: center;
    margin: 20px auto 40px auto;
}

.press-release-body-div, #headline-subheadline-div {
    padding: 0px 0px;
}

.press-release-body-div a, .press-release-body-div a:visited {
}

.press-release-body-div a:hover, .press-release-body-div a:active, .press-release-body-div a:focus {
}

#hero-plus-body {
    z-index: 2;
    position: relative;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
    }
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

#classic-gallery-asset-1 img, #classic-gallery-asset-2 img, #classic-gallery-asset-3 img, #classic-gallery-asset-4 img {
}

#classic-gallery-asset-1 img:hover, #classic-gallery-asset-2 img:hover, #classic-gallery-asset-3 img:hover, #classic-gallery-asset-4 img:hover {
}

#masonry-asset-1, #masonry-asset-2, #masonry-asset-3 {
}

.card-columns .mt-5 {
    margin-top: 0px!important;
}

#masonry-asset-4 {
}

#masonry-asset-4 .linked-url {
    display: none;
}

@media (max-width: 576px) {
    #masonry-asset-1, #masonry-asset-2, #masonry-asset-3, #masonry-asset-4 {
        width: 100%;
        margin: 20px auto;
    }
}

#section-videos {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    text-align: center;
    background: url('images/bg-magenta.jpg')no-repeat;
    background-size: cover;
    padding: 150px 180px 200px 180px;
}

#section-videos h3 {
    display: block;
    width: 100%;
    color: #ffffff;
}

#section-videos p {
    color: #ffffff;
    width: 100%;
    margin-top: 20px;
}

#section-videos .card {
    border: 0;
}

.gallery-inline {
    clear: both !important;
    background: #ffffff;
    padding-top: 20px;
    padding: 20px 2.5vw 0px 2.5vw;
    margin: 40px auto 35px auto;
    max-width: 100%;
}

.gallery-videos {
    background: none;
    padding: 0px;
}

.gallery-videos .card-columns {
    column-count: 2;    
}

.gallery-inline h2 {
    display: none;
}

.gallery-inline .lightbox {
    box-shadow: 0 0 0.5rem rgba(10,10,10,.05);
}

.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

.top-video .card-body {
    display: none;
}



.link-divider {
    display: inline;
    margin: 0px 10px;
}

.footer-bar-links, .footer-bar-links:visited, .footer-bar-links:active {
    margin: 20px auto;
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-bar-links:hover {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.tweet {
    display: block;
    float: right;
    width: 40%;
    background: #332e20;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 133%;
    font-style: italic;
    clear: both;
    margin: 0px 0px 20px 40px;
}

#footer {
    color: #fff;
    padding: 50px 120px 30px 120px;
    background: #000000;
    text-align: center;
    margin: 60px auto 0;
    width: 100%;
}

#footer .col-sm-12 {
    padding: 0!important;
}

#footer h3 {
    color: #ffffff;
    font-weight: bold;
}

#hero-plus-footer {
    text-align: center;
    margin-top: -20px;
}

#hero-plus-footer .col-sm-12 {
    background: #e0e0e0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
}

div.social-icons {
    display: block;
    width: 100%;
    margin: 20px auto 35px auto;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 70px;
    text-align: center;
    background: #6ee4b4;
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link i {
    /* padding-right: 10px; */
}

.social-link:hover {
    color: #ffffff;
    opacity: .8;
    text-decoration: none;
}

.translation-link, .translation-link:visited {
    color: #dddddd;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    margin: 5px;
}

.translation-link:hover, .translation-link:active, .translation-link:focus {
    color: #ffffff;
    text-decoration: none;
}

#footer-bar {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

#footer-left {
    text-align: right;
}

#footer-left img {
    max-width: 100%;
}

#footer-right {
    text-align: left;
}

#footer-right img {
}

.footer-link, .footer-link:visited {
    display: inline-block;
    color: #dddddd;
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 0px 0px 20px 0px;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer-link img {
    max-width: 250px;
}

div.social-icons {
}

#footer-left {
    padding-right: 40px;
}

#footer-right {
    padding-left: 40px;
}

.pull-quotes {
    font-size: 21px;
    font-weight: semi-bold;
    padding: 40px 120px;
}

.pull-quotes .left {
    text-align: center;
}

.pull-quotes img {
    max-width: 12%;
    border-radius: 100%;
    margin: 20px;
}

/* Sidebar Stuff */
#press-release-div {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#sidebar-div {
    width: 35%;
    padding-left: 30px;
}

#sidebar-2 {
    background: #dddddd;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

#sidebar-2 h3 {
    color: #775990;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
    margin: 30px auto 0px auto;
}

.vid-inline .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.sidebar-link, .sidebar-link:visited {
    display: block;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s all ease-in-out;
    margin: 20px auto;
}

.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    color: #81e9ec;
    opacity: .95;
    text-decoration: none;
}

#sidebar-2 .card-body {
    padding: 20px 0px;
}

#sidebar-2 .card-title {
    font-size: 19px;
    margin-bottom: 0px;
}

#sidebar-2 .card-text {
    display: none;
}


/* Flag Icon Fixes */

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}






/* Custom CSS for this build */

#section-excerpts, #section-east-hanover, #section-learn-how, #section-about, #section-results, #section-social-assets, #section-share, #section-hear-from, #section-about-novartis, #section-references {
overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all; word-break: break-word;
    padding: 0px 120px;
}

img {
    max-width: 100%;
}

.pnk {color: #9d206a !important;}

.nleft {margin-left: 35px;}
.nright {text-align: right;}

h3 {
    color: #9d206a;
    font-weight: bold;
    font-size: 34px;
}

#section-excerpts {
    padding: 120px 120px 0px 120px;
}

#section-excerpts h3 {
    font-size: 46px;
}

#section-east-hanover {
    background: url('images/bg-slate.jpg')no-repeat;
    background-size: cover;
    padding: 190px 120px 200px;
}

.exit-link{overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all; word-break: break-word;}

#section-hear-from {
    padding: 60px 120px 0px 120px;
}

#section-hear-from h3 {
    text-align: center;
}

.open-quote {
    font-size: 82px;
    position: absolute;
    top: -30px;
    left: -20px;
    color: #ffbe28;
}

.close-quote {
    font-size: 28px;
    line-height: 10px;
    color: #ffbe28;
}

#section-hear-from .col-sm-3 {
    text-align: center;
}

#section-hear-from .col-sm-3 img {
    width: 80%;
    margin: auto;
}

#section-hear-from .row {
    margin: 60px auto;
}

#section-social-assets {
    text-align: center;
}

#section-learn-how {
    background: url('images/bg-magenta-yellow.jpg')no-repeat;
    background-size: cover;
    padding: 200px 200px 100px 200px;
}

#section-learn-how p {
    font-size: 42px;
    font-weight: bold;
    color: #17224d;
    text-align: center;
}

#section-share {
    padding: 80px 120px;
}

#section-share h3 {
    font-size: 42px;
}

#section-share p {
    font-size: 26px;
    font-weight: bold;
    color: #17224d;
    margin: 30px 0px;
}

#section-share .left-half {
    padding: 145px 0px;
}

#section-share .right-half {
    
}

#section-results {
    background: url('images/bg-blue-2.jpg')no-repeat;
    background-size: cover;
    padding: 200px 120px;
}

#section-results h2 {
    font-style: normal;
    font-size: 38px;
    color: #ffffff;
}

#section-results h3 {
    color: #6ee4b4;
    font-size: 116px;
    width: 20%;
    display: inline-block;
}

#section-results h1 {
    color: #6ee4b4;
    font-size: 25px;
    text-align: center;
    width: 76%;
}

#section-results p {
    color: #ffffff;
}

#section-about {
    padding: 80px 120px;
}

#section-about .row {
    margin: 40px auto;
}

#section-about h3 {
    text-align: center;
}

#section-about .two-columns {
    column-count: 2;
}

#section-about-novartis {
    background: url('images/bg-slate-2.jpg')no-repeat;
    background-size: cover;
    padding: 180px;
}

#section-about-novartis h3 {
    text-align: center;
    color: #17224d;
}

#section-references {
    padding: 00px 120px 0px 120px;
}
.cta {
    margin: 20px;
    clear: both !important;
    display: block;
}
#section-references h3 {
    text-align: center;
}

#section-references .row {
    margin: 11% auto;
}

#section-references .col-sm-3 p, #section-references .col-sm-2 p {
    position: absolute; bottom: 0px; font-size: smaller;
}

#section-references img {
width: 220px;
    max-width: 100%;
    margin:0px;
    clear: both !important;
    display: block;
}

div .row .feet {
    margin: 7% auto!important;
}

div .row .bt-logo{
    margin: 7% auto!important;
}




/* Media Queries */
@media only screen and (max-width: 1124px) {
    .ctab, .ctab:visited {
        
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #sidebar-div, #press-release-div {
        width: 100%;
    }

    #sidebar-div {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 980px) {
#section-references img {margin: 0px;}
.nleft {margin-left: 0px;}
.nright {text-align: left;}
    #gallery .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}



/* Media Query for this build */

@media (max-width: 1100px) {

    #section-excerpts {
        padding: 50px;
    }

    #section-excerpts .col-sm-12, #section-excerpts .col-sm-6, #section-excerpts .col-sm-4, #section-excerpts .col-sm-3 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0px auto 30px auto;
    }

    #section-east-hanover {
        padding: 50px 50px;
        background: #d8dff0;
    }

    #section-east-hanover .col-sm-12, #section-east-hanover .col-sm-6, #section-east-hanover .col-sm-4, #section-east-hanover .col-sm-3 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    #section-hear-from {
        padding: 50px;
    }

    #section-hear-from .col-sm-12, #section-hear-from .col-sm-9, #section-hear-from .col-sm-6, #section-hear-from .col-sm-4, #section-hear-from .col-sm-3 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0px auto 30px auto;
    }

    #section-social-assets {
        padding: 50px;
    }

    #section-social-assets .col-sm-12, #section-social-assets .col-sm-6, #section-social-assets .col-sm-4, #section-social-assets .col-sm-3 {

    }

    #section-learn-how {
        background: #ffbe28;
        padding: 50px;
    }

    #section-learn-how .col-sm-12, #section-learn-how .col-sm-6, #section-learn-how .col-sm-4, #section-learn-how .col-sm-3 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    #section-learn-how p {
        font-size: 28px;
    }

    #section-share {
        padding: 50px;
    }

    #section-share .col-sm-12, #section-share .col-sm-6, #section-share .col-sm-4, #section-share .col-sm-3 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0px auto 30px auto;
    }

    #section-share .left-half, #section-share .right-half {
        padding: 20px;
    }

    #section-results {
        background: #17224d;
        padding: 50px;
    }

    #section-results .col-sm-12, #section-results .col-sm-6, #section-results .col-sm-4, #section-results .col-sm-3 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    #section-results h3.prefix-xx {
        width: 100%;
    }

    #section-about {
        padding: 50px;
    }

    #section-about .two-columns {
        column-count: 1;
    }

    #section-about .col-sm-12, #section-about .col-sm-6, #section-about .col-sm-4, #section-about .col-sm-3 {

    }

    #section-about-novartis {
        background: #d8dff0;
        padding: 50px;
    }

    #section-about-novartis .col-sm-12, #section-about-novartis .col-sm-6, #section-about-novartis .col-sm-4, #section-about-novartis .col-sm-3 {


    }

    #section-references {
        padding: 50px;
    }

    #section-references .col-sm-12, #section-references .col-sm-6, #section-references .col-sm-4, #section-references .col-sm-3, #section-references .col-sm-2 {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0px auto 30px auto;
    }
}

/* End */



@media only screen and (max-width: 768px) {
#section-references img {margin: 0px;}
.nleft {margin-left: 0px;}
.nright {text-align: left;}
.ctr-vid{padding:5% 7%; }

#section-videos {
    padding: 70px;
}
    
    .gallery-videos .card-columns {
    column-count: 1;    
}

    .pull-quotes img {
        max-width: 100%;
    }

    #ctab-div {
        
    }

    #headline-subheadline-div {
        text-align: center;
    }

    .press-release-body-div, #headline-subheadline-div {
        /* padding: 0px 30px; */
    }

    .gallery-inline {
        margin-top: 0px;
    }

    #gallery .col-lg-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .social-link, .social-link:visited {
        margin: 10px 15px;
        display: inline-block;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 30px auto 30px auto;
    }

    #footer-graphic {
        margin-top: -180px;
    }

    #hero-plus-body {
        padding: 0px 0px;
    }

    .pull-quotes {
        padding: 30px;
    }

    #hero-plus-body .img-inline {
    }

    #logo-div {
        width: 100%;
        display: block;
        text-align: center;
    }

    #logo-div img {
        margin: 10px auto;
    }

    .ctab, .ctab:visited {
        
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }

    .press-release-body-div {
        padding-bottom: 40px;
    }

    #hero-plus-footer .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 0px;
        margin: 30px auto 10px auto;
    }

    #hero-plus-footer img {
        margin: 10px auto;
        padding: 10px auto;
    }

    #hero-plus-footer .row {
        padding-bottom: 10px;
    }

    #hero-plus-footer {
        padding-bottom: 80px;
    }

    #footer {
        padding: 30px 30px 0px 30px;
        margin-top: 30px;
    }

div .row .bt-logo {
    margin: 17% auto!important;
}

.nright{top:.25px;}
}