@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,500i,700,700i,900,900i&display=swap');

body {
  background-color: #fff;
}
:root {
  --search-primary: #007391;
  --search-secondary: #8e8c84;
}

a {
  color: #3e3f3a;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
em {
  font-family: sans-serif;
}
nav.navbar form button.btn-secondary {
  background: #e83e8c;
}
.badge-primary {
  background-color: #007391;
}
/***Navbar styles*****/
.navbar.navbar-light {
  background-color: white;
}
.homepage-section--link {
  font-size: 0.8rem;
  font-weight: bold;
  color: #007391 !important;
}
.homepage-section--title-main{
  color: #007391;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
}
.slider-section .tile__title {
  font-weight: 600 !important;
  margin-top: 0.25rem;
}

.slider-section .vid-slider {
  max-width: unset !important;
}
.top-article-group--container,
.home .article-group--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.top-article-group,
.home .article-group {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    margin: 1rem;
    width: calc(50% - 2rem);
    background: #fff;
    min-width: 280px;
    transition: all 0.1s ease-out;
    position: relative;
    overflow: hidden;
}

/* .home .article-group:hover .article-group--body h2,
.home .article-group--body p {
    color: initial;
} */

.home .article-group:nth-of-type(1) {
    width: 100%;
}

.home .article-group:nth-of-type(1) figure {
    min-width: 250px;
}

.home .article-group:nth-of-type(1) figure img {
    width: 250px;
    border-radius: 10% !important;
}
.home .article-group:nth-of-type(1) .article-group--summary {
  display: block;
}
.home .article-group figure {
  border-radius: 0;
  margin-bottom: 0;
  min-width: 130px;
}

.home .article-group figure img {
  height: 100%;
  width: 130px;
  object-fit: cover;
}

.home .article-group--body {
  padding-left: 1rem;
  /* border-bottom: 5px solid #2780E3; */
}




.article-group--summary {
  border-radius: 0 0 0 10px;
  min-width: 320px;
  transition: all 0.1s ease-out;
  border-top: 1px solid #eee;
  position: relative;
  overflow: hidden;
  padding-right: 4rem;
}

.article-group--body:hover{
  color:blue !important;
}
.article-group:nth-of-type(1):hover .article-group--body{
  color:blue !important;
}
.article-group:nth-of-type(n):hover .article-group--body{
  color:green !important;
}

.top-article-group:nth-of-type(1) {
  width: 100%;
  border-radius: 25px 0 0 0;
}

.top-article-group:nth-of-type(1) figure img {
  width: 225px;
  border-radius: 10% 0 0 0;
}

.top-article-group:nth-of-type(1) .article-group--body h2 {
  font-size: 1.4rem;
}

.top-article-group:nth-of-type(1) .article-group--summary {
  display: block;
}

.top-article-group figure {
  border-radius: 10% 0 0 0;
  margin-bottom: 0;
}

.top-article-group figure img {
  height: 100%;
  width: 130px;
  border-radius: 0 0 0 10%;
  object-fit: cover;
}

.top-article-group--body {
  padding-left: 1rem;
  /* border-bottom: 5px solid #2780E3; */
}

.top-article-group--body h2 {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 15px;
  padding-right: 0.5rem;
  color: #000;
}

.top-article-group:nth-of-type(1) .top-article-group--body h2 {
  font-size: 22px;
}

.top-article-group--summary {
  font-size: 1rem;
  display: none;
}

/* latst-updates above */
.toolkits {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home .article-group figure {
  border-radius: 0;
  margin-bottom: 0;
  min-width: 130px;
}

.home .article-group figure img {
  height: 100%;
  width: 130px;
  object-fit: cover;
}

.home .article-group--body {
  padding-left: 1rem;
  /* border-bottom: 5px solid #2780E3; */
}

.home .article-group--body h2 {
  font-weight: bold;
  /* margin-top: 1rem; */
  font-size: 1.1rem;
  padding-right: 6.5rem;
  color: #16265e;
}

/* .home .article-group:hover .article-group--body h2,
.home .article-group--body h2 :hover {
  color: #8e8c84;
} */
.toolkits .toolkit {
  width: calc(33% - 2rem);

  margin: 1rem;
}
.tumor-board p {
  margin-bottom: 0;
}

.navbar.bg-primary {
  z-index: 2000;
  background: #007391 !important;
}
a.nav-link {
  font-size: 0.8rem !important;
}
a.dropdown-item {
  font-size: 0.8rem !important;
}
#related_dropdown > .dropdown > .dropdown-menu.show {
  margin-top: 35px !important;
}
.list-group-item:not(.active) {
  padding: 0.5rem 1.25rem;
}
/******Footer*****/
.side-footer {
  padding: 1rem;
  background: #eee;
  position: sticky;
  top: 90px;
}
.side-footer ul {
  padding-left: 0;
}
.side-footer ul li {
  list-style-type: none;
  text-decoration: underline;
}
.side-footer ul li a {
  color: black;
}
.side-footer p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: rgb(170, 170, 170);
}

/*******=Card base styles**********/
.card {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.45);
  margin-bottom: 30px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
}

.middleCol {
  max-width: none !important;
}

.middleCol h1:first-child {
  color: rgb(22, 53, 127);
  /* color: #007391; */
}
.card .card-title.h5 {
  color: rgb(22, 53, 127);
}
.card .card-text {
  color: black;
  font-size: 1rem;
}

.grid-container .content-card.card {
  box-shadow: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(204, 204, 204);
  flex-direction: row;
}

.grid-container .content-card.card > a {
  width: 35%;
}

.grid-container .content-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.grid-container .content-card .card-body {
  width: 100%;
  padding: 0 1rem;
}
.grid-container .card .card-mainTitle {
  font-size: 30px;
  font-weight: bold;
  color: #3bcbb7;
}
.grid-container .card .card-title.h5 {
  color: #3e3f3a;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.grid-container .card .card-subtext,
.grid-container .content-card p.card-text {
  max-width: 100%;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e3f3a;
}

.block-card {
  min-height: 270px;
  position: relative;
}
.block-card .card-img-top {
  max-height: 150px !important;
}
.block-card .card-body {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.block-card .card-body button.btn-secondary {
  position: absolute;
  bottom: -28px;
  margin: 10px 25px;
}
.journal-queue .col {
  width: 560px;
}
.journal-queue .card-img-top {
  min-height: 250px !important;
  min-width: 180px !important;
}
#vid-slider .tile__img {
  object-fit: contain !important;
}
/* first card will display more info */

.grid-container div[counter='0'] div.content-card.card {
  flex-direction: column !important;
  /* border-bottom: 5px solid #007391; */
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  /* margin-bottom: 2rem; */
}
/* .grid-container div[counter='0'] .content-card.card > a, */
.grid-container div[counter='1'] .content-card.card > a,
.grid-container div[counter='2'] .content-card.card > a {
  width: 100%;
  margin: 0 0 1rem 0;
}
.grid-container div[counter='0'] .content-card.card > a img,
.grid-container div[counter='1'] .content-card.card > a img,
.grid-container div[counter='2'] .content-card.card > a img {
  width: 100%;
  object-fit: cover;
}
.grid-container div[counter='0'] div.content-card.card .card-title.h5 {
  font-size: 1.5rem;
}
.grid-container div[counter='0'] div.content-card.card .card-img-top {
  width: 100%;
  /* max-height: 300px;
  min-height: 275px; */
  padding: 0;
  transition: all 10s ease-in-out;
}
.grid-container div[counter='0'] div.content-card.card p.card-text {
  display: block;
  margin-top: 0.75rem;
}

.grid-container div[counter='1'] {
  display: inline-flex !important;
  width: 48%;
  margin-right: 4%;
}
.grid-container div[counter='1'] div.content-card.card {
  flex-direction: column !important;
  border-bottom: none;
  margin-bottom: 2rem;
}
.grid-container div[counter='1'] div.content-card.card .card-title.h5 {
  font-size: 1.5rem;
}
.grid-container div[counter='1'] div.content-card.card .card-img-top {
  width: 100%;
  /* max-height: 300px; */
  padding: 0;
}

.grid-container div[counter='1'] div.content-card.card p.card-text {
  display: block;
  margin-top: 0.75rem;
}

.grid-container div[counter='2'] {
  display: inline-flex !important;
  width: 48%;
}
.grid-container div[counter='2'] div.content-card.card {
  flex-direction: column !important;
  border-bottom: none;
  margin-bottom: 2rem;
}
.grid-container div[counter='2'] div.content-card.card .card-title.h5 {
  font-size: 1.5rem;
}
.grid-container div[counter='2'] div.content-card.card .card-img-top {
  width: 100%;
  /* max-height: 300px; */
  padding: 0;
}
.grid-container div[counter='2'] div.content-card.card p.card-text {
  display: block;
  margin-top: 0.75rem;
}
.grid-container div[counter='3'] div.content-card.card {
  border-top: 1px solid rgb(204, 204, 204);
  padding-top: 1rem;
}

@media screen and (max-width: 968px) {
  .grid-container div[counter='1'],
  .grid-container div[counter='2'] {
    display: inline-flex !important;
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.youtube {
  width: 100%;
}
.top-nav-secondary {
  background: rgb(22, 53, 127);
}
.top-nav-secondary .container {
  position: relative;
  z-index: 99;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 5px 15px 2px;
  color: white;
  flex-wrap: wrap;
}

.top-nav-secondary img {
  height: 30px;
  margin-bottom: 3px;
}
.top-nav-secondary ul {
  margin-bottom: 0;
}
.top-nav-secondary p {
  color: rgb(22, 53, 127);
  margin-bottom: 0;
}
.top-nav-secondary ul li {
  display: inline-block;
  margin-right: 2rem;
  color: white;
  font-size: 0.9rem;
}

.top-nav-secondary ul li a {
  color: white;
}

.top-nav-secondary ul li:last-child {
  margin-right: 0;
}
.top-nav-secondary .fetch-conferences-logo {
  height: 40px;
  width: 70px;
  /* background: url('fetchTransparent.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.3rem;
}

.contentDeck .card-body .card-subtitle {
  margin-bottom: 0.3rem;
}
.queue-card .card-body .card-subtitle a {
  color: #808080;
}
.queue-card .card-img-top {
  padding: 5px;
}
.partners-page .media > a {
  max-width: 25%;
}
.partners-page .media .article-category {
  background: var(--primary) !important;
}
@media screen and (max-width: 1199px) {
  #navbar-top {
    display: none;
  }
  .top-nav-secondary {
    justify-content: center;
  }
  .top-nav-secondary ul li {
    font-size: 0.9rem;
    margin-right: 1rem;
  }
  .top-nav-secondary .fetch-conferences-logo {
    height: 45px;
    width: 100%;
    /* background: url('fetch-logo.png'); */
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center center;
  }
  .top-nav-secondary {
    background: white;
  }
  .top-nav-secondary ul li a {
    color: rgb(22, 53, 127);
    font-weight: bold;
    font-size: 0.8rem;
  }
  .top-nav-secondary ul {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding: 0.25rem 0;
    display: flex;
    justify-content: space-around;
  }

  .top-nav-secondary ul li {
    margin-right: 0 !important;
  }
}

.navbar:first-child {
  padding: 0;
}
/*****Navbar End*********/

.conf-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .AD728x90 {
    height: 50px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
  }
  .col-sm-12 {
    flex-basis: 100%;
  }
  .side-footer {
    display: none;
  }
}

@media (min-width: 768px) {
  .AD728x90 {
    width: 728px;
    height: 90px;
    margin: 10px auto;
    overflow: hidden;
  }
}
.AD300x250 {
  width: 300px;
  margin: 0px auto 10px auto;
}

.AD300x50 {
  width: 320px;
  height: 50px;
  margin: 0px auto 10px auto;
}

@media screen and (min-width: 1200px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    margin: 10px auto;
  }
  /* .middleCol .video-detail {
    max-width: 625px;
  } */
}
@media screen and (max-width: 1199px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    display: none;
  }
}

.middleCol {
  /* max-width: 835px !important; */
  margin-bottom: 10px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .middleCol {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) and (min-width: 692px) {
  .middleCol {
    width: 620px;
    max-width: 100%;
  }
}
.middleCol h1:first-child {
  color: #af1e23;
}
.rightCol {
  flex: 0 0 300px;
  padding: 0px;
  margin: 10px auto;
}
.normalCard {
  margin-bottom: 30px;
}
.longCard {
  margin-bottom: 30px;
}
/*******=Card base styles**********/
.card {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.45);
  margin-bottom: 30px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
}
.breadcrumb {
  background-color: #fff !important;
  margin-bottom: 0;
}
.middleCol h1:first-child {
  /* color: rgb(22, 53, 127); */
  color: #007391;

}
.card .card-title.h5 {
  color: rgb(22, 53, 127);
}
.card .card-text {
  color: black;
  font-size: 1rem;
}
.video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
  height: 550px !important;
}

@media screen and (max-width: 768px) {
  .home .article-group:nth-of-type(1) {
    width: 90%;
}
.home .article-group:nth-of-type(1) .article-group--summary {
    display: none;
}
.home .article-group:nth-of-type(1) figure {
    min-width: 130px;
}
.home .article-group:nth-of-type(1) figure img {
    width: 130px;
}
.home .article-group:nth-of-type(1) .article-group--body h2 {
    font-size: 1rem;
}
.home .article-group figure {
    min-width: 130px;
}
  .video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
    height: 325px !important;
  }
  .partners-page .media > a {
    max-width: initial;
  }
  .prostate-card {
    width: 100%;
    text-align: center;
    background: #d9eef6;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 15px;
  }
}

.infinite-scroll-component {
  padding: 2px;
}
.list-group-item.active {
  background-color: #007391;
  color: white;
}
.list-group {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.45);
}

/*******Taxonomy Card**********/
.taxonomy-card {
  border: 0;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #007391;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2) !important;
}
.author-info .taxonomy-card {
  box-shadow: none;
}
.taxonomy-card .taxonomy-icon {
  transform: translateY(-50%) translateX(10px) !important;
}
.taxonomy-card.card:hover .taxonomy-icon {
  transform: translateY(-50%) translateX(5px) scale(1.25) rotate(-180deg) !important;
}
.author-info .taxonomy-card .row .col:first-child {
  flex-basis: 30%;

  display: flex;
  align-items: flex-start;
}
.author-info .taxonomy-card .row .col:last-child {
  flex-basis: 70%;
}
.card-listing .taxonomy-card {
  background: rgb(248, 248, 248);
  box-shadow: none;
}

.taxonomy-card .card-title {
  color: rgb(22, 53, 127);
  margin-bottom: 0;
}
.taxonomy-card .card-img-top {
  width: 100%;
  height: auto;
}
/*******Queue Card**********/
.queue-card {
  width: 100%;
}
.queue-card .card-img-top {
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 251px;
  min-width: 180px;
}

/***********Video Listing Page ***************/

#video-listing .card a {
  position: relative;
}
.nav-item img:not(.mobile-logo) {
  height: 50px !important;
  margin: 10px 0;
  width: auto;
}
#video-listing .card > a::after {
  content: '';
  width: 50px;
  height: 50px;
  background: url('./play-circle-regular.svg');
  fill: red;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/******Footer*****/
.side-footer {
  padding: 1rem;
  background: #eee;
}
.side-footer ul {
  padding-left: 0;
}
.side-footer ul li {
  list-style-type: none;
  text-decoration: underline;
}
.side-footer ul li a {
  color: black;
}
.side-footer p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: rgb(170, 170, 170);
}

.block-content p,
.block-content ul,
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6,
.block-content form,
.block-content .audio,
.block-content .progress-container {
  line-height: 1.6;
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
}
.block-content a {
  word-break: break-word;
}
.block-content blockquote {
  margin: 0 10% 1rem;
  font-style: italic;
  text-align: center;
  padding: 3rem 0;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 400 300'><polygon opacity='0.15' fill='currentColor' points='184,40 108,150 166,150 166,300 0,300 16,139 103,40'/><polygon opacity='0.15' fill='currentColor' points='216,260 292,150 234,150 234,0 400,0 384,161 297,260'/></svg>");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px 50px;
}
.block-content blockquote a {
  background: #eee;
  color: rgb(155, 155, 155);
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.2rem;
}

.block-content h2 {
  font-size: 1.5rem;
}
.block-content h3 {
  font-size: 1.25rem;
}
.block-content h4 {
  font-size: 1rem;
}
.block-content ul {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .react-share__ShareButton {
    margin-right: 1rem;
  }
  div.content-card {
    flex-direction: column !important;
  }
  div.content-card > a {
    margin-bottom: 0.5rem;
  }
  .grid-container .content-card .card-img-top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-card .card-body > .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .taxonomy-card .card-body > .row > .col {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.taxonomy-card .card-img-top {
  border-radius: 10px;
}
.taxonomy-card .details-wrapper .company-wrapper {
  width: 100%;
}
.taxonomy-card .details-wrapper .address-wrapper {
  width: 100%;
}
.list-group-item {
  border: none;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input.form-control {
  border-radius: 0;
}
#related_button {
  float: right;
}
@media screen and (min-width: 991px) {
  .dropdown-menu {
    z-index: 1021;
    max-height: 80vh;
    overflow: auto;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(20, 13, 13, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}

/***************Sidebar *************/
@media only screen and (min-width: 992px) {
  .sidebar {
    max-width: 50%;
    float: right;
  }
}

/****** Article Detail ********/
.block-content {
  width: 100%;
}
@media screen and (max-width: 492px) {
  .video-detail .block-content figure {
    /* margin: 0 -15px; */
    width: 100vw;
  }
  .video-detail .block-content figure img {
    /* width: 100vw; */
    margin: 0 0px;
  }
}

/****** Subscribe Page ********/

.links-section a {
  font-size: 20px;
  color: rgb(22, 53, 127);
}

.links-section a:hover {
  color: red;
}

.links-section .right-arrow {
  margin-right: 10px;
  color: rgb(22, 53, 127);
}
img.card-img-top[src^='/cancernetwork-primary'] {
  object-fit: contain !important;
  padding: 1rem !important;
}

.breadcrumb .breadcrumb-item a {
  color: #007391;
  font-size: 12px;
}
.dropdown-item {
  color: #8e8c84;
}
/* Carousel Feature */

.carousel-item img {
  padding-left: 0 !important;

  max-height: 500px !important;
  min-height: 500px !important;
}
.carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: #007391;
  bottom: 0;
  left: 0;
}
section.toolkit-feature .carousel-caption {
  background: linear-gradient(90deg, black, transparent);
  margin-top: 0;
  height: 100% !important;
  width: 50% !important;
}
section.toolkit-feature .carousel-caption a h3 {
  color: white !important;
  font-weight: 600;
  font-size: 1.8rem;
}
section.toolkit-feature .carousel-caption p {
  color: white !important;
  font-size: 1.4rem;
}
.carousel-caption {
  padding-right: 0 !important;
  margin-top: calc(500px - 225px);
  background: rgba(255, 255, 255, 0.6);
  height: 215px !important;
  bottom: 5px;
  width: 100%;
  left: 0 !important;
}
.carousel-caption a {
  padding: 0 8%;
}
.carousel-caption a p,
.carousel-caption a h3 {
  text-align: left;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 999;
}
.carousel-caption h3,
.carousel-caption p {
  color: #3e3f3a !important;
}
.carousel-item {
  background: #eee !important;
}
@media screen and (max-width: 968px) {
  section.toolkit-feature .carousel-caption a h3 {
    font-size: 1.4rem;
  }
  section.toolkit-feature .carousel-caption p {
    font-size: 1.2rem;
  }
  section.toolkit-feature .carousel-caption {
    width: 75% !important;
  }
}

div.media-body p.card-text {
  display: none !important;
}
@media screen and (min-width: 961px) {
  .carousel-caption h3 {
    font-size: 1.6em;
  }
  .carousel-caption p {
    font-size: 1.2em;
  }
}

.hero-card {
  padding: 1em;
}

.hero-card .card-header {
  background-color: #35393b;
  color: #fff;
  border-bottom: 0;
}

.hero-card .card-footer {
  background-color: #1f7887;
  color: #fff;
  border-top: 0;
}

.hero-card .card-img {
  border-radius: unset;
  object-fit: cover;
}

.brightcove {
  position: relative;
  padding: 0 0 56.25% 0;
}
.brightcove video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.popup-video-player .video-js {
  width: 50vw !important;
  height: 50vh !important;
  border-radius: 10px;
}
@media screen and (max-width: 580px) {
  .popup-video-player .video-js {
    height: 40vh !important;
    width: 90vw !important;
  }
}
.popup-video-container {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 10px;
}
.popup-video-container button {
  float: right;
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.video-detail .brightcove .video-js {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: unset !important;
}

.block-content a {
  color: blue;
  text-decoration: underline;
}

.navbar {
  z-index: 2000;
}
@media screen and (max-width: 992px) {
  .media a img {
    width: 100% !important;
  }
  div.media {
    flex-direction: column !important;
  }
  div.media > a {
    margin-bottom: 0.5rem;
    /* display: none; */
  }
}
/*Responsive IFrame*/
.viewFrame {
  width: 100%;
  overflow: none;
}
@media screen and (min-width: 968px) {
  .viewFrame {
    height: 8000px;
  }
}
@media screen and (min-width: 584px) and (max-width: 967px) {
  .viewFrame {
    height: 9000px;
  }
}
@media screen and (width: 768px) and (height: 1024px) {
  .viewFrame {
    height: 11000px;
  }
}
@media screen and (min-width: 401px) and (max-width: 583px) {
  .viewFrame {
    height: 11000px;
  }
}
@media screen and (min-width: 331px) and (max-width: 400px) {
  .viewFrame {
    height: 12500px;
  }
}
@media screen and (min-width: 296px) and (max-width: 330px) {
  .viewFrame {
    height: 14500px;
  }
}

hr.article-seperater {
  height: 2px;
  margin-bottom: 45px;
  background: #007391;
}

.breadcrumb {
  border: none !important;
}

/* brightcove video detail */
/* 
.brightcove .video-js {
  float: none;
  width: 100%;
  height: 385px;
  margin-bottom: 1.5rem;
} */
/* @media screen and (max-width: 1399px) {
  .brightcove .video-js {
    height: 360px;
  }
}
@media screen and (max-width: 495px) {
  .brightcove .video-js {
    height: 255px;
  }
} */

/* STATIC PAGES STYLING */

.tp-link:hover,
.tp-link {
  color: #007391 !important;
}

.tp-underline {
  text-decoration: underline;
}

.tp-para,
.tp-ul {
  line-height: 1.6;
  word-break: break-word;
  font-family: Roboto, sans-serif;
}

.floater ul.tp-ul li {
  display: inline;
}

.floater ul.tp-ul {
  display: inline;
  padding-inline-start: 0;
}

.hide-content .floater ul.tp-ul,
ul.tp-ul.open-text {
  display: block;
  padding-inline-start: 40px;
}
.hide-content .floater ul.tp-ul li {
  display: list-item;
}
.floater ul.tp-ul.open-text li {
  display: list-item;
}

.hide-content span.tp-heading,
.hide-content ul.tp-ul,
.hide-content span.tp-para,
.tp-para.open-text,
.tp-ul.open-text,
.tp-heading.open-text {
  display: block;
  margin-bottom: 1rem;
}

.floater span.tp-heading {
  color: #007391;
  font-weight: bold;
  font-size: 14pt;
  line-height: 1.3;
}

/* .floater span.tp-heading, */
.floater span.tp-para,
.floater ul.tp-ul li {
  font-size: 14pt;
  line-height: 1.3;
}

.floater span.tp-para.open-text,
.floater ul.tp-ul.open-text li {
  font-size: 14pt;
  line-height: 1.6;
}

.hide-content .floater span.tp-heading,
.hide-content .floater span.tp-para,
.hide-content .floater ul.tp-ul li {
  font-size: 14pt;
  line-height: 1.6;
}

.tp-banner {
  margin-bottom: 15px;
}
.tp-heading {
  font-size: 1.5rem;
}
.consortium-deck-detail a[class^='ConsortiumInternalCard'] {
  width: calc(50% - 2rem);
}

/* constortium page */
.resources_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.resources_card {
  margin: 1rem;
  width: calc(33% - 1.89rem);
  min-width: 230px;
  flex: 1 1 auto;
  display: inline-flex;
  flex-direction: column;
  border-right: 1px solid #a4a4a575;
}
.external-card--img {
  min-width: 135px;
  max-width: 135px;
}
.resources_card__inner {
  /* background: #008cc322; */
  color: #008cc3;
  padding: 0.25rem 2rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 1rem;
  height: 100%;
  transition: background 0.3s ease;
}

.resources_card img {
  width: 20px;
  margin-right: 1rem;
}

.resources_card__inner svg {
  font-size: 12px;
  color: #008cc3;
  margin-bottom: 1rem;
}
.resources_card__title {
  color: #008cc3;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.resource_section__subtitle {
  color: #6d6d6d;
  font-weight: 900;
  font-size: 16px;
  text-align: left;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

.resources_card:last-child {
  border-right: none;
}
.resources_section__title {
  color: #5a5a5a;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.resource_button,
.resource_button__sm {
  margin-left: auto;
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #5a5a5a !important;
  border-bottom: 1px solid #008cc345;
}
.resource_button__sm {
  font-size: 16px;
}
.gutters-desktop {
  margin: 0 -2rem;
}
.border-right-desktop {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#consortium-deck--container .container > div {
  display: flex;
  flex-wrap: wrap;
}
#consortium .infinite-scroll-component .container > div {
  padding: 0;
  margin: 0 -1rem;
}
.resource_button_wrap {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .resources_container {
    flex-direction: column;
  }
  .resources_card {
    width: calc(100% - 2rem);
    border: none !important;
  }
  .gutters-desktop,
  .consortium-deck-detail {
    margin: 0 -1rem;
  }
  .border-right-desktop {
    border-right: none;
    margin-bottom: 2rem;
    border-bottom: 1px solid #aeaeae;
  }
  .resources_card__title {
    font-size: 16px;
  }
  .resources_card__inner {
    padding: 0.5rem 1rem;
  }
  .resources_card img {
    margin-right: 0.25rem;
  }
  #consortium .infinite-scroll-component .container > div {
    margin: 0;
  }
  .consortium-deck-detail a[class^='ConsortiumInternalCard'] {
    width: 100%;
  }
  #consortium-deck--container .container > div {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .tp-sponsored {
    display: flex;
  }
  .prostate-card {
    width: 31%;
    background: #d9eef6;
    border: 1px solid #eeeeee;
    text-align: center;
    float: left;
    padding-top: 15px;
    padding-bottom: 3px;
  }
}
.prostate-card-footer {
  background-color: #d9eef6;
  border-top: none;
  padding: 0 0 1rem 0;
}
.related-row {
  display: flex;
}
.related-thumbnail {
  width: 130px;
  height: 100px;
  object-fit: cover;
}
.related-right {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.tp-main-wrapper {
  padding-bottom: 30px;
}

.main-head {
  color: #007391;
  /* font-weight: bold; */
}

.tp-sponsored a {
  border: 1px solid #007391;
  display: inline-flex;
  margin-top: 10px;
}
@media screen and (min-width: 520px) {
  .tp-sponsored a:last-child {
    margin-left: 20px;
  }
}

.tp-sponsored {
  margin-bottom: 20px;
}

/* STATIC PAGES STYLING ENDS */
#issueLanding .media .img-wrapper {
  max-width: 35%;
}
#issueLanding .badge,
#issueLanding .article-category,
#issueLanding .issueSection {
  background-color: #007391 !important;
  font-style: italic;
}
#issueLanding p.card-text {
  display: unset !important;
}
.brand-insight-wrapper .ad-wrapper {
  display: block !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#clinicalConsult div[counter='1'] {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}
#clinicalConsult div[counter='1'] > h4 {
  width: 100%;
}

#search-content-desktop #search-bar-desktop {
  background-color: #007391 !important;
}

#search-content-mobile #search-bar-mobile {
  background-color: #007391 !important;
}
.filter-options {
  display: flex;
  padding: 1.5rem;
  padding-top: 0;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 727px) {
  .filter-options {
    padding: 0 0 1.5rem 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .grid-container .content-card.card > a {
    width: 100%;
  }
}

.leftCol::-webkit-scrollbar {
  display: none;
}
#related-content-section img {
  display: none;
}
.showLeftCol {
  max-width: 200px !important;
}
#detail-toggle svg {
  position: fixed;
  margin-top: 0.5rem;
}
#vid-slider {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 1192px) {
  #detail-toggle {
    display: none;
  }
}
/* cls fix */
@media (min-width: 768px) {
  .AD728x90:not(:empty) {
    min-height: 90px;
  }
}
@media (max-width: 768px) {
  #article__block .ad-box {
    min-height: 300px;
  }
  #article__block .ad-box:empty {
    animation: collapse 0.5s forwards;
  }
  @keyframes collapse {
    0% {
      min-height: 300px;
    }
    99% {
      min-height: 300px;
    }
    100% {
      min-height: 0px;
    }
  }
}

.welcome-modal {
  position: absolute;
  width: 100%;
  z-index: 9999999;
  opacity: 0;
}
.welcome-ad-wrapper {
  position: sticky;
  top: 0px;
  z-index: 99999;
}
/*------------ Styling for 1st article in Home page  ------------*/

.grid-container div[counter='0'] {
  display: flex;
  flex-direction: row;
  position: relative;
  font-family: Roboto, sans-serif;
  margin-bottom: 2rem;
  overflow: hidden;
  min-height: 315px;
  border-radius: 15px;
}
.grid-container div[counter='0'] .card-body {
  height: 100%;
  width: 40% !important;
  right: 0;
  top: 0;
  position: absolute;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  background: rgba(0, 0, 0, 0.65);
  min-width: 320px;
  padding: 1rem !important;
}
.grid-container div[counter='0'] .card-body .card-text {
  display: none !important;
}

.grid-container div[counter='0'] a:first-child {
  width: 100%;
  min-height: 240px;
  overflow: hidden;
}
.grid-container div[counter='0'] .card-img-top {
  height: 100%;
}
.grid-container div[counter='0'] .card-img-top img {
  max-height: 320px !important;
}
div[counter='0'] {
  padding-bottom: 0px !important;
}
.grid-container div[counter='0'] img {
  height: 100% !important;
}
.grid-container div[counter='0'] .card-body a,
.grid-container div[counter='0'] .card-body p,
.grid-container div[counter='0'] .card-body a > h1 {
  color: #ffffff !important;
}
.grid-container div[counter='0'] .card-body .top-article-summary {
  display: none;
}
.grid-container div[counter='0'] .card-body .pr-1,
.grid-container div[counter='0'] .card-body .card-subtitle {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .grid-container div[counter='0'] .card-body {
    width: 100% !important;
    left: 0;
    min-width: 100%;
  }
  .prostate-adt-topnav img {
    width: 100%;
    object-fit: contain;
  }
}

.grid-container div[counter='0'] div.content-card.card .card-title.h5 {
  color: #ffffff;
}

.grid-container div[counter='0'] .content-card.card > a {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.grid-container div[counter='0'] div.content-card.card {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
/*------------ Styling for 1st article in Home page end  ------------*/
/* clinical card listing change */
#clinical-listing {
  margin-top: 2rem;
}
#clinical-listing ul {
  padding-inline-start: 1rem;
}
#clinical-listing ul li {
  display: inline-block;
  max-width: calc(50% - 2rem);
  min-width: calc(50% - 2rem);
  width: 100%;
  margin: 1rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
#clinical-listing ul li a {
  display: block;
  font-size: 1.3rem;
  color: var(--primary);
  font-weight: bold;
  padding: 1.5rem 0;
  background: #eee;
  text-align: center;
}
#clinical-listing ul li a:hover {
  background: #ddd;
}
#clinical-listing > div.d-flex.flex-wrap {
  display: none !important;
}
@media screen and (max-width: 968px) {
  #clinical-listing ul li {
    max-width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
  }
}
/* Chapter Video Player CSS */
.ipub-chapters {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 54px;
  position: relative;
  z-index: 2;
}
.chapter-tab {
  width: 20%;
  background-color: #007391;
  color: #fff !important;
}
.chapter,
.chapter-tab {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chapter {
  color: #fff;
  min-width: 3.5%;
  flex: 1 1 auto;
  background: #1794a2;
}
.chapter span:last-child {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  height: 75px;
  width: 99%;
  z-index: 1;
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  background: #b4dce1;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  text-align: left;
  font-weight: 600;
  letter-spacing: 1px;
  pointer-events: none;
}
.chapter:hover {
  text-decoration: none;
  color: #757575;
  background: #b4dce1;
}
.chapter.active {
  background: #b4dce1;
  color: #757575;
}
.chapter:not(.active):hover span:last-child {
  opacity: 1;
  color: #757575;
}
.ipub-prescription-info {
  display: flex;
  height: 75px;
  /* background: #969b1e; */
  position: relative;
  overflow: hidden;
}
.chapter:nth-child(2) {
  border-left: none;
}
.ipub-prescription-info a {
  text-decoration: underline;
  font-size: 0.9rem;
  color: #757575;
  padding: 0.1rem;
  cursor: pointer;
}
.ipub-prescription-info .current-title {
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
}
.ipub-prescription-info p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: #b4dce1;
  color: #5e6162;
  padding-left: 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .chapters-container {
    width: 100%;
  }
  .chapter-tab {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .ipub-prescription-info {
    height: 150px;
  }
  .ipub-prescription-info .current-title {
    font-size: 1rem;
  }
  .chapter span:last-child {
    font-size: 1rem;
    height: 149px;
    pointer-events: none;
  }
}
.prostate-adt-block-content {
  padding: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.prostate-adt-block-content p,
.prostate-adt-block-content label {
  color: #008cc3;
}
.prostate-adt-block-content label > input[type='radio'] {
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .prostate-adt-block-content form {
    display: flex;
    justify-content: space-evenly;
  }
  .prostate-adt-block-content p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .prostate-adt-block-content form > button {
    width: 100%;
  }
}
.prostate-adt-microsite .leaderboard-ad-wrapper {
  background-color: #dbe9f2;
}
.prostate-adt-microsite .content-column-container {
  padding: 0px;
  background-color: #ffffff;
}
.prostate-adt-microsite .content-column {
  padding: 0px;
}
.prostate-adt-microsite #vid-slider .tile__img {
  object-fit: cover !important;
}
.prostate-adt-microsite .video-slider-container {
  background-color: #008cc3;
  color: #fff;
}
.prostate-adt-microsite .addl-resource-container {
  padding: 1rem;
  border-left: 2px solid #008cc3;
  background-color: #f0f7f5;
  min-height: 200px;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.prostate-adt-microsite .addl-resource-container > .row {
  align-content: space-between;
}
.prostate-adt-microsite .addl-resource-container p {
  font-weight: 500;
  color: #5e6162;
  font-size: 16px;
}
.prostate-adt-microsite .content-column-container {
  margin-bottom: 100px;
}
