body {
  background-color: #fff;
}
:root {
  --secondary-blue: #b8dcf6;
  --search-primary: #145f96;
  --search-secondary: #b8dcf6;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
.flex-apart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .flex-apart {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex-apart > div {
    flex-direction: column;
    justify-content: flex-end;
  }
  .flex-apart div > form {
    margin-left: 0 !important;
  }
  .flex-apart div > form select {
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  #article-wrap {
    margin: 1rem 0;
    border-radius: 10px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  }
  #article-wrap div.deck {
    padding: 0;
  }
  #article-wrap div.deck figure {
    margin: 0 !important;
  }
  #article-wrap div.deck figure img {
    border-radius: 10px 10px 0 0 !important;
  }
  #article-wrap div.deck img[src='/Biosimilars_ajmc_logo.png'] {
    padding: 1.75rem;
  }

  #article-wrap .article-wrap-body {
    border-top: 0 !important;
  }
}

#related_button {
  background-color: #fff;
  border-color: #0d335a;
  color: #0d335a;
  border-radius: 2px;
}
#ceToggles {
  display: flex;
  padding: 1rem;
}

#ceToggles div {
  box-sizing: border-box;
  padding: 0.5rem;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  border-bottom: 3px solid #ffffff;
}

#ceToggles div:hover {
  opacity: 1 !important;
  border-color: #cecece;
}

#ceToggles div p {
  margin: 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

#ceToggles div img {
  width: 100%;
  max-width: 10rem;
}

.card:hover {
  cursor: pointer;
}

/***Navbar styles*****/
.navbar.navbar-light {
  background-color: #fff;
}
.header-nav {
  width: 100%;
  position: fixed;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
}

.navbar.bg-primary {
  /* background: linear-gradient(to right,#ffb81c 1%,#eb3300 60%); */
  background: #ffffff !important;
  overflow: auto;
}
.navbar .btn-secondary {
  background: #ab3124;
  border-color: #ab3124;
}

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

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #696969;
  font-size: 0.8rem;
}
.nav-toggle {
  padding: 0 0.25rem;
}
.youtube {
  width: 100%;
}

@media (max-width: 1399px) {
  #social-tab-desktop {
    display: none !important;
  }
}

#basic-navbar-nav > div > .nav-link:last-child {
  position: relative;
  width: fit-content;
  background-color: #145f96;
  padding: 8px;
  border-radius: 4px;
  color: #fff !important;
}

@media screen and (max-width: 1399px) {
  .mobile-nav {
    margin: 0 auto;
  }
}

select.dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 12px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  color: black;
}

.dropdown-toggle::after {
  color: #fff;
}
.nav-item .dropdown-toggle:after {
  color: #696969;
}
@media screen and (max-width: 1192px) {
  .navbar .mobile-nav .dropdown-menu .dropdown-item {
    color: #696969 !important;
  }
}
.video-detail .dropdown-toggle::after {
  color: white;
}

.top-nav-secondary {
  background: #ffffff;
}
.top-nav-secondary .container {
  position: relative;
  z-index: 99;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 5px 15px 2px 5px;
  color: white;
  flex-wrap: wrap;
}

.top-nav-secondary img {
  height: 24px;
  margin-bottom: 3px;
  filter: grayscale(1);
}
.current-site-logo {
  filter: none !important;
}
.top-nav-secondary img:hover {
  height: 24px;
  margin-bottom: 3px;
  filter: none;
}
.top-nav-secondary ul {
  margin-bottom: 0;
}
.top-nav-secondary p {
  color: #151f5d;
  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,
.top-nav-secondary .acvc-logo {
  height: 24px;
  /* background: url('fetchTransparent.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1191px) {
  #navbar-top {
    display: none;
  }
  #basic-navbar-nav {
    margin-right: 0 !important;
  }
  .top-nav-secondary {
    justify-content: center;
  }
  .top-nav-secondary ul li {
    font-size: 0.9rem;
    margin-right: 1rem;
  }
  .top-nav-secondary .container {
    padding: 0px;
    margin-left: 0.25rem;
  }
  .top-nav-secondary .fetch-conferences-logo,
  .top-nav-secondary .acvc-logo {
    height: auto;
    /* background: url('fetch-logo.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .top-nav-secondary {
    background: #ffffff;
  }
  .top-nav-secondary ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
  }
  .top-nav-secondary ul {
    background: #ffffff;
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding: 0.25rem 0;
    display: flex;
    justify-content: flex-end;
  }

  .top-nav-secondary ul li {
    margin-right: 0.5rem !important;
  }
  .navbar .mobile-nav .navbar-collapse.show {
    border-bottom: 0.5px solid #696969 !important;
  }
  .navbar.bg-primary {
    margin-top: -2px;
  }
}

.navbar:first-child {
  padding: 0;
}
@media screen and (max-width: 768px) and (min-width: 361px) {
  .nav-item img {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .site-logo-wrapper img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 360px) and (min-width: 280px) {
  .site-logo-wrapper img {
    max-width: 170px !important;
  }
  .nav-item img {
    padding: 1.3rem;
  }
}
/*****Navbar End*********/

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

@media (max-width: 767px) {
  div[id*='google_ads_iframe']:empty {
    height: 1px;
  }
  div[id*='google_ads_iframe']:not(:empty) {
    padding: 1rem 0;
  }
  .AD728x90 {
    min-height: 1px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
  }
  .col-sm-12 {
    flex-basis: 100%;
  }
}

@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 (max-width: 1399px) {
  .leftHeader {
    display: none;
  }

  .rightHeader {
    display: none;
  }
}

@media screen and (max-width: 1198px) {
  .header-nav {
    overflow: hidden !important;
  }
}

@media screen and (min-width: 1192px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    margin: 10px auto;
  }
  nav.navbar-expand-lg {
    transition: all 0.3s linear;
  }
}

@media screen and (max-width: 1191px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    display: none;
  }
}

.middleCol {
  margin-bottom: 10px;
  background: #fff;
}
.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;

  padding: 1rem;
  object-fit: cover;
}

.middleCol h1:first-child {
  color: #151f5d;
}
.card .card-title.h5 {
  color: #151f5d;
}
.card .card-text {
  color: black;
  font-size: 1rem;
}
.video-detail iframe:not(.form-assembly iframe) {
  height: 382px !important;
}

@media screen and (max-width: 968px) {
  .video-detail iframe:not(.form-assembly iframe) {
    height: 300px !important;
  }
  .m-fl-center {
    margin: 0 auto;
  }
}

.infinite-scroll-component {
  padding: 2px;
}
.list-group-item.active {
  background-color: #0d335a;
  color: #fff;
}
.list-group {
  border: 1px solid #ddd;
}
/*******Taxonomy Card**********/
.taxonomy-card {
  border: 0;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #454e8a;
  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: #151f5d;
  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 {
  padding: 0.5rem;
}
/* #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: 130px;
}
.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(94, 94, 94);
}
@media screen and (min-width: 1192px) {
  .content-wrap {
    padding: 0 4rem;
  }
}

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

.block-content p,
.block-content ul,
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  line-height: 1.7;
  word-break: break-word;
  color: #121212;
}
.block-content blockquote {
  margin-bottom: 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 p {
  font-size: 1.1rem;
}
@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 {
    padding: 0;
  }
  .react-share__ShareButton {
    margin-right: 1rem;
  }
}
.list-group-item {
  border: none;
  background: #fff;
}
.list-group-item {
  border: 1px solid #eee;
}
.list-group-item:not(.active):hover {
  background: #eee;
}
.list-group-item:not(.active):hover a {
  color: blue !important;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input.form-control {
  border-radius: 0;
}

@media screen and (min-width: 991px) {
  .dropdown-menu {
    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 ********/

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

.links-section a {
  font-size: 20px;
  color: #151f5d;
}

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

.links-section .right-arrow {
  margin-right: 10px;
  color: #151f5d;
}

.ck-editor__editable_inline {
  min-height: 300px;
}

.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: ' ×';
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}

.author-listing .card-title.h5 {
  font-size: 1.4rem;
  font-weight: bold;
}
.header-nav {
  top: 0;
  z-index: 9999;
}
.rightCol-ads {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

#vid-slider,
#vidHolder {
  max-width: 805px;
}
#vid-slider * {
  -ms-overflow-style: none;
}
@media screen and (max-width: 1399px) {
  #vid-slider,
  #vidHolder {
    max-width: 615px;
  }
}
@media screen and (max-width: 1200px) {
  #vid-slider,
  #vidHolder {
    max-width: 580px;
  }
}
@media screen and (max-width: 967px) {
  #vid-slider {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #vidHolder {
    position: unset;
    width: 100%;
  }
}

#partnerHolder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partnerCategory {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
  transition: max-height 0.3s;
}

.partner {
  box-sizing: border-box;
  margin: 1rem;
  padding: 1rem;
  width: calc(33% - 2rem);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* box-shadow: 0px 0px 30px -10px #000000; */
  cursor: pointer;
  flex: 1 1 auto;
  min-height: 175px;
  max-height: 240px;
}
.partner img {
  width: 100%;
  height: auto;
  max-height: 205px;
}

.partnerImageHolder {
  width: 100%;
  margin-bottom: 0.25rem;
  height: 150px;
}

.partnerTitleHolder {
  width: 100%;
  border-top: 1px solid var(--secondary-blue);
}

.partnerTitleHolder p {
  padding: 0.5rem 0;
  margin: 0;
  text-align: center;
  height: 55px;
}

.partnerImageHolder img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.categoryTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0.25rem 0;
  border-bottom: 2px solid var(--primary);
  cursor: pointer;
  font-size: 1.4rem;
  margin: 1rem 0 0.5rem;
}
.categoryTitle a {
  color: black;
}

.categoryTitle p,
.categoryTitle svg {
  margin: 0;
  pointer-events: none;
}

/******iPubs*****/
.ipub-listing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem;
}
.ipub-listing {
  display: flex;
  flex-direction: column;
  width: calc(50% - 1rem);
  display: inline-block;
  margin-bottom: 1.5rem;
}
.ipub-listing h1 {
  font-size: 1.4rem;
}
.ipub-listing img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.ipub-listing-body {
  padding: 1rem;
}

/***end iPubs***/

.side-footer {
  border: 1px solid #ddd;
}

/* Feature component styling */

.carousel .carousel-item {
  background: transparent !important;
}
.carousel .carousel-item img {
  padding-left: 0 !important;
  filter: brightness(0.6);
}
.carousel .carousel-item .carousel-caption {
  padding-right: 0 !important;
}
.carousel .carousel-item .carousel-caption h3 {
  font-weight: bold !important;
  font-size: 1.7rem;
}
.carousel .carousel-item .carousel-caption p {
  font-size: 1.1rem;
}
.deck a:hover {
  color: initial !important;
}
.advisory-board figure {
  margin: 0 !important;
}

#webinarToggle > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}

#webinarToggle > div p {
  margin: 0.25rem;
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-item .carousel-caption h3 {
    font-weight: bold !important;
    font-size: 1.2rem;
  }
  .carousel .carousel-item .carousel-caption p {
    font-size: 1rem;
  }
}

#webinarToggle #underline {
  background-color: var(--primary);
  height: 3px;
  width: 6rem;
  transition: transform 0.3s;
}

#webinarHolder {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
}

#webinarHolder a {
  display: flex;
  margin: 1rem;
  width: calc(50% - 2rem);
}

.webinar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 20px -10px;
  border-radius: 5px;
  overflow: hidden;
}

.webinar #top {
  height: 10rem;
  width: 100%;
  position: relative;
  padding: 1rem;
  overflow: hidden;
}

.webinar #top #fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, white);
  background: -moz-linear-gradient(transparent, white);
  background: -webkit-linear-gradient(transparent, white);
  background: linear-gradient(transparent, white);
}

.webinar #top #thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.webinar #top #thumbnail img {
  width: 100%;
  object-fit: contain;
}

.webinar #bottom {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.webinar #bottom .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
}

.webinar #bottom .date {
  text-align: center;
  color: #757575;
}

.webinar #bottom .sponsor {
  text-align: center;
  color: #757575;
  font-style: italic;
}

.webinar #register {
  outline: none;
  margin: 0;
  width: 100%;
  background-color: #003767d5;
  border: 0;
  font-size: 1.25rem;
  color: #ffffff;
  outline: none;
  text-align: center;
  display: unset;
  transition: background-color 0.3s, color 0.3s;
  border-top: 5px solid var(--secondary-blue);
  padding: 0.5rem;
}

.webinar #register:hover {
  background-color: var(--primary);
}

.webinar p {
  margin: 0;
  color: var(--dark);
}
@media screen and (max-width: 1123px) {
  .webinar-container {
    flex-wrap: wrap;
  }
  #streamContainer {
    width: 100% !important;
  }
  #streamContainer iframe {
    max-width: 95vw;
  }
  .webinar-chat {
    width: 100% !important;
  }
  .webinar-chat iframe {
    width: 100% !important;
  }
}

#sponsorHolder {
  margin: 1rem 0;
}

@media screen and (max-width: 1200px) {
  #webinarHolder a {
    display: flex;
    margin: 1rem;
    width: 100%;
  }
}

#partner-dropdown {
  background-color: #0d335a;
}
#vid-series-btn {
  background: #0d335a !important;
}

@media screen and (max-width: 640px) {
  .top-ad-container {
    position: sticky;
    top: 120px;
    z-index: 998;
    background-color: white;
  }
}

.article-group figure img[src='/Biosimilars_ajmc_logo.png'],
.related-article figure img[src='/Biosimilars_ajmc_logo.png'] {
  object-fit: contain !important;
  background: #0d335a !important;
  padding: 1rem;
}
#streamContainer {
  align-items: center !important;
}
#streamContainer iframe {
  width: 500px !important;
  height: 282px !important;
  max-width: 90vw;
}

.bg-primary {
  background-color: #0d335a;
}
.ADFooter .closeButton {
  top: 0 !important;
  right: 0 !important;
}
@media screen and (max-width: 762px) {
  .nav-mobile-logo img {
    margin-top: 0.5rem !important;
  }
  .advacacy-card {
    min-width: 120px;
    max-width: 275px;
    flex: 1 1 auto !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rightCol_ads.js-is-stuck {
    position: fixed !important;
    top: 70px;
  }
}

.authors-articles .media .img-wrapper {
  max-height: 240px;
  width: 25%;
}

.list-group-item span a {
  font-size: 0.7rem !important;
  font-weight: bold !important;
}
.media > a {
  max-width: 150px;
  margin-right: 1.5rem;
}
.img-wrapper > img {
  padding-right: 0 !important;
}
.navbar-expand-xl .navbar-nav {
  margin: 0 auto !important;
}
.top-article-summary {
  display: none;
}

.video-series-listing .video-title-banner {
  border-bottom: 2px solid var(--primary) !important;
}
.video-series-listing #vid-slider .row__inner {
  margin: 35px 0 75px !important;
}
.navbar-expand-lg .navbar-nav.mr-auto {
  margin: 0 auto !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;
  }
}
.horizontal-article > p {
  color: #3d4449 !important;
}

.breadcrumb {
  border: none;
}

.media-body p:not(.card-text) {
  background: var(--primary) !important;
  border-radius: 15px;
  font-size: 0.7rem !important;
}
div#vid-slider {
  margin-bottom: 3rem !important;
}
a.dropdown-item {
  color: #454545;
}
@media screen and (max-width: 1191px) {
  .navbar .mobile-nav .navbar-collapse.show {
    border-bottom: 0.5px solid #aaa !important;
  }
}
@media screen and (max-width: 495px) {
  .brightcove .video-js {
    height: 255px;
  }
}

#artWrapper {
  display: flex;
  flex-wrap: wrap;
}

#artWrapper > div {
  width: 33%;
  cursor: pointer;
}
.galleryImage {
  margin: 1rem;
}
.galleryImage img {
  max-width: 100%;
  width: 100%;
}
.cure-art-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  justify-content: center;
  align-items: center;
}
.cure-art-modal figure {
  max-height: 70vh;
  max-width: 70vw;
}
.cure-art-modal figure img {
  max-height: 70vh;
  max-width: 70vw;
}

.journey-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.journeyArticleContent {
  max-width: calc(33% - 2rem);
  margin: 1rem;
}
.journeySubHeaderBox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.journeyButton {
  justify-self: flex-end;
}
.journeyBody {
  min-height: 115px;
}
.journeySubHeaderImage {
  max-width: 520px;
  width: 100%;
}
.journeySubHeader {
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (max-width: 968px) {
  .journeyArticleContent {
    max-width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media screen and (max-width: 468px) {
  .journeyArticleContent {
    max-width: 100%;
    margin: 1rem;
  }
}

#partnerDropdown::after {
  color: #ffffff;
  margin-left: 8px;
}

.yh-sub-article--title {
  font-size: 0.9rem !important;
}
.yh-top-article--img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 315px;
  object-fit: cover;
}

.yh-sub-article a {
  height: auto;
}
.yh-top-article {
  border-radius: 5px !important;
}
.yh-sub-article img {
  min-height: 120px;
  height: auto !important;
  object-fit: contain !important;
  object-position: bottom;
  border-radius: 5px !important;
  margin-bottom: 0.5rem;
}
.filter_dropdown .dropdown-toggle::after {
  color: #ffffff;
}

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

#search-content-mobile #search-bar-mobile {
  background-color: #0d335a !important;
}

@media screen and (max-width: 767px) {
  .site-logo-wrapper {
    padding-right: 16% !important;
    margin-top: 14px !important;
  }
}

/* Fix for Safari Browser WRT to search bar */
#search-content-mobile #search-bar-mobile.show {
  position: sticky !important;
  position: -webkit-sticky !important;
}

#search-content-mobile {
  width: 100%;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0 , 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.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 3s forwards;
  }
  @keyframes collapse {
    0% {
      min-height: 300px;
    }
    99% {
      min-height: 300px;
    }
    100% {
      min-height: 0px;
    }
  }
}

@media screen and (min-width: 1200px) {
  #basic-navbar-nav .navbar-nav {
    top: 55px;
  }
}
