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

:root {
  --primary: #1869a6;
  --search-primary: #1869a6;
  --search-secondary: #a5a7a9;
}
body {
  background-color: #fff;
}
p {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .osano-cm-widget {
    right: 1rem;
    bottom: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
  }
  .osano-cm-widget:hover {
    transform: scale(1);
  }
}
a {
  color: #373a3c;
}
p > a {
  color: #1869a6;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #1869a6;
}
em {
  font-family: sans-serif;
}
.tile__slider-prev,
.tile__slider-next {
  background-color: var(--primary) !important;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0.6rem 1rem 0.6rem 1rem !important;
}
#vid-slider .right,
#vid-slider .left {
  border-color: #fff !important;
}
.block-content a {
  color: blue;
  text-decoration: underline;
}
.alphabetical-listing li,
.video-listing li {
  font-size: 1.1rem;
}
.alphabetical-listing h3,
.video-listing h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1869a6;
}
.alphabetical-listing > div,
.video-listing > div {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.alphabetical-listing span,
.video-listing span {
  color: #d1d1d1 !important;
}
.alphabetical-listing a span,
.video-listing a span {
  color: #1869a6 !important;
}

/***Navbar styles*****/
.navbar.navbar-light {
  background-color: white;
}

.navbar.bg-primary {
  /* background: linear-gradient(to right,#ffb81c 1%,#eb3300 60%); */
  background: #1869a6 !important;
  z-index: 2000;
}
.navbar .btn.btn-secondary {
  background: #808080;
}
.btn.btn-info {
  background: #1869a6;
}
/* Mobile Nav Fix */
@media screen and (min-width: 968px) {
  .mobile-nav .form-inline {
    top: 0 !important;
  }
}
.modal {
  z-index: 99999;
}
.modal-backdrop.show {
  opacity: 1;
  background-color: white;
  z-index: 99999;
}
.welcome-modal {
  max-width: 100%;
  margin: 0.5rem;
}
.welcome-modal > .modal-content {
  min-height: 90vh;
  border-radius: 0.3rem;
  border-color: #fff;
}
.welcome-modal > .modal-content > .modal-body {
  border: 1px solid #696969;
}
.native-ad-wrapper {
  max-height: 100px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .modal-backdrop {
    display: block;
  }
  .modal-content {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .modal-content {
    display: none;
  }

  .modal.welcome-modal {
    display: none;
  }

  .modal-backdrop {
    display: none;
  }
}
/* @media screen and (max-width: 968px) and (min-width: 368px) {
  .mobile-nav .form-inline .mobile-search {
    width: 65% !important;
  }
} */
@media screen and (max-width: 367px) {
  .mobile-nav .nav-toggle .form-inline {
    width: 75% !important;
  }
}
@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;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.youtube {
  width: 100%;
}
.top-nav-secondary {
  background: #1869a6;
}
.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: #1869a6;
  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;
}

@media screen and (max-width: 1199px) {
  .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: #1869a6;
    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 {
    min-height: 1px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
  }
  .col-sm-12 {
    flex-basis: 100%;
  }
  .journal-filter {
    text-align: right;
  }
}
@media screen and (min-width: 970px) {
  .leaderboard-ad-container {
    max-width: max-content !important;
    padding: 0;
  }
}
@media screen and (max-width: 969px) {
  .leaderboard-ad-container {
    max-width: 768px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .AD728x90 {
    width: auto;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
  }
  .img-wrapper > img {
    padding-right: 1rem;
  }
}

.AD300x250 {
  width: 300px;
  margin: 0px auto 10px auto;
}

.AD300x50 {
  width: 320px;
  height: 50px;
  margin: 0px auto 10px auto;
}
.AD300x100 {
  width: 300px;
  height: 100px;
  margin: 0px auto 10px auto;
}
@media screen and (max-width: 1199px) {
  .leftHeader {
    display: none;
  }

  .rightHeader {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    margin: 10px auto;
  }
  .video-detail {
    max-width: 100%;
  }

}

@media screen and (max-width: 1199px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .middleCol {
    width: 50% !important;
  }
  .media {
    display: block !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    display: block;
  }
}
.middleCol {
  width: 60%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .middleCol {
    width: 100% !important;
  }
}
.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;
}
.card .card-img-top {
  width: 100%;
  height: auto;
  max-height: 225px;
  object-fit: cover;
  min-height: 200px;
}

.middleCol h1:first-child {
  color: #1869a6;
}
.card .card-title.h5 {
  color: #1869a6;
  font-weight: 600;
}
.card .card-text {
  color: black;
  font-size: 1rem;
}
.video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
  height: 550px !important;
}

@media screen and (min-width: 1000px) {
  .video-detail .dropdown-menu.show {
    max-height: 25vh;
  }
}
@media screen and (max-width: 768px) {
  .video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
    height: 325px !important;
  }
}

.infinite-scroll-component {
  padding: 2px;
}
.list-group-item.active {
  background-color: #1869a6;
  font-weight: bold;
}
.list-group-item:not(.active) {
  padding: 0.5rem 1.25rem;
  background-color: #eee !important;
}
/*******Taxonomy Card**********/
.taxonomy-card {
  border: 0;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #1869a6;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2) !important;
}
.taxonomy-card .card-title.h5 {
  font-weight: 400;
}
.author-info .taxonomy-card {
  box-shadow: none;
}
.author-info .taxonomy-card .card-img-top {
  max-height: 150px;
  min-height: 100px;
  object-fit: contain;
}
.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%;
}
.author-info .taxonomy-card {
  box-shadow: none !important;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1rem;
}
.card-listing .taxonomy-card {
  background: rgb(248, 248, 248);
  box-shadow: none;
}

.taxonomy-card .card-title {
  color: #1869a6;
  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;
}

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

#video-listing .card a {
  position: relative;
}
.nav-item img:not(.mobile-logo) {
  height: 47px !important;
  padding: 0;
}
@media screen and (max-width: 768px) and (min-width: 361px) {
  .nav-item img {
    padding: 0.3rem;
  }
}
#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;
  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);
}
strong a {
  color: #808080;
}
.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 .progress-container,
.block-content .audio,
.block-content .figure,
.block-content iframe,
.block-content .brightcove {
  line-height: 1.6;
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
}
.fbs-top-article {
  font-family: 'Segoe UI', 'Source Sans Pro', Calibri, Candara, Arial, sans-serif;
  font-size: 1rem;
}
.fbs-top-article--body p {
  display: block;
  font-family: 'Segoe UI', 'Source Sans Pro', Calibri, Candara, Arial, sans-serif;
  font-size: 1.2rem;
}
.fbs-top-article .fbs-sub-article-container {
  font-size: 1.2rem;
}
.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;
}

.block-content .figure-caption {
  color: #777777;
}
@media screen and (max-width: 768px) {
  .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 .progress-container,
  .block-content .audio,
  .block-content .figure,
  .block-content iframe {
    padding: 0;
  }
  .react-share__ShareButton {
    margin-right: 1rem;
  }
}
.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;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #1869a6;
}

@media screen and (min-width: 991px) {
  .dropdown-menu {
    max-height: 80vh;
    overflow: auto;
  }
  ::-webkit-scrollbar {
    background: #aaa;
    width: 10px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(20, 13, 13, 0.55);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  #vid-slider ::-webkit-scrollbar {
    background: transparent;
    width: 0px;
  }
  .sidebar {
    max-width: 50%;
    float: right;
  }
  .block-content .contextual-native-ad {
    width: max-content !important;
    height: max-content !important;
    margin: 0px auto 1rem auto;
  }
}

/****** Article Detail ********/

@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 -15px;
  }
}

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

.links-section a {
  font-size: 20px;
  color: #1869a6;
}

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

.links-section .right-arrow {
  margin-right: 10px;
  color: #1869a6;
}
/* Features */

/* .carousel.slide {
  margin-left: 15px;
  margin-right: 15px;
}
.carousel-caption h3 {
  font-weight: bold;
}
.carousel-item::after {
  position: absolute;
  content: '';
  height: 105%;
  width: 40px;
  background: #1869a6;
  border-right: 20px solid #d4a64d;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(6deg);
}
.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  z-index: 999;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
} */
@media screen and (max-width: 1190px) {
  /* .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    left: 0 !important;
    right: 0 !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .carousel-item img {
    padding-left: unset !important;
  }
  .carousel-item::after {
    display: none;
  } */
  .media a img {
    width: 100% !important;
  }

  div.media > a {
    margin-bottom: 0.5rem;
    /* display: none; */
  }
}

.media-body h4.card-title {
  margin-bottom: 0.25rem !important;
  font-weight: 600 !important;
}
.media-body p.card-text {
  padding-top: 0 !important;
}
.media-body p:first-of-type {
  font-style: italic;
}
img[src^='/TargetedOnc'] {
  padding: 0.5rem;
  object-fit: contain !important;
}

/* Advertise Form */
/* .advertise-form .row {
  margin-bottom: 1rem;
}
.advertise-form .row:first-child {
  padding-bottom: 1rem;

  border-bottom: 1px solid #1869a6;
}
.advertise-form [class^='col'] {
  padding-top: 1rem;
}
.advertise-form [class^='col']:not(:last-child) {
  border-right: 1px solid #1869a6;
}
.advertise-form h5 {
  color: #1869a6;
}
.advertise-form h5 a {
  margin-left: 0.25rem;
  color: #808080;
}
.advertise-form h4 {
  font-weight: bold;
  color: #1869a6;
} */
#vid-slider.col {
  padding: 0 2.8rem 0 2.2rem !important;
  margin: 0 auto;
}

#vid-slider.col .row {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
#vid-series-btn {
  background: #808080 !important;
}

/* Clinical Focus

*/

.clinical-focus .card .card-img-top {
  min-height: unset !important;
  height: 50px;
}
.clinical-focus .card .card-body {
  padding: 0.75rem;
}
.clinical-focus .taxonomy-card .card-title.h5 {
  font-weight: bold;
}
.clinical-focus .card-body .col:last-child {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Publications */
#publication-cards .card {
  box-shadow: none;
  padding-top: 2rem;
}
#publication-cards .card .card-img-top {
  max-height: unset;
}

.video-title-banner {
  position: relative;
  overflow: hidden;
  background-position: bottom;
  background-size: cover;
  margin-top: 1rem;
}
.video-title-banner a span {
  display: inline-block;
}

.partners-page .media .media-body h4 {
  font-size: 1.062rem;
}
.dropdown-menu.show {
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  .navbar .mobile-nav .dropdown-menu.show {
    max-height: 115px !important;
  }
}
.author-listing img {
  object-fit: contain;
}
.author-listing .queue-card {
  border-top: none !important;
  box-shadow: none;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 2rem;
}
.author-listing .card .card-img-top {
  min-height: 90px;
  max-height: 100px;
}
.media a img {
  width: 240px;
  height: auto;
  object-fit: contain;
}

#journal-filter-btn,
#author-search-btn,
#related_dropdown .btn,
.filter-box .btn,
.filter-box .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus {
  background-color: #1869a6;
  border: none;
  box-shadow: none;
}

.media a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/*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;
  }
}
@media screen and (min-width: 969px) {
  .img-wrapper img {
    width: 240px !important;
    object-fit: cover;
    padding: 5px;
    min-width: 70px;
  }
}

.feature-content .carousel-control-prev-icon {
  width: 25%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'%3E%3Cpath d='M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12-5.373-12-12-12-12 5.373-12 12zm7.58 0l5.988-5.995 1.414 1.416-4.574 4.579 4.574 4.59-1.414 1.416-5.988-6.006z'/%3E%3C/svg%3E") !important;
}
.feature-content .carousel-control-next-icon {
  width: 25%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.218 19l-1.782-1.75 5.25-5.25-5.25-5.25 1.782-1.75 6.968 7-6.968 7z'/%3E%3C/svg%3E") !important;
}
.feature-content .carousel-indicators li {
  background-color: #fff;
}
.feature-content .carousel-item img {
  padding-left: 0 !important;
  width: 100%;
  max-width: 810px !important;
}
.feature-content .carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: #145293;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.feature-content .carousel-caption {
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.4);
  justify-content: left !important;
  height: 100% !important;
  bottom: 5px;
  width: 100%;
  left: 0 !important;
  /* padding-right: 0 !important;
  justify-content: left !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center !important;
  align-items: center;
  bottom: 5px;
  width: 100%;
  padding-top: 0px;
  left: 0 !important;
  padding-bottom: 0px; */
}
.feature-content .carousel-caption a {
  padding: 0 8%;
  width: 100%;
  /* width: 100%;
  height: 100%;
  margin-top: auto;
  padding: 8%;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.4); */
}
.feature-content .carousel-caption a p,
.feature-content .carousel-caption a h3 {
  text-align: center;
  word-break: break-word;
}

.feature-content .carousel-control-prev,
.feature-content .carousel-control-next {
  z-index: 999;
}
.feature-content .carousel-caption h3,
.feature-content .carousel-caption p {
  color: #ffffff !important;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.feature-content .carousel-caption p {
  font-size: 1.2em;
}
.feature-content .carousel-caption h3 {
  font-size: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 320px) {
  .feature-content .carousel-caption a {
    padding: 4%;
  }
  .feature-content .carousel-caption p {
    font-size: 0.9em;
  }
  .feature-content .carousel-caption h3 {
    font-size: 1.3em;
  }
}
.feature-content .carousel-item {
  background: #eee !important;
}

.carousel-control-prev-icon {
  width: 25%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'%3E%3Cpath d='M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12-5.373-12-12-12-12 5.373-12 12zm7.58 0l5.988-5.995 1.414 1.416-4.574 4.579 4.574 4.59-1.414 1.416-5.988-6.006z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  width: 25%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.218 19l-1.782-1.75 5.25-5.25-5.25-5.25 1.782-1.75 6.968 7-6.968 7z'/%3E%3C/svg%3E") !important;
}
.brightcove-single-player {
  margin-bottom: 10px;
}
.brightcove-single-player p {
  background-color: #1869a6;
  padding: 10px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 10px;
}
.brightcove-experience-player p {
  background-color: #1869a6;
  padding: 10px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) {
  .brightcove-single-player {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .playlist-player {
    height: 380px !important;
  }
}
@media only screen and (max-width: 320px) {
  .playlist-player {
    height: 320px !important;
  }
}
@media only screen and (max-width: 404px) {
  .playlist-player {
    height: 580px !important;
  }
}
@media only screen and (max-width: 361px) {
  .playlist-player {
    height: 420px !important;
  }
}

.btn-primary,
btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:focus),
.btn-primary:disabled,
.btn-primary:not(:disabled),
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1869a6;
  border: none;
  box-shadow: none;
  outline: none !important;
}

.box {
  margin-bottom: 10px;
}
hr.article-seperater {
  height: 2px;
  margin-bottom: 45px;
  background: #1869a6;
}
.volume-issue > p > span {
  font-weight: 500;
}
#related_dropdown > .dropdown > .dropdown-menu.show {
  position: absolute;
  top: auto !important;
  max-height: 50vh !important;
  box-shadow: 0px 0px 25px #ccc;
  z-index: 9999;
  transform: none !important;
}
@media only screen and (max-width: 720px) {
  #related_dropdown > .dropdown > .dropdown-menu.show {
    position: absolute;
    max-height: 30vh !important;
    max-width: 95vw;
    box-shadow: 0px 0px 25px #ccc;
    z-index: 9999;
    font-size: 0.85em;
  }
}
.welcome-ad {
  width: auto !important;
}
.journal-filter > .dropdown > .dropdown-menu.show {
  position: absolute;
  top: auto !important;
  max-height: 50vh !important;
  box-shadow: 0px 0px 25px #ccc;
  z-index: 9999;
  transform: none !important;
}
@media only screen and (max-width: 720px) {
  .journal-filter > .dropdown > .dropdown-menu.show {
    position: absolute;
    max-height: 30vh !important;
    max-width: 95vw;
    box-shadow: 0px 0px 25px #ccc;
    z-index: 9999;
    font-size: 0.85em;
    width: 100%;
  }
}
@media screen and (max-width: 403px) {
  .video-detail iframe.leads-block {
    min-height: 2700px;
  }
}
@media screen and (min-width: 404px) {
  .video-detail iframe.leads-block {
    min-height: 2700px;
  }
}
@media screen and (min-width: 664px) {
  .video-detail iframe.leads-block {
    min-height: 2700px;
  }
}
@media screen and (min-width: 768px) {
  .video-detail iframe.leads-block {
    min-height: 2700px;
  }
}
@media screen and (min-width: 968px) {
  .video-detail iframe.leads-block {
    min-height: 2500px;
  }
}
.author-info .taxonomy-card .row .col .row div {
  width: 100%;
}

.card-body .badge {
  background-color: #1869a6 !important;
}

ol.breadcrumb {
  margin-bottom: 0px !important;
}

.block-card .card-img-top {
  width: 100%;
  height: auto;
}

.journal-queue .card-img-top {
  object-fit: none !important;
}

.brand-insight-wrapper .ad-wrapper {
  display: block !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#issueLanding .badge,
#issueLanding .article-category,
#issueLanding .issueSection {
  background-color: #1869a6 !important;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  #fluid-video-container > hr {
    margin-top: 15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  #fluid-video-container > hr {
    margin-top: 5rem !important;
  }
}
#issueLanding .img-wrapper {
  position: relative;
}
#issueLanding .img-wrapper img {
  margin: 0 !important;
  padding: 0 !important;
}
#issueLanding .img-wrapper .sanityDisplayLabel {
  position: absolute;
  margin: 0;
  padding: 0 0.25rem;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem -0.5rem #000000;
}
#issueLanding .img-wrapper + .media-body {
  margin: 0 0 0 1rem;
}
#issueLanding .img-wrapper {
  margin: 0 0 1rem 0;
}
#issueLanding .media-body .qdeIssue {
  margin: 0;
}
#issueLanding .media-body .qdeVolume {
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  #issueLanding .img-wrapper {
    margin: 0 0 2rem 0;
  }
  #issueLanding .img-wrapper + .media-body {
    margin: 0;
  }
}
.pubInfo {
  display: flex;
  font-style: normal;
}
.pubInfo .qdeVolume,
.pubInfo .qdeIssue {
  font-style: normal !important;
}
.pubInfo .qdeVolume::before {
  content: 'Volume ';
}
.pubInfo .qdeIssue::before {
  content: 'Issue ';
}
.pubInfo .qdeVolume + .qdeIssue::before {
  content: ', Issue ';
}
.welcome-modal {
  position: absolute;
  width: 100%;
  z-index: 9999999;
  opacity: 0;
}
.welcome-ad-wrapper {
  position: sticky;
  top: 0px;
  z-index: 99999;
}
#search-content-desktop #search-bar-desktop {
  background-color: #1869a6 !important;
}

#search-content-mobile #search-bar-mobile {
  background-color: #1869a6 !important;
}
.nav-mobile-logo .mobile-logo,
.site-logo-wrapper img {
  height: 34px !important;
  max-width: 100%;
}
.nav-mobile-logo .logo {
  margin: 5px auto !important;
}
#related-card img{
  display: none;
}
.showLeftCol {
  max-width: 200px !important;
}
#detail-toggle svg {
  position: fixed;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1192px) {
  #detail-toggle {
    display: none;
  }
}
