/*
 * Greetings
 */
.quote-attribution {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  text-align: end;
}

.seal {
  display: none;
}

@media (min-width: 768px) {
  .seal {
    display: block;
  }

  .bump {
    padding-top: 20px; /* fixed typo: pading-top */
  }
}

@media (min-width: 992px) {
  .seal {
    max-width: 250px;
    width: 75%;
    margin-left: 25%;
  }
}

@media (min-width: 1366px) {
  .seal {
    /* Optional: margin-top tweak */
    /* margin-top: -1.25rem; */
  }
}

/* 
 * Features
 */
.teaser p:last-child {
  margin-bottom: 0;
}

.teaser .cta-link {
  font-weight: normal;
  margin-bottom: -1.25em;
}

/*
 * Communications
 */
#coms iframe {
  margin: 0;
}

#coms .teaser {
  display: none;
}

.col-tweets .section-heading::before {
  content: '';
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url('../_images/avatar.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

/* Hides RSS dates */
.news-list-rss .date {
  display: none;
}

/*
 * Contact
 */
#contact .section-heading {
  cursor: pointer;
  font-size: 3rem;
  display: flex;
  align-items: center;
}

#contact .section-heading .bi {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #960c22;
}

#contact form {
  margin: 1.25rem 0 2.5rem;
}

@media (min-width: 768px) {
  #contact form {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #contact .contact-list {
    padding-left: 25%;
  }
}
