@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,500i,700,700i,900,900i&display=swap');
:root {
  --primary: #922618;
  --search-primary: #922618;
  --search-secondary: #a5a7a9;
}
body {
  background-color: #fff;
}
h1 {
  font-weight: 300;
  color: #9e2618 !important;
}
a {
  color: #343a40;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #9e2618;
}
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;
}
#vid-slider.col {
  padding: 0 2.2rem 0 1.4rem !important;
  margin: 0 auto;
}
#vid-slider .tile__details {
  display: none;
}

nav.navbar form button.btn-secondary {
  background: #35393b;
}
.filter-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin: 10px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:focus) {
  color: #fff;
  background-color: #9e2618;
  border-color: #9e2618;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9e2618;
  border-color: #9e2618;
}
/***Navbar styles*****/
.navbar.navbar-light {
  background-color: white;
}

.navbar.bg-primary {
  /* background: linear-gradient(to right,#ffb81c 1%,#eb3300 60%); */
  background: #ffffff !important;
  top: -5px;
}
a.nav-link {
  font-size: 0.8rem !important;
}
a.dropdown-item {
  font-size: 0.8rem !important;
}

.list-group-item:not(.active) {
  padding: 0.5rem 1.25rem;
}
/******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);
}
/*****ipub listing *******/
.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);
  max-width: calc(50% - 1rem);
  min-width: 200px;
  display: inline-block;
  margin: 1rem;
  flex: 1 1 auto;
}
.ipub-listing h4 {
  font-size: 1.4rem;
}
.ipub-listing img {
  width: 100%;
  height: auto;
}
.ipub-listing-body {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .ipub-listing h4 {
    font-size: 1.1rem;
  }
}

/*******=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: 275px;
  object-fit: cover;
}
/* .middleCol {
  max-width: 840px !important;
} */

.middleCol h1:first-child {
  color: #151f5d;
}
.card .card-title.h5 {
  color: #151f5d;
}
.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-img-top {
  width: 100%;
  height: auto;
  height: 112.5px;
  width: 200px;
  object-fit: cover;
  padding: 5px;
  min-width: 70px;
}

.grid-container .content-card .card-body {
  width: 100%;
}
.grid-container .card .card-mainTitle {
  font-size: 30px;
  font-weight: bold;
  color: #3bcbb7;
}
.grid-container .card .card-title.h5 {
  color: #343a40;
  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: #343a40;
}

.block-card {
  min-height: 270px;
}
.block-card .card-img-top {
  max-height: 150px !important;
}
.block-card .card-body {
  position: absolute;
  bottom: 40px;
}
.block-card .card-body button.btn-secondary {
  position: absolute;
  bottom: -28px;
}
.journal-queue .col {
  width: 560px;
}
.journal-queue .card-img-top {
  min-height: 250px !important;
  min-width: 180px !important;
}
/* first card will display more info */

.grid-container div:nth-child(1) div.content-card.card {
  flex-direction: column !important;
  border-bottom: 5px solid #9e2618;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.grid-container div:nth-child(1) div.content-card.card .card-title.h5 {
  font-size: 1.5rem;
}
.grid-container div:nth-child(1) div.content-card.card .card-img-top {
  width: 100%;
  max-height: 300px;
  min-height: 275px;
  padding: 0;
  transition: all 0.1s ease-in-out;
}
.grid-container div:nth-child(1) 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;
  height: 165px;
}

.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;
  height: 165px;
}
.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: 1191px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #696969;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #696969;
}

.navbar .mobile-nav .navbar-collapse.show {
  border-bottom: 0.5px solid #696969 !important;
}
.navbar.bg-primary {
  margin-top: -2px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #9e2618;
  color: #fff !important;
}

.youtube {
  width: 100%;
}
.top-nav-secondary {
  background: #9e2618;
}
.top-nav-secondary .container {
  position: relative;
  z-index: 99;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  color: white;
  flex-wrap: wrap;
}
.top-nav-secondary img {
  height: 24px;
}
#brand1 {
  filter: brightness(0) invert(1);
  transition:
    background-color 0.25s,
    filter 0.25s;
}
#brand1:hover {
  filter: none;
  background-color: #fff;
  transition:
    background-color 0.25s,
    filter 0.25s;
}
#brand2 {
  background-color: #fff;
}
.top-nav-secondary ul {
  margin-bottom: 0;
}
.top-nav-secondary p {
  color: #151f5d;
  margin-bottom: 0;
}
.top-nav-secondary ul li {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  padding: 5px 15px 2px 15px;
}

.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;
}
.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;
}
@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;
  }
  .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: #9e2618;
  }
  .top-nav-secondary ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
  }
  .top-nav-secondary ul {
    background: #9e2618;
    width: 100%;
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

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

.navbar:first-child {
  padding: 0;
}

.header-nav {
  width: 100%;
  position: fixed;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
}

/*****Navbar End*********/

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

@media (max-width: 767px) {
  .AD728x90 {
    min-height: 1px;
    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 (min-width: 1200px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    /* margin: 10px auto; */
  }
  .middleCol .video-detail {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0px;
    display: none;
  }
}

.middleCol {
  /* max-width: 835px !important; */
  margin-bottom: 10px;
  width: 50%;
}
@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;
}
.card .card-img-top {
  width: 100%;
  height: auto;
  max-height: 275px;
  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-block {
  height: 550px !important;
}

@media screen and (max-width: 768px) {
  .video-detail .iFrame-block {
    height: 325px !important;
  }
}

.infinite-scroll-component {
  padding: 2px;
}
.list-group-item.active {
  background-color: #9e2618;
  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 #9e2618;
  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;
}

/****************Alphabetic listing**************************/
.alphabetical-listing li,
.video-listing li {
  font-size: 1.1rem;
}
.alphabetical-listing h3,
.video-listing h3 {
  font-size: 32px;
  font-weight: 700;
  color: #9e2618;
}
.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: #9e2618 !important;
}

.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;
  min-height: 251px;
  min-width: 180px;
}

/***********Video Listing Page ***************/
@media screen and (max-width: 768px) and (min-width: 561px) {
  .nav-item img {
    padding: 1rem;
  }
}
@media screen and (max-width: 560px) and (min-width: 280px) {
  .site-logo-wrapper img {
    max-width: 170px !important;
  }
  .nav-item img {
    padding: 1.3rem;
  }
  .top-nav-secondary img {
    height: 12px;
  }
}
#video-listing .card a {
  position: relative;
}
#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 {
  line-height: 1.6;
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
}
.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 a {
  color: blue;
  text-decoration: underline;
}
.block-content .figure-caption {
  color: #9e2618;
}
.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;
  }
}
.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;
}

@media screen and (min-width: 1200px) {
  .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);
  }
}
@media screen and (max-width: 1191px) {
  .navbar .mobile-nav .dropdown-menu.show {
    max-height: 115px !important;
    overflow: auto;
  }
  .navbar .mobile-nav {
    overflow: auto;
  }
}
/***************Sidebar *************/
@media only screen and (min-width: 992px) {
  .sidebar {
    max-width: 50%;
    float: right;
  }
}

/****** Article Detail ********/
.video-detail {
  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 -15px; */
  }
}

/****** 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;
}
img.card-img-top[src^='/DermatologyTimes2017'] {
  object-fit: contain !important;
  padding: 1rem !important;
}

.media .img-wrapper img[src^='/DermatologyTimes2017'] {
  object-fit: contain !important;
}

/* Carousel Feature */

.carousel-item img {
  padding-left: 0 !important;
}
.carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: #9e2618;
  bottom: 0;
  left: 0;
}
.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%;
  top: unset !important;
  bottom: 0 !important;
  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: #343a40 !important;
}
.carousel-item {
  background: #ffffff !important;
}
.carousel-indicators {
  bottom: -35px;
}
.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;
}
div.media-body p.card-text {
  /* display: none !important; */
}

/* consortium */
.resources-wrapper {
  display: grid;
}

.resources_card {
  margin: 1rem 0;
  display: inline-flex;
  flex-direction: column;
  border-right: 1px solid #a4a4a575;
}

.resources_card__inner {
  padding: 0.5rem 1rem;
}

.resources_card__title {
  color: #9e2618;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  font-family:
    Helvetica Neue,
    Helvetica,
    sans-serif;
}

#consortium-deck--container .container > div {
  display: flex;
  flex-wrap: wrap;
}

.consortium-deck-detail a[class^='ConsortiumInternalCard'] {
  width: calc(50% - 5rem);
}

.consortium-deck-detail {
  margin: 0 -1rem;
}

.consortium-deck-detail a[class^='ConsortiumInternalCard'] {
  width: 100%;
}

/* end consortium */

@media screen and (min-width: 961px) {
  .carousel-caption h3 {
    font-size: 1.6em;
  }
  .carousel-caption p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1024px) {
  #consortium-deck--container .container > div {
    flex-direction: column;
  }

  .media a img {
    width: 100% !important;
  }
  div.media {
    flex-direction: column !important;
  }
  div.media > a {
    margin-bottom: 0.5rem;
  }
}
.nav-item img:not(.mobile-logo) {
  height: 70px !important;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .nav-item img {
    width: 100%;
    padding: 5px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .img-wrapper img {
    /* height: 112.5px !important; */
    width: 200px !important;
    object-fit: cover !important;
    padding: 5px;
    min-width: 70px;
  }
}

/* HERO STYLING */
.yh-top-article {
  max-height: 350px;
}

.yh-sub-article--title {
  margin-top: 0.25rem;
  font-size: 1rem;
  margin-bottom: 0.25rem !important;
  font-weight: 600 !important;
  /* font-family: 'Segoe UI', 'Source Sans Pro', Calibri, Candara, Arial, sans-serif; */
}

.yh-top-article--body h1 {
  font-weight: 600 !important;
  margin-bottom: 0.25rem !important;
  /* font-family: 'Segoe UI', 'Source Sans Pro', Calibri, Candara, Arial, sans-serif; */
}

.yh-sub-article-container,
.yh-top-article--body {
  font-family: 'Segoe UI', 'Source Sans Pro', Calibri, Candara, Arial, sans-serif;
}
.yh-sub-article--info {
  font-style: italic;
}
.yh-top-article--body p:first-of-type {
  margin-bottom: 0.25rem !important;

  font-style: italic;
}

.yh-top-article--body p {
  font-size: 0.9375rem !important;
  padding-top: 0 !important;
  margin: 0 !important;
}

.yh-sub-article b {
  color: #868e96 !important;
  font-weight: 400 !important;
}

.yh-sub-article,
.yh-sub-article:hover {
  color: #373a3c;
}

.article-hero {
  padding-left: 15px;
  padding-right: 15px;
}

/* HERO STYLING ENDS */

.event-registration-button {
  background: #9e2618;
  border-color: #9e2618;
}
.event-registration-button:focus,
.event-registration-button.focus,
.event-registration-button:not(:disabled):not(.disabled):active,
.event-registration-button:not(:disabled):not(.disabled).active,
.show > .event-registration-button.dropdown-toggle,
.event-registration-button:hover {
  background: #9e2618;
  border-color: #9e2618;
  box-shadow: none;
}

/* infinite scroll article separator */
.article-seperater {
  background: #9e2618;
}
#issueLanding .badge,
#issueLanding .article-category,
#issueLanding .issueSection {
  background-color: #9e2618 !important;
}
@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;
  }
}
.taxonomy-card {
  border-bottom: 3px solid #9e2618 !important;
}
.carousel-caption {
  margin-top: 0 !important;
}
.navbar-brand img {
  height: 30px !important;
}
#navbar-ham {
  top: 40px !important;
}
.navbar.navbar-light {
  margin-bottom: -40px !important;
  margin-top: 40px !important;
}

@media screen and (min-width: 576px) {
  #navbar-ham {
    top: 40px !important;
  }
  .navbar.navbar-light {
    margin-bottom: -40px !important;
    margin-top: 40px !important;
  }
  .nav-close {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  #navbar-ham {
    top: 35px !important;
  }
  .navbar.navbar-light {
    margin-bottom: -35px !important;
    margin-top: 35px !important;
  }
  .nav-close {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 440px) {
  #navbar-ham {
    top: 30px !important;
  }
  .navbar.navbar-light {
    margin-bottom: -30px !important;
    margin-top: 30px !important;
  }
  .nav-close {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 388px) {
  #navbar-ham {
    top: 25px !important;
  }
  .navbar.navbar-light {
    margin-bottom: -25px !important;
    margin-top: 25px !important;
  }
  .nav-close {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 320px) {
  #navbar-ham {
    top: 20px !important;
  }
  .navbar.navbar-light {
    margin-bottom: -20px !important;
    margin-top: 20px !important;
  }
  .nav-close {
    padding-bottom: 20px;
  }
}

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

#search-content-mobile #search-bar-mobile {
  background-color: #9e2618 !important;
  top: 120px !important;
}
#search-content-mobile .search-btn-mobile {
  top: 4px !important;
}

.nav-mobile-logo .mobile-logo,
.site-logo-wrapper img {
  height: 34px !important;
}

.navbar#navbar-ham {
  z-index: 999;
}

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

.welcome-modal {
  position: absolute;
  width: 100%;
  z-index: 9999999;
  opacity: 0;
}
.welcome-ad-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
#toolkitTopAd {
  padding: 0 0 1rem 0;
}
#toolkitTopAd .AD728x90 {
  margin: 0 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;
  }
}
