@charset "UTF-8";
/* RESET first file defined a consistent foundation across browsers to build the site on. */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* INTERNAL LIBRARIES */
/* BASE - http://smacss.com/book/type-base */
/*
GLOBAL BASE
A Base rule is applied to an element using an element selector,
a descendent selector, or a child selector, along with any pseudo-classes.
It doesn't include any class or ID selectors. It is defining the default
styling for how that element should look in all occurrences on the page.
http://smacss.com/book/type-base
*/
/* stylelint-disable selector-no-type */
body {
  background-color: #fff;
  margin: 0;
}

html {
  /* apply natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
  /*
  base font typography
  set font so 1 = 10px (base 10)
  always set unit-less line-height - http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
  Prevent font scaling in landscape while allowing user zoom
  */
  font-size: 10px;
  /* stylelint-disable-line declaration-property-unit-whitelist */
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  position: relative;
}

*,
*::before,
*::after {
  /* Inheriting box-sizing - http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* Responsive media elements */
img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

/* fix element display in IE10/11 (lacks some html5 elements) */
main {
  display: block;
}

/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* remove default styling */
[type=text],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* http://davidwalsh.name/firefox-buttons */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
remove “X” from search input
http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html
*/
/* stylelint-disable */
input[type=text]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* stylelint-enable */
@font-face {
  font-family: "Outfit Light";
  font-style: normal;
  font-weight: normal;
  src: local("Outfit Light"), url("assets/fonts/Outfit-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  src: local("Outfit"), url("assets/fonts/Outfit-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Outfit Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Outfit Bold"), url("assets/fonts/Outfit-Bold.ttf") format("ttf");
}
h1 {
  font-size: 32px;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.16em;
}

h2 {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
}

p {
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 2rem 0;
}

header {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 99;
  height: 10rem;
}
header h1 {
  padding: 3.6rem 0;
}

.header__container {
  height: 10rem;
  width: 100%;
  background: #fff;
  top: 0;
  position: absolute;
}
.header__logo {
  height: 5rem;
  width: 20rem;
  background: url(assets/images/svg-min/logo.svg);
  background-size: 20rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  margin-top: 4rem;
}
.header__link {
  text-decoration: none;
  color: #000;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.header__subnav {
  z-index: 999;
  background: #000;
  opacity: 0.7;
  height: 0;
  width: 100%;
  position: absolute;
  top: 10rem;
  transition: height 200ms ease-in;
}
.header__subnav--active {
  height: auto;
}
@media (min-width: 46.25em) {
  .header__subnav--active {
    height: 5rem;
  }
}
@media (min-width: 46.25em) {
  .header__subnav {
    height: 5rem;
  }
}
.header__subnav--item {
  display: none;
  height: 0;
  width: 100%;
  margin: 2.6rem auto;
  transition: height 300ms ease-in;
}
@media (min-width: 46.25em) {
  .header__subnav--item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem 2.6rem;
  }
}
.header__subnav--item-active {
  display: inline-block;
}
@media (min-width: 46.25em) {
  .header__subnav--item {
    display: inline-block;
  }
}
.header__subnav--link {
  color: #fff;
  text-decoration: none;
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .header__subnav--link {
    font-size: 16px;
  }
}
.header__hamburger {
  display: block;
  position: absolute;
  top: 45%;
  height: 3rem;
  width: 3rem;
  right: 5%;
  background: url(assets/images/svg-min/hamburger.svg);
  background-size: 2.4rem;
  background-repeat: no-repeat;
  transition: opacity 1s, visibility 0s 1s;
}
.header__hamburger--active {
  background: url(assets/images/svg-min/hamburger-open.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  transition: opacity 1s;
}
@media (min-width: 46.25em) {
  .header__hamburger {
    display: none;
  }
}

footer {
  border-top: 4px solid #000;
  width: 90%;
  margin: 0 5%;
  height: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer__copyright {
  margin: 5rem 0;
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 10px;
  color: #000000;
}

.back-to-top {
  width: 10rem;
  float: right;
  margin: 2rem;
  display: block;
  background: #fff;
  bottom: 2rem;
  z-index: 1;
  padding: 1rem;
  right: 1rem;
  border-radius: 20px;
}
@media (min-width: 46.25em) {
  .back-to-top {
    display: none;
  }
}
.back-to-top__arrow {
  height: 1.2rem;
  width: 1.6rem;
  background: url(assets/images/svg-min/up.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
.back-to-top__text {
  margin: 1rem auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner {
  position: relative;
  margin-top: 10rem;
}
@media (min-width: 46.25em) {
  .banner {
    margin-top: 15rem;
  }
}
.banner__image {
  display: none;
  width: 100%;
  max-height: auto;
}
@media (min-width: 46.25em) {
  .banner__image {
    display: block;
  }
}
.banner__image--mobile {
  display: block;
  width: 100%;
}
@media (min-width: 46.25em) {
  .banner__image--mobile {
    display: none;
  }
}
.banner__caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  color: #000;
  position: initial;
  margin: 2rem auto 0;
}
@media (min-width: 46.25em) {
  .banner__caption {
    color: #fff;
    position: absolute;
    top: 40%;
    right: 20%;
    margin: 0 auto;
  }
}
.banner__credit {
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 46.25em) {
  .banner__credit {
    width: 80%;
  }
}
.banner__credit--link {
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px transparent;
  transition: color 0.2s ease-out, border-bottom-color 0.2s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__credit--link:hover {
  color: #000;
  border-bottom: solid 1px #000;
}
.banner__heading:before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 15px;
  width: 70%;
}
@media (min-width: 46.25em) {
  .banner__heading:before {
    border-bottom: 1px solid #fff;
  }
}
.banner__heading--alt {
  color: #000;
}
@media (min-width: 46.25em) {
  .banner__heading--alt:before {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 46.25em) {
  .banner__heading--buy:before {
    left: -20px;
    width: 200%;
    border-bottom: 1px solid #000;
  }
}

.content__container {
  margin: 2rem auto;
  width: 80%;
}
@media (min-width: 46.25em) {
  .content__container {
    margin: 5rem auto;
  }
}
.content__text-image-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.content__image {
  vertical-align: super;
  margin: 0 auto 4rem;
  display: none;
}
@media (min-width: 46.25em) {
  .content__image {
    display: block;
  }
}
.content__image--mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .content__image--mobile {
    display: none;
  }
}
.content__image--primary {
  display: block;
}
.content__image-half {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .content__image-half {
    width: 49%;
  }
}
.content__text-half {
  width: 100%;
  display: inline-block;
  padding: 2rem;
}
@media (min-width: 46.25em) {
  .content__text-half {
    width: 50%;
    padding: 2rem 5rem;
  }
}
.content__paragraph--link {
  color: #000;
  text-decoration: none;
  display: block;
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 1rem 0;
  border-bottom: solid 1px transparent;
  transition: color 0.2s ease-out, border-bottom-color 0.2s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content__paragraph--link:hover {
  color: #000;
  border-bottom: solid 1px #000;
}

.page {
  max-width: 200rem;
  margin: 0 auto;
}
.page__container {
  min-height: 100vh;
  /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 100px;
}

.homepage {
  max-width: 200rem;
  margin: 10rem auto 0;
}
.homepage__content {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.homepage__banner {
  color: #fff;
}
.homepage__banner--text {
  display: block;
  margin: 5rem auto;
}
@media (min-width: 46.25em) {
  .homepage__banner--text {
    height: auto;
    position: absolute;
    top: 10%;
    right: 5%;
    margin: 5rem 10rem;
    width: 40rem;
  }
}
.homepage__banner--image-copy-container {
  margin: 0 3rem;
}
@media (min-width: 46.25em) {
  .homepage__banner--image-copy-container {
    margin: 3rem 0;
  }
}
.homepage__banner--title {
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
@media (min-width: 46.25em) {
  .homepage__banner--title {
    margin: 2rem 0;
    color: #fff;
    font-size: 32px;
  }
}
.homepage__banner--copy {
  font-family: "Outfit";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  width: 50%;
  margin-left: 3rem;
  color: #000;
  display: inline-block;
  height: 5rem;
}
@media (min-width: 46.25em) {
  .homepage__banner--copy {
    color: #fff;
    width: 20rem;
    margin: 0 3rem;
  }
}
.homepage__banner--banner-image {
  width: 100%;
  vertical-align: top;
  display: none;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .homepage__banner--banner-image {
    display: block;
  }
}
.homepage__banner--banner-image-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 46.25em) {
  .homepage__banner--banner-image-mobile {
    display: none;
  }
}
.homepage__banner--image {
  vertical-align: top;
  display: inline-block;
  width: 30%;
}
@media (min-width: 46.25em) {
  .homepage__banner--image {
    width: 12rem;
  }
}
.homepage__banner--read-more {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 3rem 0;
}
@media (min-width: 46.25em) {
  .homepage__banner--read-more {
    color: #fff;
  }
}
.homepage__banner--read-more-arrow {
  display: inline-block;
  height: 1.4rem;
  width: 3rem;
  vertical-align: bottom;
  background: url(assets/images/svg-min/arrow.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
@media (min-width: 46.25em) {
  .homepage__banner--read-more-arrow {
    height: 1.6rem;
    background: url(assets/images/svg-min/arrow-white.svg);
    background-size: 2.4rem;
    background-repeat: no-repeat;
  }
}
.homepage__item {
  width: 100%;
  padding: 2rem 6rem;
  display: inline-block;
  vertical-align: top;
  height: auto;
  flex: 0 0 100%;
}
@media (min-width: 46.25em) {
  .homepage__item {
    padding: 4rem 6rem;
    flex: 0 0 50%;
  }
}
.homepage__item--container {
  margin: 0 auto;
  max-width: 60rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.homepage__item--image {
  max-width: 60rem;
  width: 100%;
}
.homepage__item--heading {
  margin: 2rem 0;
}
.homepage__item--copy {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
@media (min-width: 46.25em) {
  .homepage__item--copy {
    height: 4rem;
  }
}
.homepage__item--read-more-container {
  display: block;
  text-decoration: none;
}
.homepage__item--read-more {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
  display: inline-block;
  margin-top: 2rem;
  margin-right: 1rem;
}
.homepage__item--read-more-white {
  color: #fff;
}
.homepage__item--read-more-arrow {
  display: inline-block;
  height: 1.4rem;
  width: 3rem;
  vertical-align: bottom;
  background: url(assets/images/svg-min/arrow.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
}
@media (min-width: 46.25em) {
  .homepage__item--read-more-arrow {
    height: 1.6rem;
    background-size: 2.4rem;
  }
}

/* PRINT - h5bp */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
           http://www.sanbeiji.com/archives/953 */
    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;
  }
}