@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: #003767;
  --search-secondary: #a5a7a9;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}
em {
  font-family: sans-serif;
}
.bb-gold {
  border-bottom: 2px solid #eee;
}
.yh-top-article--body p:last-child {
  display: none;
}
.alphabetical-listing li,
.video-listing li {
  font-size: 1.1rem;
}
.alphabetical-listing h3,
.video-listing h3 {
  font-size: 32px;
  font-weight: 700;
  color: #005387;
}
.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: #005387 !important;
}
.card:hover {
  cursor: pointer;
}
/***Navbar styles*****/
.navbar.navbar-light {
  background-color: white;
}

.navbar.bg-primary {
  /* background: linear-gradient(to right,#ffb81c 1%,#eb3300 60%); */

  background: #ffffff !important;
  z-index: 999;
}
.nav-item .dropdown-toggle:after {
  color: #696969;
}
.ipub-listing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem;
}
.ipub-listing {
  width: calc(33.33% - 10px);
  min-width: 200px;
  margin-right: 15px;
}
.ipub-listing h1 {
  font-size: 1.4rem;
}
.ipub-listing img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.ipub-listing-body {
  padding: 1rem;
}
.brightcove:not(.ipub-js) .video-js {
  float: none;
  width: 100%;
  height: 385px;
  margin-bottom: 1.5rem;
}
.brightcove.ipub-js .video-js {
  float: none;
  width: 100% !important;
  height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: calc((9 / 16) * 100%);
}
@media screen and (max-width: 1192px) {
  .navbar .mobile-nav .dropdown-menu .dropdown-item {
    color: #696969;
  }
}
.btn-primary {
  background-color: #005387;
  border-color: #005387;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #005387;
  border-color: #005387;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #005387;
  border-color: #005387;
}
.navbar .btn.btn-secondary {
  background-color: rgb(178, 34, 34);
  border-color: rgb(178, 34, 34);
}
/* Mobile Nav Fix */
@media screen and (min-width: 968px) {
  .mobile-nav .form-inline {
    top: 0 !important;
  }
  .vid-slider .tile {
    min-width: 170px;
  }
  .vid-slider .tile__title {
    min-width: 170px;
  }
}
/* @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: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #696969;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #696969;
}

.navbar .mobile-nav .navbar-collapse.show {
  border-bottom: 0.5px solid #696969 !important;
}
.navbar.bg-primary {
  margin-top: -2px;
}
.header-nav {
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
  position: sticky;
}
.youtube {
  width: 100%;
}
.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: 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: 0;
  }
  .AD728x90 {
    min-height: 1px;
    height: auto;
    margin: 10px 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: 1199px) {
  .leftHeader {
    display: none;
  }

  .rightHeader {
    display: none;
  }
}

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

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

.middleCol {
  width: 60%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) and (min-width: 692px) {
  .middleCol {
    margin-bottom: 10px;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .ipub-listing h1 {
    font-size: 1.1rem;
  }
  .middleCol {
    width: 100%;
    padding-top: 2rem;
  }
}
.rightCol {
  flex: 0 0 300px;
  padding: 0px;
  margin: 10px auto;
}
.leftCol::-webkit-scrollbar {
  display: none;
}
.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: #005387;
}
.card .card-title.h5 {
  color: #005387;
  font-weight: 600;
}
.card .card-text {
  color: black;
  font-size: 1rem;
}
.video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
  height: 455px !important;
}
@media screen and (max-width: 1399px) {
  .video-detail iframe:not([title*='YouTube']):not([id*='google_ads'], .form-assembly iframe) {
    height: 353px !important;
  }
  .brightcove:not(.ipub-js) .video-js {
    height: 360px;
  }
}
@media screen and (max-width: 1194px) {
  .video-detail iframe:not([title*='YouTube']):not([id*='google_ads'], .form-assembly iframe) {
    height: 460px !important;
  }
}
@media screen and (max-width: 1190px) {
  .video-detail iframe:not([title*='YouTube']):not([id*='google_ads'], .form-assembly iframe) {
    height: 335px !important;
  }
}
@media screen and (max-width: 968px) {
  .video-detail iframe:not([title*='YouTube']):not([id*='google_ads'], .form-assembly iframe) {
    height: 230px !important;
  }
  .ipub-listing {
    flex: 1 1 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .video-detail iframe:not([title*='YouTube']):not([id*='google_ads'], .form-assembly iframe) {
    height: 52.5vw !important;
  }
}

.infinite-scroll-component {
  padding: 2px;
}
.list-group-item.active {
  background-color: #005387;
  /* background-color: #52A5D8; */
  font-weight: bold;
  color: white;
  font-size: 1.1rem;
}
.list-group {
  /* box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.45); */
}
.list-group-item:not(.active) {
  padding: 0.5rem 1.25rem;
  background-color: #fff !important;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
}
/*******Taxonomy Card**********/
.taxonomy-card {
  border: 0;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #005387;
  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: #005387;
  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: 70px !important;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) and (min-width: 361px) {
  .nav-item img {
    padding: 1rem;
  }
}
@media screen and (max-width: 360px) and (min-width: 280px) {
  .site-logo-wrapper img {
    max-width: 170px !important;
  }
  .nav-item img {
    padding: 1.3rem;
  }
}

/******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(170, 170, 170);
}
.block-content a {
  color: blue;
  text-decoration: underline;
}

.block-content p,
.block-content ul,
.block-content ol,
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  padding: 0 10%;
  line-height: 1.6;
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
}
.block-content p {
  padding: 0px 0px;
}
.block-content .figure {
  margin: 0px 0px 1rem 1rem !important;
}
.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;
  padding-left: 0px !important;
}
.block-content h3 {
  font-size: 1.25rem;
  padding-left: 0px !important;
}
.block-content h4 {
  font-size: 1rem;
  padding-left: 0px !important;
}
.block-content ul,
.block-content ol {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .block-content p,
  .block-content ul,
  .block-content ol,
  .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;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 1200px) {
  .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;
  }
}

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

@media screen and (max-width: 492px) {
  .video-detail .block-content figure {
    width: 100vw;
  }
  .figure-caption {
    display: block;
    text-align: center;
  }

  .video-detail .block-content figure img {
    width: 20vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

.links-section .right-arrow {
  margin-right: 10px;
  color: #005387;
}
/* Features */
.carousel-item {
  /* IE compatability */
  background: #005387 !important;
}

.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: #005387;
  border-right: 20px solid #eee;
  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: 968px) {
  .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;
  }

  div.media {
    flex-direction: column;
  }
  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;
}
/* .media-body p:not(.card-text) {
	background: #3498db !important;
} */

.media-body p {
  background: #3498db !important;
}

.media-body .card-text {
  background: transparent !important;
}

img[src^='/TargetedOnc'] {
  padding: 0.5rem;
  object-fit: contain !important;
}

/* Advertise Form */
.sanity-block--headlines {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #d4a64d;
  font-weight: bold;
}

.advertise-form .btn.btn-secondary {
  background-color: #005387;
}

.advertise-form .btn.btn-secondary:hover,
.advertise-form .btn.btn-secondary:active {
  opacity: 0.9;
}

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

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

#vid-slider.col .row {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
#vid-series-btn {
  background: #d4a64d !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-logo-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partners-page-logo-holder > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-page-logo-holder div > p a {
  color: #3498db !important;
}

.partners-page .media .media-body h4 {
  font-size: 1.062rem;
}
@media screen and (max-width: 991px) {
  .series-title {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .series-title img {
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.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: 140px;
}
.media a img {
  width: 240px;
  height: auto;
  object-fit: contain;
}

#related_button {
  background-color: #d4a64d;
  border-color: #d4a64d;
}
.flex-apart {
  display: flex;
  justify-content: space-between;
}
.ce-articles .media {
  width: 100%;
}
.rightCol_ads {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.horizontal-hero-title {
  background: #fff !important;
}
.horizontal-hero-title h2 {
  font-size: 2.1rem;
}

@media screen and (max-width: 1920px) {
  .horizontal-hero-title h2 {
    font-size: 1.1rem;
  }
  .horizontal-hero-title {
    top: -16px !important;
  }
}
@media screen and (max-width: 1539px) {
  #privacy-policy {
    height: 7600px !important;
  }
}
@media screen and (max-width: 1339px) {
  #privacy-policy {
    height: 8800px !important;
  }
}
@media screen and (max-width: 1063px) {
  #privacy-policy {
    height: 10700px !important;
  }
}
@media screen and (max-width: 768px) {
  #privacy-policy {
    height: 11800px !important;
  }
}
/* fix for hero */
.yh-top-article--img img[src='/AJMC_25Lockup.png'] {
  object-fit: contain !important;
}
video {
  max-width: 100%;
}

.event {
  box-sizing: border-box;
  margin: 1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.event div {
  height: 100%;
  box-sizing: border-box;
}

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

.event div:nth-child(1) {
  height: 100%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event div:nth-child(2) {
  height: 100%;
  width: 75%;
  padding: 1rem;
}

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

#eventFaculty .facultyMember {
  width: 33.33%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}

#eventFaculty .facultyMember img {
  object-fit: cover;
  height: 15rem;
  width: 100%;
}

#eventFaculty .facultyMember p {
  margin: 0;
  line-height: 1.5;
}

#eventFaculty .facultyMember #name {
  font-size: 1.25rem;
}

#eventFaculty .facultyMember #title {
  font-style: italic;
}

#eventFaculty .row {
  margin: 0;
}

#eventFaculty .row .col {
  padding: 1rem;
}

#eventHeader {
  text-align: center;
  line-height: 1.5;
  font-size: 1.25rem;
}

#eventHeader p {
  margin: 0;
  line-height: 1.5;
}

#eventAgenda .row {
  padding: 1rem 0;
  margin: 0;
}

#eventAgenda .row:nth-child(1) {
  font-weight: bold;
}

#eventAgenda .row:nth-child(2n - 1) {
  background-color: #00548626;
}

#eventLanding > div {
  margin-bottom: 2rem;
}

#eventLanding h1 {
  color: #005486;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffffbb;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loadingOverlay div {
  z-index: 6;
  height: 5rem;
  width: 5rem;
  border: 0.25em solid #005387;
  border-right-color: transparent;
}

#loadingOverlay p {
  font-size: 2rem;
  font-style: italic;
  padding: 1rem;
}

#eventRegForm .form-control {
  font-size: 1rem;
}

@media only screen and (max-width: 600px) {
  #eventFaculty .facultyMember {
    width: 50%;
  }
}

.btn-outline-ajmc {
  color: #005387;
  border-color: #005387;
}

.btn-outline-ajmc:hover {
  color: #ffffff;
  background-color: #005387;
}

.close:hover {
  opacity: 1 !important;
  color: inherit !important;
}

/* brightcove video detail */

.brightcove .video-js {
  float: none;
  width: 100%;
  height: 385px;
  margin-bottom: 1.5rem;
}
#custom-brightcove .video-js {
  height: 435px !important;
}
@media screen and (max-width: 1399px) {
  .brightcove .video-js {
    height: 360px;
  }
}

@media screen and (max-width: 1065px) and (min-width: 768px) {
  #custom-brightcove .video-js {
    height: 315px !important;
  }
}

@media screen and (max-width: 495px) {
  .brightcove .video-js {
    height: 255px !important;
  }
  .brightcove:not(.ipub-js) .video-js {
    height: 255px;
  }
}

.pdf-figure a {
  display: flex;
  cursor: pointer;
}

.pdf-figure figcaption {
  display: flex;
  align-items: center;
}
.pdf-figure img {
  margin: 1rem;
  max-height: 40px;
  max-width: 40px;
}

#issueLanding .article-category,
#issueLanding .issueSection {
  background-color: #005387 !important;
}
@media screen and (max-width: 1399px) {
  #vid-slider,
  #vidHolder {
    /* max-width: 550px !important; */
  }
}
#clinicalSpotlight .breadcrumb {
  margin: 0;
}
#clinicalSpotlight .contentDeck {
  margin: 1rem 0 0 0;
}

#search-content-desktop #search-bar-desktop {
  background-color: #005387 !important;
}
#search-content-mobile #search-bar-mobile {
  background-color: #005387 !important;
}
#search-content-mobile .search-btn-mobile {
  top: 14px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-nav#nav-links {
    padding: 0px 16% 0px 0px !important;
  }
}
.navbar-brand {
  padding: 0;
}
.prevNext-title {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

h2.prevNext-title {
  line-height: 1.5 !important;
}
/* responsive video container */
#fluid-video-container .brightcove {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0 !important;
}
#fluid-video-container .brightcove .video-js {
  position: absolute;
  top: 0;
  min-height: unset !important;
}

.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");
}

@media screen and (max-width: 767px) {
  .site-logo-wrapper {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 1192px) {
  .navbar .mobile-nav .dropdown-menu .dropdown-item {
    color: #696969 !important;
  }
  header.header-nav {
    background: #fff;
  }
  nav.bottom-nav {
    overflow-y: auto;
  }
}

#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 #fff;
}
#ceToggles div:hover {
  opacity: 1 !important;
  border-color: #cecece;
}
#ceToggles div p {
  margin: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
#ceToggles div img {
  width: 100%;
  max-width: 10rem;
}
#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 (min-width: 1300px) {
  .card-columns {
    column-count: 4;
  }
}
.sponsored-headline {
  background-color: #005387;
  padding: 0.5rem;
}
.sponsored-item-container {
  border: 1px solid #ccc;
  padding: 1rem;
}
@media screen and (min-width: 1200px) {
  #basic-navbar-nav div.navbar-nav {
    position: absolute !important;
    top: 20px;
  }
}
.primary-button {
    background-color: #005387 !important;
}
.secondary-button {
    background-color: #95a5a6 !important;
    border-color: #95a5a6 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.carousel-indicators button {
  padding: 3px !important;
  margin: 10px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 2rem !important;
  background: white;
  opacity: .7;
  outline: none;
}

.mt-3 {
  margin-top: 1rem !important;
}
