@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
}
.gold {
    color: #fbb040;
}
/* header */
header {
    background: #3a2b7a;
    background: -webkit-linear-gradient(top, #271b4c 0%, #3a2b7a 100%);
}
.header-logo {
    max-width: 260px;
    display: block;
}
.header-logo img {
    width: 100%;
    display: block;
}
.header-inner-container {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 30px;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.header-items-right {
    display: grid;
    grid-template-columns: 1fr;
}
.header-social-login {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
.login-nav {
    display: inline-block;
    margin-right: 15px;
}
.login-nav a:link, .login-nav a:active, .login-nav a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 0 0;
    text-transform: uppercase;
}
.login-nav a:hover {
    color: #fbb040;
}
.social-icons {
    display: inline-block;
}
.social-icons a:link, .social-icons a:active, .social-icons a:visited {
    color: #fff;
    margin-right: 3px;
    font-size: 20px;
}
.social-icons a:link:last-child {
    margin-right: 0;
}
.social-icons a:hover {
    color: #fbb040;
}
/* search bar */
.header-search-bar .search-container {
    float: right;
    width: 100%;
    margin: 20px 0 0 0;
}
.header-search-bar input[type=text] {
    padding: 6px;
    font-size: 14px;
    border: none;
    width: 80%;
    height: 29px;
}
.header-search-bar .search-container button {
    float: right;
    color: #ccc;
    padding: 6px 10px;
    background: #fff;
    font-size: 14px;
    border: none;
    text-align: right;
    cursor: pointer;
    border-radius: 0;
    width: 20%;
}
.header-search-bar .search-container button:hover {
    background: #ccc;
    color: #fff;
}
/* main content */
.main-content {
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-content-heading h1 {
    font-size: 3vw;
    font-weight: bold;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
.content-and-side {
    display: grid;
    grid-template-columns: auto 300px;
    grid-gap: 40px;
}
.round-table-logo {
    border-bottom: solid 1px #ccc;
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
}
.round-table-logo img {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
/* video section large */
.video-lg-column {
    margin: 0 0 40px 0;
    border-bottom: solid 3px #fbb040;
    padding: 0 0 40px 0;
}
.video-lg {
    margin: 0 0 25px 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.video-lg-column p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
.video-lg-column p:last-child {
    margin: 0 0 0 0;
}
/* presentors */
.presentors-widget {
    margin: 0 0 50px 0;
}
.main-presentor {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: solid 3px #fbb040;
}
.presentors-widget h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.presentors-widget h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.presentors-widget h5 {
    font-size: 13px;
    font-weight: normal;
}
.presentor {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 15px;
}
.presentor-mugshot {}
.presentor-mugshot img {
    width: 100%;
    display: block;
}
/* related videos section */
.related-video-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    grid-gap: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #ccc;
}
.related-video-item a:link, .related-video-item a:active, .related-video-item a:visited {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.related-video-item a:hover {
    color: steelblue;
}
.related-video-thumb {
    width: 100%;
    display: block;
}
.related-video-thumb img {
    width: 100%;
    display: block;
}
/* transcript */
.transcript-widget {
    margin: 30px 0 0 0;
}
.transcript-widget h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.transcript-text {
    padding: 30px;
    border-radius: 3px;
    border: solid 1px #ddd;
    height: 400px;
    overflow-y: scroll;
    background: #efefef
}
.transcript-text p {
    font-size: 13px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
/* footer */
footer {
    padding: 40px 5%;
    width: 100%;
    border-top: solid 1px #ccc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: middle;
    /*  background-color: #efefef; */
}
.footer-copyright-text {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.footer-logo {
    padding: 0;
    margin: 0;
}
.footer-logo img {
    display: block;
    width: 150px;
    float: right;
    text-align: right;
}
/* nav */
nav {
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    *zoom: 1;
    border-bottom: solid 4px #fbb040;
    border-top: solid 1px rgba(255, 255, 255, 0.25);
}
#nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}
.toggleMenu {
    display: none;
    padding: 10px 5%;
    width: 100%;
    text-decoration: none;
    color: white;
}
.toggleMenu:after {
    content: '\2630';
    position: absolute;
    right: 5%;
    color: white;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 9999 !important;
}
.nav a {
    padding: 15px 15px;
    color: white;
    text-decoration: none;
}
.nav li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px rgba(0, 0, 0, 0 1);
    font-size: 16px;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}
.nav li > a:hover {
    background: #fbb040;
    color: #ffffff;
}
.nav li > a:after {
    content: ' \25BE';
}
.nav li > a:only-child:after {
    content: '';
}
.nav li ul {
    position: absolute;
    left: -9999px;
    min-width: 150px;
    width: auto;
    background: #fbb040;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    position: relative;
    color: #ffffff;
    white-space: nowrap;
}
.nav li li a:hover {
    background: rgba(0, 0, 0, 0.15)
}
.nav li li > a:after {
    content: ' \25B8';
    text-align: right;
    right: 15px;
    position: absolute;
}
.nav li li li a {
    background: #fbb040;
}
/*media query -- match in js file*/
@media screen and (max-width: 900px) {
    #nav-container {
        padding: 0 0;
    }
    .active {
        display: block;
    }
    .nav a {
        padding: 15px 5%;
    }
    .nav li a {
        color: #ffffff;
        border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    }
    .nav > li {
        float: none;
        color: red;
        background: #fbb040;
    }
    .nav > li > .parent {}
    .nav li .parent:after {
        content: ' \25BE';
        text-align: right;
        right: 30px;
        position: absolute;
    }
    .nav li li a {
        padding-left: 30px;
    }
    .nav li li li a {
        padding-left: 45px;
    }
    .nav li li .parent:after {
        content: ' \25BE';
        text-align: right;
        right: 30px;
        position: absolute;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }
}
/* ++++++++++++++++++ media queries ++++++++++++++++++ */
@media screen and (max-width: 800px) {
    .main-content-heading h1 {
        font-size: 4.2vw;
    }
    .related-video-item {
        grid-template-columns: 1fr 2fr;
    }
    .related-video-item a:link, .related-video-item a:active, .related-video-item a:visited {
        font-size: 16px;
    }
    .content-and-side {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 600px) {
    .header-inner-container {
        grid-template-columns: 1fr;
        padding: 20px 5%;
    }
    .header-logo {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }
    .header-items-right {
        grid-template-columns: 1fr 150px;
    }
    .header-social-login {
        justify-content: flex-start;
    }
    .header-search-bar .search-container {
        margin: 0 0 0 0;
    }
    .main-content-heading h1 {
        font-size: 5vw;
    }
    .video-lg-column h1 {
        font-size: 24px;
    }
}
/* ads */
.ad-text {
    width: 100%;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    color: #666;
    text-align: center;
}
.top-ad-section {
    background-color: #efefef;
    text-align: center;
}
.ad-desktop {
    display: block !important;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}
.ad-mobile {
    display: none !important;
    padding: 15px 0;
    margin: 0 auto;
}
.sidebar-ad {
    display: block;
    margin: 0px auto;
}
.sidebar-ad img {
    display: block;
    margin: 0px auto;
}
@media screen and (max-width: 800px) {
    .ad-desktop {
        display: none !important;
    }
    .ad-mobile {
        display: block !important;
    }
}
/* THE END*/








/* NEW CLINICAL CASE SERIES STYLES */
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
sup {
    vertical-align: super;
    font-size: 80%;
}
/* All Page Styles */
.main-content-clin-case {
    padding: 30px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.clin_case_series_logo {
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0 0 30px 0;
    display: grid;
    justify-content: center;
}
.clin_case_series_logo a {
    margin: 0 auto;
    padding: 0px 0px;
    display: inline-block;
}
.clin_case_series_logo img {
    max-width: 500px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px;
    display: block;
}
.clin_case_series_tagline {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    letter-spacing: .75px;
    padding: 5px 10px;
    background: white;
    color: #34246f;
    margin-bottom: 1rem;
}
.clin_case_series_tagline-subpage {
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: .75px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc;
}
.light_grey_hr {
    display: block;
    height: 1px;
    width: 100%;
    background: #ccc;
    border: none;
}
/* Landing Page Styles */
.series_description {
    margin: 0px 0px 15px 0px;
    line-height: 1.3;
    padding: 3rem 2rem;
    background-image: url("https://caseseries.advancedpractitioner.com/media/wz3ltp2d/landing_page_versions-lymphoma2-2-side.jpg");
    background-size: 659px;
    background-repeat: no-repeat;
    background-color: #342a6f;
    background-position: right;
}
.series_description p{
    color: white;
    padding: 0;
    margin: 0;
    width: 70%;
}
@media screen and (max-width: 700px){
    .series_description {
        text-align: center;
    }
    .series_description p{
        width: 100%;
    }
}
.all_cases_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    justify-content: center;
    align-content: center;
    justify-content: center;
    padding: 20px 0px 40px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 30px 0px;
}
.case_tile {
    display: grid;
    grid-column: span 2;
    align-content: center;
    background-color: #f2f2f2;
    padding: 25px 25px;
    margin: 0px 0px;
    position: relative;
    text-decoration: none;
    transition: ease-in-out .15s;
    border: 1px solid #b5b5b5;
    height: auto;
}

.case_tile:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
}

@media screen and (max-width: 700px){
    .case_tile:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width: 930px){
    .case_tile {
        align-content: center;
        padding: 25px 25px;
        height: auto;
    }
}

/* NOT USING ANYMORE (as of 05/22/23)
.case_tile::after {
    content: "";
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    transition: ease-in-out .3s;
}
.tile_rfa::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/o11nhjg3/landing_page_image_1-side.jpg");
}
.tile_cll::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/cp1b0een/landing_page_image_2-side.jpg");
}
.tile_myeloid::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/mlsdcwn5/landing_page_image_3-side.jpg")
}
.tile_lymphoma::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/iwyiaeue/landing_page_image_lymphoma-side.jpg")
}
.tile_lymphoma2::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/wz3ltp2d/landing_page_versions-lymphoma2-2-side.jpg")
}
.tile_cll2::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/ye3l1hrv/landing_page_versions-cll2-side2.jpg")
}
.tile_fl::after {
    background-image: url("https://caseseries.advancedpractitioner.com/media/l4qjw5l0/landing_page_versions-fl-side.jpg")
}
*/

.case_tile:hover {
    border: 1px solid white;
    background-color: #34246f;
    text-decoration: none;
    /*padding: 25px;*/
    transition: ease-in-out .15s;
}

/*.case_tile:hover .case_tile_text {*/
/*    transform: scale(105%);*/
/*    transition: ease-in-out .15s;*/
/*}*/

.case_tile:hover .case_tile_text h1 {
    color: white;
    transition: ease-in-out .15s;
}

.case_tile:hover .case_tile_text > .tile_faculty > p  {
    color: white;
    transition: ease-in-out .15s;
}

/*
.case_tile:hover::after {
    opacity: 0.35;
    transition: ease-in-out .3s;
}
*/



.case_tile_text {
    display: grid;
    grid-row-gap: 15px;
    width: 95%;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    text-shadow: none;
    transition: ease-in-out .15s;
}
.case_tile_text h1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #34246f;
    transition: ease-in-out .15s;
}


/* NEW! CCS Tag START */
.case_tile_text h2 {
    display: none;
}


/* swap .tile_XX to whatever needs "NEW" */

/*.tile_23mm1 > .case_tile_text > h2 {*/
/*    display: inline-block !important;*/
/*    color: white;*/
/*    background: #fbaa32;*/
/*    text-align: center;*/
/*    padding: .25rem .5rem;*/
/*    justify-self: flex-start;*/
/*    border-radius: .15rem;*/
/*}*/

.tile_25breast > .case_tile_text h2 {
    display: inline-block !important;
    color: #fbaa32;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.15rem;
    justify-self: center;
    transition: .15s ease-in-out;
}

/* NEW! CCS Tag END */


.tile_faculty {
    display: grid;
    grid-row-gap: 3px;
}
.tile_faculty > h1 {
    display: inline-block;
    margin: 0 auto 5px auto;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #f2f2f2;
    text-transform: uppercase;
    background-color: #fbaa32;
    transition: ease-in-out .15s;
}
.tile_faculty > p {
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #34246f;
    text-transform: uppercase;
    margin: 0;
    transition: ease-in-out .15s;
}
@media screen and (max-width: 700px) {
    .all_cases_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/*
@media screen and (max-width: 930px) {
    .case_tile {
        align-content: flex-end;
        padding: 20px 25px 20px 25px;
        height: 325px;
    }
    .case_tile::after {
        content: "";
        background-position: center top;
        background-size: 100%;
    }
    .tile_rfa::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/rfgbcwa0/landing_page_image_1-top.jpg");
    }
    .tile_cll::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/cazcc0qp/landing_page_image_2-top.jpg");
    }
    .tile_myeloid::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/4ief4a1t/landing_page_image_3-top.jpg")
    }
    .tile_lymphoma::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/bckozqyj/landing_page_image_lymphoma-top.jpg")
    }
    .tile_lymphoma2::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/dagechnh/landing_page_versions-lymphoma2-2-top.jpg")
    }
    .tile_cll2::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/ptsilcp2/landing_page_versions-cll2-top.jpg")
    }
    .tile_fl::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/2hpil4i4/landing_page_versions-fl-top.jpg")
    }
    .case_tile_text {
        width: 100%;
    }
    .case_tile:hover {
        padding: 20px 25px 30px 25px;
        transition: ease-in-out .15s;
    }
}

@media screen and (max-width: 700px) {
    .all_cases_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .case_tile {
        align-content: center;
        padding: 50px 25px;
        height: 240px;
    }
    
    .case_tile:nth-last-child(1):nth-child(odd) {
        grid-column: 1 / span 2;
    }
    
    .case_tile::after {
        content: "";
        background-position: center right;
        background-size: cover;
    }
    .tile_rfa::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/o11nhjg3/landing_page_image_1-side.jpg");
    }
    .tile_cll::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/cp1b0een/landing_page_image_2-side.jpg");
    }
    .tile_myeloid::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/mlsdcwn5/landing_page_image_3-side.jpg")
    }
    .tile_lymphoma::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/iwyiaeue/landing_page_image_lymphoma-side.jpg")
    }
    .tile_lymphoma2::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/wz3ltp2d/landing_page_versions-lymphoma2-2-side.jpg")
    }
    .tile_cll2::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/ye3l1hrv/landing_page_versions-cll2-side2.jpg")
    }
    .tile_fl::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/l4qjw5l0/landing_page_versions-fl-side.jpg")
    }
    .case_tile_text {
        width: 70%;
    }
    .case_tile:hover {
        padding: 50px 25px 50px 35px;
        transition: ease-in-out .15s;
    }
    
}
@media screen and (max-width: 500px) {
    .case_tile {
        align-content: flex-end;
        padding: 20px 25px 20px 25px;
        height: 285px;
    }
    .case_tile::after {
        content: "";
        background-position: center top;
        background-size: 100%;
    }
    .tile_rfa::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/rfgbcwa0/landing_page_image_1-top.jpg");
    }
    .tile_cll::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/cazcc0qp/landing_page_image_2-top.jpg");
    }
    .tile_myeloid::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/4ief4a1t/landing_page_image_3-top.jpg")
    }
    .tile_lymphoma::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/bckozqyj/landing_page_image_lymphoma-top.jpg")
    }
    .tile_lymphoma2::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/dagechnh/landing_page_versions-lymphoma2-2-top.jpg")
    }
    .tile_cll2::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/ptsilcp2/landing_page_versions-cll2-top.jpg")
    }
    .tile_fl::after {
        background-image: url("https://caseseries.advancedpractitioner.com/media/2hpil4i4/landing_page_versions-fl-top.jpg")
    }
    .case_tile_text {
        width: 100%;
    }
    .case_tile:hover {
        padding: 20px 25px 30px 25px;
        transition: ease-in-out .15s;
    }
}
*/

/* Topic Page Styles */
.clin_case_m_content_grid {
    display: grid;
    grid-template-columns: 1fr 302px;
    grid-column-gap: 40px;
    margin: 30px 0px;
}
.clin_case_text_grid {
    display: grid;
    grid-row-gap: 20px;
    align-items: flex-start;
    align-content: flex-start;
    align-self: flex-start;
    width: 100%;
    position:relative;
}
.clin_case_text_grid > h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 0 0;
    line-height: 1.2;
}
.clin_case_text_grid > ol {
    margin: 0 0 0 0;
    margin: 0px 0px 0px 20px;
    list-style-position: outside;
}
.clin_case_text_grid > ol > li {
    list-style-type: decimal;
    margin: 0px 0px 3px 0px;
    line-height: 1.4;
}
.clin_case_top_copy {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 0;
}
.clin_case_top_copy > p {
    margin: 0 0 15px 0;
}
.clin_case_top_copy > ol {
    margin: 0 0 0 0;
    margin: 0px 0px 0px 20px;
    list-style-position: outside;
}
.clin_case_top_copy > ol > li {
    list-style-type: decimal;
    margin: 0px 0px 3px 0px;
    line-height: 1.4;
}
.clin_case_top_copy a {
    color: #fbb040;
    text-decoration: none;
    font-weight: bold;
    transition: .25s;
}
.clin_case_top_copy a:hover {
    color: #332470;
    text-decoration: none;
    font-weight: bold;
    transition: .25s;
}
.clin_case_text_grid > .button_bttn_wrapper {
    display: grid;
    justify-content: flex-start;
}
button.rounded_yellow_bttn {
    display: inline-block;
    justify-self: flex-start;
    background: #fbb040;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    transition: .15s;
    cursor: pointer;
}
button.rounded_yellow_bttn:hover {
    background: #3a2b7a;
    transition: .15s;
}
.download_btn_link {
    text-decoration: none;
}
@media screen and (max-width: 800px) {
    .clin_case_m_content_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    .clin_case_text_grid > .button_bttn_wrapper {
        justify-content: center;
    }
    button.rounded_yellow_bttn {
        justify-self: center;
    }
}
@media screen and (max-width: 450px) {
    .main-content-clin-case {
        padding: 30px 2%;
    }
    .clin_case_text_grid {
        padding: 0px 15px;
    }
}
/* Tabs Styles */
.tab_wrapper {
    margin: 30px 0px 30px 0px;
}
.tab {
    overflow: hidden;
    border: 1px solid #b5b5b5;
    border-bottom: none;
    display: grid;
}
.three_tab {
    grid-template-columns: 1fr 1fr 1fr;
}
.four_tab {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: #cccccc;
    border: none;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    margin: 0px 0px 0px 0px;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    border-radius: 0px;
    height: 100%;
    display: grid;
    align-items: center;
}
.tab button:last-child {
    border-right: none;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #b5b5b5;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #f2f2f2;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}
/* Tabs Content Styles */
.tabcontent {
    display: none;
    padding: 30px;
    border: 1px solid #b5b5b5;
    border-top: none;
    background: #f2f2f2;
    width: 100%;
}
.tab-figure-description {
    width: 100%;
    background: #f1f1f1;
    display: block;
    padding: 30px;
}
.tabcontent h3 {
    color: darkblue;
    text-align: center;
    font-size: 24px;
}
.tabcontent p {
    color: black;
}
.tabcontent p:last-child {
    margin-bottom: 0;
}
.tabcontent img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.active-block {
    display: block;
}
.video_wrapper {
    display: block;
    margin: 0px auto 25px auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 920px;
}
.tabcontent button {
    display: block;
    margin: 20px auto 0px auto;
}
.caseStudy_content_grid {
    display: grid;
    /*grid-template-columns: 4fr 2fr;*/
    grid-template-columns: 1fr 350px;
    grid-column-gap: 30px;
}

.caseStudy_content_grid > *{
    min-width: 0;
}

.caseStudy_text_col {
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
.caseStudy_text_col  h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.caseStudy_text_col  h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.caseStudy_text_col  h2.references{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .5px;
    border-top: 2px solid #b5b5b5;
    padding: 15px 0 0 0;
    margin: 30px 0 10px 0;
}

.reference_url{
    word-wrap: anywhere;
    overflow-wrap: anywhere;
}

.caseStudy_text_col  p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px 0px 15px 0px;
}
.caseStudy_text_col  ul {
    font-size: 16px;
    line-height: 1.5;
    margin: 0px 0px 15px 20px;
    list-style-position: outside;
}
.caseStudy_text_col  ul > li {
    list-style-type: disc;
    margin: 0px 0px 3px 0px;
}
.caseStudy_text_col  ol {
    font-size: 16px;
    line-height: 1.5;
    margin: 0px 0px 15px 20px;
    list-style: inherit;
}
.caseStudy_text_col  ol > li {
    list-style-type: decimal;
    margin: 0px 0px 3px 0px;
}
.caseStudy_table {
    width: auto;
    text-align: left;
    margin: 0px 0px 15px 0px;
    background: white;
    border: 1px solid #ccc;
}
.caseStudy_table th {
    background: #34246f;
    color: white;
    padding: 8px 8px;
    border: 1px solid #34246f;
}
.caseStudy_table td {
    /*    border-bottom: 1px solid #cccccc;*/
    padding: 8px 8px;
}
.caseStudy_table tr td hr {
    background: #cccccc;
    border: none;
    padding: 0px 8px;
    height: 1px;
}
.caseStudy_table:last-child > tr > td {
    border-bottom: none;
    padding: 5px 8px;
}
.text-wrap-table{
    display: block;
    float: right;
    margin: 0 0 .5rem 1rem;
}
.hscroll{
    display:inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    overflow-x: auto;
    scrollbar-color: #34246f #fafafa;
    scrollbar-width: thin;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) calc(20px * 2)), radial-gradient(farthest-side at 0 0%, rgba(34,34,34, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) calc(20px * 2)), radial-gradient(farthest-side at 100% 50%, rgba(34,34,34, 0.15), rgba(255, 255, 255, 0)) 100%;
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
    background-size: 100% 100%, 20px 200%, 100% 100%, 20px 200%;
}
.hscroll > .caseStudy_table{
    background: none;
    margin: 0; 
    width: 700px;
}

/*@media screen and (max-width: 1135px) {*/
/*    .hscroll{*/
/*        width: 500px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1030px) {*/
/*    .hscroll{*/
/*        width: 380px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 885px) {*/
/*    .hscroll{*/
/*        width: 600px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 760px) {*/
/*    .hscroll{*/
/*        width: 450px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 610px) {*/
/*    .hscroll{*/
/*        width: 350px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 515px) {*/
/*    .hscroll{*/
/*        width: 250px;*/
/*    }*/
/*}*/
.survey_col {
    display: inline-block;
    width: 100%;
    /*max-width: 600px;*/
    min-width: 250px;
    background: white;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.survey_col .qp_bo {
    margin-bottom: 0px !important;
}
.survey_col #qp_main4069115 .qp_btna:hover input {
    background: #34246f !important;
}

.survey_col .fcol{
    mix-blend-mode: initial;
}
@media screen and (max-width: 1085px) {
    /*.caseStudy_content_grid {*/
    /*    grid-template-columns: 3fr 2fr;*/
    /*}*/
}
@media screen and (max-width: 1000px) {
    .table_small_text {
        font-size: 14px;
    }
    .caseStudy_table td {
        padding: 8px 5px;
    }
}
@media screen and (max-width: 950px) {
    .text-wrap-table{
        float: none;
        margin: 0; 
    }
}
@media screen and (max-width: 900px) {
    .caseStudy_content_grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .survery_col {
        margin: 20px auto;
        min-width: 100%;
    }
    .table_small_text {
        font-size: 16px;
    }
    .caseStudy_table td {
        padding: 8px 8px;
    }
    .text-wrap-table{
        float: right;
        margin: 0 0 .5rem 1rem; 
    }
}
@media screen and (max-width: 660px) {
    .text-wrap-table{
        float: none;
        margin: 0; 
    }
}
/* Meet the Faculty Styles */
.meet_the_faculty_container2 {
    display: grid;
    grid-row-gap: 25px;
    margin: 40px 0px
}
.fac_title_div {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-column-gap: 10px;
    align-items: center;
}
.fac_title_div > hr.fac_title_hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #fbb040;
    border: none;
}
.fac_title_div p {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.fac_pic_name_desc2 {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
    align-items: center;
    margin: -8px 0px 0px 0px;
}

/*
.fac_pic_name_desc2-NEW {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
    align-items: center;
    margin: -8px 0px 0px 0px;
    border-bottom: 2px solid #fbb040;
    padding-bottom: 25px;
}
*/

.fac_pic_name {
    display: grid;
    grid-template-columns: 100px auto;
    grid-column-gap: 20px;
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #ccc;
    align-items: center;
    height: 100%;
}
.meet_the_faculty_container2 img {
    width: 100%;
    max-width: 100px;
}
.fac_name_titles {
    display: grid;
    grid-row-gap: 5px;
    max-width: 350px;
}
.fac_name_titles > h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.fac_name_titles > h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
.fac_name_titles > p {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2;
    margin: 0px 0px;
}
.fac_pic_name_desc > hr.meet_fac_hr {
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    border: none;
}
.fac_bio {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
}
.fac_bio > p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0px 0px 0.75rem 0px;
}

.fac_bio > p:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
    .fac_name_titles {
        max-width: 225px;
    }
}
@media screen and (max-width: 900px) {
    .fac_pic_name_desc2 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-row-gap: 20px;
        align-items: center;
        margin: -8px 0px 0px 0px;
    }
    .fac_pic_name {
        display: grid;
        grid-template-columns: 100px auto;
        grid-column-gap: 20px;
        padding: 0px 0px 20px 0px;
        border-right: none;
        border-bottom: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    /*
    .fac_pic_name {
        display: grid;
        grid-template-columns: 100px auto;
        grid-column-gap: 20px;
        padding: 0px 0px 10px 0px;
        border-right: none;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    */
    
    .fac_name_titles {
        max-width: max-content;
    }
}
@media screen and (max-width: 450px) {
    .meet_the_faculty_container2 {
        padding: 0px 15px;
    }
    .fac_pic_name {
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 20px;
        padding: 0px 0px 20px 0px;
        border-right: none;
        border-bottom: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .fac_pic_name img {
        display: grid;
        align-items: center;
        justify-self: center;
        justify-content: center;
    }
    .fac_name_titles {
        margin: 0px;
        padding: 0px;
        max-width: max-content;
        text-align: center;
    }
}
/* Meet the Faculty V2 Styles */
.button_bttn_wrapper {
    display: grid;
    justify-content: center;
}
.bottom_ad_section {
    display: block;
    margin: 30px auto 0px auto;
}
/* Check Back Styles */
.check_back_container {
    display: block;
    align-content: center;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 19px;
}
/*.check_back_container p:nth-child(1) {*/
/*    font-size: 19px;*/
/*    font-weight: bold;*/
/*    line-height: 1.3;*/
/*    margin-bottom: 10px;*/
/*    padding: 0px 0px;*/
/*}*/
/*.check_back_container p:nth-child(2) {*/
/*    font-size: 17px;*/
/*    font-weight: normal;*/
/*    line-height: 1.3;*/
/*    margin-top: 8px;*/
/*}*/
.check_back_container p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 8px;
}
.check_back_container a {
    color: #fbb040;
    text-decoration: none;
    font-weight: bold;
    transition: .25s;
}
.check_back_container a:hover {
    color: #332470;
    text-decoration: none;
    font-weight: bold;
    transition: .25s;
}
@media screen and (max-width: 930px) {
    .check_back_br {
        display: none;
    }
}

   
   

    
.res-item-name{
    line-height: 1.5 !important;
}

button.pre_more_cases_btn{
    color: black;
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    left: 200px;
    background: #f2f2f2;
    min-width: 180px;
    border: 1px solid #b5b5b5;
    font-weight: bold;
}

button.post_more_cases_btn, button.post-quiz-btn{
    color: black;
    padding: 20px 25px;
    background: #f2f2f2;
    min-width: 180px;
    border: 1px solid #b5b5b5;
    font-weight: bold;
    margin-top: 1rem;
}

button.post_more_cases_btn:hover, button.pre_more_cases_btn:hover, button.post-quiz-btn{
    color: white;
    border: 1px solid #3a2b7a;
}

@media screen and (max-width: 800px) {
    button.post_more_cases_btn, button.pre_more_cases_btn, button.post-quiz-btn{
        position: inherit;
        margin: 15px auto 0px auto;
        display: block;
    }
}

.quiz-container .qp_bo .qp_btn{
    max-width: 100%;
}ne