/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.archive-tiles .int-ed-listing-meta{
  font-size: 75%;
  margin-bottom: 7.5px;
}

.int-ed-listing-meta{
  background: #f5f5f5;
  margin: 15px 0;
  padding: 0px 0;
}
.int-ed-listing-meta a,
.int-ed-listing-meta a:visited,
.int-ed-listing-meta a:active{
  color: #b73253;
/*  border-bottom: 1px solid #96933a;*/
}

.int-ed-meta-item{
  display: block;
  font-family: neuzeit-grotesk,sans-serif;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1;
  padding: 7.5px 15px;
  text-transform: uppercase;
}
.int-ed-meta-item div:first-child{
  float: left;
  font-weight: 700;
}
.int-ed-meta-item.feature div{
  display: inline;
}
.int-ed-meta-item.feature{
  background: #fff;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.int-ed-meta-item.feature{
  padding-bottom: 0;
}
.int-ed-meta-item.feature + .int-ed-meta-item:not(.feature){
  border-top: 17px solid #fff;
}
.archive .int-ed-meta-item + .edb-tile-lead{
  padding-top: 10px;
}

.int-ed-meta-item--order--spacer{
  border-bottom: 1px solid #ccc;
  padding-bottom: 7.5px;
  margin-bottom: 15px;
}

.int-ed-meta-item:not(:last-child){
  border-bottom: 3px solid #fff;
}
.int-ed-listing-secondary-copy{
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  width: 100%;
}
.int-ed-listing-secondary-copy .gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.int-ed-listing-secondary-copy .gallery .gallery-item.active-gallery{
  display: initial;
  order: 1;
  margin-top: 15px;
  min-width: 100%;
}
.int-ed-listing-secondary-copy .gallery .gallery-item:not(.active-gallery){
  align-items: center;
  background: #f1f1f1;
  display: flex;
}
.int-ed-listing-secondary-copy .gallery .gallery-item {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    display: initial;
    max-width: calc(20% - 15px);
    order: 2;
    padding: 0px;
    text-align: left;
    width: auto;
}
.int-ed-listing-secondary-copy .gallery figure {
    margin: 5px 15px 7.5px 0;
}
.int-ed-listing-secondary-copy .gallery .gallery-item.active-gallery img {
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-filter: blur(0);
  filter: blur(0);
  height: auto;
  max-height: 500px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.int-ed-listing-secondary-copy .gallery img:first-of-type {
    cursor: pointer;
}
.int-ed-listing-secondary-copy .gallery .gallery-item img {
    vertical-align: top;
}

@media screen and (min-width: 840px)   {
  .int-ed-listing-secondary-copy,
  .int-ed-listing-primary-copy{
    float:left;
    max-width: 50%;
    width: 50%;
  }
 .int-ed-listing-secondary-copy{
  padding-left: 30px;
 }
}