/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@font-face {
    font-family: 'Gloock';
    src: url('/fonts/Gloock-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900; /* covers all weights */
    font-stretch: 75% 125%; /* optional, if you want variable stretch control */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: italic;
}

:root {
  --sans: "Inter", serif;
  --serif: "Gloock", serif;
  --normal: 400;
  --medium: 500;
  --bold: 700;
  --chonk: 900;
  --font-size: 1em;
  --font-size-xsmall: 12px;
  --font-size-small: 15px;
  --font-size-small-plus: 18px;
  --font-size-medium: 36px;
  --font-size-medium-plus: 42px;
  --font-size-large: 45px;
  --font-size-xlarge: 54px;
  --font-size-chonk: 66px;
  --wheatgrass: #346455;
  --woodgrain: #9D6D2A;
  --meadowsky:#508F95;
  --thunder:#154144;
  --neutral: #dbdad6;
  --haze: #f8f5f2;
  --white: #ffffff;
  --white-alt: #fafafa;
  --gray: #666;
  --gray-dark: #333;
  --black: #000000;
  --radius: 12px;
  --indent: -9999px;
  --center: translate(-50%, -50%);
}

html {
  background: var(--haze);
  color: var(--black);
  font-size: var(--font-size);
  font-weight: var(--normal);
  line-height: var(--font-size);
}

body {
  background: var(--haze);
  color: var(--black);
  font-family: var(--sans);
  margin: 0;
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: var(--thunder);
  color: var(--haze);
  text-shadow: none;
}

::selection {
  background: var(--thunder);
  color: var(--haze);
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
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;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wheatgrass);
  font-family: var(--serif);
  font-weight: var(--normal);
  line-height: 1em;
}
h1.alt-dark, h2.alt-dark, h3.alt-dark, h4.alt-dark, h5.alt-dark, h6.alt-dark {
  color: var(--thunder);
}
h1.alt-light, h2.alt-light, h3.alt-light, h4.alt-light, h5.alt-light, h6.alt-light {
  color: var(--haze);
}

p {
  line-height: 21px;
}

ul, ol {
  list-style: none;
  padding: 0;
}

img {
  border-radius: var(--radius);
  object-fit: cover;
  display: block;
  width: 100%;
}

.btn {
  background: var(--woodgrain);
  border: 2px solid var(--woodgrain);
  border-radius: 10em;
  color: var(--haze);
  display: block;
  margin: 1em auto;
  max-width: 210px;
  padding: 0.75em;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 80%;
}
.btn.invert {
  background: transparent;
  border-radius: 10em;
  border: 2px solid var(--woodgrain);
  color: var(--woodgrain);
}
.btn.invert:hover {
  background: var(--woodgrain);
  color: var(--haze);
}
.btn.dark {
  border: 2px solid var(--thunder);
  color: var(--thunder);
}
.btn.dark:hover {
  background: var(--thunder);
  color: var(--haze);
}
.btn.light {
  border: 2px solid var(--haze);
  color: var(--haze);
}
.btn.light:hover {
  background: var(--haze);
  color: var(--thunder);
}
.btn:hover {
  opacity: 0.8;
}

main,
header,
article,
footer {
  margin: auto;
  position: relative;
  width: 100%;
}

.grid .col-1 {
  width: 100%;
}
.grid .col-2 {
  width: 100%;
}
.grid .col-3 {
  width: 100%;
}
.grid .col-4 {
  width: 100%;
}
.grid .col-5 {
  width: 100%;
}
.grid .col-6 {
  width: 100%;
}
.grid .col-7 {
  width: 100%;
}
.grid .col-8 {
  width: 100%;
}
.grid .col-9 {
  width: 100%;
}
.grid .col-10 {
  width: 100%;
}
.grid .col-11 {
  width: 100%;
}
.grid .col-12 {
  width: 100%;
}

.header {
  background: var(--haze);
  height: 70px;
  position: fixed;
  z-index: 101;
}
.header.on .nav-contain {
  background: var(--thunder);
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  z-index: 101;
  transition: background 0.2s linear;
}
.header.on .nav-contain .logo {
  background: url("../img/tw-logo-light.png") no-repeat center center;
  background-size: contain;
  height: 70px;
  left: 50%;
  transform: translateY(0);
  transform: translateX(-50%);
  top: 90px;
  width: 200px;
}
.header.on .nav-contain #toggle {
  transform: translateY(0);
  top: 1em;
}
.header.on nav {
  display: block;
}
.header.on nav ul {
  left: 50%;
  list-style: none;
  position: absolute;
  top: 190px;
  transform: translateX(-50%);
  width: 100%;
}
.header.on nav ul li {
  padding: 1.5em;
}
.header.on nav ul li a {
  border-bottom: 1px solid #333;
  color: white;
  display: block;
  font-size: var(--font-size-small-plus);
  padding-bottom: 1.25em;
  text-decoration: none;
  text-align: center;
}
.header .logo {
  background: url("../img/tw-logo.svg") no-repeat center center;
  background-size: contain;
  height: 30px;
  left: 0.5em;
  margin: 0;
  position: absolute;
  text-indent: var(--indent);
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
}
.header nav {
  display: none;
}
.header #toggle {
  background: url("../img/bars-solid.svg") no-repeat center center;
  background-size: 33px 33px;
  display: block;
  height: 40px;
  right: 1em;
  position: absolute;
  text-indent: var(--indent);
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 101;
}
.header #toggle.close {
  background: url("../img/xmark-solid.svg") no-repeat center center;
  background-size: 40px 40px;
}

.footer {
  padding: 9em 0em;
  padding-bottom: 3em;
  background: var(--thunder);
  text-align: center;
}
.footer img {
  margin: auto auto 4em auto;
  max-width: 270px;
}
.footer a {
  color: var(--white);
  display: block;
  text-decoration: none;
}
.footer a.phone {
  border-radius: 10em;
  background: var(--meadowsky);
  font-size: var(--font-size-small-plus);
  margin: 1.5em auto;
  padding: 1em;
  width: 200px;
}
.footer p {
  color: var(--haze);
}
.footer p span {
  display: block;
}
.footer p.legal {
  color: var(--meadowsky);
  font-size: var(--font-size-xsmall);
  margin: 6em auto;
}
.footer ul {
  margin: 0;
}
.footer ul li {
  margin: 0em auto 2em auto;
}
.footer ul li a {
  padding: 1em;
}
.footer ul.social li {
  display: inline-block;
}
.footer ul.social li a.icon {
  height: 60px;
  text-indent: var(--indent);
  width: 60px;
}
.footer ul.social li a.icon.mail {
  background: url("../img/mail.svg") no-repeat center center;
  background-size: 48px 48px;
}
.footer ul.social li a.icon.linkedin {
  background: url("../img/linkedin.svg") no-repeat center center;
  background-size: 40px 47px;
}

.section {
  margin: auto;
  padding: 3em 0;
  width: 93%;
}
.section.one {
  padding-top: 120px;
}
.section.full {
  width: 100%;
}
.section.full .inset-content {
  margin: auto;
  max-width: 93%;
  width: 100%;
}

.carriers img {
  margin: auto;
  max-width: 200px;
  opacity: 0.6;
}

/* home */
.home .section.one hgroup {
  text-align: center;
  margin-bottom: 4em;
}
.home .section.one hgroup strong {
  font-family: var(--serif);
  font-size: var(--font-size-small-plus);
}
.home .section.one hgroup h2 {
  font-size: var(--font-size-medium-plus);
  margin: 0.25em auto 1em auto;
}
.home .section.one .grid .col-4 img {
  margin: 0em auto 1em auto;
  max-height: 300px;
}
.home .section.one .grid .col-6 p {
  margin: 3em auto;
  text-align: center;
}
.home .section.two {
  background: var(--meadowsky);
}
.home .section.two hgroup {
  margin: 2em auto;
}
.home .section.two h3 {
  color: var(--thunder);
  font-size: var(--font-size-medium-plus);
  margin: 0 auto 0.5em auto;
}
.home .section.two p {
  margin-bottom: 2em;
}
.home .section.two a {
  color: var(--black);
}
.home .section.three h4 {
  font-size: var(--font-size-medium);
  margin: 0 auto 0.5em auto;
}
.home .section.three .btn {
  margin: 3em auto;
}
.home .section.three .grid .col-5 img {
  margin: 0em auto 1em auto;
  max-height: 300px;
}
.home .section.four {
  padding-top: 0em;
}
.home .section.four h4 {
  font-size: var(--font-size-medium);
  margin: 0 auto 0em auto;
}
.home .section.four hgroup {
  background: var(--meadowsky);
  border-radius: 0.5em;
  margin: 3em auto 0em auto;
  padding: 2em 1em;
}
.home .section.four h5 {
  color: var(--haze);
  font-size: 27px;
  margin: 0 auto 1.75em auto;
  text-align: center;
}
.home .section.five h6 {
  font-size: var(--font-size-medium);
  margin: 0.5em auto 0.75em;
}
.home .section.five .btn {
  margin-top: 3em;
}
.home .section.six h6 {
  font-size: var(--font-size-medium);
  margin: 0.5em auto 0.75em;
  text-align: center;
}

/* programs */
.programs .section.one hgroup h2 {
  font-size: var(--font-size-medium);
  text-align: center;
}
.programs .section.one .data-contain {
  box-sizing: border-box;
  box-shadow: 0px 0px 30px #ccc;
  background: var(--white);
  border-radius: var(--radius);
  margin: 3em auto 3em auto;
  padding: 1.25em;
  width: 90%;
}
.programs .section.one .data-contain.one {
  margin-top: 6em;
}
.programs .section.one h3, .programs .section.one h4, .programs .section.one h5 {
  font-size: 33px;
  line-height: 1em;
  margin: 0;
  min-height: 80px;
  text-align: center;
}
.programs .section.one p {
  text-align: center;
}
.programs .section.one img {
  display: block;
  margin: 0em auto 1em auto;
  max-width: 80%;
}

/* how it works */
.how-it-works .section.one hgroup {
  text-align: center;
}
.how-it-works .section.one hgroup h2 {
  font-size: var(--font-size-medium);
}
.how-it-works .section.two {
  background: var(--meadowsky);
}
.how-it-works .section.two hgroup {
  padding-bottom: 3em;
}
.how-it-works .section.two hgroup h3 {
  color: var(--thunder);
  font-size: var(--font-size-medium);
  margin-top: 0;
}
.how-it-works .section.three .grid .row .col-5 img {
  max-height: 350px;
}
.how-it-works .section.three .grid .row .col-5 hgroup {
  margin-top: 3em;
}
.how-it-works .section.three .grid .row .col-5 hgroup h4 {
  font-size: var(--font-size-medium);
  margin-bottom: 0.75em;
}
.how-it-works .section.three .grid .row .col-5 ul {
  list-style: disc;
  margin: 2em auto 3em auto;
  padding: 0 1.75em;
}
.how-it-works .section.three .grid .row .col-5 ul li {
  line-height: 1.25em;
  margin-bottom: 1em;
}
.how-it-works .section.four {
  background: url("../img/how-it-works/3.jpg") no-repeat center center;
  background-size: cover;
  height: 420px;
  position: relative;
}
.how-it-works .section.four hgroup {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 87%;
}
.how-it-works .section.four hgroup h5 {
  color: var(--haze);
  font-size: var(--font-size-medium);
  margin-bottom: 0.5em;
}
.how-it-works .section.four hgroup p {
  color: var(--haze);
  margin-bottom: 1.75em;
}
.how-it-works .section.five hgroup {
  text-align: center;
}
.how-it-works .section.five hgroup h6 {
  font-size: var(--font-size-medium);
  margin: 1em auto;
}
.how-it-works .section.five .grid .row .col-10 img {
  object-fit: contain;
  min-height: 400px;
  margin: 1em auto;
}

/* about us */
.about-us .section.one {
  background: url("../img/about/1.jpg") no-repeat left center;
  background-size: cover;
  min-height: 350px;
  position: relative;
}
.about-us .section.one hgroup {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 87%;
}
.about-us .section.one hgroup h2 {
  color: var(--white);
  font-size: var(--font-size-medium-plus);
}
.about-us .section.one hgroup p {
  color: var(--white);
}
.about-us .section.two {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3em;
}
.about-us .section.two .grid .row .col-12 img {
  display: block;
  margin: 3em auto 6em auto;
  max-width: 150px;
}
.about-us .section.two h3, .about-us .section.two h4 {
  font-size: var(--font-size-medium);
  margin-bottom: 0.75em;
  text-align: center;
}
.about-us .section.two p {
  text-align: center;
}
.about-us .section.three {
  padding-top: 4em;
}
.about-us .section.three h5 {
  font-size: var(--font-size-medium);
  margin: 0em auto 0.75em auto;
}

@media only screen and (min-width: 950px) {
  .grid {
    width: 100%;
  }
  .grid .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .grid .col-1 {
    width: 8.33%;
  }
  .grid .col-2 {
    width: 16.66%;
  }
  .grid .col-3 {
    width: 25%;
  }
  .grid .col-4 {
    width: 33.33%;
  }
  .grid .col-5 {
    width: 41.66%;
  }
  .grid .col-6 {
    width: 50%;
  }
  .grid .col-7 {
    width: 58.33%;
  }
  .grid .col-8 {
    width: 66.66%;
  }
  .grid .col-9 {
    width: 75%;
  }
  .grid .col-10 {
    width: 83.33%;
  }
  .grid .col-11 {
    width: 91.66%;
  }
  .grid .col-12 {
    width: 100%;
  }

  [class*=col-] {
    float: left;
  }

  .header .nav-contain {
    height: 70px;
    margin: auto;
    max-width: 1366px;
    position: relative;
    width: 96%;
  }
  .header nav {
    display: block;
  }
  .header nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .header nav ul li {
    display: inline-block;
    margin-left: 1em;
  }
  .header nav ul li a {
    border-bottom: 2px solid transparent;
    color: var(--thunder);
    display: block;
    font-size: 16px;
    padding: 0.5em;
    text-decoration: none;
    transition: border-bottom 0.2s linear;
  }
  .header nav ul li a:hover {
    color: var(--woodgrain);
    border-bottom: 2px solid var(--woodgrain);
  }
  .header nav ul li a.on {
    border-bottom: 2px solid var(--meadowsky);
  }
  .header #toggle {
    display: none;
  }

  .footer {
    text-align: left;
  }
  .footer .grid {
    margin: auto;
    max-width: 1366px;
    width: 96%;
  }
  .footer .grid:nth-child(2) {
    margin: 3em auto;
  }
  .footer img {
    margin-left: 0;
  }
  .footer ul {
    margin: auto 0px 0px auto;
    max-width: 333px;
  }
  .footer ul li {
    float: left;
    display: block;
  }
  .footer ul li a {
    display: block;
  }
  .footer ul.social {
    max-width: 155px;
  }
  .footer ul.social li {
    margin-bottom: 0;
  }
  .footer ul.social li a.icon {
    height: 45px;
    width: 45px;
  }
  .footer ul.social li a.icon.mail {
    background: url("../img/mail.svg") no-repeat center center;
    background-size: 32px 32px;
  }
  .footer ul.social li a.icon.linkedin {
    background: url("../img/linkedin.svg") no-repeat center center;
    background-size: 27px 31px;
  }
  .footer a.phone {
    border-radius: 0em;
    background: transparent;
    background-image: url("../img/phone.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px 23px;
    font-size: 24px;
    margin: 1.5em 0;
    padding: 1em;
    padding-left: 36px;
    width: 200px;
  }
  .footer p.legal {
    font-size: var(--font-size-small);
    margin: 3em 0 0;
  }

  .section {
    max-width: 1366px;
    width: 96%;
  }
  .section.one {
    padding-top: 150px;
  }
  .section.full {
    max-width: inherit;
  }

  /* home */
  .home .section.one hgroup {
    margin: auto auto 9em auto;
    max-width: 600px;
    width: 45%;
  }
  .home .section.one .grid .col-4 {
    box-sizing: border-box;
    padding: 0em 1em;
  }
  .home .section.one .grid .col-4 img {
    max-height: 538px;
  }
  .home .section.one .grid .col-6 p {
    margin: 6em auto;
  }
  .home .section.two {
    margin: 3em auto 9em auto;
  }
  .home .section.two.full {
    padding: 0;
    height: 450px;
  }
  .home .section.two.full .grid .col-5 {
    position: relative;
  }
  .home .section.two.full .grid .col-5 img {
    display: block;
    height: 531px;
    margin-top: -42px;
    width: auto;
    float: right;
  }
  .home .section.two.full .grid .col-7.badge {
    background: url("../img/tw-badge-dark.svg") no-repeat center center;
    background-size: contain;
    min-height: 450px;
  }
  .home .section.two.full .grid .col-7.badge hgroup {
    padding: 6em;
  }
  .home .section.two.full .grid .col-7.badge hgroup h3 {
    font-size: var(--font-size-medium);
  }
  .home .section.two.full .grid .col-7.badge hgroup p {
    font-size: 15px;
  }
  .home .section.three {
    margin: 12em auto 15em auto;
  }
  .home .section.three .grid .col-5 {
    position: relative;
  }
  .home .section.three .grid .col-5 img {
    height: 538px;
    max-height: 538px;
    width: 384px;
  }
  .home .section.three .grid .col-5 img.offset-right {
    margin-top: -60px;
    margin-right: -90px;
    z-index: 99;
  }
  .home .section.three .grid .col-5 img.offset-left {
    position: absolute;
    right: 21%;
    top: 120px;
  }
  .home .section.three .grid .btn {
    margin-left: 0;
    margin-top: 6em;
  }
  .home .section.four {
    border-top: 1px solid var(--meadowsky);
    padding-top: 9em;
  }
  .home .section.four h4 {
    font-size: var(--font-size-large);
  }
  .home .section.four hgroup {
    background: url("../img/home/section-4-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 554px;
    position: relative;
    margin-top: 6em;
  }
  .home .section.four hgroup .hgroup-contain {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 63%;
  }
  .home .section.four hgroup .hgroup-contain h5 {
    font-size: var(--font-size-large);
    margin-bottom: 0.75em;
  }
  .home .section.four hgroup .hgroup-contain .btn {
    margin-bottom: 0;
  }
  .home .section.five {
    margin: 6em auto 3em auto;
  }
  .home .section.five .btn {
    margin-left: 0;
  }
  .home .section.six {
    margin-bottom: 6em;
  }
  .home .section.six h6 {
    margin-bottom: 3em;
  }

  /* programs */
  .programs .section.one {
    background: url("../img/tw-badge-dark.svg") no-repeat center center;
    background-size: contain;
  }
  .programs .section.one hgroup {
    margin: auto auto 6em auto;
    max-width: 60%;
  }
  .programs .section.one hgroup h2 {
    font-size: var(--font-size-large);
  }
  .programs .section.one .data-contain {
    box-shadow: 0px 0px 40px #ccc;
    min-height: 480px;
  }
  .programs .section.one .data-contain.one {
    margin-top: 3em;
  }
  .programs .section.one .data-contain img {
    max-width: 54%;
  }

  /* how it works */
  .how-it-works .section.one hgroup {
    margin: auto auto 6em auto;
    max-width: 51%;
  }
  .how-it-works .section.one hgroup h2 {
    font-size: var(--font-size-large);
  }
  .how-it-works .section.two {
    height: 500px;
    padding: 0;
  }
  .how-it-works .section.two hgroup {
    padding: 0em 3em;
    padding-top: 8em;
  }
  .how-it-works .section.two hgroup h3 {
    font-size: var(--font-size-medium-plus);
  }
  .how-it-works .section.two .grid .row .col-5 img {
    border-radius: 0;
    height: 500px;
    width: auto;
    float: left;
  }
  .how-it-works .section.three {
    background: url("../img/tw-badge-dark.svg") no-repeat top right;
    background-size: 212px 128px;
    margin: 3em auto;
  }
  .how-it-works .section.three .grid .row .col-5 {
    box-sizing: border-box;
    padding: 3em;
  }
  .how-it-works .section.three .grid .row .col-5 img {
    height: 583px;
    max-height: 583px;
  }
  .how-it-works .section.three .grid .row .col-5 hgroup {
    margin-top: 200px;
  }
  .how-it-works .section.three .grid .row .col-5 hgroup .btn {
    margin-left: 0;
  }
  .how-it-works .section.four {
    height: 660px;
  }
  .how-it-works .section.four hgroup {
    margin: auto auto 6em auto;
    max-width: 60%;
  }
  .how-it-works .section.four hgroup h5 {
    font-size: var(--font-size-large);
  }
  .how-it-works .section.five hgroup {
    margin: 3em auto;
    max-width: 60%;
  }
  .how-it-works .section.five hgroup h5 {
    font-size: var(--font-size-med);
  }
  .how-it-works .section.five .grid .row .col-10 img {
    max-height: 800px;
  }

  /* about */
  .about-us .section.one {
    min-height: 500px;
  }
  .about-us .section.one hgroup {
    max-width: 51%;
  }
  .about-us .section.one hgroup h2 {
    font-size: var(--font-size-xlarge);
  }
  .about-us .section.two {
    padding-bottom: 6em;
  }
  .about-us .section.two .grid .row .col-12 img {
    max-width: 212px;
  }
  .about-us .section.two h3, .about-us .section.two h4 {
    margin: 1em auto 0.75em auto;
  }
  .about-us .section.two h3, .about-us .section.two h4, .about-us .section.two p {
    text-align: left;
  }
  .about-us .section.two .about-info {
    padding: 0em 2em;
  }
  .about-us .section.three {
    padding-top: 7em;
    padding-bottom: 6em;
  }
  .about-us .section.three h5 {
    font-size: var(--font-size-chonk);
    padding: 0em 2em;
  }
}
/*
 * 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;
}

@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;
  }
}

/*# sourceMappingURL=style.css.map */
