/* Stylesheet for RXinsider.com (2016 format) */

/* BOOTSTRAP FRAMEWORK OVERRIDES */
.table td { /* the default is so small */
    font-size: 1.25em;
    }

#rxinsider-products-container .card-content {
    height: 230px;
    }

.card-content p { /* the default is to thin */
    font-weight: inherit;
    font-size: 1.25em;
    }

/* FIXED NAVIGATION BAR (custom solution) */
body {
    padding-top: 116px; /* offset of .fixed-nav-bar height property */
    }
.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 116px;
    background: rgba(255, 255, 255, .90); /* R,G,B,tint% */
    }

/* CUSTOM FONT COLORS */
.rxblue {
    color: #0e74bc;
    }

/* COMMON NAVIGATION (MAIN) */
#navigation-list {
    display: block;
    z-index: 1;
    background-color: #efefef;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 150px;
    position: absolute;
    top: 35px;
    right: 30px;
    }

#navigation-list ul li a {
    display: block;
    padding: 10px;
    font-size: 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #0A3E64;
    }

#navigation-list ul li a:hover {
    background-color: #0A3E64; /* #5992bd;  #c0bd30; */
    color: #ffffff;
    }

#navigation-btn {
    float: right;
    margin: 35px;
    }

/* COMMON HEADER */
#header-container {
    padding: 35px;
    }

/* COMMON FOOTER (main) */
.page-footer {
    background-color: #0A3E64;
    background-image: url('/common/img/footer-eco-background.gif');
    }

.page-footer .row {
    padding: 3%;
    }

.page-footer img {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    }

.page-footer img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.column-title {
    letter-spacing: 5px;
    }

.page-footer ul li, .copyright {
    letter-spacing: 1px;
    line-height: 2em;
    font-weight: lighter;
    }

.page-footer li a, .copyright a {
    color: white;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent; /* need this to avoid flicker on hover. */
    }

.page-footer li a:hover, .copyright a:hover {
    color: white;
    border-bottom: 1px solid white;
    }

.page-footer-copyright {
    padding: 20px 0px;
    color: white;
    }


/* COMMON FOOTER (social media) */
#footer-social-media-container {
    padding-bottom: 2%;
    background-color: #000000;
    color: #ffffff;
    }

#footer-social-media-container img {
    padding: 2%;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    }

#footer-social-media-container img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.footer-social-icon {
    display: inline-block;
    width: 200px;
    }


/* RX PRODUCTS */
#rxinsider-products-container {
    background-image: url("/common/img/bg-pharmacy-shelf.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }

#rxinsider-products-container .card-title {
    font-weight: bold;
    line-height: normal;
    color: #666; /* #4285f4; */
    margin-bottom: 15px;
}

/* VIDEO MODAL */
#video-modal {
    z-index: 10000;
    }

/* RX FUN VIDEOS */
#fun-videos-container {
    margin-bottom: 20px;
    }

/* RX PRODUCT VIDEOS */
#product-videos-container {
    margin-top: 20px;
    margin-bottom: 20px;
    }

#video-publications-container .card-title {
    font-weight: bold;
    line-height: normal;
    color: #666; /* #4285f4; */
    margin-bottom: 15px;
    }

/* RX ABOUT */
#about-rxinsider-container {
    padding-bottom: 3%;
    }

.page-intro-text p {
    font-size: 1.5em;
    max-width: 800px;
    margin: 0 auto;
}

.platinum-pages-cover-image img {
    max-height: 500px;
    display: block;
    margin: 0 auto 20px auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #cccccc;
}
/* RX ADVERTISE (generically used other locations) */
#advertise-container {
    background-color: #0A3E64; /* #0e74bc; */
    color: white;
    }

/* PP ABOUT */
#about-platinum-pages-container {
    padding-top: 3%;
    padding-bottom: 3%;
    }

/* PP QUOTES */
#pp-quotes-container, #way-quotes-container, #rx-quotes-container {
    background-color: #0A3E64; /* #0e74bc; */
    color: white;
    margin: 0px;
    padding: 5% 0% 1% 0%;
    }

#pp-quotes-container h3, #way-quotes-container h3, #rx-quotes-container h3 {
    font-family: Times;
    font-style: italic;
    }

/* PP ADVERTISE DISTRIBUTION */
#advertise-distribution-container {
    background-color: #0A3E64; /* #0e74bc; */
    color: white;
    padding: 3%;
    }

/* PP ADVERTISE WHY */
#advertise-why-container {
    /*
    background-image: url("/common/img/fpo-man-at-window.png");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    */
    padding: 3% 0%;
    }

/* 20W ABOUT */
#about-20w-container {
    padding-top: 3%;
    padding-bottom: 3%;
    }

/* 20W EBOOK CAROUSEL */
#way-ebook-carousel {

    }

/* 20W ISSUES PREVIEW */
#way-issue-preview {
    background-image: url("/common/img/bg-prescriptions-on-shelf.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }

/* 20W MULTI-VIDEO CAROUSELS */
#way-multi-video-carousel {

    }

/* 20W DROP DOWN MENU (Review Issues Module) */
.way-issues-dropdown, .way-issues-dropdown button {
    /* Set width of button and menu below it. */
    width: 350px;
    }

.way-issues-dropdown {
    position: relative;
    /* Make it fit tightly around it's children */
    display: inline-block;
    /* Move down away from anything above it */
    margin: 15px;
    }

.way-issues-dropdown .way-issues-dropdown-menu {
    /**
     * Set the top of the drop down menu to be positioned 100%
     * from the top of the container, and aligned to the left.
     */
    z-index: 999; /* insure menu overlays everything */
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
    }

.way-issues-dropdown:hover .way-issues-dropdown-menu {
    /** Show drop down menu */
    display: block;
    }

.way-issues-dropdown button {
    /* If you like Orange w White text.
    background: #FF6223;
    color: #FFFFFF;
    */
    border: none;
    margin: 0;
    padding: 0.4em 0.8em;
    font-size: 1em;
    }

.way-issues-dropdown a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #CCCCCC;
    color: #333333;
    }

.way-issues-dropdown a:hover {
    background: #BBBBBB;
    }

/* 411 Launch Eblast */
#launch-411-eblast {
    /*
    background-image: url("/common/img/bg-fpo-hallway.png");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    */
    }

/* Email Alert Samples */
.email-alerts-carousel .item .thumbnail {
    border: none;
    }

/* Video Portfoios by Category */
.video-link-block {
    background-color: #4285f4;
    }

.video-link-block a {
    color: white;
    }

/* CS Promote Video */
#video-promote-container {
    color: white;
    background-color: #0A3E64;
    }

/* CS Distribution Table */
#case-study-deliver-table div.row div {
    border-bottom: 1px solid white;
    padding-top: 12px;
    padding-bottom: 4px;
}

#case-study-deliver-table .header {
    border-bottom: 2px solid white;
}

#case-study-deliver-table div.row div.table-title {
    border: none;
}

#case-study-deliver-table a {
    color: white;
    font-style: italic;
    display: inline-block;
}

#case-study-deliver-table a:hover {
    color: #4285f4;
}

/* News and Events */
.news-title {
    font-size: 2em;
    font-weight: normal;
    display: block;
    margin-top: 20px;
    }

.show_details {
    margin-bottom: 20px;
    }

.date_wrapper {
    background-color: #1578be;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkik-border-radius: 5px;
    padding: 5px;
    margin-right: 20px;
    margin-top: 25px;
    text-align: center;
    }

/* Profile Employee Profile Photos */
.employee-photo {
    margin-top: 20px;
   /* opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

.employee-photo:hover {
    /*opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    }

.employee-name {
    font-weight: bold;
    }

.employee-title {
    font-weight: normal;
    }

/* CONTACT INFO CONTAINER */
#contact-info-container {
    color: white;
    background-color: #0A3E64;
    }

/* OFFICE MAP */
#office-map {
    margin: 0px;
    background-color: #efefef;
    }

/* PARTNER LOGO BLOCKS */
.partner-logo-block {
    display: block;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }


/* MEDIA QUERIES *********************************************************** */
/*! iPad 1-5 in portrait & landscape (All generations - including iPad mini) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    h3 {
        font-size: 2em;
        }
    #footer-social-media-container img {
        width: 60%;
        }

    #rxinsider-products-container .card-content {
        height: 130px;
        }
    }

/*! iPad 1-5 in landscape (All generations - including iPad mini) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    /* STYLES GO HERE */
    }

/*! iPad 1-5 in portrait (All generations - including iPad mini) */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    /* STYLES GO HERE */
    }



/* Pharmacy Experience Styles */

#pharmacy-experience-modules {
    padding: 25px;
}

#pharmacy-experience-modules ul li {

}

#pharmacy-experience-modules ul li:first-of-type {
    color: #fff;
    background: #5185AC;
    padding: 10px;
    margin: 0;
    position: relative;
    border-bottom: 2px solid #2D4F6A;
}

#pharmacy-experience-modules ul li .module-group-title {
    font-size: 18px;
}

#pharmacy-experience-modules ul li .module-group-count {
    font-size: 14px;
    float: right;
    font-weight: normal;
}

#pharmacy-experience-modules ul li:not(:first-of-type) {
    color: #2a3744;
    list-style: none;
    background: #fefefe;
    font-size: 17px;
    font-weight: normal;
    padding: 12px 12px 12px 24px;
    border-bottom: 1px solid #f5f7f8;
}

#pharmacy-experience-modules ul li:not(:first-of-type):hover {
    background: #f5f7f8;
}

#pharmacy-experience-modules ul li .module-number {
    color: #adadad;
    font-weight: lighter;
}

#pharmacy-experience-modules ul li.submodule {
    padding-left: 48px;
}

#pharmacy-experience-modules ul li .module-speaker {
    display: block;
    padding-left: 12px;
    font-size: 12px;
    color: #adadad;
    font-weight: lighter;
}

.poker-invited-tag {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.poker-title {
    font-size: 100px;
    color: #edb51e;
    font-weight: 900;
    background: rgba(0,0,0,.6);
    display: inline-block;
    padding: 12px;
}

.poker-subtitle {
    font-size: 70px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
    font-weight: 100;
    color: #fff;
    background: rgba(0,0,0,.6);
    padding: 12px;
    text-align: center;
}

.poker-header {
    background: url('/common/img/venitian_bg.jpg') no-repeat top;
}

.poker-header-container {
    width: 90%;
    text-align: center;
    margin: 10px auto;
}

.poker-header-container h4 {
    color: #edb51e;
    font-weight: 600;
    margin: 0 auto 20px;
    font-size: 30px;
    background: rgba(0,0,0,.6);
    display: inline-block;
    padding: 8px;
}


.image-header {
    background-size: 135%;
    background-position-y: -110px;
    width: 100%;
    height: 760px;
    display: block;
    margin-top: 0;
    padding: 50px 0;
}

.header-container {
    width: 40%;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}


.header-container span {
    margin-top: 50px;
    color: rgba(255,255,255,1);
    font-size: 70px;
    opacity: .4;
}

.header-container span:hover {
    opacity: .9;
}


.conference-video {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
}

.conference-video h1 {
    margin: 0 0 25px;
    font-size: 63px;
}

.conference-video iframe {
    border: 1px solid #222222;
}


.conference-event,
.conference-information p {
    font-size: 22px;
    width: 80%;
    max-width: 800px;
    margin: 0 auto 15px auto;
    letter-spacing: 1px;
    font-weight: 300;
}

.conference-event {
    padding: 15px;
    font-size: 16px;
}

.conference-event p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
}

.conference-event ul {
    padding-left: 15px;
    list-style-type: disc;
}

.conference-event ul li {
    list-style-type: disc;
}

.video-wrapper {
    position: relative;
    padding-top: 25px;
    height: 360px;
}

.video-wrapper iframe {
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 640px;
}

@media (max-width: 1000px) {
    .image-header {
        background-size: cover;
        background-position-y: 0;
    }
}

.hero-image {
    background-size: cover;
    background: #fff;
    position: relative;
}

.hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

}

.hero-image .intro {
    padding: 48px;
    padding: 3rem;
    position: absolute;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.hero-image video {
    max-width: 100%;
    width: 100%;
}

.hero-image h1 {
    color: #fff;
    text-transform: uppercase;
    margin-left: 70px;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 4px #272a33;
    z-index: 1;
    font-size: 45px;
    font-size: 4vw;
}

.hero-image h3 {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.hero-image h4 {
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.hero-image h4 a {
    color: #fff;
    text-decoration: underline;
}

.mobile-header-text-resize {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 85px !important;
}

@media (max-width: 767px) {
    .mobile-header-text-resize {
        font-size: 4em !important;;
    }
    .poker-title {
        text-align: center;
    }
    .poker-subtitle {
        text-align: center;
        font-size: 50px;
    }
    .hero-image h1 {
        font-size: 48px;
    }
    .hero-image:after {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
    .hero-image .intro {
        position: relative;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 5px;
    }
    .hero-image h1 {
        color: #333;
        font-size: 32px;
        text-align: center;
        margin: 0 auto;
        text-shadow: none;
    }

    video::-webkit-media-controls {
        display: none !important
    }
    video::-webkit-media-controls-start-playback-button {
        display: none;
    }
}


@media (max-width:767px) {
    #about {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
    #about > div {
        margin-bottom: 0;
    }
    .about-block {
        float: none !important;
    }
}


#about {
    padding-left: 75px;
    padding-right: 75px;
    margin: 0 auto;
}

#about > div {
    height: 225px;
    margin-bottom: 50px;
}

#intro, #examples, #about {
    margin: 0 auto;
}
.about-block {
    text-align: center;
}

.about-block h2 {
    text-align: left;
    font-size: 2em;
    font-weight: 500;
}

.terms-block strong {
    font-family: 'Slabo 27px', serif;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 500;
    margin-bottom: -25px;
    margin-top: 20px;
    font-size: 22px;
}

.about-block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

.about-block {
    padding: 5px;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.about-block img {
    max-width: 100%;
    max-height: 200px;
}


.vintage-ad-thumbnails img {
    max-width: 100%;
    max-height: 100%;
}

.vintage-ad-thumbnails .col-xs-12 {
    height: 205px;
    text-align: center;
    margin-bottom: 15px;
}

.vintage-ad-form textarea {
    min-height: 100px;
}

.vintage-ad-form button {
    min-width: 250px;
}

#largeImgPanel {
    text-align: center;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(100,100,100, 0.5);
    z-index: 9999;
}

#largeImg {
    margin: 0;
    padding: 60px 0 60px;
    height: 75%;
}

#imgTitle {
    background: #fff;
    width: 25%;
    margin: 0 auto;
    min-width: 275px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    font-size: 18px;
    font-weight: 400;
}

.is-anchor {
    margin-top: -200px !important;
    padding-top: 200px !important;
}

#banner-header-container .container {
    padding: 100px 15px;
}

.jumbotron.summit-header-image {
    /*background: linear-gradient( rgba(22, 71, 108, 0.75), rgba(22, 71, 108, 0.75) ), url(/common/img/banner/rxinsider-2019-marketing-summit-header-2.jpg);*/
    background: url(/common/img/banner/rxinsider-2019-marketing-summit-header-2.jpg);
    background-position: top;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6);
}

.btn-outline-primary {
    border: 1px solid #4285F4;
}

.btn-warning-light {
    background: #FFBA00;
}

.btn-warning-light:hover, .btn-warning-light:active {
    background: #dea610 !important;
}

.summit-schedule-title {
    margin-top: 0;
    color: #fff;
    font-size: 1.3rem;
    text-align: left;
    padding: 10px;
    margin: auto -15px;
}

.jumbotron.summit-header-image h1 {
    font-weight: normal;
    color: #fff;
}

.jumbotron.summit-header-image a.summit-button {
    font-weight: normal;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 15px 30px;
    font-size: 36px;
    border-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.jumbotron.summit-header-image .card {
    background: transparent;
    box-shadow: none;
    color: #fff;
    max-width: 300px;
    margin: 50px auto;
}

.jumbotron.summit-header-image .card:hover {
    box-shadow: none;
}

.jumbotron p.schedule-small {
    font-size: 14px;
    color: #cfe1f5;
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: 300;
}

.jumbotron p.schedule-small a {
    font-weight: bold;
    text-decoration: underline;
}

.summit-speaker-container .headshot-image {
    height: 400px;
    margin-bottom: 5px;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}

.summit-navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #437294;
    background-image: url(/common/img/footer-eco-background.gif);
}

.branding-navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
    z-index: 10;
    /*border-bottom: 2px solid #0A3E64;*/
    background-color: #0A3E64;
    background-image: none;
}

.buzz-banner .summit-navbar {
    background-image: none;
}

.summit-testimonial {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.summit-testimonial-name {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.summit-testimonial-image {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 550px;
    margin-bottom: 20px;
    max-width: 100%;
}
.pharm500-intro-container {
    display: flex;
}

@media (min-width: 768px) {
    .summit-navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .summit-navbar .navbar-collapse {
        text-align: center;
    }

}

@media (max-width: 768px) {
    .owl-theme .owl-dots .owl-dot{
        display: none !important;
    }
    .resource-slider div {
        padding: 0 !important;
    }
    .pharm500-intro-container {
        display: block;
    }
}

.summit-speaker-container .headshot-image-overlay .speaker-information {
    text-align: left;
    margin-top: 20px;
    font-size: 120%;
}

.summit-speaker-container .headshot-image-overlay .speaker-information a {

}

.summit-speaker-container .headshot-image-overlay {
    position: absolute;
    text-align: left;
    top: 100px;
    left: 15px;
    right: 15px;
    height: 400px;
    padding: 8px;
    background: rgba(8, 62, 100, 0.8);
    color: #fff;
    transition: .2s ease all;
    opacity: 0;
}

.summit-speaker-container .headshot-image:hover > .headshot-image-overlay {
    top: 0;
    opacity: 1;
}

.summit-speaker-container .headshot-description {
    height: 80px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.summit-speaker-container .headshot-description .name {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.summit-speaker-container .headshot-description .title {
    font-size: 1rem;
    font-weight: bold;
}

.summit-speaker-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.resource-slider div {
    padding: 30px;
    max-height: 400px;
}

.resource-slider div img {
    object-fit: cover;
    background-position: left;
    max-height: 320px;
    max-width: 248px;
    height: 100%;
    margin-bottom: 10px;
    display: block;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.resource-slider div a {
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
}

.tns-outer {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.tns-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.tns-controls button {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 2em;
}

.tns-controls button:focus {
    outline: 0;
}

.tns-controls button[data-controls="prev"] {
    left: -30px;
    position: absolute;
}

.tns-controls button[data-controls="next"] {
    right: -30px;
    position: absolute;
}

.video-sub-nav a {
    font-weight: normal;
    color: #333;
}

.video-sub-nav a h6 {
    font-weight: normal;
    font-size: .9em;
}

.video-sub-nav a:hover img {
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .5));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .5));
}

.company-vitals-container i {
    font-size: 100px;
    color: #659bc3;
}

.company-vitals-container strong {
    color: #659bc3;
}

.client-content-cover-thumb {
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}

.client-content-body div {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
}

.main-buzz-feed-thumbnail-image img {
    width: 100%;
}

.buzz-date {
     font-size: 1.4em;
    margin: 0 0 5px;
    text-transform: uppercase;
 }

.buzz-date a {
    color: #565656;
}

.buzz-date a:hover {
    color: #333;
}

.buzz-post-title {
    font-weight: bold;
    font-size: 2.4em;
}

.buzz-title {
    font-weight: bold;
    font-size: 2.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.buzz-container {
    margin-bottom: 20px;
}

.main-buzz-author,
.buzz-institution-logo {
    max-height: 80px;
    padding: 0;
}

.buzz-institution-logo img {
    max-height: 60px;
    max-width: 100%;
}

.main-buzz-author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.main-buzz-author {
    height: 80px;
}

.main-buzz-author p {
    margin-top: 15px;
}

a.main-buzz-item {
    color: #333;
}

.buzz-page-header {
    margin-top: 71px;
}

.buzz-page-header h3 {
    font-size: 2rem;
    color: #949494;
}

.buzz-page-header .header-image {
    max-height: 300px;
    margin-bottom: 30px;
    max-width: 100%;
}

.buzz-page-header .institution-logo {
    margin-bottom: 15px;
    max-width: 200px;
}

.buzz-page-body ul {
    padding-left: 40px;
}

.buzz-page-body ul li,
.buzz-page-body ul {
    list-style-type: initial;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
}

.share-buzz-social {
    /*margin: 20px;*/
}

.share-buzz-social a {
    margin-left: 5px;
    color: #a5a5a5;
}

.share-buzz-social a:hover {
    color: #7b7b7b;
}

.buzz-footer-profile-container {
    margin-top: 25px;
    margin-bottom: 25px;
}

.buzz-footer-profile-container h4 {
    font-size: 1.4rem;
    margin: 0;
}

.buzz-footer-author-logo,
.buzz-footer-profile-logo {
    height: 100px;
}

.buzz-footer-author-logo a,
.buzz-footer-profile-logo a {
    margin: 0 auto;
    display: block;
}

.buzz-footer-author-logo img,
.buzz-footer-profile-logo img {
    /*max-height: 100%;*/
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

.buzz-footer-author-logo img {
    border-radius: 50px;
}

.buzz-footer-profile-container .buzz-footer-title-row {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.buzz-category-button {
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid #d26c1f;
    padding: 8px;
    border-radius: 3px;
    color: #d26c1f;
    margin: 10px;
    white-space: nowrap;
    display: inline-block;
}

.buzz-category-button:hover {
    color: #fff;
    background: #d26c1f;
}

.buzz-list li a {
    font-size: 1.6rem;
}

.buzz-banner {
    width: 100%;
    margin: 0;
    z-index: 10;
    height: 50px;
    background: #6ba5c4;
    font-size: 18px;
    line-height: 2.8;
    text-align: center;
    font-weight: 300;
    position: sticky;
    top: 135px;
}

.buzz-banner .navbar-default li a,
.horizontal-navigation  .buzz-banner .navbar-default li a {
    color: #333;
    font-size: 18px;
}

.buzz-banner .navbar-default li a:hover,
.horizontal-navigation .buzz-banner .navbar-default li a:hover {
    color: #000;
}

.horizontal-navigation .buzz-banner ul, .buzz-banner ul {
    margin-bottom: 0;
    display: inline-block;
}

.horizontal-navigation .buzz-banner  .navbar-default li, .horizontal-navigation .buzz-banner li, .buzz-banner li {
    margin-left: 10px;
    display: inline-block;
}
.horizontal-navigation .buzz-banner ul li:first-of-type, .buzz-banner ul li:first-of-type {
    margin-left: 0;
    display: inline-block;
}

.horizontal-navigation .buzz-banner li:not(:last-of-type):after, .buzz-banner li:not(:last-of-type):after {
    content: '|';
    color: #333;
    margin-left: 10px;
    font-weight: 100;
}

.horizontal-navigation .buzz-banner .navbar-default li:before {
    display: none;
}

.buzz-header-search-bar button {
    /*top: 0;*/
    /*line-height: 0;*/
    /*vertical-align: top;*/
    /*font-size: 12px;*/
    /*height: 34px;*/
    /*margin-top: 0;*/
}

.buzz-header-search-bar input {
    width: 75%;
    min-width: 200px;
    height: 20px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.buzz-header-search-bar input[type=text]:focus:not([readonly]) {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.is-success {
    background-color: #00c853;
    color: #fff;
}

ul.buzz-section-list-institutions {
    margin: 0 auto;
}

ul.buzz-section-list-institutions li {
    margin-bottom: 25px;
}

ul.buzz-section-list-institutions a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
}

ul.buzz-section-list-institutions img {
    max-width: 200px;
    max-height: 100px;
}


ul.buzz-section-list-with-image {
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
}

ul.buzz-section-list-with-image li {
    margin-bottom: 15px;
}

ul.buzz-section-list-with-image img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.horizontal-navigation {
    background: #fff;
}

.horizontal-navigation .header-additional-links {
    float: right;
    top: 10px;
}

.btn-light.dropdown-toggle:focus {
    background: #fff;
}

.horizontal-navigation.fixed-nav-bar {
    height: 130px;
}

.horizontal-navigation #header-container {
    padding: 15px 10px;
}

.horizontal-navigation #header-container img {
    max-height: 45px;
}

.horizontal-navigation ul.nav li {
    text-transform: uppercase;
}

.horizontal-navigation ul.nav li em {
    text-transform: none;
}

.is-paddingless {
    padding: 0 !important;
}

.navbar-header.nav-center,
.navbar-nav.nav-center {
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.horizontal-navigation ul.nav.navbar-nav {
    display: flex;
    align-items: center;
    min-height: 60px;
    float: none;
}

.horizontal-navigation ul.nav.navbar-nav>li {
    max-width: 11%;
    width: 11%;
    font-size: 1em;
    font-weight: 500;
}

.horizontal-navigation .navbar-default {
    background-color: #fff;
}

.horizontal-navigation .navbar-default li a {
    color: #505050;
}

.horizontal-navigation .navbar-default li:before {
    content: '';
    background: #dedede;
    width: 2px;
    display: flex;
    height: 30px;
}

.horizontal-navigation .navbar-default li.active:before {
    background: #c0be00;
}

.horizontal-navigation .navbar-default li {
    align-items: center;
    /* align-content: center; */
    display: flex;
}

.horizontal-navigation .navbar-default li a {
    display: inline-block;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding: 0;
    margin-left: 10px;
    font-size: 1.1em;
}

.horizontal-navigation .navbar-default li a:focus,
.horizontal-navigation .navbar-default li a:hover {
    color: #333;
    border-bottom: 3px solid #333;
    margin-bottom: -3px;
}

.horizontal-navigation .navbar-default li:focus:before,
.horizontal-navigation .navbar-default li:hover:before {
    background: #c0be00;
}

.horizontal-navigation .navbar .navbar-nav > .active > a {
    color: #505050;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 3px solid #333;
    margin-bottom: 0;
}

.horizontal-navigation .navbar-default li.header-link-alt-style.active > a {
    color: #ff9400;
}

.horizontal-navigation-page-title {
    height: 150px;
    overflow: hidden;
    background: #004979;
    margin-top: 20px;
    background: url('/common/img/banner/2019_rxinsider_web_header.png');
}

.branding-guidelines-header {
    box-shadow: rgba(47, 74, 95, 0.6) 0 0 0 2000px inset;
    border-bottom: 5px solid #5283aa;
    align-items: center;
    justify-content: center;
    height: 500px;
    display: flex;
    background: url('/common/img/banner/marketing_brand_sm.jpg') no-repeat center top;
    background-size: cover;
}

.pharmacy500-header {
    border: 0;
    align-items: center;
    justify-content: center;
    height: 450px;
    display: flex;
    background: url('/common/img/banner/pharmacy-500-banner-v4.png') no-repeat left top;
    background-size: cover;
}

.chaintel-header {
    border: 0;
    align-items: center;
    justify-content: right;
    height: 390px;
    padding-right: 150px;
    display: flex;
    background: url('/common/img/banner/chaintel-hero-v2.png') no-repeat left center;
    background-size: cover;
}

.chaintel-header > div {
    max-width: 600px;
}

.horizontal-navigation-page-title h1 {
    color: #fff;
    font-size: 4.2em;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    text-shadow: 1px 1px 4px #272a33;
    font-weight: 300;
}

.support-page-navigation-page-title {
    height: 150px;
    overflow: hidden;
    background: #004979;
    margin-top: 20px;
    background: url('/common/img/banner/2019_rxinsider_hero_building.jpg');
    background-position: center;
}

.home-page-navigation-page-title {
    background: url('/common/img/banner/rxinsider-banner-home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1d435c;
}

.horizontal-navigation-page-title.support-page-navigation-page-title h1 {
    margin-top: 15px;
}

.horizontal-navigation-page-title h3.subtitle {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px 4px #272a33;
}

.horizontal-navigation .header-search-bar {
    float: right;
    top: 20px;
    position: relative;
    width: 60%;
    min-width: 200px;
    max-width: 500px;
    margin-left: 20px;
}

.horizontal-navigation .dropdown-menu {
    width: 100%;
    max-width: 1000px;
    position: fixed;
    top: 85px;
    right: 10px;
    left: auto;
}

.horizontal-navigation .dropdown-menu li.dropdown-menu-header {
    padding: 12px 5px;
    align-items: center;
    display: flex;
    color: #115c92;
    font-weight: 500;
    font-size: 18px;
    height: auto;
    min-height: auto;
}

.horizontal-navigation .dropdown-menu .sub-navigation-dropdown > li {
    border-left: 2px solid rgba(9, 62, 100, 0.25);
    padding-left: 5px;
}

.horizontal-navigation .dropdown-menu .sub-navigation-dropdown > li.dropdown-menu-header {
    padding-left: 7px;
}

.horizontal-navigation .dropdown-menu li.dropdown-menu-header:hover {
    background-color: transparent;
}

.horizontal-navigation .dropdown-menu li > a, .dropdown-menu li > span {
    padding: 4px 5px;
    font-size: .9rem;
    color: #333;
}

.horizontal-navigation .navbar .navbar-toggle .icon-bar {
    background-color: #333;
}

.horizontal-navigation .navbar-default li.header-link-alt-style a {
    color: #ff9400;
    font-weight: bold;
}

.is-marginless {
    margin: 0 !important;
}

.btn-gray {
    background-color: #eaeaea;
    color: #333;
    box-shadow: none;
    border: 1px solid #bfbfbf;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
    background-color: #ccc;
}

.popup-banner-bottom {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.popup-banner-bottom img{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.popup-banner-bottom .close-popup {
    display: block;
    width: 18px;
    height: 18px;
    background: #ababab;
    position: relative;
    margin: 0 auto;
    top: 23px;
    right: -410px;
    font-size: 10px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

.buzz-banner .navbar .navbar-header {
    text-align: center;
}

.buzz-banner .navbar .navbar-toggle {
    border-color: #333;
    float: none;
}

.buzz-banner .navbar .navbar-toggle .icon-bar {
    background-color: #333;
}

@media (max-width:1600px) {
    .horizontal-navigation .navbar-default li a {
        padding-top: 0;
    }
}

@media (max-width:1000px) {
    .horizontal-navigation.fixed-nav-bar {
        height: 80px;
    }
    .horizontal-navigation ul.nav.navbar-nav {
        display: none;
    }
    .buzz-banner {
        top: 80px;
    }
}

.popup-banner-bottom {
    display: block;
}

@media (max-width:1200px) {
    .horizontal-navigation ul.nav.navbar-nav>li {
        font-size: .895em;
    }
}
@media (max-width:767px) {
    .item-title {
        word-break: break-all;
    }
    .horizontal-navigation-page-title h1 {
        font-size: 3em;
    }
    .popup-banner-bottom {
        display: none;
    }
    .buzz-banner {
        top: 110px;
    }
    .horizontal-navigation .buzz-banner ul, .buzz-banner ul {
        display: block;
    }
    .horizontal-navigation .navbar-default li {
        display: block;
        text-align: center;
    }
    .horizontal-navigation .buzz-banner li:not(:last-of-type):after, .buzz-banner li:not(:last-of-type):after {
        content: '';
    }
    .horizontal-navigation .buzz-banner .navbar .navbar-toggle {
        border: 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    .horizontal-navigation .buzz-banner .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
        margin: 4px auto;
    }
    .horizontal-navigation .buzz-banner .navbar-default li a {
        color: #fff;
    }
    .horizontal-navigation ul.nav.navbar-nav {
        display: block;
    }
    .horizontal-navigation ul.nav.navbar-nav>li {
        width: 100%;
        max-width: 100%;
    }
    .buzz-banner li {
        margin: 0;
        display: block;
    }
    .buzz-banner li:not(:last-of-type):after {
        content: '';
        margin-left: 0;
    }
    .horizontal-navigation-page-title h3.subtitle {
        display: none;
    }
    .horizontal-navigation .main-header-search-container {
        /*display: none;*/
    }
    .horizontal-navigation .dropdown-menu {
        right: 0;
        max-height: 500px;
        overflow: scroll;
    }
    .horizontal-navigation .dropdown-menu li.dropdown-menu-header {
        padding: 5px;
        min-height: auto;
    }
}

.small-color-box-branding {
    width: 100%;
    max-width: 120px;
    height: 120px;
    margin: 0 auto 10px;
}

.large-color-box-branding {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 0 auto 10px;
}

.large-color-box-branding-container .small-color-box-branding + p {
    font-size: 1em;
    max-width: 120px;
}

.large-color-box-branding-container p {
    width: 100%;
    max-width: 200px;
    text-align: left;
}

.btn-primary,
.blue {
    background-color: #1079BF !important;
}

.slider_heading_truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.buzz-header-h1 {
    color: #fff;
    font-size: 4.2em;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    text-shadow: 1px 1px 4px #272a33;
    font-weight: 300;
}

.h2-subtitle {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px 4px #272a33;
}