/*
Theme Name: Everett
Description: Main stylesheet for the Everett custom WordPress theme.
*/

/* =========================================================
   1. ROOT VARIABLES & GLOBAL STYLES
   ========================================================= */

:root {
  --red: #e00000;
  --charcoal: #252525;
  --footer-black: #202020;
  --off-white: #f4f3f3;
  --heading: "Roboto Condensed", sans-serif;
  --body: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}

.site-container {
  max-width: 1140px;
}

/* =========================================================
   2. HEADER & NAVIGATION
   ========================================================= */

.site-header {
  background: var(--red);
}

.site-header .navbar {
  min-height: 74px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.navbar-brand img {
  display: block;
  width: 140px;
  height: auto;
}

.navbar-nav .nav-link {
  padding: 15px !important;
  color: #fff;
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--charcoal);
}

.navbar-toggler {
  padding: 0.25rem 0;
}

/* =========================================================
   3. HOMEPAGE — INTRO BAR
   ========================================================= */

.intro-bar {
  background: var(--charcoal);
  color: #fff;
}

.intro-bar p {
  margin: 0;
  padding: 10px 0 12px;
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

/* =========================================================
   4. HOMEPAGE — PROFILE / BOOKS
   ========================================================= */

.profile-section {
  padding: 35px 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 44%), rgb(255 255 255 / 44%)),
    url("../images/keynote-speaker-costs-1568x1044-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-container {
  max-width: 800px;
}

.book-row {
  row-gap: 25px;
}

.book-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  text-align: center;
}

.book-card img {
  display: block;
  width: 67%;
  height: auto;
}

.book-card:nth-child(2) img {
  width: 66%;
}

.book-card h2 {
  width: 100%;
  margin: 0;
  padding-top: 9px;
  color: #000;
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

/* =========================================================
   5. HOMEPAGE — WHO IS EVERETT
   ========================================================= */

.who-section {
  padding: 30px 0 5px;
  text-align: center;
}

.who-section h1 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.portrait {
  display: block;
  width: 180px;
  margin: 0 auto;
  border: 2px solid #242424;
  border-radius: 50%;
}

.who-section p {
  margin: 24px 0 0;
}

.who-section a {
  color: inherit;
  font-weight: 600;
}

.film-row {
  padding-top: 30px;
}

/* =========================================================
   6. HOMEPAGE — NEWS
   ========================================================= */

.news-section {
  padding: 35px 0;
  background: var(--off-white);
}

.news-container {
  max-width: 730px;
}

.news-section > .container > h2 {
  margin: 0 0 24px;
  color: var(--charcoal);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
}

.news-item h3 {
  margin: 0 0 20px;
  color: var(--red);
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.news-item p {
  margin: 0 0 20px;
}

.read-more {
  padding: 10px;
  border: 2px solid var(--red);
  border-radius: 0;
  background: #fff;
  color: var(--red);
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1;
  text-transform: uppercase;
}

.read-more span {
  display: inline-block;
  margin-left: 7px;
  font-size: 1.25em;
  line-height: 0.6;
  vertical-align: -1px;
}

.read-more:hover,
.read-more:focus {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

/* =========================================================
   7. FOOTER
   ========================================================= */

.site-footer {
  padding: 24px 0 28px;
  background: var(--footer-black);
  color: #fff;
}

.site-footer h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
  text-decoration: underline;
}

/* =========================================================
   8. ABOUT PAGE
   ========================================================= */

.about-title-section {
  padding: 34px 0 24px;
}

.about-title-section h1 {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.about-content-section {
  padding: 0 0 28px;

  overflow-x: clip;
}

.about-content-section .row {
  display: flex;

  flex-wrap: wrap;
}

.about-container {
  padding-right: 0;
  padding-left: 0;
  overflow-x: clip;
}

.about-image-column {
  flex: 0 0 45.884%;
  max-width: 45.884%;
}

.about-copy {
  flex: 0 0 54.116%;
  max-width: 54.116%;
}

.about-image-column,
.about-copy {
  padding-right: 15px;
  padding-left: 15px;
}

.about-image-column img {
  display: block;
  width: 100%;
  height: auto;
}

.about-copy p {
  margin: 0 0 16px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   9. SPEAKING PAGE
   ========================================================= */

.speaking-intro {
  padding: 20px 0 0;
}

.speaking-intro-container {
  max-width: 970px;
}

.speaking-intro h1,
.testimonial-heading h2,
.booking-section h2 {
  font-family: var(--heading);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.speaking-intro h1 {
  margin: 0 0 18px;
}

.speaking-intro > .container > p {
  margin: 0 0 54px;
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.speaking-intro iframe {
  border: 0;
}

.testimonial-heading {
  padding-top: 45px;
}

.testimonial-container {
  max-width: 1185px;
}

.testimonial-heading h2 {
  margin: 0;
}

.testimonials {
  padding: 36px 0 20px;
}

.testimonial-card {
  height: 100%;
  padding: 20px;
  border: 1px solid #dbdbdb;
}

.testimonial-card p {
  margin: 0 0 16px;
}

.testimonial-card p:last-child {
  margin-bottom: 0;
}

.testimonial-signature {
  margin-top: 55px !important;
}

.booking-section {
  margin-top: 20px;
  padding: 20px 0 40px;
  background: #f2f2f2;
}

.booking-heading-container {
  max-width: 850px;
}

.booking-section h2 {
  margin: 0;
  letter-spacing: 0.1px;
}

.booking-form-container {
  max-width: 500px;
  padding-top: 10px;
}

.booking-form .form-control {
  min-height: 36px;
  padding: 5px;
  border-color: #777;
  border-radius: 2px;
  box-shadow: none;
}

.booking-form textarea.form-control {
  height: 156px;
  resize: vertical;
}

.booking-form button {
  margin-top: 8px;
  padding: 10px 14px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.booking-form button:hover,
.booking-form button:focus {
  background: #b90000;
}

/* =========================================================
   Media Archive
   ========================================================= */

.media-page {
  background: #fff;
  padding: 35px 0 70px;
}

.media-container {
  max-width: 1100px;
  margin: 0 auto;
}

.media-page-title {
  margin: 0 0 35px;
  font-family: var(--heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}

/* Individual media article */

.media-list {
  width: 100%;
}

.media-item {
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 45px;
  align-items: start;

  width: 100%;
  margin: 0 0 45px;
  padding: 0 0 40px;

  border-bottom: 1px solid #ddd;
}

/* Full-width layout when no featured image is available */

.media-item.no-media-image .media-item-content {
  grid-column: 1 / -1;
}

/* Image */

.media-item-image {
  display: block;
  width: 100%;
}

.media-item-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* Content */

.media-item-content {
  min-width: 0;
}

.media-item-title {
  margin: 0 0 10px;

  font-family: var(--heading);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
}

.media-item-title a {
  color: #222;
  text-decoration: none;
}

.media-item-title a:hover {
  color: #ed0000;
}

.media-item-date {
  display: block;
  margin: 0 0 18px;

  font-family: var(--body);
  font-size: 16px;
  line-height: 1.4;
  color: #777;
}

.media-item-excerpt {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  color: #222;
}

.media-item-excerpt p {
  margin: 0 0 15px;
}

.media-read {
  display: inline-block;
  margin-top: 5px;

  font-family: var(--heading);
  font-size: 16px;
  font-weight: 600;

  color: #ed0000;
  text-decoration: none;
  text-transform: uppercase;
}

.media-read:hover {
  color: #222;
}

/* No media */

.media-empty {
  font-size: 18px;
}

/* =========================================================
   Media Archive - Tablet
   ========================================================= */

@media (max-width: 991.98px) {
  .media-container {
    max-width: 90%;
  }

  .media-item {
    grid-template-columns: 38% 1fr;
    column-gap: 30px;
  }

  .media-item-title {
    font-size: 24px;
  }
}

/* =========================================================
   Media Archive - Mobile
   ========================================================= */

@media (max-width: 767.98px) {
  .media-page {
    padding: 25px 0 50px;
  }

  .media-container {
    max-width: 92%;
  }

  .media-page-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .media-item {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 30px;
  }

  .media-item-image {
    margin-bottom: 20px;
  }

  .media-item-title {
    font-size: 23px;
  }

  .media-item-date {
    margin-bottom: 12px;
  }

  .media-item-excerpt {
    font-size: 16px;
  }

  /* Single Announcement */

  .announcement-single-page {
    padding: 10px 0 45px;
  }

  .announcement-single-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .announcement-single-content {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* Announcements */

.announcements-page {
  padding: 25px 0 45px;
}

.announcements-container {
  padding: 0 20px;
}

.announcements-header h1 {
  font-size: 28px;
}

.announcement-title {
  font-size: 19px;
}

.announcement-date {
  font-size: 15px;
}

/* =========================================================
   11. SINGLE MEDIA ARTICLE
   ========================================================= */

.media-single-page {
  padding: 10px 0 55px;
  background: #fff;
}

.media-single-container {
  max-width: 1000px;
  margin: 0 auto;
}

.media-single-article {
  width: 100%;
}

.media-single-header {
  margin: 0;
  padding: 0;
}

.media-single-title {
  margin: 0 0 16px;
  color: #222;
  font-family: var(--heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}

.media-single-content {
  color: #222;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.4;
}

.media-single-content p {
  margin: 0 0 14px;
}

.media-single-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.media-single-content iframe {
  display: block;
  max-width: 100%;
  margin: 15px auto 30px;
}

.media-single-content video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto 30px;
}

.media-single-content figure {
  margin: 20px auto 30px;
}

.media-single-content figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.media-single-content a {
  color: inherit;
}

.media-single-content h2,
.media-single-content h3,
.media-single-content h4 {
  font-family: var(--heading);
}

.media-single-content h2 {
  font-size: 30px;
}

.media-single-content h3 {
  font-size: 25px;
}

/* =========================================================
   Single Announcement Date
   ========================================================= */

.announcement-single-date {
  margin: -6px 0 20px;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.3;
  color: #ed0000;
}

/* Media article — YouTube / Vimeo / WordPress embeds */

.media-single-content .wp-block-embed {
  margin: 15px auto 30px;
}

.media-single-content .wp-block-embed__wrapper {
  max-width: 100%;
}

.media-single-content .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* =========================================================
   Single Announcement Date
   ========================================================= */

.announcement-single-date {
  margin: -6px 0 20px;
  color: #ed0000;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.3;
}

/* =========================================================
   12. CONTACT PAGE
   ========================================================= */

.contact-section {
  padding: 20px 0;
}

.contact-container {
  max-width: 1000px;
}

.contact-section h1 {
  margin: 0 0 28px;
  color: var(--charcoal);
  font-family: var(--heading);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.contact-form {
  max-width: 370px;
  margin: 0 auto;
}

.contact-form-column {
  padding-right: 58px;
}

.contact-image-column {
  padding-left: 30px;
}

.contact-form .form-control {
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid #777;
  border-radius: 3px;
  box-shadow: none;
  color: #252525;
  font-size: 16px;
}

.contact-form textarea.form-control {
  height: 162px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: var(--charcoal);
  box-shadow: 0 0 0 0.15rem rgb(37 37 37 / 12%);
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin: 3px 0 6px;
  padding: 0 15px;
  border: 0;
  font-size: 16px;
  line-height: 1.25;
}

.contact-options label {
  white-space: nowrap;
}

.contact-options input {
  margin: 0 3px 0 0;
  vertical-align: -1px;
}

.contact-submit {
  margin: 16px 0 0 20px;

  padding: 10px 22px;

  border: 1px solid #a13355;

  background: transparent;

  color: #a13355;

  font: inherit;

  line-height: 1.2;

  cursor: pointer;

  text-decoration: none;

  transition: all 0.2s ease;
}

/* Contact Submit Button - Hover */

.contact-submit:hover {
  background: #a13355;

  color: #ffffff;

  text-decoration: none;
}

.contact-image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   13. ANNOUNCEMENTS PAGE
   ========================================================= */

.announcements-page {
  padding: 0 0 70px;
  background: #fff;
}

.announcements-title {
  margin: 0;
  padding: 10px 0 20px;
  font-family: var(--heading);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.announcements-filters {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 35px;
}

.announcements-filters a {
  color: #222;
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.announcements-filters a.active {
  color: var(--red);
}

.announcements-filters a:hover {
  color: var(--red);
}

.announcements-list {
  width: 100%;
}

.announcement-item {
  margin: 0;
  padding: 0 0 24px;
}

.announcement-item-title {
  margin: 0 0 8px;
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.announcement-item-title a {
  color: #222;
  text-decoration: none;
}

.announcement-item-title a:hover {
  color: var(--red);
}

.announcement-item-date {
  display: block;
  margin: 0;
  color: #555;
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 400;
}

.announcements-empty {
  font-size: 18px;
}

/* =========================================================
   14. RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 991.98px) {
  .media-container {
    max-width: 90%;
  }

  .media-item {
    grid-template-columns: 38% 1fr;
    column-gap: 30px;
  }

  .media-item-title {
    font-size: 24px;
  }
}

/* =========================================================
   15. RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
  /* Global / Header */

  .site-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .site-header .navbar {
    min-height: 64px;
  }

  .navbar-brand img {
    width: 120px;
  }

  .navbar-collapse {
    padding-bottom: 8px;
  }

  .navbar-nav .nav-link {
    padding: 12px 0 !important;
  }

  /* Homepage */

  .intro-bar p {
    font-size: 18px;
  }

  .profile-section,
  .news-section {
    padding: 28px 0;
  }

  .book-row {
    row-gap: 24px;
  }

  .book-card img,
  .book-card:nth-child(2) img {
    width: 50%;
  }

  .who-section {
    padding-top: 28px;
  }

  .who-section h1 {
    font-size: 28px;
  }

  .portrait {
    width: 35%;
  }

  .film-row {
    padding-top: 28px;
  }

  .news-section > .container > h2 {
    font-size: 28px;
  }

  .news-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .news-item p {
    margin-bottom: 10px;
  }

  .read-more {
    font-size: 18px;
  }

  /* About */

  .about-title-section {
    padding: 30px 0 22px;
  }

  .about-title-section h1 {
    font-size: 28px;
  }

  .about-content-section {
    padding: 0 0 30px;
  }

  .about-image-column,
  .about-copy {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-image-column {
    margin-bottom: 24px;
  }

  .about-copy p {
    margin-bottom: 18px;
  }

  /* ---------------------------------------------------------
   About Page - Mobile Content Spacing
   --------------------------------------------------------- */

  .about-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Speaking */

  .speaking-intro {
    padding-top: 30px;
  }

  .speaking-intro h1,
  .testimonial-heading h2,
  .booking-section h2 {
    font-size: 26px;
  }

  .speaking-intro > .container > p {
    margin-bottom: 28px;
    font-size: 21px;
  }

  .testimonial-heading {
    padding-top: 35px;
  }

  .testimonials {
    padding-top: 25px;
  }

  .testimonial-signature {
    margin-top: 25px !important;
  }

  .booking-section {
    margin-top: 10px;
  }

  /* Media Archive */

  .media-page {
    padding: 25px 0 50px;
  }

  .media-container {
    max-width: 92%;
  }

  .media-page-title {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .media-item {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 30px;
  }

  .media-item-image {
    margin-bottom: 20px;
  }

  .media-item-title {
    font-size: 23px;
  }

  .media-item-date {
    margin-bottom: 12px;
  }

  .media-item-excerpt {
    font-size: 16px;
  }

  /* Single Media */

  .media-single-page {
    padding: 10px 0 45px;
  }

  .media-single-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .media-single-content {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Contact */

  .contact-section {
    padding: 30px 0;
  }

  .contact-section h1 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .contact-form {
    max-width: none;
  }

  .contact-form-column,
  .contact-image-column {
    padding-right: 12px;
    padding-left: 12px;
  }

  .contact-image {
    width: 100%;
    margin-top: 8px;
  }

  /* Announcements */

  .announcements-page {
    padding-bottom: 50px;
  }

  .announcements-title {
    font-size: 32px;
  }

  .announcements-filters {
    gap: 20px;
    margin-bottom: 28px;
  }

  .announcements-filters a {
    font-size: 16px;
  }

  .announcement-item-title {
    font-size: 21px;
  }
}

.announcement-single-date {
  margin-bottom: 18px;
  font-size: 16px;
}

.common-page-container {
  padding-right: 20px;
  padding-left: 20px;
}

.common-page-title-section {
  padding: 28px 0 20px;
}

.common-page-title-section h1 {
  font-size: 26px;
}

.common-page-welcome-heading {
  font-size: 22px;
}

.common-page-content-section {
  padding-bottom: 30px;
}

/* =========================================================
   13. SINGLE ANNOUNCEMENT
   ========================================================= */

.announcement-single-page {
  padding: 10px 0 55px;
  background: #fff;
}

.announcement-single-container {
  max-width: 1000px;
  margin: 0 auto;
}

.announcement-single-article {
  width: 100%;
}

.announcement-single-header {
  margin: 0;
  padding: 0;
}

.announcement-single-title {
  margin: 0 0 20px;
  color: #222;
  font-family: var(--heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}

.announcement-single-content {
  color: #222;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.5;
}

.announcement-single-content p {
  margin: 0 0 18px;
}

.announcement-single-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.announcement-single-content iframe {
  display: block;
  max-width: 100%;
  margin: 20px auto 30px;
}

.announcement-single-content video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto 30px;
}

.announcement-single-content figure {
  margin: 20px auto 30px;
}

.announcement-single-content figcaption {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.announcement-single-content a {
  color: inherit;
}

.announcement-single-content h2,
.announcement-single-content h3,
.announcement-single-content h4 {
  font-family: var(--heading);
}

.announcement-single-content h2 {
  font-size: 30px;
}

.announcement-single-content h3 {
  font-size: 25px;
}

/* Announcement — YouTube / Vimeo / WordPress embeds */

.announcement-single-content .wp-block-embed {
  margin: 20px auto 30px;
}

.announcement-single-content .wp-block-embed__wrapper {
  max-width: 100%;
}

.announcement-single-content .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* =========================================================
   ANNOUNCEMENTS ARCHIVE
   ========================================================= */

.announcements-page {
  padding: 28px 0 60px;
  background: #fff;
}

.announcements-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.announcements-header {
  text-align: center;
  margin-bottom: 25px;
}

.announcements-header h1 {
  margin: 0;
  font-family: var(--heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.announcements-header-line {
  width: 336px;
  max-width: 100%;
  height: 1px;
  background: #aaa;
  margin: 8px auto 0;
}

.announcements-list {
  width: 100%;
}

.announcement-item {
  margin: 0 0 17px;
}

.announcement-title {
  margin: 0;
  font-family: var(--heading);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.announcement-title a {
  color: #222;
  text-decoration: none;
}

.announcement-title a:hover {
  color: #ed0000;
}

.announcement-date {
  margin-top: 2px;
  color: #ed0000;
  font-size: 16px;
  line-height: 1.3;
}

.no-announcements {
  text-align: center;
}
/* =========================================================
   COMMON PAGE
   ========================================================= */

.common-page-title-section {
  padding: 34px 0 24px;
}

.common-page-title-section h1 {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--heading);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.common-page-content-section {
  padding: 0 0 40px;
}

.common-page-container {
  max-width: 900px;
  margin: 0 auto;
}

.common-page-welcome-heading {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.common-page-welcome-text {
  margin: 0 0 28px;
  text-align: center;
}

.common-page-welcome-text p {
  margin: 0 0 16px;
}

.common-page-image {
  margin: 0 auto 30px;
  text-align: center;
}

.common-page-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.common-page-main-content p {
  margin: 0 0 16px;
}

.common-page-main-content p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   Everett Custom Contact Forms
   ========================================================= */
.everett-form-message { margin: 0 auto 20px; padding: 12px 15px; font-size: 15px; line-height: 1.4; }
.everett-form-success { border: 1px solid #6b9b68; background: #f3faf2; }
.everett-form-error { border: 1px solid #b85c5c; background: #fff5f5; }
.everett-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
