@charset "UTF-8";
.project__link:not(:last-child):after, .t-body ul li:before {
  content: "";
  margin-right: 15px;
  position: relative;
  top: -2px;
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 4px;
  background-color: #c1c4ca;
}

section:not(:last-of-type), article:not(:last-of-type) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom-style: solid;
  border-bottom-color: #c1c4ca;
}

.header__club-sandwich:before, .header__logo:before, .header__logo, [data-icon]:before, pre code {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__search, .header__search-wrap, .header__search-wrap--home, .header__nav-link, .l-col--l, .l-col--l--pad, .l-col--r, .l-col--r--pad, .l-colspan--l, .l-colspan--r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background-color: #e9573f;
  font-family: "aktiv-grotesk-std", sans-serif;
  font-size: 15px;
}

section:not(:last-of-type) {
  border-bottom-width: 5px;
}

article:not(:last-of-type) {
  border-bottom-width: 1px;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 800;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

pre {
  overflow: scroll;
  overflow: auto\0 ;
  background-color: #141c22;
}
pre code {
  color: #ffffff;
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot?#iefix") format("eot"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.ttf") format("truetype");
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: "icomoon";
  speak: none;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.l-wrap--b {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.l-overflow {
  overflow: auto;
}

.l-wrap--b {
  max-width: 940px;
}

@media (min-width: 780px) {
  .l-colspan--l, .l-colspan--r {
    width: 75%;
    width: calc(100% - 240px);
  }
}

@media (min-width: 780px) {
  .l-colspan--l {
    padding-right: 60px;
    float: left;
  }
}

@media (min-width: 780px) {
  .l-colspan--r {
    float: right;
  }
}
@media (min-width: 1200px) {
  .l-colspan--r {
    padding-left: 60px;
  }
}

@media (min-width: 780px) {
  .l-col--l, .l-col--l--pad, .l-col--r, .l-col--r--pad {
    width: 25%;
    width: 240px;
  }
}

@media (max-width: 779px) {
  .l-col--l, .l-col--l--pad {
    margin-bottom: 60px;
  }
}
@media (min-width: 780px) {
  .l-col--l, .l-col--l--pad {
    float: left;
  }
}

@media (min-width: 780px) {
  .l-col--l--pad {
    padding-right: 60px;
  }
}

@media (min-width: 780px) {
  .l-col--r, .l-col--r--pad {
    float: right;
  }
}

@media (min-width: 780px) {
  .l-col--r--pad {
    padding-left: 60px;
  }
}

.t-display {
  font-weight: 200;
}
@media (max-width: 929px) {
  .t-display {
    font-size: 30px;
  }
}
@media (min-width: 930px) {
  .t-display {
    font-size: 60px;
  }
}

.t-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.t-gray {
  color: #9da2ab;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-link, .t-body a {
  color: #e9573f;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.t-link:focus, .t-body a:focus, .t-link:hover, .t-body a:hover, .t-link:active, .t-body a:active {
  color: rgba(233, 87, 63, 0.7);
}
.t-link:focus, .t-body a:focus {
  outline: none;
}

.t-body p, .t-body ol li, .t-body ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.66;
}
.t-body p, .t-body ul, .t-body ol, .t-body pre, .t-body table {
  margin-bottom: 30px;
}
.t-body a {
  word-wrap: break-word;
}
.t-body b, .t-body strong {
  font-weight: 500;
}
.t-body h1, .t-body h2 {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.66;
}
.t-body h1 code, .t-body h2 code {
  text-transform: none;
}
.t-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top-style: solid;
  border-color: #c1c4ca;
}
.t-body h2:first-of-type {
  border-top-width: 5px;
}
.t-body h2:not(:first-of-type) {
  border-top-width: 1px;
}
.t-body h3 {
  margin-bottom: 24px;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 1.66;
}
.t-body hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e5e6e9;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.t-body pre {
  padding: 30px;
  overflow-x: scroll;
  border-radius: 5px;
  color: #ffffff;
}
.t-body pre code {
  overflow-x: scroll;
  line-height: 1.33;
  word-break: normal;
}
.t-body code {
  font-weight: bold;
  font-family: "courier", monospace;
}
.t-body ul, .t-body ol {
  margin-top: 18px;
}
.t-body ul li, .t-body ol li {
  padding-left: 23px;
  text-indent: -23px;
}
.t-body ul li:not(:first-child), .t-body ol li:not(:first-child) {
  margin-top: 12px;
}
.t-body ul li p {
  display: inline;
}
.t-body ol li {
  counter-increment: counter;
}
.t-body ol li:before {
  margin-right: 5px;
  font-weight: 800;
  content: counter(counter, decimal) ". ";
}
.t-body li {
  word-wrap: break-word;
}
.t-body img {
  margin-right: 12px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  border-radius: 50%;
}
.t-body table {
  width: 100%;
  border-collapse: collapse;
}
.t-body thead, .t-body tbody {
  vertical-align: top;
}
.t-body thead tr {
  border-bottom: 5px solid #c1c4ca;
}
.t-body th, .t-body td {
  padding-right: 16px;
}
.t-body th {
  padding-bottom: 16px;
  text-align: left;
  text-transform: uppercase;
}
.t-body tbody tr {
  border-bottom: 1px solid #e5e6e9;
}
.t-body td {
  padding-top: 16px;
  padding-bottom: 28px;
}
.t-body td code {
  font-weight: normal;
  font-size: 13px;
}
.t-body blockquote {
  padding-left: 20px;
  border-left: 10px solid #e5e6e9;
}
.t-body blockquote p {
  font-style: italic;
}

.footer {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  overflow: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #141c22;
  box-shadow: 0 -4px 0 0 #141c22;
  z-index: 2;
  width: 100%;
}
@media (min-width: 780px) {
  .footer {
    min-height: 70vh;
  }
}

.l-wrap--footer {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
}
@media (max-width: 579px) {
  .l-wrap--footer {
    width: 78%;
  }
}
@media (min-width: 580px) {
  .l-wrap--footer {
    width: 90%;
  }
}

.footer__about {
  max-width: 550px;
  font-weight: 300;
  line-height: 1.66;
  color: #6c767e;
}
@media (max-width: 579px) {
  .footer__about {
    font-size: 15px;
  }
}
@media (min-width: 580px) {
  .footer__about {
    font-size: 18px;
  }
}
@media (min-width: 780px) {
  .footer__about {
    min-height: 222px;
  }
}

.footer__sponsors {
  margin: 60px auto 0;
  padding-top: 45px;
  width: 90%;
  max-width: 940px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__sponsor {
  margin: 0 26px 36px;
  display: inline-block;
  height: 100px;
  width: 90px;
  background-image: url(/images/sponsors.png);
  background-size: 100%;
  background-size: 100%;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.footer__sponsor:focus, .footer__sponsor:hover {
  opacity: 1;
}
.footer__sponsor:focus {
  outline: none;
}

.footer__sponsor__ruby_central {
  background-position: 0 4px;
}

.footer__sponsor__dockyard {
  background-position: 0 -204px;
}

.footer__sponsor__dnsimple {
  background-position: 0 -291px;
}

.footer__sponsor__datadog {
  background-position: 0 -634px;
}

.footer__sponsor__runscope {
  background-position: 0 -469px;
}

.footer__sponsor__fastly {
  background-position: 0 -541px;
}

.footer__sponsor__honeybadger {
  background-position: 0 -717px;
}

.footer__sponsor__domainr {
  background-position: 0 -804px;
}

.footer__sponsor__whitesource {
  background-position: 0 -885px;
}

.footer__sponsor__logo {
  margin-top: 5px;
  width: 100%;
}

@media (min-width: 1020px) {
  .l-wrap--header {
    position: relative;
    max-width: 1100px;
  }
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .l-wrap--header {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  .l-wrap--header {
    margin-right: auto;
    margin-left: auto;
  }
}

.header {
  -webkit-transform: translateZ(0);
}
@media (max-width: 1019px) {
  .header {
    height: 48px;
  }
}
@media (min-width: 1020px) {
  .header {
    height: 68px;
  }
}

.header--interior {
  border-bottom-style: solid;
}
@media (max-width: 1019px) {
  .header--interior {
    border-bottom-width: 1px;
    border-bottom-color: #dc3519;
  }
}
@media (min-width: 1020px) {
  .header--interior {
    border-bottom-width: 7px;
    border-bottom-color: #141c22;
    box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.3);
  }
}

.header__logo-wrap {
  position: relative;
  float: left;
  z-index: 1;
}
.header__logo-wrap:focus {
  outline: none;
}
.header__logo-wrap:focus .header__logo:before, .header__logo-wrap:hover .header__logo:before {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media (max-width: 1019px) {
  .header__logo-wrap {
    top: 9px;
    left: 5%;
    font-size: 26px;
  }
}
@media (min-width: 1020px) {
  .header__logo-wrap {
    top: 12px;
    font-size: 40px;
  }
}

.header__logo {
  position: absolute;
  font-family: "icomoon";
  color: #ffffff;
  speak: none;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.header__logo:before {
  position: absolute;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  -ms-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
@media (max-width: 1019px) {
  .header__logo {
    line-height: 32px;
  }
}
@media (min-width: 1020px) {
  .header__logo {
    line-height: 45px;
  }
}

@media (max-width: 1019px) {
  .header__club-sandwich:before {
    content: "≡";
    margin-right: 5%;
    padding: 14px;
    position: relative;
    right: -14px;
    float: right;
    font-family: "icomoon";
    font-size: 20px;
    speak: none;
    color: #ffffff;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
  }
  .header__club-sandwich:hover:before, .header__club-sandwich:focus:before {
    color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1020px) {
  .header__club-sandwich {
    display: none;
  }
}

.header__nav-links-wrap {
  position: absolute;
}
@media (max-width: 1019px) {
  .header__nav-links-wrap {
    top: 0;
    right: -270px;
    width: 270px;
  }
}
@media (min-width: 1020px) {
  .header__nav-links-wrap {
    width: 100%;
  }
}

@media (min-width: 1020px) {
  .header__nav-links {
    float: right;
  }
}

.header__nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.header__nav-link:focus {
  outline: none;
}
@media (max-width: 1019px) {
  .header__nav-link {
    padding: 18px 30px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dc3519;
    -webkit-transition-property: background-color, border-top-color;
    -moz-transition-property: background-color, border-top-color;
    -ms-transition-property: background-color, border-top-color;
    -o-transition-property: background-color, border-top-color;
    transition-property: background-color, border-top-color;
  }
  .header__nav-link:focus, .header__nav-link:hover {
    border-top-color: #dc3519;
    background-color: #dc3519;
  }
  .header__nav-link:active, .header__nav-link.is-active {
    background-color: #ffffff;
    color: #e9573f;
  }
}
@media (min-width: 1020px) {
  .header__nav-link {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 26px;
    margin-right: 16px;
    margin-left: 16px;
    border-bottom: 5px solid transparent;
    box-shadow: inset 0 5px 0 0 transparent;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
  }
  .header__nav-link:last-child {
    margin-right: -16px;
  }
  .header__nav-link:focus, .header__nav-link:hover {
    box-shadow: inset 0 5px 0 0 #ffffff;
  }
  .header__nav-link.is-active {
    position: relative;
    border-bottom-color: #e9573f;
  }
  .header__nav-link.is-active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #e9573f transparent;
    display: block;
  }
}
.header__nav-link span {
  display: inline-block;
  position: relative;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project__name {
  font-weight: 300;
  font-size: 30px;
}
.project__name:not(.is-first) {
  margin-top: 30px;
  padding-top: 22px;
  display: block;
  border-top: 1px solid #e5e6e9;
}

.project__links {
  margin-top: 16px;
  margin-bottom: 25px;
}

.project__link {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.project__link:not(:last-child):after {
  margin-left: 15px;
}

.header__search__icon {
  position: absolute;
  cursor: pointer;
}

.header__search {
  -webkit-appearance: none;
  padding: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: 300;
  font-family: "aktiv-grotesk-std", sans-serif;
  color: #141c22;
  outline: none;
}
.header__search::-webkit-input-placeholder {
  color: #e9573f;
}
.header__search:-moz-placeholder {
  color: #e9573f;
}
.header__search::-moz-placeholder {
  color: #e9573f;
}
.header__search:-ms-input-placeholder {
  color: #e9573f;
}

.header__search-wrap, .header__search-wrap--home {
  position: relative;
}
@media (max-width: 1019px) {
  .header__search-wrap, .header__search-wrap--home {
    margin-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  @-moz-document url-prefix() {
    .header__search-wrap, .header__search-wrap--home {
      margin-top: 7px;
      padding-bottom: 6px;
    }
  }
}
@media (min-width: 1020px) {
  .header__search-wrap, .header__search-wrap--home {
    margin-top: 18px;
    margin-right: 16px;
    margin-left: 80px;
    float: left;
  }
}
@media (min-width: 1020px) and (max-width: 1139px) {
  .header__search-wrap, .header__search-wrap--home {
    width: 260px;
  }
}
@media (min-width: 1140px) {
  .header__search-wrap, .header__search-wrap--home {
    width: 360px;
  }
}

@media (min-width: 1020px) {
  .header__search-wrap--home {
    display: none;
  }
}

.header__search__icon {
  top: 6px;
  right: 5px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-family: "icomoon";
  color: #e9573f;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
@media (max-width: 1019px) {
  .header__search__icon {
    right: 15px;
  }
}
.header__search__icon:hover, .header__search__icon:focus {
  color: #fa3c29;
  outline: none;
}

.header__search {
  padding: 8px 32px 8px 8px;
  width: 100%;
  box-shadow: 0 0 0px 3px rgba(20, 28, 34, 0.1);
  font-size: 15px;
}
.header__search::-webkit-input-placeholder {
  opacity: 1;
  color: #e9573f;
}
.header__search:-moz-placeholder {
  opacity: 1;
  color: #e9573f;
}
.header__search::-moz-placeholder {
  opacity: 1;
  color: #e9573f;
}
.header__search:-ms-input-placeholder {
  opacity: 1;
  color: #e9573f;
}
.header__search:hover ~ .header__search__icon, .header__search:focus ~ .header__search__icon {
  color: #e9573f;
}

@media (max-width: 1019px) {
  main, .header, .footer {
    position: relative;
    left: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
  }
  main.mobile-nav-is-expanded, .header.mobile-nav-is-expanded, .footer.mobile-nav-is-expanded {
    left: -270px;
  }
}

@media (max-width: 1019px) {
  main.mobile-nav-is-expanded, .header.mobile-nav-is-expanded {
    overflow: visible;
  }
}

main {
  display: block;
}

@media (max-width: 1019px) {
  .footer.mobile-nav-is-expanded {
    overflow: hidden;
  }
}

.main--interior {
  background-color: #ffffff;
}
@media (max-width: 929px) {
  .main--interior {
    padding-bottom: 86px;
  }
}
@media (min-width: 930px) {
  .main--interior {
    padding-bottom: 175px;
  }
}

.page__heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #c1c4ca;
}
@media (max-width: 929px) {
  .page__heading {
    padding-top: 18px;
    padding-bottom: 10px;
  }
}
@media (min-width: 930px) {
  .page__heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

a.page__heading {
  display: block;
  color: #141c22;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
a.page__heading:focus, a.page__heading:hover, a.page__heading:active {
  color: #e9573f;
}
a.page__heading:focus {
  outline: none;
}

@media (min-width: 780px) {
  .colspan--l--has-border {
    border-right: 1px solid #c1c4ca;
  }
  .footer .colspan--l--has-border {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.push {
  margin-top: 60px;
}

.t-body .t-img {
  border-radius: 0%;
  width: 98%;
  height: 100%;
  margin: 1%;
}

.t-body .t-img--small {
  width: 70%;
}

.beta-banner {
  background-color: #FFF3CD;
  border: 1px solid #FFE69C;
  border-radius: 8px;
  color: #856404;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 1em 1.25em;
}
.beta-banner__icon {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
}
.beta-banner__title {
  display: inline;
  font-weight: bold;
  margin-right: 0.5em;
}
.beta-banner__text {
  display: inline;
}
.beta-banner a {
  color: #856404;
  text-decoration: underline;
}
.beta-banner a:hover {
  color: #533f03;
}
.beta-banner strong {
  font-weight: bold;
  color: #533f03;
}

.beta-banner--info {
  background-color: #D1ECF1;
  border-color: #BEE5EB;
  color: #0C5460;
}
.beta-banner--info a {
  color: #0C5460;
}
.beta-banner--info a:hover {
  color: #062E34;
}
.beta-banner--info strong {
  color: #062E34;
}

.paginated-nav-links {
  margin-top: 90px;
  padding-top: 50px;
  position: relative;
  border-top: 1px solid #c1c4ca;
  overflow: auto;
}

.paginated-nav-link--prev, .paginated-nav-link--next {
  color: #9da2ab;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.paginated-nav-link--prev:focus, .paginated-nav-link--prev:hover, .paginated-nav-link--prev.is-active, .paginated-nav-link--next:focus, .paginated-nav-link--next:hover, .paginated-nav-link--next.is-active {
  color: #141c22;
}
.paginated-nav-link--prev:focus, .paginated-nav-link--next:focus {
  outline: none;
}
.paginated-nav-link--prev span, .paginated-nav-link--next span {
  position: relative;
  top: -1px;
  text-transform: uppercase;
}

.paginated-nav-link--prev {
  float: left;
}
.paginated-nav-link--prev span {
  margin-left: 5px;
}

.paginated-nav-link--next {
  position: absolute;
  top: 50px;
  right: 0;
}
.paginated-nav-link--next:before, .paginated-nav-link--next span {
  float: right;
}
.paginated-nav-link--next:before {
  position: relative;
  top: 1px;
}
.paginated-nav-link--next span {
  margin-right: 7px;
}

.nav--v__link, .nav--v__link--footer {
  display: block;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.66;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.nav--v__link:not(:last-child), .nav--v__link--footer:not(:last-child) {
  margin-bottom: 10px;
}
.nav--v__link.is-active, .nav--v__link--footer.is-active {
  color: #e9573f;
}

ul.nav--v li {
  padding-bottom: 0.35em;
}
ul.nav--v ul.nav--v {
  padding-left: 8%;
}
ul.nav--v ul.nav--v li {
  padding-bottom: 0.1em;
}

.nav--v__link {
  padding-right: 32px;
  color: #141c22;
}
@media (max-width: 779px) {
  .nav--v__link:last-child {
    margin-bottom: 60px;
  }
}
.nav--v__link:focus, .nav--v__link:hover, .nav--v__link:active {
  color: #e9573f;
}
.nav--v__link:focus {
  outline: none;
}

.nav--v__link--footer {
  color: #ffffff;
}
.nav--v__link--footer:focus, .nav--v__link--footer:hover, .nav--v__link--footer:active {
  color: rgba(255, 255, 255, 0.3);
}
.nav--v__link--footer:focus {
  outline: none;
}
@media (max-width: 779px) {
  .nav--v__link--footer:last-child {
    margin-bottom: 36px;
  }
}

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