@charset "UTF-8";
html, body {
  font-size: 100% !important; }

a {
  color: #4e5334;
  text-decoration: underline;
  transition: color .2s ease; }
  a:visited {
    color: #4e5334; }
  a:hover, a:focus, a:active {
    color: #74785d; }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.site-main {
  flex: 1 0 auto; }

.site-footer {
  flex-shrink: 0; }

.post, .page {
  margin: 0; }

.home-hero {
  overflow-x: clip;
  overflow-y: visible;
  background: #fff; }

/* =========================================================
   CAMO / HERO AREA
   ========================================================= */
.home-hero__top {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding-top: 30px;
  background-color: #4e5334; }
  .home-hero__top::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../images/camo.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .35;
    pointer-events: none; }
  .home-hero__top .content-width {
    position: relative;
    z-index: 5; }
  .home-hero__top h1 {
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase; }

/* =========================================================
   WE UNDERLINE
   ========================================================= */
.home-hero__we {
  position: relative;
  display: inline-block; }
  .home-hero__we::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.06em;
    height: .10em;
    background: #f47735; }

/* =========================================================
   SLIDER VIEWPORT
   ========================================================= */
.home-hero__slider {
  position: relative;
  z-index: 10;
  overflow: visible;
  --slide-width: 76vw;
  width: 100%;
  /*
   * End the camo area around the bottom edge
   * of the smaller side images.
   *
   * The enlarged center image projects
   * into the white section below.
   */
  height: calc(var(--slide-width) * .625 * .94);
  margin-top: 55px; }

/* =========================================================
   SLIDES
   ========================================================= */
.home-hero__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--slide-width);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
  transform: translate(calc(-50% + var(--slide-x, 0px)), -50%) scale(0.94);
  transition: transform 1.1s ease-in-out;
  will-change: transform; }
  .home-hero__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-hero__slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    transition: opacity 1.1s ease-in-out;
    pointer-events: none; }

/* =========================================================
   CENTER IMAGE
   ========================================================= */
.home-hero__slide.is-center {
  z-index: 3;
  transform: translate(calc(-50% + var(--slide-x, 0px)), -50%) scale(1.06); }
  .home-hero__slide.is-center::after {
    opacity: 0; }

/* =========================================================
   NO ANIMATION
   ========================================================= */
.home-hero__slide.no-transition {
  transition: none; }

/* =========================================================
   WHITE INTRO AREA
   ========================================================= */
.home-hero__intro {
  position: relative;
  z-index: 1;
  padding: 85px 20px 40px;
  background: #fff;
  text-align: center; }
  .home-hero__intro p {
    max-width: 650px;
    margin: 0 auto;
    color: #111;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4; }

/* =========================================================
   TABLET / DESKTOP
   ========================================================= */
@media (min-width: 740px) {
  .home-hero__top {
    padding-top: 42px; }
    .home-hero__top h1 {
      font-size: 2.5em; }

  .home-hero__slider {
    --slide-width: 42vw;
    margin-top: 100px;
    height: calc(var(--slide-width) * .625 * .82); }

  .home-hero__slide {
    transform: translate(calc(-50% + var(--slide-x, 0px)), -50%) scale(0.94); }

  .home-hero__slide.is-center {
    transform: translate(calc(-50% + var(--slide-x, 0px)), -50%) scale(1.06); }

  .home-hero__intro {
    padding: 120px 20px 46px; }
    .home-hero__intro p {
      font-size: 1.1em; } }
/* =========================================================
   LARGE DESKTOP
   ========================================================= */
/* =========================================================
   VERY LARGE DESKTOP
   ========================================================= */
@media (min-width: 1900px) {
  .home-hero__slider {
    --slide-width: 570px;
    height: calc(var(--slide-width) * .625 * .82); } }
.home-intro {
  padding-top: 48px;
  padding-bottom: 56px;
  text-align: center; }

.home-intro__title {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #111;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.25; }

@media (min-width: 740px) {
  .home-intro {
    padding-top: 58px;
    padding-bottom: 68px; }

  .home-intro__title {
    margin-bottom: 34px;
    margin-top: 30px;
    font-size: 1.8em; } }
/* =========================================================
   HOME CARDS
   ========================================================= */
.training-preview {
  padding: 70px 0;
  overflow: hidden; }

.training-preview__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding: 0 0 0 20px; }

/* =========================================================
   INTRO
   ========================================================= */
.training-preview__intro {
  width: auto;
  margin: 0;
  padding: 0 24px; }
  .training-preview__intro h2 {
    max-width: 620px;
    margin: 0;
    font-size: 2em;
    line-height: 1.15; }

/* =========================================================
   HORIZONTAL SCROLLER
   ========================================================= */
.training-preview__scroll {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-left: 24px;
  padding-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .training-preview__scroll::-webkit-scrollbar {
    display: none; }

/* =========================================================
   CARD
   ========================================================= */
.training-card {
  display: flex;
  flex: 0 0 82vw;
  flex-direction: column;
  scroll-snap-align: start;
  background: #f3f3f1;
  color: inherit;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease; }
  .training-card:visited {
    color: inherit;
    text-decoration: none; }
  .training-card:hover, .training-card:focus {
    color: inherit;
    text-decoration: none; }
  .training-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); }
    .training-card:hover .training-card__image img {
      transform: scale(1.035); }
  .training-card:focus-visible {
    outline: 2px solid #f47735;
    outline-offset: 4px; }
  .training-card h3,
  .training-card p,
  .training-card li {
    color: inherit;
    text-decoration: none; }

/* =========================================================
   CARD IMAGE
   ========================================================= */
.training-card__image {
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111; }
  .training-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease; }

/* =========================================================
   CARD CONTENT
   ========================================================= */
.training-card__content {
  flex: 1;
  padding: 28px 26px 30px;
  border-left: 3px solid #f47735; }
  .training-card__content h3 {
    margin: 0 0 18px;
    font-size: 1.5em;
    line-height: 1.15; }
  .training-card__content p {
    margin: 0 0 20px;
    line-height: 1.45; }
  .training-card__content ul {
    margin: 0;
    padding-left: 1.1em; }
  .training-card__content li {
    margin-bottom: .3em; }
    .training-card__content li:last-child {
      margin-bottom: 0; }

/* =========================================================
   DESKTOP
   ========================================================= */
@media (min-width: 740px) {
  .training-preview {
    padding: 90px 0; }

  .training-preview__inner {
    grid-template-columns: minmax(260px, 34%) minmax(0, 66%);
    align-items: center;
    gap: 0; }

  .training-preview__intro {
    padding-left: 40px;
    padding-right: 60px; }
    .training-preview__intro h2 {
      max-width: 430px;
      margin-left: auto; }

  .training-preview__scroll {
    gap: 20px;
    padding-left: 0;
    padding-right: 0; }

  .training-card {
    flex-basis: 390px; } }
/* =========================================================
   LARGE DESKTOP
   ========================================================= */
@media (min-width: 1500px) {
  .training-preview__inner {
    grid-template-columns: minmax(320px, 32%) minmax(0, 68%); }

  .training-preview__intro {
    padding-right: 70px; }
    .training-preview__intro h2 {
      max-width: 470px; }

  .training-card {
    flex-basis: 430px; } }
/* =========================================================
   LITTER STATUS
   ========================================================= */
.litter-status {
  display: grid;
  grid-template-columns: 1fr;
  background: #f3f3f1; }

/* =========================================================
   PHOTO
   ========================================================= */
.litter-status__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #111; }
  .litter-status__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* =========================================================
   CONTENT
   ========================================================= */
.litter-status__content {
  padding: 40px 24px 46px; }
  .litter-status__content h2 {
    margin: 0 0 16px;
    color: #111;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.1; }
  .litter-status__content h3 {
    margin: 0 0 18px;
    color: #4e5334;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.3; }
  .litter-status__content p {
    max-width: 620px;
    margin: 0 0 24px;
    color: #111;
    font-size: 1em;
    line-height: 1.5; }
  .litter-status__content .button {
    width: 210px; }

/* =========================================================
   STATUS / ORANGE RULE
   ========================================================= */
.litter-status__status {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 3px solid #f47735; }

.litter-status__notice {
  color: #f47735;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2; }

/* =========================================================
   DESKTOP
   ========================================================= */
@media (min-width: 740px) {
  .litter-status {
    /*
     * Match the major column break used by
     * the training preview above.
     */
    grid-template-columns: 42% 58%;
    align-items: stretch; }

  	/* ---------------------------------------------------------
  	   PHOTO
  
  	   No fixed height here.
  
  	   The content column determines the height of the row,
  	   and the photo simply fills that resulting space.
  	   --------------------------------------------------------- */
  .litter-status__photo {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto; }
    .litter-status__photo img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

  /* ---------------------------------------------------------
     CONTENT
     --------------------------------------------------------- */
  .litter-status__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 42px; }
    .litter-status__content h2 {
      margin-bottom: 14px;
      font-size: 1.5em; }
    .litter-status__content h3 {
      margin-bottom: 16px;
      font-size: 1.15em; }
    .litter-status__content p {
      margin-bottom: 22px;
      font-size: 1em; }

  .litter-status__status {
    margin-bottom: 18px;
    padding-bottom: 9px; }

  .litter-status__notice {
    font-size: 1.3em; } }
/* =========================================================
   LARGE DESKTOP
   ========================================================= */
@media (min-width: 1200px) {
  .litter-status__content {
    padding: 38px 40px; }
    .litter-status__content h3 {
      font-size: 1.2em; }

  .litter-status__notice {
    font-size: 1.4em; } }
.page-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  background: #4e5334;
  text-align: center; }
  .page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("../images/camo.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .35;
    pointer-events: none; }
  .page-hero .content-width {
    position: relative;
    z-index: 1; }
  .page-hero__title {
    margin: 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase; }

@media (min-width: 740px) {
  .page-hero {
    min-height: 180px; }
    .page-hero__title {
      font-size: 3em; } }
/* =========================================================
   TESTIMONIAL
   ========================================================= */
.testimonial {
  position: relative; }

.testimonial__inner {
  max-width: 80%;
  margin: 0 auto; }

.testimonial__quote {
  position: relative;
  margin: 0;
  padding: 34px 28px 30px;
  background: #62674a;
  color: #fff; }

.testimonial__mark {
  position: absolute;
  top: -28px;
  left: -4px;
  color: #f47735;
  font-size: 6em;
  font-weight: 700;
  line-height: 1; }

.testimonial__content {
  position: relative;
  z-index: 1; }
  .testimonial__content p {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.45; }
  .testimonial__content p + p {
    margin-top: 1em; }

.testimonial__author {
  margin-top: 28px;
  font-size: 1em; }

/* =========================================================
   STANDARD PAGE VERSION
   ========================================================= */
.testimonial--standard {
  padding: 70px 0;
  background: #fff; }

/* =========================================================
   HOME VERSION
   ========================================================= */
.testimonial--home {
  padding: 70px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/grounds.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .testimonial--home .testimonial__quote {
    background: rgba(98, 103, 74, 0.88); }

/* =========================================================
   DESKTOP
   ========================================================= */
@media (min-width: 740px) {
  .testimonial--standard,
  .testimonial--home {
    padding: 90px 0; }

  .testimonial__quote {
    padding: 46px 60px 42px; }

  .testimonial__mark {
    top: -42px;
    left: -38px;
    font-size: 8em; }

  .testimonial__content p {
    font-size: 1.35em; }

  .testimonial__inner {
    max-width: 1024px; }

  .testimonial__author {
    margin-top: 34px;
    font-size: 1.05em; } }
.full-width {
  width: 100%; }

.content-width {
  width: calc(100% - 40px);
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.text-width {
  width: calc(100% - 40px);
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }

.section {
  padding: 60px 0; }

@media (min-width: 740px) {
  .section {
    padding: 90px 0; } }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease; }

/* =========================================================
   PRIMARY / OLIVE
   ========================================================= */
.button--primary {
  background: #62674a;
  color: #fff; }
  .button--primary:visited {
    color: #fff; }
  .button--primary:hover, .button--primary:focus {
    background: #74785d;
    color: #fff; }

/* =========================================================
   ACCENT / ORANGE
   ========================================================= */
.button--accent {
  background: #f47735;
  color: #fff; }
  .button--accent:visited {
    color: #fff; }
  .button--accent:hover, .button--accent:focus {
    background: #e86627;
    color: #fff; }

/* =========================================================
   BUTTON GROUP
   ========================================================= */
.button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px; }

/* =========================================================
   DESKTOP
   ========================================================= */
@media (min-width: 740px) {
  .button {
    min-width: 150px;
    padding: 14px 26px; }

  .button-group {
    gap: 14px; } }
.faq-section {
  background: #fff; }

.faq-heading {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center; }
  .faq-heading h2 {
    margin: 0;
    color: #111;
    font-size: 1.5em;
    line-height: 1.2; }

.faq-list {
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid #d8d8d8; }
  .faq-item:first-child {
    border-top: 0; }
  .faq-item summary {
    position: relative;
    padding: 20px 40px 20px 0;
    color: #111;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    list-style: none; }
    .faq-item summary::-webkit-details-marker {
      display: none; }
    .faq-item summary::after {
      content: '+';
      position: absolute;
      top: 50%;
      right: 4px;
      transform: translateY(-50%);
      color: #111;
      font-size: 1.15em;
      font-weight: 400;
      line-height: 1; }
    .faq-item summary:hover, .faq-item summary:focus {
      color: #74785d; }
  .faq-item[open] summary::after {
    content: '−'; }

.faq-answer {
  max-width: 680px;
  padding: 0 40px 22px 0;
  color: #333;
  line-height: 1.6; }
  .faq-answer p {
    margin: 0 0 1em; }
    .faq-answer p:last-child {
      margin-bottom: 0; }
  .faq-answer ul,
  .faq-answer ol {
    margin: 0 0 1em;
    padding-left: 1.4em; }
    .faq-answer ul:last-child,
    .faq-answer ol:last-child {
      margin-bottom: 0; }
  .faq-answer li {
    margin-bottom: .35em; }

@media (min-width: 740px) {
  .faq-heading {
    margin-bottom: 44px; }
    .faq-heading h2 {
      font-size: 1.7em; }

  .faq-item summary {
    padding: 18px 46px 18px 0; }

  .faq-answer {
    padding-bottom: 24px; } }
.site-header {
  position: relative;
  z-index: 100;
  background: #fff; }

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "utility utility" "branding navigation";
  align-items: center; }

/* Utility Navigation */
.header-utility {
  grid-area: utility;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f47735; }
  .header-utility a, .header-utility a:hover, .header-utility a:visited {
    color: white; }
  .header-utility__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 15px;
    color: #fff;
    font-size: .875em;
    font-weight: 700;
    text-decoration: none; }
    .header-utility__link + .header-utility__link {
      border-left: 1px solid rgba(255, 255, 255, 0.7); }
    .header-utility__link:hover, .header-utility__link:focus {
      color: #fff; }

/* Branding */
.site-branding {
  grid-area: branding;
  display: flex;
  align-items: center;
  padding: 24px 20px; }
  .site-branding a {
    display: block; }

.site-logo {
  display: block;
  width: 165px;
  max-width: 58vw;
  height: auto; }

/* Primary Navigation */
.main-navigation {
  grid-area: navigation;
  position: static;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent; }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-navigation .primary-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #62674a; }
  .main-navigation.toggled .primary-menu {
    display: block; }
  .main-navigation li {
    margin: 0; }
    .main-navigation li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.75); }
  .main-navigation a {
    display: block;
    padding: 26px 30px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    transition: background-color .2s ease; }
    .main-navigation a:hover, .main-navigation a:focus {
      background: #74785d;
      color: #fff; }

/* Mobile Menu Toggle */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer; }

.menu-toggle__icon {
  position: relative;
  display: block;
  width: 34px;
  height: 26px; }
  .menu-toggle__icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #111;
    transition: top .2s ease, transform .2s ease, opacity .2s ease; }
    .menu-toggle__icon span:nth-child(1) {
      top: 0; }
    .menu-toggle__icon span:nth-child(2) {
      top: 11px; }
    .menu-toggle__icon span:nth-child(3) {
      top: 22px; }

/* Hamburger to X */
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2) {
  opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg); }

/* Desktop */
@media (min-width: 1024px) {
  .site-header {
    border-top: 6px solid #f47735; }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "branding navigation utility";
    gap: 28px;
    padding: 14px 24px; }

  .site-branding {
    padding: 0; }

  .site-logo {
    width: 210px;
    max-width: none; }

  .main-navigation {
    justify-content: center; }
    .main-navigation .primary-menu {
      position: static;
      display: flex;
      width: auto;
      border-radius: 4px;
      overflow: hidden;
      background: #62674a; }
    .main-navigation li + li {
      border-top: 0; }
    .main-navigation a {
      padding: 14px 18px;
      font-size: 1em;
      white-space: nowrap; }

  .menu-toggle {
    display: none; }

  .header-utility {
    display: flex;
    align-items: center;
    background: transparent; }
    .header-utility a, .header-utility a:hover, .header-utility a:visited {
      color: black; }
    .header-utility__link {
      min-height: 0;
      padding: 8px 10px;
      color: #111;
      font-size: 1em;
      font-weight: 600; }
      .header-utility__link + .header-utility__link {
        border-left: 0; }
      .header-utility__link:hover, .header-utility__link:focus {
        color: #62674a; } }
.site-footer {
  position: relative;
  overflow: hidden;
  background: #4e5334;
  color: #fff; }
  .site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("../images/camo.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .35;
    pointer-events: none; }

.footer-inner {
  position: relative;
  z-index: 1;
  padding: 48px 24px 34px;
  text-align: center; }

.footer-brand {
  margin-bottom: 30px; }
  .footer-brand a {
    display: inline-block; }

.footer-logo {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto; }

.footer-navigation {
  margin-bottom: 24px; }
  .footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-navigation li {
    margin-bottom: 14px; }
    .footer-navigation li:last-child {
      margin-bottom: 0; }
  .footer-navigation a {
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    text-decoration: none; }
    .footer-navigation a:hover, .footer-navigation a:focus {
      color: #f47735; }

.footer-utility {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px; }
  .footer-utility a {
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    text-decoration: none; }
    .footer-utility a:hover, .footer-utility a:focus {
      color: #f47735; }
  .footer-utility span {
    opacity: .8; }

.footer-social {
  margin-bottom: 30px; }

a.footer-facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 2.5em;
  margin: 0 5px;
  text-decoration: none;
  transition: opacity .2s ease; }
  a.footer-facebook:hover, a.footer-facebook:focus {
    color: #fff;
    opacity: .7; }

.footer-rule {
  width: min(100%, 450px);
  height: 3px;
  margin: 0 auto 26px;
  background: #f47735; }

.footer-meta p {
  margin: 0 0 8px;
  font-size: .9em;
  line-height: 1.4; }
  .footer-meta p:last-child {
    margin-bottom: 0; }

.footer-credit {
  font-size: .8em; }
  .footer-credit a {
    color: #fff;
    font-weight: 700;
    text-decoration: none; }
    .footer-credit a:hover, .footer-credit a:focus {
      color: #f47735; }

@media (min-width: 740px) {
  .footer-inner {
    padding: 46px 30px 36px; }

  .footer-logo {
    width: 115px; }

  .footer-navigation {
    margin-bottom: 18px; }
    .footer-navigation .footer-menu {
      display: flex;
      justify-content: center;
      gap: 44px; }
    .footer-navigation li {
      margin-bottom: 0; }
    .footer-navigation a {
      font-size: .9em; }

  .footer-utility {
    margin-bottom: 28px; }

  .footer-social {
    margin-bottom: 28px; }

  .footer-rule {
    margin-bottom: 26px; }

  .footer-meta p {
    font-size: .9em; }

  .footer-credit {
    font-size: .8em; } }
