/* ==========================================================================
   BASE STYLES
   ========================================================================== */

  /*
   * Remove text-shadow in selection highlight
   */
  
   ::-moz-selection {
    background: #ffffff;
    text-shadow: none;
  }
  
  ::selection {
    background: #ffffff;
    text-shadow: none;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }

  figure {
    margin: 0;
  }

/* ==========================================================================
    FONTS
    ========================================================================== */

@font-face {
  font-family: 'HM Sans';
  src: url('fonts/hmsans-bold.eot');
  src: url('fonts/hmsans-bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/hmsans-bold.woff2') format('woff2'),
       url('fonts/hmsans-bold.woff') format('woff'),
       url('fonts/hmsans-bold.ttf') format('truetype'),
       url('fonts/hmsans-bold.svg#hm_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'HM Sans';
  src: url('fonts/hmsans-light.eot');
  src: url('fonts/hmsans-light.eot?#iefix') format('embedded-opentype'),
       url('fonts/hmsans-light.woff2') format('woff2'),
       url('fonts/hmsans-light.woff') format('woff'),
       url('fonts/hmsans-light.ttf') format('truetype'),
       url('fonts/hmsans-light.svg#hm_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'HM Sans';
  src: url('fonts/hmsans-regular.eot');
  src: url('fonts/hmsans-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/hmsans-regular.woff2') format('woff2'),
       url('fonts/hmsans-regular.woff') format('woff'),
       url('fonts/hmsans-regular.ttf') format('truetype'),
       url('fonts/hmsans-regular.svg#hm_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
  
/* ==========================================================================
    MAIN STYLES (mobile-first)
    ========================================================================== */

  html {
  scroll-behavior: smooth; 
  }
  @media (max-width: 350px) {
    :root { font-size: 93%; } 
  }
  :root {
    font-size: 100%;
    /* font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1440 - 280)));  /* responsive font formula: 15px @ 280vw, 20px @ 1440vw */
  }
  body {
    font-size: 1rem;
    font-family: 'HM Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #E31F26;
  }
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  a,
  a:visited {
      text-decoration: none;
      color: inherit;
  }
  .mobile-hide,
  .special-mobile-hide {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  hr {
    display: block;
    height: 1.5px;
    border: 0;
    padding: 0;
    border-top: 1.5px solid #E31F26;
    width: 100%;
    margin: 1.25rem 0;
  }
  hr.white {
    border-top: 1.5px solid white;
  }

  /* TYPOGRAPHY */

  .heading {
    font-family: 'HM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
  }
  p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    font-weight: 400;
  }
  p.smaller {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  
  /* HEADER & FOOTER */

  header, footer {
    background: #E31F26;
    color: #fff;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }
  .navbar-brand, .menu li a {
    text-transform: uppercase;
  }
  footer {
    text-transform: capitalize;
  }
  .navbar-brand span {
    font-family: 'HM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.5;
    padding-top: 0.15rem;
    letter-spacing: 0.5px;
  }
  ul.menu,
  ul.footer-links {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  .menu li,
  .footer-links li {
    font-family: 'HM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9rem;
  }
  .footer-links li {
    font-size: 1rem;
  }
  .menu li {
    line-height: 2.5;
  }
  .navbar-brand {
    display: flex;
    gap: 0.7rem;
    align-items: center;
  }
  .navbar-brand .logo {
    width: 1.8rem;
    padding-left: 0.15rem;
  } 
  .footer-brand .logo {
    width: 1.35rem;
  }
  .footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
  }
  .footer-links li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1.5;
    font-size: 0.7rem;
  }
  .footer-links li:last-child {
    margin-right: 0;
  }
  
  /* mobile nav */

  .menu {
    height: 0px;
    visibility: hidden;
    padding-top: 0;
    transition: height 0.3s ease-out, visibility 0s 0.1s ease, padding-top 0s 0.1s ease;
  }
  .menu.is-active {
    height: 8rem;
    visibility: visible;
    padding: 1.75rem 0 0;
    transition: height 0.3s ease-out, visibility 0.1s 0.2s ease;
  }
  /* uncomment to make menu an overlay instead of an accordion
  .menu.is-active {
    padding: 1.75rem 4vw 0;
    position: fixed;
    background-color: #e31f26;
    width: 100vw;
    margin-left: -4vw;
  } */
  .navbar-toggler {
    border:  none;
    outline: none;
  }
  .navbar-toggler span,
  .navbar-toggler:before,
  .navbar-toggler:after {
    background: #fff;
  }
  .navbar-toggler {
    height: 0.8rem;
    width: 0.65rem;
    position: absolute;
    top: 0.7rem;
    right: 4vw;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
  }
  .navbar-toggler span {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -0.5px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .navbar-toggler:before,
  .navbar-toggler:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all 0.25s ease-out;
  }
  .navbar-toggler:before {
    top: 0;
  }
  .navbar-toggler:after {
    bottom: 0;
  }
  .navbar-toggler[aria-expanded="true"] span {
    background: transparent;
  }
  .navbar-toggler[aria-expanded="true"]:before {
    top: 50%;
    width: 1rem;
    transform: rotate(45deg);
    transition: top 0.25s ease, rotate 0s 0.1s ease;
  }
  .navbar-toggler[aria-expanded="true"]:after {
    top: 50%;
    width: 1rem;
    transform: rotate(-45deg);
    transition: top 0.25s ease, rotate 0s 0.1s ease;
  }

  /* HOME */

  .content-hero {
    color: white;
  }
  .content-primary {
    background: white;
    color: #E31F26;
    padding: 2rem;
  }
  .content-secondary {
    background: #E31F26;
    color: white;
  }
  a.btn {
    text-transform: uppercase;
    padding: 0.55rem 1.5rem 0.45rem;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
  }
  a.btn-primary,
  a.btn-hero {
    background: #E31F26;
    color: white;
    border: 1px solid #E31F26;
  }
  a.btn-secondary {
    background: white;
    color: #E31F26;
    border: 1px solid white;
  }
  a.btn-primary:hover {
    background: white;
    color: #E31F26;
    border: 1px solid #E31F26;
  }
  a.btn-hero:hover {
    background: white;
    color: #E31F26;
    border: 1px solid white;
  }
  a.btn-secondary:hover {
    background: transparent;
    color: white;
    border: 1px solid white;
  }

  /* top */
  #top {
    margin-top: 3.5vw;
  }
  #top .background-image {
    background-image: url("img/mylar_mobile.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 4rem 3rem;
  }
  #top img.logo-hero {
    max-width: 60vw;
  }
  #top .logo-mobile {
    max-width: 4rem;
  }
  #top .hero-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    padding: 0.5rem 0.15rem 0;
    font-family: 'HM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1.4;
  }

  /* shop */
  #shop {
    margin-top: 0.25rem;
    margin-bottom: 1.85rem;
  }
  #shop .background-image {
    background-image: url("img/new-brasserie_mobile_1400.jpg");
    background-image: -webkit-image-set(
        url("img/new-brasserie_mobile_800.jpg") 1x,
        url("img/new-brasserie_mobile_1400.jpg") 2x);
      background-image: image-set(
        url("img/new-brasserie_mobile_800.jpg") 1x,
        url("img/new-brasserie_mobile_1400.jpg") 2x);
      background-image: image-set(
        url("img/new-brasserie_mobile_800.jpg") 800w,
        url("img/new-brasserie_mobile_1400.jpg") 1400w);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    padding: 5rem 1rem 1.5rem;
    min-height: 50vh;
  }
  @media (orientation: landscape) {
    #shop .background-image {
      background-image: url("img/new-brasserie_2000.jpg");
      background-image: -webkit-image-set(
        url("img/new-brasserie_2000.jpg") 1x,
        url("img/new-brasserie_3000.jpg") 2x);
      background-image: image-set(
        url("img/new-brasserie_2000.jpg") 1x,
        url("img/new-brasserie_3000.jpg") 2x);
      background-image: image-set(
        url("img/new-brasserie_2000.jpg") 2000w,
        url("img/new-brasserie_3000.jpg") 3000w);
      aspect-ratio: 16/9;
      min-height: 100%;
      padding: 5rem 1rem 2.5rem;
    }
  }
  #shop p {
    text-align: center;
  }

  /* story */
  #story, #neighbors {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  #story {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 1.5rem 2.75rem;
  }
  #story .heading,
  #story a.btn {
    align-self: center;
  }
  #story .heading {
    margin-bottom: 1.5rem;
  }
  #story p:not(.smaller),
  #story summary {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #story p.smaller {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  #story details, #story summary {
    text-align: left;
    font-size: 1rem;
  }
  /* #story ::marker,
  details > summary::marker,
  details > summary::-webkit-details-marker { 
    display: none !important; 
  } */
  #story summary { 
    list-style: none;
    text-transform: capitalize;
    text-decoration: underline !important;
    cursor: pointer;
  }
  #story details[open] summary {
    display: none;
  } 

  /* neighbors */
  #neighbors {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem 0.5rem;
  }
  #neighbors .heading {
    margin-bottom: 1.5rem;
  }
  #neighbors p:first-of-type:not(.smaller) {
    max-width: 67vw;
  }
  #neighbors .map-hero {
    aspect-ratio: 400/277;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  #neighbors p:nth-of-type(2):not(.smaller) {
    padding-bottom: 1.5rem;
    font-size: 0.75rem;
  }
  #neighbors p.smaller {
    font-size: 0.85rem;
  }

  /* loyalty */
  .image-text-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    margin-top: 1.8rem;
    justify-items: center;
  }
  .loyalty-image {
    height: 100%;
    width: auto;
    object-fit: cover;
  } 
  #loyalty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4rem 0rem 2rem;
  }
  #loyalty .heading {
    line-height: 1.2;
  }
  #loyalty p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  /* store */
  #store {
    text-align: center;
    padding: 3rem 0 4.5rem;
  }
  #store p:not(.smaller) {
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
  }
  #store p.smaller {
    font-weight: 300;
    line-height: 1.6;
  }

  /* accordions */
  .accordion-content-parent {
    max-height: 0px;
    visibility: hidden;
    padding-top: 0;
    width: 100%;
    transition: max-height 0.3s ease-out, visibility 0s 0.1s ease, padding-top 0s 0.1s ease;
  }
  .accordion-content-parent.is-active {
    max-height: none;
    visibility: visible;
    padding-top: 1rem;
    transition: max-height 0.3s ease-out, visibility 0.1s 0.2s ease;
  }
  button.accordion-parent, button.accordion {
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    border-style: none;
    color: white;
    padding-left: 0;
  }
  button.accordion-parent {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.5px;
    padding-bottom: 1.25rem;
  }
  button.accordion {
    display: inline-block;
  }
  .accordion-flex {
    display: flex;
    justify-content: space-between;
  }
  .accordion-content-parent p.smaller {
    padding-bottom: 2rem;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    text-align: left;
    padding-right: 1rem;
  }
  .accordion-content-parent ol {
    list-style: none;
    counter-reset: item;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .accordion-content-parent ol li {
    counter-increment: item;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.1rem;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .accordion-content-parent ol li .accordion-content {
    font-weight: 400;
    line-height: 1.6rem;
    padding-top: 0.5rem;
    grid-area: 2 / 1 / 3 / 4;
  }
  .accordion-content p.smaller a {
    line-height: 2;
  }
  .accordion-content-parent ol li::before {
    content: counter(item) "_ ";
  }
  .parent-plus, .is-active .parent-minus {
    display: inline-block;
    visibility: visible;
    transition: visibility 0.1s ease;
    padding-left: 1rem;
  }
  .is-active .parent-plus,
  .parent-minus {
    display: none;
    visibility: hidden;
    transition: visibility 0.2s ease;
  }
  .accordion-content-parent .plus {
    visibility: hidden;
  }
  .accordion-content-parent.is-active .plus {
    display: inline-block;
    visibility: visible;
    transition: visibility 0.2s 0.2s ease;
  }
  .accordion > .plus {
    transform: none;
    transition: transform 0.1s ease;
  }
  .accordion.is-active .plus {
    transform: rotate(45deg);
    transition: transform 0.1s ease;
  }




  /* DESKTOP */

  @media (min-width: 740px) {
    .desktop-hide {
      display: none;
    }
    .mobile-hide {
      display: block;
    }
    p {
      font-size: 1.25rem;
      margin: 0 0 1.6rem;
      line-height: 1.8;
    }
    p.smaller {
      font-size: 1rem;
      line-height: 1.5;
    }
    #story p:not(.smaller),
    p, p.smaller {
      text-align: center;
    }
    hr {
      margin: 2.5rem 0;
    }
    hr.white {
      border-top: 3px solid white;
    }
    /* desktop nav */
    header, footer {
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
    }
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
    }
    .sticky + .container {
      padding-top: 50px;
    }
    button.navbar-toggler {
      display: none;
    }
    .navbar-brand .logo,
    .footer-brand .logo {
      width: 2.6rem;
    }
    .navbar-brand span {
      font-size: 1rem;
    }
    .menu {
      height: 100%;
      visibility: visible;
      padding-top: 0.25rem;
    }
    .menu li {
        display: inline-block;
        margin-right: 2.5rem;
        line-height: 1.4;
        font-size: 1rem;
    }
    .menu li:last-child {
      margin-right: 0;
    }
    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      align-content: center;
    }
    /* nav tooltips */
    .tooltip {
      position: relative;
      cursor: pointer;
    }
    .tooltip .tooltiptext {
      visibility: hidden;
      background-color: #F5F5F5;
      color: #000;
      border-radius: 2px;
      font-family: 'HM Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 1.4;
      text-align: center;
      padding: 0.65rem;
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }
    .tip1 {
      max-width: 203px;
      min-width: max-content;
      top:  155%;
      left: 105%;
      margin-left: -60px;
    }
    .tip2 {
      width: 253px;
      top: 155%;
      left: 30%;
      margin-left: -60px;
    }
    .tip3 {
      max-width: 273px;
      min-width: max-content;
      top: 155%;
      right: -3vw;
      margin-left: -60px;
    }
    #top {
      padding-top: 0;
    }
    #top .background-image {
      background-image: url("img/mylar_2000.jpg");
      background-image: -webkit-image-set(
        url("img/mylar_1000.jpg") 1x,
        url("img/mylar_1500.jpg") 1.5x,
        url("img/mylar_2000.jpg") 2x,
        url("img/mylar_2650.jpg") 2.5x);
      background-image: image-set(
        url("img/mylar_1000.jpg") 1x,
        url("img/mylar_1500.jpg") 1.5x,
        url("img/mylar_2000.jpg") 2x,
        url("img/mylar_2650.jpg") 2.5x);
      background-image: image-set(
        url("img/mylar_1000.jpg") 1000w,
        url("img/mylar_1500.jpg") 1500w,
        url("img/mylar_2000.jpg") 2000w,
        url("img/mylar_2650.jpg") 2650w);
      padding: 6rem 3rem;
    }
    #top img.logo-hero {
      max-width: 30vw;
    }
    #top .hero-caption {
      font-size: 1rem;
      padding: 1rem 0.15rem 1rem;
    }
    #shop .background-image {
      background-image: url("img/new-brasserie_2000.jpg");
      background-image: -webkit-image-set(
        url("img/new-brasserie_2000.jpg") 1x,
        url("img/new-brasserie_4000.jpg") 2x);
      background-image: image-set(
        url("img/new-brasserie_2000.jpg") 1x,
        url("img/new-brasserie_4000.jpg") 2x);
      background-image: image-set(
        url("img/new-brasserie_1000.jpg") 1000w,
        url("img/new-brasserie_2000.jpg") 2000w,
        url("img/new-brasserie_3000.jpg") 3000w,
        url("img/new-brasserie_4000.jpg") 4000w);
      aspect-ratio: 16/9;
      min-height: 100%;
      padding: 5rem 1rem 2.5rem;
    }
    #shop {
      margin-bottom: 2rem;
    }
    #shop p {
      font-size: 1.5rem;
    }
    #story {
      align-items: center;
    }
    #story {
      padding: 3rem 6rem;
      margin-top: 2.5rem;
    }
    #story p.smaller {
      max-width: 772px;
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 1.25rem;
    }
    #neighbors {
      padding: 3rem 4rem 1rem;
      margin-top: 2.5rem;
    }
    #neighbors .heading {
      margin-bottom: 1rem;
    }
    #neighbors p:first-of-type:not(.smaller) {
      max-width: 780px;
      margin-bottom: 2rem;
    }
    #neighbors p:nth-of-type(2):not(.smaller) {
      font-size: 1.25rem;
    }
    .image-text-columns {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      margin-top: 2.5rem
    }
    .loyalty-image {
      height: 100%;
      width: 100%;
      object-fit: cover;
    } 
    #loyalty {
      padding: 0rem 4rem;
    }
    #store {
      padding: 0 0 1rem;
    }
    #store p:not(.smaller) {
      margin-top: 0.5rem;
      margin-bottom: 1.75rem;
    }
    #store p.smaller {
      font-size: 1.25rem;
    }
    .footer-links li {
      margin-right: 2.5rem;
      line-height: 1.6;
      font-size: 1rem;
    }
    /* neighbors grid */
    .parent-plus, .is-active .parent-minus {
      padding-left: 0.15rem;
    }
    .parent-minus {
      transform: translateY(-2px);
    }
    .accordion-content-parent.is-active {
      padding-top: 1.5rem;
    }
    .accordion-content-parent p.smaller {
      padding-bottom: 1rem;
    }
    .accordion-content-parent ol li {
      display: list-item;
      font-size: 1.2rem;
    }
    .accordion-content-parent ol li h3 {
      text-transform: uppercase;
      font-weight: 700;
      display: inline-block;
      font-size: 1.2rem;
      letter-spacing: 0.5px;
    }
    .accordion-content-parent ol li p {
      max-width: 100% !important;
      text-align: left;
      font-size: 1rem
    }
    .ol-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-column-gap: 8%;
      grid-row-gap: 0;
    }
    
  }
  @media (min-width: 1050px) {
    .ol-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1072px) {
    .special-desktop-hide {
      display: none;
    }
    .special-mobile-hide {
      display: block;
    }
  }
  @media (min-width: 1221px) {
    .accordion-content-parent ol li h3 {
      font-size: 1.5rem;
      line-height: 1.4;
    }
    .accordion-content-parent ol li {
      font-size: 1.5rem;
    }
    .accordion-content-parent ol li p {
      font-size: 1.2rem;
    }
    #neighbors p.smaller {
      font-size: 0.95rem;
    }
  }

/* ==========================================================================
    Helper classes
    ========================================================================== */

  /*
   * Hide visually and from screen readers
   */
  
  .hidden,
  [hidden] {
    display: none !important;
  }
  
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  
  .visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
   * Extends the .visually-hidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  
  .visually-hidden.focusable:active,
  .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */
  
  .clearfix::before,
  .clearfix::after {
    content: "";
    display: table;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }