/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*sass stuff*/
/*vars*/
/*breakpoints*/
/*site specific stuff*/
body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  padding-top: 80px;
}

.body-wrapper {
  max-width: 1072px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 900px) {
  .body-wrapper {
    padding: 40px 0 20px 0;
  }
}

.no-top-padding {
  padding-top: 0;
}

.home-body-wrapper {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 100%;
}
.home-body-wrapper p.small {
  color: #000;
}
.home-body-wrapper h2 {
  color: #000;
  font-size: 44px;
  line-height: 120%;
  font-family: "Manrope";
}
@media screen and (max-width: 900px) {
  .home-body-wrapper h2 {
    font-size: 20px;
  }
}
.home-body-wrapper .row {
  opacity: 1;
  transition: 0.6s;
}
.home-body-wrapper .feature {
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .home-body-wrapper .feature {
    padding: 10px 30px;
  }
}
.home-body-wrapper h2.outer {
  padding: 0px 20px;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .home-body-wrapper h2.outer {
    padding: 0px 30px;
    font-size: 20px;
  }
}

* {
  /* Global values */
  transition: inherit;
  transition: initial;
  transition: revert;
  transition: unset;
}

h1, h2 {
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "manrope", "Playfair Display", "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 40px;
  color: black;
}
@media screen and (max-width: 900px) {
  h1, h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  padding-top: 0;
  margin-top: 0;
}

h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h3 + p {
  padding-top: 0;
  margin-top: 0;
}

p {
  font-size: 14px;
  line-height: 30px;
  color: #4A4A4A;
}

p.small {
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: 300;
}

.animation_SlideUp {
  animation-name: animation_SlideUp;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

nav {
  min-height: 50px;
  position: relative;
  top: 0px;
  background: transparent;
  line-height: 50px;
  padding-left: 20px;
  z-index: 100;
}
nav a {
  color: #000;
}
@media screen and (max-width: 900px) {
  nav {
    padding-left: 30px;
  }
}
nav .social {
  position: relative;
  padding: 94px 0 0 60px;
  float: right;
  width: 40%;
  text-align: left;
}
nav .social p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  padding: 0px;
}
@media screen and (max-width: 900px) {
  nav .social {
    width: 100%;
    max-width: 700px;
    float: none;
    padding: 16px 30px 0;
    margin: 0 auto;
    margin-top: 0px;
  }
}
nav .social button.large {
  background: transparent;
  width: 20px;
  margin-right: 20px;
}
nav.home-new {
  position: fixed;
  line-height: 20px;
  padding: 0px;
  border-bottom: 0px solid #A1A7B3;
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}
nav.home-new .namespan {
  font-size: 14px;
  font-weight: 300;
  float: left;
  line-height: 1.1em;
  padding: 10px 0;
}
nav.home-new .namespan span {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  nav.home-new .namespan {
    font-size: 14px;
    margin-right: 3px;
  }
}
nav.home-new .nav-content {
  display: block;
  max-width: 1072px;
  margin: 0 auto;
  overflow: auto;
}
nav.home-new .nav-interior {
  padding: 5px 20px;
  overflow: auto;
}
@media screen and (max-width: 900px) {
  nav.home-new .nav-interior {
    padding: 5px 15px 5px 30px;
  }
}
nav.home-new ul {
  list-style-type: none;
  display: inline;
  float: right;
  margin: 0;
  padding: 0px 0px;
}
nav.home-new ul li {
  display: inline-block;
  padding: 0px;
  margin: 10px;
  font-weight: 400;
  font-size: 12px;
}
nav.home-new ul li a {
  font-weight: 400;
  padding: 0px 5px;
}
nav.home-new ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
nav.home-new ul li a.active {
  border-bottom: 1px solid #000;
}

.subnav ul {
  padding: 0 20px;
  margin: 0;
  list-style-type: none;
}
.subnav ul li {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.subnav ul li.active {
  border-bottom: 1px solid black;
}
.subnav ul li:hover {
  border-bottom: 1px solid black;
  cursor: pointer;
}

.dontshow {
  display: none;
}

.interior-nav {
  background: #fff;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.burger {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 24px;
  z-index: 1001;
}
@media screen and (max-width: 900px) {
  .burger {
    z-index: 1001;
  }
}
.burger:hover {
  cursor: pointer;
}
.burger span {
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 18px;
  position: absolute;
  top: 22px;
  left: 15px;
  transition: 0.3s;
}
.burger span:nth-child(2) {
  left: 22px;
}
.burger span:last-child {
  left: 29px;
}
.burger.close-burger span {
  width: 25px;
  height: 3px;
}
.burger.close-burger span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
}
.burger.close-burger span:nth-child(2) {
  display: none;
}
.burger.close-burger span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 12px;
}

img {
  max-width: 100%;
}

.top-header {
  overflow: auto;
  clear: both;
  padding-bottom: 60px;
}
.top-header .header-content {
  float: right;
  width: 70%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .top-header .header-content {
    width: 100%;
    float: none;
    padding: 40px 60px 0px 60px;
  }
}
.top-header .photo {
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 0 60px;
}
.top-header .photo img {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 900px) {
  .top-header .photo {
    width: 100%;
    float: none;
    padding: 0px 60px;
  }
  .top-header .photo img {
    max-width: 240px;
  }
}
.top-header a {
  margin: 10px 40px 10px 0;
  display: inline-block;
}

a {
  color: #007AFF;
  text-decoration: none;
  font-weight: 500;
}

.feature {
  padding: 40px 20px;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .feature {
    margin-bottom: 0;
    padding: 30px;
  }
}
.feature .feature-left {
  width: 100%;
  padding-right: 0%;
}
@media screen and (max-width: 900px) {
  .feature .feature-left {
    width: 100%;
    padding: 0;
  }
}
.feature .feature-left.home-feature {
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 30px;
  transition: 0.4s;
  background: #fff;
}
.feature .feature-left.home-feature h2 {
  font-size: 24px;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 900px) {
  .feature .feature-left.home-feature h2 {
    font-size: 20px;
  }
}
.feature .feature-left.home-feature:hover {
  border-color: #007AFF;
  transition: 0.6s;
}
.feature .feature-right {
  width: 0%;
  padding-left: 5%;
}
@media screen and (max-width: 900px) {
  .feature .feature-right {
    width: 100%;
    padding: 0;
  }
}
.feature img {
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 20px;
}
.feature img:hover {
  box-shadow: 0 0 20px #ccc;
  transition: 0.4s;
}

.nowrap {
  white-space: nowrap;
}

.row {
  display: flex;
}
.row article {
  padding: 75px 30px;
  width: 47.5%;
  margin-right: 2.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .row article {
    width: 100%;
    margin: 0;
  }
}
.row article .article-content {
  padding: 0 30px;
  margin-bottom: 30px;
}
.row article:nth-child(even) {
  margin-right: 0%;
  margin-left: 2.5%;
}
@media screen and (max-width: 900px) {
  .row article:nth-child(even) {
    margin: 0;
  }
}

.interior-row {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.no-max {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.no-max p.small, .no-max h1.large {
  color: white;
}

.image-feature {
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.image-feature img {
  margin: 0 auto;
}

.small-padding {
  padding-top: 10px;
}

.experience-table {
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.experience-table tr {
  border-bottom: 1px solid #ccc;
}
.experience-table tr td {
  padding: 20px 10px 20px 0;
  width: 35%;
}
.experience-table tr td.dates {
  width: 20%;
}
.experience-table tr td.titles {
  width: 45%;
}
.experience-table tr span {
  font-weight: 600;
  display: block;
}

.carousel {
  padding: 0;
}

/*customize slider*/
.slick-list, .slick-track {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 99;
  border: none;
}
.slick-arrow:focus {
  outline: none;
}

.slick-prev {
  left: 10px;
  background: #000 url("../img/arrow-left.png") center center no-repeat;
  background-size: 26px 26px;
}

.slick-next {
  right: 10px;
  background: #000 url("../img/arrow-right.png") center center no-repeat;
  background-size: 26px 26px;
}

/*footer*/
footer {
  padding: 60px 30px;
  margin: 0px auto 0 auto;
  box-sizing: border-box;
  background: #1c1c1c;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  footer {
    padding: 60px 30px;
  }
}
footer .wrap {
  max-width: 1072px;
  margin: 0 auto;
}
footer .wrap .footer-row {
  padding: 30px;
}
@media screen and (max-width: 900px) {
  footer .wrap .footer-row {
    padding: 30px 0;
  }
}
footer .wrap p {
  color: #fff;
  display: block;
}
footer .wrap a {
  margin-right: 10px;
  color: #fff;
}
footer .wrap a:hover {
  border-bottom: 1px solid #fff;
}

/*buttons*/
button, input[type=button] {
  padding: 11px 35px;
  font-size: 12px;
  border: 1px solid #000;
  background: #000;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
  transition: padding 0.2s;
  color: #fff;
}
button:hover, input[type=button]:hover {
  cursor: pointer;
}
button:focus, input[type=button]:focus {
  outline: none;
}
button.large, input[type=button].large {
  font-size: 18px;
  border-radius: 20px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #000;
  color: #fff;
  letter-spacing: 0px;
}
button.about, input[type=button].about {
  display: block;
  border: 0px;
  border-bottom: 1px solid #999;
  letter-spacing: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 1.8em;
  width: 100%;
  max-width: 400px;
  font-weight: 500;
  margin: 30px 0;
  transition: 0.2s;
  position: relative;
}
button.about span, input[type=button].about span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}
button.about:hover, input[type=button].about:hover {
  background: #000;
  color: #fff;
}

.team, .whatwedid {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.team aside, .whatwedid aside {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .team aside, .whatwedid aside {
    width: 100%;
  }
}
.team aside h5, .whatwedid aside h5 {
  font-size: 12px;
}
.team figure, .whatwedid figure {
  width: 44%;
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .team figure, .whatwedid figure {
    width: 100%;
  }
}
.team figure.one-third, .whatwedid figure.one-third {
  width: 28%;
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .team figure.one-third, .whatwedid figure.one-third {
    width: 100%;
    margin-bottom: 20px;
  }
}
.team figure img, .whatwedid figure img {
  box-shadow: 0 0 0px #ccc;
  margin-bottom: 0px;
}
.team figure img:hover, .whatwedid figure img:hover {
  box-shadow: 0 0 0px #ccc;
  transition: 0.4s;
}
.team figure img.icon, .whatwedid figure img.icon {
  max-width: 40px;
}
.team figure h6, .whatwedid figure h6 {
  margin: 20px 0 0 0;
  padding: 0;
}
.team figure p, .whatwedid figure p {
  padding: 0;
}
.team figure .item, .whatwedid figure .item {
  width: 100px;
  height: 100px;
  background: #03B3ED;
  box-shadow: 0 0 20px #ccc;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin: 10px 0;
}

.krogerwhatwedid figure .item {
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: none;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  font-weight: 500;
  color: #000;
  border-radius: 50px;
  margin: 20px 0 10px 0;
  border: 1px solid #03B3ED;
}

.highlightdiv {
  padding: 40px;
  border: 1px solid #ccc;
  font-size: 24px;
  margin: 20px 0;
  border-radius: 20px;
}

p.calloutp {
  font-size: 24px;
}
p .red {
  display: block;
  font-weight: 600;
  color: #fe0000;
  font-size: 14px;
}
p .green {
  display: block;
  font-weight: 600;
  color: #04a309;
  font-size: 14px;
}

table {
  width: 100%;
}
table td {
  padding: 10px;
}

h4, h6 {
  display: block;
  font-size: 14px;
  padding: 0;
  margin: 0;
  display: block;
}

h5 {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: darkgray;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  display: block;
  text-transform: uppercase;
}

input[type=button] {
  text-transform: uppercase;
  display: block;
}
input[type=button]:hover {
  padding: 12px 30px;
}
input[type=button]:disabled {
  background: #ccc;
}

input[type=text], input[type=password] {
  padding: 12px 13px;
  min-width: 250px;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #000;
  background: transparent;
  display: inline-block;
  margin-bottom: 20px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.scroller {
  width: 0.5px;
  background: rgba(255, 255, 255, 0.04);
  position: absolute;
  height: 60px;
  left: 50%;
  bottom: 0;
  overflow: hidden;
}

.scroller::before {
  content: "";
  position: absolute;
  height: 52px;
  background: #fafafa;
  width: 1px;
  animation: scroller 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes scroller {
  0% {
    transform: translateY(-52px);
  }
  100% {
    transform: translateY(188px);
  }
}
.light-header {
  background: transparent;
  position: relative;
  width: 100%;
}
.light-header h1 {
  color: #000;
  font-weight: 300;
  line-height: 1.35em;
}
.light-header h1.large {
  line-height: 1.35em;
  font-size: 40px;
  color: #000;
  margin-top: 10px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .light-header h1.large {
    font-size: 24px;
  }
}
.light-header h1.large .highlight {
  font-weight: 700;
}
.light-header p {
  color: #fff;
}
.light-header p.small {
  font-weight: 300;
}
.light-header p.small.logo {
  position: absolute;
  left: -80px;
  top: 50%;
  z-index: 1000;
  -ms-transform: translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .light-header p.small.logo {
    position: relative;
    -ms-transform: translateY(0%);
    transform: rotate(0deg) translateY(0%);
    margin: 0 auto;
    padding: 16px 30px 0;
    top: 0px;
    left: 0px;
  }
}
.light-header p.small span {
  font-weight: 600;
}

.eyebrow {
  font-size: 14px;
  line-height: 1.35em;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p.bolder-paragraph {
  padding: 0px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}

p.small-padding {
  padding: 0;
  margin: 0;
}

.primary {
  background: #000;
  color: #fff;
}

.padding-bottom0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.home p {
  color: #000;
}
.home p.large {
  padding: 20px 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: -12px;
}
.home p.large span {
  border-bottom: 8px solid blue;
}
@media screen and (max-width: 900px) {
  .home p.large {
    padding: 16px 30px 0;
  }
}
.home footer button {
  color: #000;
  background: #fff;
  border: none;
}

.box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  background-color: #fff;
  color: #000;
  margin: 20px;
  display: block;
  padding: 35px;
  border-radius: 20px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .box {
    margin: 20px 30px;
  }
}
.box p {
  color: #000;
}
.box p.small {
  color: #000;
}
.box h2 {
  font-size: 32px;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  max-width: 70%;
}
@media screen and (max-width: 900px) {
  .box h2 {
    font-size: 20px;
    max-width: 100%;
  }
}
.box button {
  border: 1px solid #ccc;
  background: transparent;
  font-size: 13px;
  transition: background-color 0.25s linear, color 0.25s linear;
  color: #000;
}
.box button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.brand-logo {
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: auto;
  top: 35px;
  right: 35px;
  filter: invert(1) grayscale(1) brightness(0.75);
  opacity: 0.4;
}
@media screen and (max-width: 900px) {
  .brand-logo {
    max-width: 75px;
  }
}

.box.visible {
  opacity: 1;
  transform: translateY(0);
}

/*copy email to clipboard styles*/
.mailto-link {
  position: relative;
  padding: 8px 0 0 0;
}

.mailto-message {
  top: 1px;
  left: 50%;
  margin-bottom: -5px;
  transform: translate(-50%, -100%);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  background-color: #ff0;
  color: #000;
  padding: 5px 12px;
  border-radius: 2px;
}
.mailto-message:after, .mailto-message:before {
  content: "";
}
.mailto-message:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ff0;
  border-width: 4px;
  margin-left: -4px;
}

.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
  display: block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.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
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. 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: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.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: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    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;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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