/**
 * Generic elements.
 */
body {
  color: #222;
  background: #fff;
  font: normal 16px/22px Barlow, sans-serif;
  overflow-x: hidden;
}
@media all and (min-width: 1200px) {
  body {
    font: normal 14px/18px Barlow, sans-serif;
  }
}
a,
.link,
.extra-description a,
.extra-description .link {
  text-decoration: none;
  color: rgb(231, 116, 43);
}
a:active,
.link:active,
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: #222;
  text-decoration: none;
  outline: 0;
}
hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background: #ccc;
}
h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 33.33px;
}
h2 {
  margin-top: 25px;
  font-size: 25px;
  line-height: 30px;
}
h3 {
  margin-top: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
h2 + h3 {
  margin-top: -25px;
}

a h1,
a h2,
a h3 {
  color: #000;
}
a:active h1,
a:active h2,
a:active h3,
a:hover h1,
a:hover h2,
a:hover h3,
a:focus h1,
a:hover h2,
a:hover h3{
  color: rgb(231, 116, 43);
}

section {
  margin: 75px 0;
}
.svg-icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wide-only {
  display: none;
}
@media all and (min-width: 1200px) {
  .wide-only {
    display: block;
  }
}

.--line-above::before {
  position: relative;
  display: block;
  z-index: 10;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, .1);
  content: '';
}

.--padding-above {
  padding-top: 75px;
}

.h1--tall-row {
  margin: 75px 0 50px;
}

.--readmore,
.button.--search-submit,
.--download-pdf {
  font-size: 14px;
  font-family: BarlowBold;
  letter-spacing: 1.1px;
  color: #DD6A2B;
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  .--readmore,
  .button.--search-submit,
  .--download-pdf {
    font-size: 11px;
  }
}

.--return-link {
  display: block;
  height: 15px;
  padding-left: 30px;
  line-height: 13px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.1px;
  color: #DD6A2B;
  text-transform: uppercase;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../images/arrow-left-orange.svg);
}
.--return-link + .--return-link {
  margin-top: 25px;
}


body > .kint {
  margin-top:50px;
}
