
.front-hero {
  background-image: url('/sites/a67.asmdc.org/files/sqs_hero.jpg');
}
.front-hero .new-homeform {
  left: unset;
}

/*fixes for seal logo*/
.navbar-header {
  flex-grow: 1;
}
.logo {
  display: inline-flex;
  float: left;
  max-height:80px;
  max-width:85px;
  padding-right:5px
}
@media (max-width: 995px) {
  .logo {
    max-width:75px;
    max-height:70px;
  }
  .navbar-header {
    margin-left: 0px;
  }
}
@media (max-width: 1076px) {
  a.logo-hold {
    top:0px;
  }
}

/* featured image center over teaser */
  }
  .node--view-mode-teaser .field--name-field-featured-image {
    float: none;
    text-align: center;
  }

  /* current/past events featured image, remove float left in teaser */
@media (min-width: 560px) {
    .node .field--type-image {
        float: none;
        text-align: center;
    }
    }

.node .figure {
  padding-top: 10px;
  float: none;
  width: 100%;
  text-align: center;
}

.field--type-smartdate {
  font-weight: bold;
}

/* use ealert subject line as target universe - bold, red in teaser view */
.field--name-field-ealert-subject-line {
  font-weight: bold;
  font-style: italic;
  font-size: +4;
  color: #ff0000;
  padding-top: 5px; padding-bottom: 13px;
}


