#homeTopAdBox{
	min-height:90px;
	max-height:90px;
}

@media (min-width: 768px) {
  /* Figures */

  figure.align-left.xsmall,
  figure.align-right.xsmall {
    width: 10%;
  }

  figure.align-left.small,
  figure.align-right.small {
    width: 20%;
  }

  figure.align-left.medium,
  figure.align-right.medium {
    width: 35%;
  }

}

.table {
    border-bottom: 28px solid #b2bb1c;
    border-top-color: #000;
}
.table>thead {
    background: #000;
    color: #fff;
}
.table>thead>tr>th {
	border-bottom-width:0;
}
.table>thead>tr:last-child>th {
    border-bottom-color: #000;
}
.table>thead>tr>th:first-child{
    border-left-color: #000;
    }
.table>thead>tr>th:last-child {
    border-right-color: #000;
}

.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
  background-color: #000;
  color:#fff;
}
.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr:hover > .default,
.table-hover > tbody > tr.default:hover > th {
  background-color: #333;
}

.flexwrap{
  flex-wrap:wrap;
}
/* tiles flex for even height cols */
.row.tiles{
  display:flex;
}
div.tile-wrap{
  flex:1 0 auto;
}
div.tile-wrap div.tile{
  height:98%;
}

/* Events Calendar Title */

.events-landing .events-calendar h3, .events-landing .events-calendar h3 a {
  font-size: 28px !important;
}

@media (min-width: 768px) {
  .events-landing .events-calendar .event {
    height: 100%;
    width: 100%;
  }
  .events-landing .events-calendar .event-wrap a.btn.btn-primary {
      position: absolute;
      bottom: 0;
  }
}

/* nav fixes */
@media (min-width: 1200px) {
  header .bottom-row .main-nav a:last-of-type {
    margin: 0;
  }
  header .bottom-row .main-nav li.dropdown:not(:last-child) {
    margin-right: 68px;
  }
  header .bottom-row .main-nav li.dropdown ul.dropdown-menu {
    padding-left:40px;
    margin-left:-40px;
    padding-right:40px;
  }
  header .bottom-row .main-nav li.dropdown ul.dropdown-menu li {
    margin: 8px auto;
  }
  header .bottom-row .main-nav li.dropdown ul.dropdown-menu li a {
    width: 100%;
    font-size: 1.2em;
  }
  header .bottom-row .main-nav li.dropdown ul.dropdown-menu li:not(.active) a{
    color:#009FC3;
  }
}
@media (max-width: 767px){
  header .mobile-nav .main-nav .dropdown-menu>li>a {
      white-space: normal;
    }
    div#svSearchResults{
      padding:0 1em;
    }
}

header .bottom-row .main-nav .dropdown-menu>.active>a {
  color: #B3BD1E;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  border-bottom:1px solid #B3BD1E;
}
header .bottom-row .main-nav .dropdown-menu>.active>a:focus,
header .bottom-row .main-nav .dropdown-menu>.active>a:hover {
  background-color: #f5f5f5;
}

/* italicize certain items */

header nav ul#navPrimary li.dropdown li#navSlasDiscovery a,
header nav ul#navPrimary li.dropdown li#navSlasTechnology a,
body.sysSlasDiscovery.publications main section.content-header h1,
body.sysSlasTechnology.publications main section.content-header h1,
body.sysSlasDiscovery.publications main section.content-header div#crumblist,
body.sysSlasTechnology.publications main section.content-header div#crumblist
{
  font-style: italic;
}
body.sysSlasDiscovery.publications main section.content-header div#crumblist a,
body.sysSlasTechnology.publications main section.content-header div#crumblist a{
  font-style:normal;
}


/* BlackBox Menu */

.blackbox-menu {
  background: #000;
}

.blackbox-menu h3 {
  margin: 0;
  padding: 0;
}

.blackbox-menu h3 a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 60px 17px 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #b2bb1c;
  text-decoration: none;
  line-height: 1.2;
}

.blackbox-menu h3 a:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  margin: 0 -30px 0 auto;
  background-image: url('../images/single-event-event-menu-icon-plus.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.blackbox-menu h3 a[aria-expanded="true"]:after {
  background-image: url('../images/single-event-event-menu-icon-minus.svg');
}

.blackbox-menu ul {
  list-style-type: none;
  padding: 0 20px 10px 20px;
}

.blackbox-menu ul li a {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.15s ease;
}

.blackbox-menu ul li a:hover, .blackbox-menu ul li a:focus {
  color: #009fc3;
}

.blackbox-menu ul li > ul {
  padding: 0 0 0 20px;
}

.blackbox-menu ul li > ul li a {
  font-weight: 400;
}

@media (min-width: 768px) {
  /* BlackBox Menu */

  .blackbox-menu {
    background-image: url('../images/single-event-event-menu-background.svg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    margin: auto 1em;
  }

  .blackbox-menu h3 a {
    padding: 40px 50px 18px 50px;
    font-size: 32px;
    cursor: default;
  }

  .blackbox-menu h3 a:after {
    display: none;
  }

  .blackbox-menu ul {
    padding: 0 50px 34px 50px;
  }

  .blackbox-menu ul li a {
    font-size: 24px;
  }
}

p.edutrack {
	color:#ffffff;
	padding:0px 50px 10px 20px;
	margin-bottom:0px
}

.left-indent {
	margin-left:40px;
}


.article-listing .article.nm-podcast .category{
  background-color: #fcae24;
  font-style: italic;
}
.article-listing .article.eln .category {
  background-color: #d93869;
  font-style: italic;
}

/* ======================================================
PODCAST-LIKE BOXES
========================================================= */

.graybox h3 a {
	color:#b2bb1c; 
	font-size:32px; 
	font-weight:600; 
	margin-bottom:24px;
}

/* =======================================================
FEATURED CONTENT
======================================================= */
@media (min-width: 768px){
  .featured-content .content .container {
      min-height: 200px !important;
  }
}
@media (min-width: 992px){
  .featured-content .content .container {
      min-height: 300px !important;
  }
}
@media (min-width: 1200px){
  .featured-content .content .container {
      min-height: 400px !important;
  }
}

@media (max-width: 767px){ /* xs padding fix on home*/
  body.homepage .featured-content .image {
    border-bottom: 0 !important;
  }
  body.homepage .featured-content .image:after {
    padding-bottom: 36.04% !important;
  }
  body.homepage .featured-content .content {
    border-bottom: 28px solid #b2bb1c  !important;
  }
}

/* Image */

.featured-content .image {
  background-size: contain !important;
  background-position: top right !important;
}


ul.lightSlider > li > p {
    text-align: center;
    font-variant: small-caps;
    font-weight:bolder;
}

/* ==============================
ASSOC IMAGE FIX
===================== */
.featured-image .image {
  background-position: center;
  background-size: contain !important;
  background-repeat: no-repeat;  
}

.featured-image .image:after {
  content: '';
  display: block;
  padding-bottom: 66.57% !important;
}

/*.sysBoostYourBrand .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/boostbrand-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.sysSlasDiscovery .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/slasdiscovery-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.sysSlasTechnology .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/slastechnology-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.sysJournalOpenAccessFaq .featured-image .image,
.sysSlasSpecialIssuesAndCollections .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/journals-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.sysMentorMatch .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/mentormatch-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.sysMicrocredentialsProgram .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/microcredentials-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.slas2024-intl .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/slas2024-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.slas2024-intl .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/slas2024-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.slasEurope2024 .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/europe2024-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.slas2024BB3D .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/header-3d-symposium.jpg') !important;
	height:380px;
	background-size:cover !important;
}

.slas2024Microscale .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/microscale-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.slas2024SMS .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/samplemanagement-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}
.slas2024DSAS .featured-image .image {
	background-image:url('/SLAS/assets/Image/new-homepage/datascience-header.jpeg') !important;
	height:380px;
	background-size:cover !important;
}

.sysBoostYourBrand .featured-image .image:after,
.sysSlasDiscovery .featured-image .image:after,
.sysSlasTechnology .featured-image .image:after,
.sysJournalOpenAccessFaq .featured-image .image:after,
.sysSlasSpecialIssuesAndCollections .featured-image .image:after,
.sysMentorMatch .featured-image .image:after,
.sysMicrocredentialsProgram .featured-image .image:after,
.slas2024-intl .featured-image .image:after,
.slasEurope2024 .featured-image .image:after,
.slas2024Microscale .featured-image .image:after,
.slas2024SMS .featured-image .image:after,
.slas2024DSAS .featured-image .image:after {
	padding-bottom:0 !important;
}
*/

/* ==== COLLABORATE STYLES === */

.collaborateBlueQuote h5 {
	color: #009fc2;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.collaborateGreenQuote h5 {
	color: #84b135;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.collaboratePurpleQuote h5 {
	color: #4f2683;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

/* LINKS WITH ICONS: MEDIA QUERIES FIX */

@media (min-width: 768px) {
  .links-icons .link {
    width: calc(33% - 40px);
    margin: 0 20px;
  }
}

.btn-clear {
  background-color: #2a2a2a;
  border-color: #fff;
  color: #fff;
}

.btn-clear:hover, .btn-clear:focus, .btn-clear:active, .btn-clear.active.focus, .btn-clear.active:focus, .btn-clear.active:hover, .btn-clear:active.focus, .btn-clear:active:focus, .btn-clear:active:hover  {
  background-color: #b2bb1c;
  border-color: #b2bb1c;
  box-shadow: none;
  color: #000;
}