@font-face {
  font-display: block;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/images/fonts/fa-brands-400.woff2") format("woff2");
}

:root {
  --earls-blue: #74bbe5;
  --earls-red: #de212e;
  --earls-link: #1061cc;
  --earls-active: #d8350c;
  --frame-width: 1240px;
  --content-width: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  background: #071727;
}

body {
  background: #071727 url("/images/bg.jpg") repeat 50% 0;
  color: #333;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@supports (background-image: url("/images/bg.webp")) {
  body {
    background-image: url("/images/bg.webp");
  }
}

a {
  color: var(--earls-link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0c4b9d;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: "PT Serif", Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: 24px;
  margin: 20px 0;
}

h2 {
  font-size: 18px;
}

.site-frame {
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  margin: 0 auto;
  max-width: var(--frame-width);
  overflow-x: hidden;
}

.banner-link,
.banner-link picture,
.site-banner {
  display: block;
  width: 100%;
}

.primary-nav {
  align-items: center;
  background: var(--earls-blue);
  display: flex;
  min-height: 90px;
  justify-content: center;
  position: relative;
}

.primary-menu {
  align-items: stretch;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 90px;
  padding: 0 15px;
  text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu a.active {
  color: var(--earls-active);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 10px;
  width: 48px;
}

.menu-toggle-icon,
.menu-toggle-icon::before,
.menu-toggle-icon::after {
  background: #000;
  display: block;
  height: 3px;
  position: relative;
  width: 24px;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  left: 0;
  position: absolute;
}

.menu-toggle-icon::before {
  top: -7px;
}

.menu-toggle-icon::after {
  top: 7px;
}

.main-content {
  background: #fff;
  margin: 0 auto;
  max-width: var(--content-width);
  min-height: 220px;
  padding: 40px 15px 55px;
}

.video-wrap {
  aspect-ratio: 4 / 3;
  margin: 0 0 55px;
  width: 100%;
}

.video-wrap iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.welcome-note {
  min-height: 300px;
}

.welcome-note p {
  margin: 0 0 24px;
}

.larry-portrait {
  display: block;
  float: right;
  margin: 0 0 20px 40px;
  width: 303px;
}

.record-row {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 0;
}

.record-row picture {
  display: flex;
  justify-content: center;
}

.record-row img {
  width: 210px;
}

.loyal-fans {
  background: var(--earls-red);
  border: 2px solid #4d4d4d;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.loyal-fans h1 {
  color: #fff;
  margin: 10px 0 18px;
}

.loyal-fans p:last-child {
  margin-bottom: 8px;
}

.record-row-bottom {
  margin: 55px 0 10px;
}

.share-links {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-links a {
  align-items: center;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.brand-icon {
  color: #1061cc;
  font-family: "Font Awesome 5 Brands";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.brand-facebook::before { content: "\f39e"; }
.brand-twitter::before { content: "\f099"; }
.brand-linkedin::before { content: "\f0e1"; }

.interior-content {
  padding-bottom: 65px;
  padding-top: 24px;
}

.page-title {
  font-size: 24px;
  margin: 0 0 20px;
}

.member-section {
  display: flow-root;
  margin-bottom: 16px;
}

.member-section h2 {
  font-weight: 700;
  margin: 0 0 8px;
}

.member-photo {
  float: right;
  margin: 5px 0 15px 15px;
}

.member-section p {
  margin: 0 0 20px;
}

.article-body {
  display: flow-root;
}

.article-body p,
.review-copy p,
.store-item-body p {
  margin: 0 0 20px;
}

.contact-details {
  font-style: normal;
  margin-bottom: 24px;
}

.content-picture {
  display: block;
}

.friend-photo {
  float: right;
  margin: 5px 0 15px 15px;
}

.event-posters,
.walk-images {
  display: grid;
  gap: 28px;
  justify-items: center;
}

.event-poster {
  width: min(750px, 100%);
}

.walk-image {
  width: min(850px, 100%);
}

.epk-downloads {
  margin: 24px 0 30px;
}

.epk-downloads p {
  margin-bottom: 10px;
}

.epk-videos {
  display: grid;
  gap: 26px;
  margin-top: 20px;
}

.epk-videos video {
  aspect-ratio: 4 / 3;
  height: auto;
  max-width: 100%;
  width: 400px;
}

.review-entry,
.store-entry {
  display: flow-root;
  margin-bottom: 34px;
}

.review-entry h2,
.store-entry h2 {
  font-weight: 700;
  margin: 0 0 14px;
}

.review-entry:last-of-type,
.store-entry:last-of-type {
  margin-bottom: 22px;
}

.review-image {
  margin: 0 auto;
}

.reviews-pagination {
  margin-top: 20px;
}

.reviews-pagination .pagination {
  margin-bottom: 8px;
}

.pagination-counter {
  color: #6c757d;
  margin: 0;
}

.store-ordering {
  margin-bottom: 34px;
}

.store-item-body > .row,
.store-detail > .row {
  row-gap: 20px;
}

.product-image {
  margin-bottom: 8px;
}

.itunes-icon {
  display: inline-block;
  height: 28px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 28px;
}

.store-item-body .content-picture:has(.itunes-icon),
.store-detail .content-picture:has(.itunes-icon) {
  display: inline;
}

.site-footer {
  background: var(--earls-blue);
  color: #fff;
  padding: 25px 0 20px;
  text-align: center;
}

.site-footer a {
  color: rgb(255 255 255 / 90%);
}

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

.footer-inner {
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 15px;
}

.footer-motto {
  margin: 0 0 28px;
}

.footer-links {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  min-height: 155px;
}

.footer-image-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footer-epk {
  align-self: center;
}

.footer-banner {
  display: block;
  margin: 0 auto 24px;
  max-width: 880px;
}

.copyright {
  font-size: 14px;
  margin: 0;
}

.skip-link {
  background: #fff;
  color: #000;
  left: 1rem;
  padding: 0.5rem 0.75rem;
  position: fixed;
  top: 0;
  transform: translateY(-130%);
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .primary-menu a {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  .primary-nav {
    justify-content: flex-start;
    min-height: 60px;
  }

  .menu-toggle {
    display: block;
    margin-left: 10px;
  }

  .primary-menu {
    background: var(--earls-blue);
    box-shadow: 0 4px 5px rgb(0 0 0 / 22%);
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 10;
  }

  .primary-menu.is-open {
    display: block;
  }

  .primary-menu a {
    line-height: 1.3;
    padding: 12px 20px;
  }

  .main-content {
    padding: 32px 8px 44px;
  }

  .video-wrap {
    margin-bottom: 38px;
    max-width: none;
  }

  .welcome-note {
    min-height: 0;
  }

  .larry-portrait {
    float: none;
    margin: 0 auto 25px;
    width: min(303px, 100%);
  }

  .welcome-note p {
    margin-bottom: 24px;
  }

  .record-row {
    gap: 4px;
    margin-top: 55px;
  }

  .record-row img {
    width: min(112px, 100%);
  }

  .record-row-bottom {
    margin-top: 45px;
  }

  .share-links {
    margin-top: 10px;
  }

  .interior-content {
    padding-top: 20px;
  }

  .member-photo {
    float: none;
    margin: 0 auto 18px;
  }

  .friend-photo {
    float: none;
    margin: 0 auto 18px;
  }

  .store-item-body .col-sm-4,
  .store-detail .col-sm-4 {
    margin-bottom: 4px;
  }

  .footer-inner {
    padding: 0 8px;
  }

  .footer-links {
    gap: 6px;
    margin-bottom: 35px;
  }

  .footer-links > div {
    font-size: 13px;
  }

  .footer-motto,
  .copyright {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
