/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

/*
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "â†"; }

[dir="rtl"] .slick-prev:before {
  content: "â†’"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "â†’"; }

[dir="rtl"] .slick-next:before {
  content: "â†"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

@font-face {
  font-family: "Portrait";
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Portrait-Regular-Web.eot');
  src: url('fonts/Portrait-Regular-Web.eot?#iefix') format('embedded-opentype'), url('fonts/Portrait-Regular-Web.woff') format('woff'), url('fonts/Portrait-Regular-Web.ttf') format('truetype'), url('fonts/Portrait-Regular-Web.svg#Portrait') format('svg'); }

@font-face {
  font-family: "Portrait";
  font-weight: normal;
  font-style: italic;
  src: url('fonts/Portrait-RegularItalic-Web.eot');
  src: url('fonts/Portrait-RegularItalic-Web.eot?#iefix') format('embedded-opentype'), url('fonts/Portrait-RegularItalic-Web.woff') format('woff'), url('fonts/Portrait-RegularItalic-Web.ttf') format('truetype'), url('fonts/Portrait-RegularItalic-Web.svg#Portrait') format('svg'); }

@font-face {
  font-family: "ProximaNova";
  font-weight: normal;
  font-style: normal;
  src: url('fonts/ProximaNova-Light.eot');
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'); }

html {
  height: 100%;
  font-size: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

body {
  font-family: "Portrait";
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  font-size: 100%;
  margin: 0;
  line-height: 155%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 0.8rem;
  background: transparent; }
  @media screen and (max-width: 870px)  {
    input {
      padding: 1.2rem; } }

@media screen and (max-width: 870px)  {
  ::-webkit-scrollbar {
    display: none; }

  ::-webkit-scrollbar-track {
    display: none; }

  ::-webkit-scrollbar-thumb {
    display: none; }
 }

::selection {
  background: #eee; }

::-moz-selection {
  background: #eee; }

a {
  text-decoration: none;
  color: #222; }

:focus, input {
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

ul {
  list-style: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

video {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom; }

p, h1, h2, h3, h4, h5, ul, li {
  padding: 0;
  margin: 0;
  font-weight: normal; }

p {
  font-family: "Portrait";
  margin-bottom: 20px;
  font-size: 1.1em;
  letter-spacing: 0.07em;
  line-height: 180%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

h1 {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

h2 {
  font-family: "Portrait";
  font-size: 2.2em;
  line-height: 120%;
  letter-spacing: 0em;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

h3 {
  font-family: "Portrait";
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.container {
  padding-top: 2.5rem;
  overflow: hidden;
}
  @media screen and (max-width: 870px)  {
    .container {
      padding-top: 0rem; } }

header {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0 0 0;
  text-align: center; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  /*header h1 {*/
  /*  line-height: 0; */
  /*}*/
  /*header .svg {*/
  /*  display: inline-block;*/
  /*  background-image: url('images/logo.svg');*/
  /*  background-size: contain;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: 50%;*/
  /*  width: 7.5em;*/
  /*  height: 1.8em; */
  /*}*/
  header h1{
      display: inline-block;
      background-image: url('images/logo.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50%;
      width: 7.5em;
      height: 1.8em;
      color: transparent;
  }
  @media screen and (max-width: 870px)  {
      header h1 {
        font-size: 80%; }
  }
  header span {
    display: none;
  }
article {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

footer {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0 2rem; }
  footer:after {
    content: "";
    display: table;
    clear: both; }
  footer div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.65em;
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid #222; }
    footer div:last-child {
      margin-right: 0; }
  footer a {
    display: inline-block;
    padding-left: 1em; }

.section-header, .section-break-with-text div {
  text-align: center;
  position: relative;
  margin: 1rem 0 0 0;
  padding: 1em 0; }
  .section-header h3, .section-break-with-text div h3 {
    font-family: "Portrait";
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    background: #fff;
    padding: 0.7rem;
    height: 1.8em; }
  .section-header:before, .section-break-with-text div:before {
    content: " ";
    position: absolute;
    background: #444;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 53%;
    z-index: -1; }

.section-break {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0 2rem; }
  .section-break:after {
    content: "";
    display: table;
    clear: both; }
  .section-break div {
    border-top: 1px solid #222; }

.section-break-with-text {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .section-break-with-text:after {
    content: "";
    display: table;
    clear: both; }

.portrait-image {
  position: relative;
  padding-bottom: 124%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1); }
  .portrait-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.square-image {
  position: relative;
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.1); }
  .square-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.landscape-image {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1); }
  .landscape-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.fade-image-on-load img {
  opacity: 0;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: opacity 1000ms linear 1ms, -webkit-filter 2000ms linear 1ms;
  -moz-transition: opacity 1000ms linear 1ms, -webkit-filter 2000ms linear 1ms;
  transition: opacity 1000ms linear 1ms, -webkit-filter 2000ms linear 1ms; }

.fade-image-on-load.loaded img {
  width: 100%;
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.fade-on-load {
  opacity: 0;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: opacity 1000ms linear 1ms, -webkit-filter 2000ms linear 1ms;
  -moz-transition: opacity 1000ms linear 1ms, -webkit-filter 2000ms linear 1ms;
  transition: opacity 1000ms linear 1ms, -webkit-filter 2000ms linear 1ms; }

.fade-on-load.loaded {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0); }

.slide-on-ready-1 {
  -webkit-animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  -moz-animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  -o-animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  opacity: 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.fade-delay-1 {
  opacity: 1;
  -moz-animation: fadein 500ms linear; /* Firefox */
  -webkit-animation: fadein 500ms linear; /* Safari and Chrome */
  -o-animation: fadein 500ms linear;/* Opera */
  animation: fadein 500ms linear;
}

@-webkit-keyframes slideIn1 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(30px) rotateX(5deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@-moz-keyframes slideIn1 {
  from {
    opacity: 0;
    -moz-transform: translateZ(0) translateY(30px) rotateX(5deg); }

  to {
    opacity: 1;
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@keyframes slideIn1 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(30px) rotateX(5deg);
    -moz-transform: translateZ(0) translateY(30px) rotateX(5deg);
    -ms-transform: translateZ(0) translateY(30px) rotateX(5deg);
    -o-transform: translateZ(0) translateY(30px) rotateX(5deg);
    transform: translateZ(0) translateY(30px) rotateX(5deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -ms-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -o-transform: translateZ(0) translateY(0px) rotateX(0deg);
    transform: translateZ(0) translateY(0px) rotateX(0deg); } }

.slide-on-ready-2 {
  -webkit-animation: slideIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -moz-animation: slideIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -o-animation: slideIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  animation: slideIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  opacity: 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes slideIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(60px) rotateX(10deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@-moz-keyframes slideIn2 {
  from {
    opacity: 0;
    -moz-transform: translateZ(0) translateY(60px) rotateX(10deg); }

  to {
    opacity: 1;
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@keyframes slideIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(60px) rotateX(10deg);
    -moz-transform: translateZ(0) translateY(60px) rotateX(10deg);
    -ms-transform: translateZ(0) translateY(60px) rotateX(10deg);
    -o-transform: translateZ(0) translateY(60px) rotateX(10deg);
    transform: translateZ(0) translateY(60px) rotateX(10deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -ms-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -o-transform: translateZ(0) translateY(0px) rotateX(0deg);
    transform: translateZ(0) translateY(0px) rotateX(0deg); } }

.slide-on-ready-3 {
  -webkit-animation: slideIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  -moz-animation: slideIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  -o-animation: slideIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  animation: slideIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  opacity: 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes slideIn3 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(90px) rotateX(15deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@-moz-keyframes slideIn3 {
  from {
    opacity: 0;
    -moz-transform: translateZ(0) translateY(90px) rotateX(15deg); }

  to {
    opacity: 1;
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@keyframes slideIn3 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(90px) rotateX(15deg);
    -moz-transform: translateZ(0) translateY(90px) rotateX(15deg);
    -ms-transform: translateZ(0) translateY(90px) rotateX(15deg);
    -o-transform: translateZ(0) translateY(90px) rotateX(15deg);
    transform: translateZ(0) translateY(90px) rotateX(15deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -ms-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -o-transform: translateZ(0) translateY(0px) rotateX(0deg);
    transform: translateZ(0) translateY(0px) rotateX(0deg); } }

.slide-on-ready-4 {
  -webkit-animation: slideIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  -moz-animation: slideIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  -o-animation: slideIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  animation: slideIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  opacity: 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes slideIn4 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(120px) rotateX(20deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@-moz-keyframes slideIn4 {
  from {
    opacity: 0;
    -moz-transform: translateZ(0) translateY(120px) rotateX(20deg); }

  to {
    opacity: 1;
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg); } }

@keyframes slideIn4 {
  from {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(120px) rotateX(20deg);
    -moz-transform: translateZ(0) translateY(120px) rotateX(20deg);
    -ms-transform: translateZ(0) translateY(120px) rotateX(20deg);
    -o-transform: translateZ(0) translateY(120px) rotateX(20deg);
    transform: translateZ(0) translateY(120px) rotateX(20deg); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -moz-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -ms-transform: translateZ(0) translateY(0px) rotateX(0deg);
    -o-transform: translateZ(0) translateY(0px) rotateX(0deg);
    transform: translateZ(0) translateY(0px) rotateX(0deg); } }

.fade-on-ready-1 {
  -webkit-animation: fadeIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  -moz-animation: fadeIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  -o-animation: fadeIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  animation: fadeIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes fadeIn1 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn1 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn1 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fade-on-ready-2 {
  -webkit-animation: fadeIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -moz-animation: fadeIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  -o-animation: fadeIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  animation: fadeIn2 1000ms cubic-bezier(0.77, 0, 0.175, 1) 600ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn2 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn2 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fade-on-ready-3 {
  -webkit-animation: fadeIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  -moz-animation: fadeIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  -o-animation: fadeIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  animation: fadeIn3 1000ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes fadeIn3 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn3 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn3 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fade-on-ready-4 {
  -webkit-animation: fadeIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  -moz-animation: fadeIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  -o-animation: fadeIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  animation: fadeIn4 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1200ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes fadeIn4 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn4 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn4 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fade-on-ready-5 {
  -webkit-animation: fadeIn5 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  -moz-animation: fadeIn5 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  -o-animation: fadeIn5 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  animation: fadeIn5 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes fadeIn5 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn5 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn5 {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@media screen and (min-width: 870px)  {
  .body-landing .headroom, .body-profile .headroom, .body-info .headroom {
    -webkit-transition: -webkit-transform 200ms linear;
    -moz-transition: -moz-transform 200ms linear;
    transition: transform 200ms linear; }
  .body-landing .headroom--pinned, .body-profile .headroom--pinned, .body-info .headroom--pinned {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .body-landing .headroom--unpinned, .body-profile .headroom--unpinned, .body-info .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
 }

nav {
  position: fixed;
  width: 100%;
  z-index: 101; }
  @media screen and (max-width: 870px)  {
    nav {
      position: static; } }

.navigation-primary, .navigation-secondary {
  text-align: center;
  background: #fff;
  padding: 0 2rem; }
  @media screen and (max-width: 870px)  {
    .navigation-primary, .navigation-secondary {
      height: 3em;
      white-space: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      padding: 0 1rem;
      background: #222;
      color: #fff;
      border-bottom: 1px solid #444; }
      .navigation-primary a, .navigation-secondary a {
        color: #fff; } }

.navigation-primary {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto; }
  .navigation-primary:after {
    content: "";
    display: table;
    clear: both; }
  .navigation-primary ul {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    border-bottom: 1px solid #222; }
    .navigation-primary ul:last-child {
      margin-right: 0; }
  .navigation-primary li {
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    display: inline-block;
    padding: 0.5rem 0.6rem;
  }
.navigation-primary li h2{
  font-family: "ProximaNova";
  font-size:12px;
  line-height: unset;
  letter-spacing: unset;
}
    .navigation-primary li:first-child {
      padding-left: 0; }
    .navigation-primary li:last-child {
      padding-right: 0; }
  @media screen and (max-width: 870px)  {
    .navigation-primary {
      max-width: 100%; }
      .navigation-primary ul {
        border: none; }
      .navigation-primary li {
        padding: 1rem 0.5rem; } }

.navigation-secondary {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative; }
.navigation-secondary ul li h2{
  font-family: "ProximaNova";
  font-size:12px;
  line-height: unset;
  letter-spacing: unset;
}
  @media screen and (min-width: 870px)  {
    .navigation-secondary {
      height: 2.3em; } }
  @media screen and (max-width: 870px)  {
    .navigation-secondary {
      display: none; } }

.navigation-women--active .navigation-secondary, .navigation-men--active .navigation-secondary, .navigation-policy--active .navigation-secondary, .navigation-become--active .navigation-secondary, .navigation-artists--active .navigation-secondary, .navigation-social--active .navigation-secondary, .navigation-search--active .navigation-secondary, .body-board .navigation-secondary, .body-board-large .navigation-secondary, .body-profile .navigation-secondary {
  opacity: 1;
  display: block; }

.body-board .navigation-women--active .navigation-alphabet, .body-board .navigation-men--active .navigation-alphabet, .body-board .navigation-policy--active .navigation-alphabet, .body-board .navigation-become--active .navigation-alphabet, .body-board .navigation-artists--active .navigation-alphabet, .body-board .navigation-social--active .navigation-alphabet, .body-board .navigation-search--active .navigation-alphabet, .body-board-large .navigation-women--active .navigation-alphabet, .body-board-large .navigation-men--active .navigation-alphabet, .body-board-large .navigation-artists--active .navigation-alphabet, .body-board-large .navigation-social--active .navigation-alphabet, .body-board-large .navigation-search--active .navigation-alphabet {
  opacity: 0;
  display: none; }

.body-profile .navigation-women--active .navigation-back, .body-profile .navigation-men--active .navigation-back,  .body-profile .navigation-policy--active .navigation-back,  .body-profile .navigation-become--active .navigation-back, .body-profile .navigation-artists--active .navigation-back, .body-profile .navigation-social--active .navigation-back, .body-profile .navigation-search--active .navigation-back {
  opacity: 0;
  display: none; }

.navigation-women, .navigation-men, .navigation-artists, .navigation-become, .navigation-policy, .navigation-social, .navigation-search, .navigation-alphabet, .navigation-back {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  @media screen and (min-width: 870px)  {
    .navigation-women, .navigation-men, .navigation-artists, .navigation-social, .navigation-policy, .navigation-become, .navigation-search, .navigation-alphabet, .navigation-back {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%; } }
  .navigation-women li, .navigation-men li, .navigation-artists li, .navigation-social li, .navigation-become li, .navigation-policy li, .navigation-search li, .navigation-alphabet li, .navigation-back li {
    display: inline-block;
    padding: 0.5rem 0.6rem;
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7em; }
  @media screen and (max-width: 870px)  {
    .navigation-women li, .navigation-men li, .navigation-artists li, .navigation-social li, .navigation-become li, .navigation-policy li, .navigation-search li, .navigation-alphabet li, .navigation-back li {
      padding: 1rem 0.5rem; }
 }

.navigation-alphabet li {
  padding: 0.5rem 0.3rem; }
@media screen and (max-width: 870px)  {
  .navigation-alphabet li {
    padding: 1rem 0.7rem; }
 }

.navigation-women--active .navigation-women, .navigation-men--active .navigation-men, .navigation-become--active .navigation-become, .navigation-policy--active .navigation-policy, .navigation-artists--active .navigation-artists, .navigation-social--active .navigation-social, .navigation-search--active .navigation-search, .body-board .navigation-alphabet, .body-board-large .navigation-alphabet, .body-profile .navigation-back {
  opacity: 1;
  display: inline-block; }

.navigation-search {
  width: 100%; }
  .navigation-search div {
    width: 100%;
    max-width: 11.5rem;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 1.5rem; }
    .navigation-search div:before {
      position: absolute;
      left: 0.5rem;
      top: 0.8rem;
      width: 1em;
      height: 1em;
      content: "";
      background-image: url('/css/images/search.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50%; }
    @media screen and (max-width: 870px)  {
      .navigation-search div {
        max-width: 100%; }
        .navigation-search div:before {
          top: 1.1rem;
          background-image: url('/css/images/search-white.svg'); } }
  .navigation-search input {
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0.8rem 0.3rem; }
    .navigation-search input:focus {
      background: none; }

.form-group {
  margin-bottom: 1em;
  padding-left: 10rem;
  width: 100%;
  position: relative; }
  .form-group:after {
    content: "";
    display: table;
    clear: both; }

label, input {
  padding: 0.5em 0;
  margin: 0;
  vertical-align: bottom;
  float: left;
  line-height: 1.5em; }

label {
  width: 10rem;
  position: absolute;
  left: 0;
  padding-top: 1em;
  padding-right: 1em;
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em; }

input {
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  font-size: 1.2em;
  padding: 0.2em 0;
  -webkit-font-smoothing: antialiased; }

input:focus {
  background: #fafafa;
  outline: none;
  box-shadow: none;
  outline-style: none; }

input[type=file] {
  -webkit-appearance: none;
  font-size: 1em;
  outline: none;
  height: 2.5em; }

input[type=file]:focus {
  background: none; }

input[type=file]::-webkit-file-upload-button, input[type=submit] {
  border: none;
  padding: 0.7em 0.7em 0.5em 0.7em;
  height: 2.8em;
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  -webkit-appearance: none;
  background: #eee;
  outline: none;
  border-right: 0.5em solid #fff;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  width: auto; }
  input[type=file]::-webkit-file-upload-button:hover, input[type=submit]:hover {
    background: #d4d4d4; }

.submit-group {
  padding: 0;
  text-align: center; }

input[type=submit] {
  background: #222;
  color: #fff;
  margin-top: 2rem; }
  input[type=submit]:hover {
    background: #555555; }

.landing-main {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 2rem 0 2rem; }
  .landing-main:after {
    content: "";
    display: table;
    clear: both; }

.landing-main-column {
  position: relative; }
  @media screen and (max-width: 549px)  {
    .landing-main-column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      display: none; }
      .landing-main-column:last-child {
        margin-right: 0; }
      .landing-main-column:first-child {
        display: block; } }
  @media screen and (min-width: 550px) and (max-width: 999px)  {
    .landing-main-column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .landing-main-column:last-child {
        margin-right: 0; }
      .landing-main-column:nth-child(2n) {
        margin-right: 0; }
      .landing-main-column:nth-child(2n+1) {
        clear: left; }
      .landing-main-column:last-child {
        display: none; } }
  @media screen and (min-width: 1000px)  {
    .landing-main-column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .landing-main-column:last-child {
        margin-right: 0; }
      .landing-main-column:nth-child(3n) {
        margin-right: 0; }
      .landing-main-column:nth-child(3n+1) {
        clear: left; } }

.landing-main-cycle {
  width: 100%;
  padding-bottom: 134%;
  margin-bottom: 2em; }

.landing-main-item {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0; }

.landing-main-item-text {
  font-family: "Portrait";
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 1em;
  text-align: center;
  padding: 1rem 0 0 0; }
  @media screen and (max-width: 870px)  {
    .landing-main-item-text {
      font-size: 0.8em; } }

.landing-blog {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .landing-blog:after {
    content: "";
    display: table;
    clear: both; }

.landing-blog-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  padding-bottom: 2.3576515979%; }
  .landing-blog-item:last-child {
    margin-right: 0; }
  .landing-blog-item:nth-child(2n) {
    margin-right: 0; }
  .landing-blog-item:nth-child(2n+1) {
    clear: left; }
  .landing-blog-item p {
    font-family: "Portrait";
    font-size: 2.2em;
    line-height: 120%;
    letter-spacing: 0em; }

.landing-blog-item-image, .landing-blog-item-text {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%; }
  .landing-blog-item-image:last-child, .landing-blog-item-text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 870px)  {
    .landing-blog-item-image, .landing-blog-item-text {
      float: left;
      display: block;
      margin-right: 38.1982059067%;
      width: 100%; }
      .landing-blog-item-image:last-child, .landing-blog-item-text:last-child {
        margin-right: 0; } }

.landing-blog-item-text {
  margin-top: -0.3em; }
  @media screen and (max-width: 870px)  {
    .landing-blog-item-text {
      margin-top: 0.5em;
      padding: 1rem 1rem 2rem 0; }
      .landing-blog-item-text p {
        font-size: 2em; } }

.landing-instagram {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .landing-instagram:after {
    content: "";
    display: table;
    clear: both; }

.landing-instagram-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .landing-instagram-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 870px)  {
    .landing-instagram-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      padding-bottom: 2.3576515979%; }
      .landing-instagram-item:last-child {
        margin-right: 0; }
      .landing-instagram-item:nth-child(3n) {
        margin-right: 0; }
      .landing-instagram-item:nth-child(3n+1) {
        clear: left; } }

.landing-twitter {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .landing-twitter:after {
    content: "";
    display: table;
    clear: both; }

.landing-twitter-item-time {
  font-family: "Portrait";
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 1em;
  color: #999; }
  @media screen and (max-width: 870px)  {
    .landing-twitter-item-time {
      font-size: 0.8em; } }

.landing-twitter-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .landing-twitter-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 870px)  {
    .landing-twitter-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding-bottom: 2rem; }
      .landing-twitter-item:last-child {
        margin-right: 0; }
      .landing-twitter-item:last-child {
        padding-bottom: 0; } }

.board-header {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .board-header:after {
    content: "";
    display: table;
    clear: both; }

.board-header-text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: center;
  padding: 0.7rem 0 2rem 0;
  height: 3.5rem; }
  .board-header-text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 870px)  {
    .board-header-text {
      padding-bottom: 4rem; }
      .board-header-text h3 {
        font-size: 1em; } }

.board {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .board:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (max-width: 400px)  {
  .body-board .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .body-board .board-item:last-child {
      margin-right: 0; }
    .body-board .board-item:nth-child(2n) {
      margin-right: 0; }
    .body-board .board-item:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 400px) and (max-width: 870px)  {
  .body-board .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .body-board .board-item:last-child {
      margin-right: 0; }
    .body-board .board-item:nth-child(3n) {
      margin-right: 0; }
    .body-board .board-item:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 870px) and (max-width: 999px)  {
  .body-board .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .body-board .board-item:last-child {
      margin-right: 0; }
    .body-board .board-item:nth-child(4n) {
      margin-right: 0; }
    .body-board .board-item:nth-child(4n+1) {
      clear: left; } }
@media screen and (min-width: 1000px)  {
  .body-board .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .body-board .board-item:last-child {
      margin-right: 0; }
    .body-board .board-item:nth-child(6n) {
      margin-right: 0; }
    .body-board .board-item:nth-child(6n+1) {
      clear: left; } }
@media screen and (max-width: 400px)  {
  .body-board-large .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .body-board-large .board-item:last-child {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(2n) {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 400px) and (max-width: 870px)  {
  .body-board-large .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .body-board-large .board-item:last-child {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(3n) {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 870px) and (max-width: 999px)  {
  .body-board-large .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .body-board-large .board-item:last-child {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(4n) {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(4n+1) {
      clear: left; } }
@media screen and (min-width: 1000px)  {
  .body-board-large .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .body-board-large .board-item:last-child {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(4n) {
      margin-right: 0; }
    .body-board-large .board-item:nth-child(4n+1) {
      clear: left; } }

.board-item-image {
  /*background: #222;*/ }
  .board-item-image img {
    -webkit-transition: all 5000ms;
    -moz-transition: all 5000ms;
    transition: all 5000ms; }

.faint .no-touch .board-item-image img {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  opacity: 0.2 !important;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1); }

.board-item-text {
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.6em;
  text-align: center;
  padding: 0.5rem 0 1rem 0;
  max-height: 2em;
  overflow: hidden;
  margin-bottom: 1rem;
  line-height: 160%; }

.board-item-text-short, .board-item-text-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.board-item-text-board {
  color: #ccc;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.board-empty {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-family: "Portrait";
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 1.5rem; }
  .board-empty:last-child {
    margin-right: 0; }

.body-board-large .board-item-text-short {
}

.body-profile header {
  display: none; }

.profile-header {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 0 2rem; }
  .profile-header:after {
    content: "";
    display: table;
    clear: both; }

.profile-header-text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: center;
  padding: 0 0 1rem 0; }
  .profile-header-text:last-child {
    margin-right: 0; }
  .profile-header-text h2 {
    letter-spacing: 0.16em; }

.profile-header-nav {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: center;
  padding: 0 2rem; }
  .profile-header-nav:last-child {
    margin-right: 0; }
  .profile-header-nav li {
    font-family: "Portrait";
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 1em;
    display: inline-block;
    padding: 0 1rem; }
    @media screen and (max-width: 870px)  {
      .profile-header-nav li {
        font-size: 0.8em; } }
    @media screen and (max-width: 870px)  {
      .profile-header-nav li {
        padding: 0 0.4rem; } }

.profile-main {
  padding: 1.5rem 0 0 0; }
  @media screen and (max-width: 870px)  {
    .profile-main {
      display: none; } }

.profile-main-mobile {
  padding: 1rem 0 0 0; }
  @media screen and (min-width: 870px)  {
    .profile-main-mobile {
      display: none; } }

.slick-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0; }

.slick-slide {
  position: relative;
  max-height: 75vh;
  text-align: center; }
  @media screen and (max-width: 870px)  {
    .slick-slide {
      padding: 0 10px; }
      .slick-slide img {
        display: inline;
        max-height: 70vh; } }
  @media screen and (min-width: 870px)  {
    .slick-slide img {
      display: inline;
      max-height: 70vh;
      /*max-width: 37vw;*/
      /*padding: 0 0.07rem; */
    }

    /*.slick-slide .pair:first-child {*/
      /*padding: 0 0.14rem 0 0; }*/
    /*.slick-slide .pair:last-child {*/
      /*padding-left: 0 0 0 0.14rem; }*/
 }

.slick-prev, .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
  height: 100px; }

.slick-prev {
  background-image: url('images/prev.svg');
  left: 2rem;
  -webkit-animation: slickPrev 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  -moz-animation: slickPrev 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  -o-animation: slickPrev 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  animation: slickPrev 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes slickPrev {
  from {
    left: -6rem; }

  to {
    left: 2rem; } }

@-moz-keyframes slickPrev {
  from {
    left: -6rem; }

  to {
    left: 2rem; } }

@keyframes slickPrev {
  from {
    left: -6rem; }

  to {
    left: 2rem; } }

.slick-next {
  background-image: url('images/next.svg');
  right: 2rem;
  -webkit-animation: slickNext 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  -moz-animation: slickNext 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  -o-animation: slickNext 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  animation: slickNext 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes slickNext {
  from {
    right: -6rem; }

  to {
    right: 2rem; } }

@-moz-keyframes slickNext {
  from {
    right: -6rem; }

  to {
    right: 2rem; } }

@keyframes slickNext {
  from {
    right: -6rem; }

  to {
    right: 2rem; } }

.profile-main-video {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding: 2rem 2rem 0 2rem; }
  .profile-main-video:after {
    content: "";
    display: table;
    clear: both; }

.profile-main-video-item {
  background: #fff;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .profile-main-video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.profile-stats {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0 2rem; }
  .profile-stats:after {
    content: "";
    display: table;
    clear: both; }
  .profile-stats ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: center; }
    .profile-stats ul:last-child {
      margin-right: 0; }
  .profile-stats li {
    font-family: "Portrait";
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 1em;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 0 0.4rem;
    font-style: italic;
    text-transform: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text; }
    @media screen and (max-width: 870px)  {
      .profile-stats li {
        font-size: 0.8em; } }
  .profile-stats em {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

.profile-images, .profile-video, .profile-instagram {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0.4rem 2rem;
  margin-bottom: -2rem; }
  .profile-images:after, .profile-video:after, .profile-instagram:after {
    content: "";
    display: table;
    clear: both; }

.profile-images-item, .profile-instagram-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  padding-bottom: 2.3576515979%; }
  .profile-images-item:last-child, .profile-instagram-item:last-child {
    margin-right: 0; }
  .profile-images-item:nth-child(6n), .profile-instagram-item:nth-child(6n) {
    margin-right: 0; }
  .profile-images-item:nth-child(6n+1), .profile-instagram-item:nth-child(6n+1) {
    clear: left; }
  @media screen and (max-width: 870px)  {
    .profile-images-item, .profile-instagram-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .profile-images-item:last-child, .profile-instagram-item:last-child {
        margin-right: 0; }
      .profile-images-item:nth-child(3n), .profile-instagram-item:nth-child(3n) {
        margin-right: 0; }
      .profile-images-item:nth-child(3n+1), .profile-instagram-item:nth-child(3n+1) {
        clear: left; } }

.profile-video-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-bottom: 2.3576515979%;
  position: relative;
  cursor: pointer; }
  .profile-video-item:last-child {
    margin-right: 0; }
  .profile-video-item:nth-child(3n) {
    margin-right: 0; }
  .profile-video-item:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 870px)  {
    .profile-video-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .profile-video-item:last-child {
        margin-right: 0; }
      .profile-video-item:nth-child(1n) {
        margin-right: 0; }
      .profile-video-item:nth-child(1n+1) {
        clear: left; } }
  .profile-video-item img {
    width: 100%; }
  .profile-video-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('images/play.svg');
    z-index: 1;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms; }
  .profile-video-item:hover:before {
    opacity: 0.6; }

.profile-bio {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 0 2rem; }
  .profile-bio:after {
    content: "";
    display: table;
    clear: both; }
  .profile-bio div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: center; }
    .profile-bio div:last-child {
      margin-right: 0; }
  .profile-bio p {
    margin-bottom: 1rem; }
  .profile-bio p:last-child {
    margin-bottom: 0; }

.info {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 2rem 2rem; }
  .info:after {
    content: "";
    display: table;
    clear: both; }
.logoInformation {
  text-align: center;
}
.logoInformation img {
  width: 140px;
}

.info-profile {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  padding-right: 2rem; }
  .info-profile:last-child {
    margin-right: 0; }
  .info-profile p {
    font-size: 1.2em;
    line-height: 140%;
    padding-bottom: 1.2rem;
    -webkit-font-smoothing: antialiased; }
  /*.info-profile p:first-child {*/
    /*font-size: 1.7em;*/
    /*line-height: 130%;*/
    /*-webkit-font-smoothing: subpixel-antialiased; }*/
  @media screen and (max-width: 870px)  {
    .info-profile {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding-right: 0; }
      .info-profile:last-child {
        margin-right: 0; }
      .info-profile p, .info-profile p:first-child {
        font-size: 1.3em;
        line-height: 130%;
        -webkit-font-smoothing: subpixel-antialiased; }
  }

.info-contact {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .info-contact:last-child {
    margin-right: 0; }
  @media screen and (max-width: 870px)  {
    .info-contact {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      border-top: 1px solid #222;
      padding-top: 1.5rem;
      margin-top: 0.5rem;
      margin-bottom: -2rem; }
      .info-contact:last-child {
        margin-right: 0; } }
  .info-contact p {
    line-height: 155%;
    padding-bottom: 0.6rem;
    -webkit-font-smoothing: antialiased; }
    .info-contact p:last-child {
      padding-bottom: 0; }
  .info-contact a {
    border-bottom: 1px solid #222;
    word-break: break-word}
  .info-contact .info-map {
    padding: 1rem 0 1.5rem 0; }

.info-terms{
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 14px;
}
@media screen and (max-width: 870px)  {
    .info-terms {
    	float: none;
		width: 100%;
	}
}

.body-search .fade-on-load {
  opacity: 1; }
@media screen and (min-width: 870px)  {
  .body-search .board[data-total='1'] .board-item:first-child {
    margin-left: 38.3841193492%; }

  .body-search .board[data-total='2'] .board-item:first-child {
    margin-left: 25.5894128995%; }

  .body-search .board[data-total='3'] .board-item:first-child {
    margin-left: 12.7947064497%; }

  .body-search .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .body-search .board-item:last-child {
      margin-right: 0; }
    .body-search .board-item:nth-child(4n) {
      margin-right: 0; }
    .body-search .board-item:nth-child(4n+1) {
      clear: left; }
 }
@media screen and (max-width: 400px)  {
  .body-search .board[data-total='1'] .board-item:first-child {
    margin-left: 25.5894128995%; }

  .body-search .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .body-search .board-item:last-child {
      margin-right: 0; }
    .body-search .board-item:nth-child(2n) {
      margin-right: 0; }
    .body-search .board-item:nth-child(2n+1) {
      clear: left; }
 }
@media screen and (min-width: 400px) and (max-width: 870px)  {
  .body-search .board[data-total='1'] .board-item:first-child {
    margin-left: 34.1192171993%; }

  .body-search .board[data-total='2'] .board-item:first-child {
    margin-left: 17.0596085997%; }

  .body-search .board-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .body-search .board-item:last-child {
      margin-right: 0; }
    .body-search .board-item:nth-child(3n) {
      margin-right: 0; }
    .body-search .board-item:nth-child(3n+1) {
      clear: left; }
 }
.body-search .board-item-text-short {
  display: none; }
.body-search .board-item-text {
  max-height: 4em; }
@media screen and (max-width: 870px)  {
  .body-search .site-header {
    display: none; }

  .body-search .board-header-text {
    padding-top: 1rem; }
 }

.blog-wrap {
  margin-top: 3.5rem; }

.blog {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }
  .blog:after {
    content: "";
    display: table;
    clear: both; }

.blog-item {
  transform-origin: 100% 50%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 870px)  {
    .blog-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .blog-item:last-child {
        margin-right: 0; }
      .blog-item:nth-child(3n) {
        margin-right: 0; }
      .blog-item:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 870px)  {
    .blog-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .blog-item:last-child {
        margin-right: 0; }
      .blog-item:nth-child(2n) {
        margin-right: 0; }
      .blog-item:nth-child(2n+1) {
        clear: left; } }

.blog-item-text p {
  font-family: "Portrait";
  font-size: 2.2em;
  line-height: 120%;
  letter-spacing: 0em; }
@media screen and (max-width: 870px)  {
  .blog-item-text p {
    font-size: 2em; }
 }

.blog-item-category {
  margin-top: 1rem; }

.blog-item-category p, .blog-item-date p {
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em; }

.blog-item-date {
  color: #999; }

.body-blog article {
  -webkit-perspective-origin: 50% 100%;
  -moz-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%; }
.body-blog footer {
  display: none; }

.post-wrap .blog-item {
  margin-bottom: 0; }
@media screen and (max-width: 870px)  {
  .post-wrap .blog-item:last-child {
    display: none; }
 }

.post {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem 0 2rem; }
  .post:after {
    content: "";
    display: table;
    clear: both; }
  .post img {
    max-width: 100%; }
  .post > div:last-child {
    padding-bottom: 0; }
  .post > div {
    padding-bottom: 2.3576515979%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .post > div:last-child {
      margin-right: 0; }

.post-text {
  padding-bottom: 0; }
  .post-text h2 {
    text-align: center;
    font-family: "Portrait";
    font-size: 2.2em;
    line-height: 120%;
    letter-spacing: 0em;
    font-size: 4em;
    line-height: 100%; }
  .post-text h3 {
    text-align: center;
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    padding: 2rem 0 1rem 0; }
  .post-text .post-date p {
    padding-top: 1rem;
    text-align: center;
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    color: #999; }
  .post-text p a {
    border-bottom: 1px solid #222; }

.post-text div{
  font-family: "Portrait";
  margin-bottom: 20px;
  font-size: 1.1em;
  letter-spacing: 0.07em;
  line-height: 180%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.post-text div a{
	border-bottom: 1px solid #222;
}

@media screen and (min-width: 870px)  {
  .post-pair img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .post-pair img:last-child {
      margin-right: 0; }
 }
@media screen and (max-width: 870px)  {
  .post-pair img {
    padding-bottom: 2.3576515979%; }

  .post-pair img:last-child {
    padding-bottom: 0; }
 }

.post-next-prev {
  text-align: center;
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7em; }

/* SCOUTS */
.scout {
  text-align: center;
}
.scoutElement {
  display: inline-block;
  margin: 0 10px 10px;
  width: calc(20% - 24px);
}
.scoutElementName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.6em;
  text-align: center;
  padding: 0.5rem 0 1rem 0;
  max-height: 2em;
  overflow: hidden;
  margin-bottom: 1rem;
  line-height: 160%;
}

/* SCOUT INFO */

.scoutInfoName {
  text-transform: uppercase;
  margin: 60px auto;
  font-size: 36px;
}
.scoutInfoPicture {
  margin-bottom: 60px;
}
.scoutInfoDetails {
  border-top: 1px solid;
  padding-top: 8px;
  text-align: center;
  margin-bottom: -20px;
  display: none;
}
.scoutInfoBio {

}
.scoutInfoContact {
  font-weight: 600;
  font-size: 20px;
}



.model {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 2rem 2rem; }
  .model:after {
    content: "";
    display: table;
    clear: both; }
  .model h2, .model p {
    text-align: center;
    max-width: 40rem;
    margin: auto; }

.model-form {
  margin: 2em auto 0 auto;
  max-width: 40rem; }

.model-photos {
  padding: 1rem 0 2rem 0; }
  .model-photos:after {
    content: "";
    display: table;
    clear: both; }

.model-photos-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  background: #eee;
  position: relative; }
  .model-photos-item:last-child {
    margin-right: 0; }
  .model-photos-item img {
    -webkit-filter: grayscale(1);
    opacity: 0.2; }
  .model-photos-item p {
    position: absolute;
    top: 48%;
    text-align: center;
    width: 100%;
    font-family: "ProximaNova";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7em; }

.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

@media (max-width: 870px) {
  html {
    font-size: 70%; }

  body {
    font-size: 130%; }

  /* SCOUTS */
  .scoutElement {
    width: calc(50% - 24px);
  }
  /* SCOUT INFO */
  .scoutInfoDetails {
    padding: 8px 0;
  }

  .logoInformation img {
    width: 90px;
  }
 }

@media (min-width: 1280px) and (min-height: 700px) {
  html {
    font-size: 110%; }

  body {
    font-size: 100%; }
 }

@media (min-width: 1600px) and (min-height: 900px) {
  html {
    font-size: 115%; }

  body {
    font-size: 100%; }
 }

@media (min-width: 1800px) and (min-height: 1050px) {
  html {
    font-size: 135%; }

  body {
    font-size: 85%; }
 }

.slickSpace {
  display: inline-block;
  vertical-align: bottom;
}

.slickDescription {
  line-height: 24px;
  font-style: italic;
  font-size: 16px;
  height: 30px;
}

.content {
  padding-top: 24px;
}

.text {
  padding: 0 24px;
}

.paragraph {
  margin-bottom: 24px;
}

.paragraphTitle {
  font-size: 17px;
  padding-bottom: 8px;
}

.paragraphText {
  line-height: 18px;
}

.paragraph:last-of-type {
  margin-bottom: 0;
}

#consent {
  -webkit-appearance: checkbox;
  width: 10rem;
  position: absolute;
  left: 0;
  padding-top: 1em;
  padding-right: 1em;
  font-family: "ProximaNova";
  text-transform: uppercase;
  letter-spacing: 0.1em;

}

.form-checkbox label{
  width: 100%;
  max-width: 100%;
  padding: 0.2em 0;
  -webkit-font-smoothing: antialiased;
  padding-left: 10rem;

}

.form-checkbox {
  margin-bottom: 30px;
}

@media screen and (max-width: 450px) {

  .form-checkbox {
    margin-bottom: 70px;
  }
}

.staying-safe p{
  text-align: left;
  padding-top: 1.2rem;
}