@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: #49990f;
  --search-secondary: #a5a7a9;
}
@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: #3e3f3a;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
em {
  font-family: sans-serif;
}
nav.navbar form button.btn-secondary {
  background: #49990f;
}

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

.navbar.bg-primary {
  background: #204E6C !important;
}
a.nav-link {
  font-size: 0.8rem !important;
}
/* a.nav-link[href^='/e-learning-tools'] {
  text-transform: none;
} */
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: 90px;
}
.side-footer ul {
  padding-left: 0;
}
.side-footer ul li {
  list-style-type: none;
  text-decoration: underline;
}
.side-footer ul li a {
  color: black;
}
.side-footer p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: rgb(170, 170, 170);
}

/*******=Card base styles**********/
.card {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.45);
  margin-bottom: 30px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
}
.card .card-img-top {
  width: 100%;
  height: auto;
  max-height: 275px;
  object-fit: cover;
}
.middleCol {
  width: 60%;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .middleCol {
    margin-bottom: 10px;
    width: 100%;
  }
  .media .img-wrapper {
    width: auto !important;
  }
}
@media screen and (max-width: 1199px) {
  .leftCol {
    flex: 0 0 200px;
    padding: 0;
    display: none;
  }
}
.middleCol h1:first-child {
  color: #151f5d;
}
.card .card-title.h5 {
  color: #151f5d;
}
.card .card-text {
  color: black;
  font-size: 1rem;
}

/* .video-detail .volume-issue span:first-child {
  padding-right: 10px;
} */

.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: #3e3f3a;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.grid-container .card .card-subtext,
.grid-container .content-card p.card-text {
  max-width: 100%;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e3f3a;
}

.block-card {
  min-height: 270px;
  position: relative;
}
.block-card .card-img-top {
  max-height: 150px !important;
}
.block-card .card-body {
  position: absolute;
  bottom: 0px;
}
.block-card .card-body button.btn-secondary {
  position: absolute;
  bottom: -28px;
  margin: 10px 25px;
}

.journal-queue .col {
  width: 560px;
}

.journal-queue .card-img-top {
  min-height: 250px !important;
  min-width: 180px !important;
}
/* first card will display more info */

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

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

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

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

@media (max-width: 340px) {
  .playlist-player {
    height: 290px;
  }
}

@media screen and (min-width: 341px) and (max-width: 360px) {
  .playlist-player {
    height: 335px;
  }
}

@media (min-width: 361px) {
  .playlist-player {
    height: 340px;
  }
}

@media (min-width: 404px) {
  .playlist-player {
    height: 350px;
  }
}

@media (min-width: 664px) {
  .playlist-player {
    height: 356px;
  }
}
@media (min-width: 768px) {
  .playlist-player {
    height: 410px;
  }
}
@media (min-width: 968px) {
  .playlist-player {
    height: 524px;
  }
  .carousel-item img {
    padding-left: 0 !important;
  }
}

@media (min-width: 1192px) {
  .playlist-player {
    width: 586px;
    height: 549px;
  }
}
.dropdown-item {
  color: #8e8c84;
}
@media (min-width: 1200px) {
  .playlist-player {
    width: 617px;
    height: 320px;
  }
  .middleCol {
    min-width: 630px;
  }
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.youtube {
  width: 100%;
}
.top-nav-secondary {
  background: #151f5d;
}
.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: #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 {
  height: 40px;
  width: 70px;
  /* background: url('fetchTransparent.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.3rem;
}
.contentDeck .card-body .card-subtitle {
  margin-bottom: 0.3rem;
}
.queue-card .card-body .card-subtitle a {
  color: #808080;
}
.queue-card .card-img-top {
  padding: 5px;
}
.single-brightcove > * {
  margin: auto !important;
}
@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;

    padding-bottom: 0.25rem;
  }
  .top-nav-secondary ul li a {
    color: #151f5d;
    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;
}

.SubscribeBox .imageBox {
  display: contents;
  text-align: center;
}

.SubscribeBox .imageBox .card-img-top {
  width: 60%;
  margin: 20px auto;
}

@media screen and (max-width: 640px) {
  .SubscribeBox .imageBox {
    display: block;
  }

  .SubscribeBox .imageBox .card-img-top {
    width: 40%;
  }
}

@media screen and (min-width: 968px) {
  .SubscribeBox .imageBox .card-img-top {
    width: 70%;
  }
}

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

@media (min-width: 768px) {
  .AD728x90 {
    width: auto;
    height: auto;
    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;
  }
}

.leftCol {
  flex: 0 0 200px;
  padding: 0px;
  margin: 10px auto;
}

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

.middleCol {
  margin-bottom: 10px;
  position: relative;
}

.middleCol p a {
  color: #88AD47;
}

.middleCol p a:hover {
  color: #44910c;
}
.block-content a {
  color: blue;
  text-decoration: underline;
}
/* .middleCol .dropdown {
    position: absolute;
    right: 0px;
    top: 4px;
    margin-right: 18px;
} */

.rightCol {
  flex: 0 0 300px;
  padding: 0px;
  margin: 10px auto;
}
.brightcove-experience-player p {
  background-color: #88AD47;
}
.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 .block-content {
  height: inherit;
}
.video-detail .block-content .text-center {
  height: inherit;
}
.video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
  height: 550px !important;
}
@media screen and (max-width: 768px) {
  .video-detail iframe:not([id*='google_ads'], .form-assembly iframe) {
    height: 325px !important;
  }
}
.block-content > .d-block > iframe:not([id*='google_ads']) {
  height: 2000px !important;
  max-height: 4000px;
}

@media screen and (max-width: 768px) {
  .block-content > .d-block > iframe:not([id*='google_ads']) {
    height: 2500px !important;
    max-height: 4000px;
  }
  .middleCol {
    max-width: 100%;
  }
}

.infinite-scroll-component {
  padding: 2px;
}
.list-group-item.active {
  background-color: #CFBE8D;
  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 #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: 22%; */
  flex: 19%;
  display: flex;
  align-items: flex-start;
}
.author-info .taxonomy-card .row .col:last-child {
  /* flex-basis: 70%; */
  flex: 70%;
}
.author-info .taxonomy-card .row .col .row div {
  width: 100%;
}
.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;
  max-height: 200px;
  max-width: 200px;
}

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

#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 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 {
  padding: 0 10%;
  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 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) {
  .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 {
    padding: 0;
  }
  .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 (max-width: 991px) {
  .modal-content {
    display: none;
  }

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

  .modal-backdrop {
    display: none;
  }
}
@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 ********/
div.video-detail > div.block-content em {
  font-family: 'Arial';
}

@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^='/nutritionaloutlook'] {
  object-fit: contain !important;
  padding: 1rem !important;
}

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

/* Carousel Feature */

.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: #88AD47;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.feature-content .carousel-caption {
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.3);
  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%;
  /* 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: rgb(255, 255, 255) !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;
}
.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: #ffffff;
}
.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;
}
@media screen and (max-width: 440px) {
  div.media {
    display: block;
  }
}

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

.hero-card {
  padding: 1em;
}

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

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

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

.brightcove .video-js {
  float: none;
  width: 100% !important;
  height: 411px !important;
  margin-bottom: 1em;
}

.media a img {
  width: 240px;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  div.media > a,
  div.media > a > img {
    width: 100% !important;
  }
  div.media {
    flex-direction: column !important;
  }
}

.navbar {
  z-index: 2000;
}

.btn-primary {
  color: #fff !important;
  background-color: #88AD47 !important;
  border-color: #88AD47 !important;
}

@media screen and (max-width: 533px) {
  .journal-queue .card-body a {
    margin-left: 0rem !important;
    display: block !important;
    margin-right: 0.5rem;
    /* width: 100% !important; */
  }
  .journal-queue .card-body a .btn {
    width: 100% !important;
  }
}

.section-wrapper {
  width: 100%;
}

.feature-wrapper .img-fluid {
  width: 100% !important;
  height: 275px;
  object-fit: cover;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

html,
body {
  height: auto;
}

.content-card.ad-wrapper div:first-child {
  width: 100%;
  height: auto;
}

.justify-content-md-center,
.middleCol {
  margin-top: 5px;
}

.author-search,
.author-search:hover {
  background-color: #88AD47 !important;
}

.brand-insight-wrapper .ad-wrapper {
  display: block !important;
  box-shadow: none !important;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

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

.feature-content .carousel .carousel-item .carousel-caption {
  padding-right: 0 !important;
  left: 0rem !important;
  right: 0rem !important;
}

.infinite-scroll-component .video-detail .dropdown {
  position: relative;
}

/* infinite scroll article separator */
.article-seperater {
  background: #88AD47;
}

#pubYearFilter {
  position: unset;
}

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

#search-content-mobile #search-bar-mobile {
  background-color: #747168 !important;
}
.nav-mobile-logo .mobile-logo,
.site-logo-wrapper img {
  height: 34px !important;
  max-width: 100%;
}
.nav-mobile-logo .logo {
  margin: 5px auto !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;
  }
}
#issueLanding .badge,
#issueLanding .article-category,
#issueLanding .issueSection {
  background-color: var(--primary) !important;
  font-style: italic;
}
#issueLanding .img-wrapper {
  position: relative;
}
#issueLanding .img-wrapper img {
  margin: 0 !important;
  padding: 0 !important;
}
#issueLanding .sanityDisplayLabel {
  text-align: center;
}
#issueLanding .img-wrapper .sanityDisplayLabel {
  position: absolute;
  margin: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem -0.5rem #000000;
  max-width: 75%;
}
#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;
  height: 100% !important;
  width: 100%;
  z-index: 9999999;
  opacity: 0;
}
.welcome-ad-wrapper {
  position: sticky;
  top: 0px;
  z-index: 99999;
}

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