/*! normalize.css v3.0.1 | 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.
 */
/* line 9, ../sass/lib/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/lib/_normalize.scss */
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.
 */
/* line 32, ../sass/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/* line 52, ../sass/lib/_normalize.scss */
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.
 */
/* line 65, ../sass/lib/_normalize.scss */
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.
 */
/* line 75, ../sass/lib/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../sass/lib/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/lib/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../sass/lib/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../sass/lib/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../sass/lib/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../sass/lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../sass/lib/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../sass/lib/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../sass/lib/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../sass/lib/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../sass/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../sass/lib/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../sass/lib/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../sass/lib/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../sass/lib/_normalize.scss */
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.
 */
/* line 250, ../sass/lib/_normalize.scss */
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.
 */
/* line 264, ../sass/lib/_normalize.scss */
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.
 */
/* line 275, ../sass/lib/_normalize.scss */
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.
 */
/* line 288, ../sass/lib/_normalize.scss */
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.
 */
/* line 300, ../sass/lib/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../sass/lib/_normalize.scss */
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.
 */
/* line 320, ../sass/lib/_normalize.scss */
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.
 */
/* line 332, ../sass/lib/_normalize.scss */
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`.
 */
/* line 344, ../sass/lib/_normalize.scss */
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).
 */
/* line 355, ../sass/lib/_normalize.scss */
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).
 */
/* line 368, ../sass/lib/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/lib/_normalize.scss */
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.
 */
/* line 388, ../sass/lib/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/lib/_normalize.scss */
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.
 */
/* line 406, ../sass/lib/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/lib/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "MainFont";
  src: url("../fonts/UniversLTStdLight.eot");
  src: url("../fonts/UniversLTStdLight.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStdLight.woff") format("woff"), url("../fonts/UniversLTStdLight.ttf") format("truetype"), url("../fonts/UniversLTStdLight.svg#MainFont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "AccentFont";
  src: url("../fonts/MerriweatherRegular.eot");
  src: url("../fonts/MerriweatherRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherRegular.woff") format("woff"), url("../fonts/MerriweatherRegular.ttf") format("truetype"), url("../fonts/MerriweatherRegular.svg#AccentFont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
/*------------------------------------*\
  #_SETTINGS
\*------------------------------------*/
/**
*
* 1) Clearfix and generic floats.
* 2) Generic horizontal lists
* 3)
* 4) Set color for placeholders
*
*/
/* line 14, ../sass/lib/_defaults.scss */
html {
  font-family: helvetica, arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 500px) {
  /* line 14, ../sass/lib/_defaults.scss */
  html {
    font-size: 14px;
  }
}

/* line 27, ../sass/lib/_defaults.scss */
body {
  background: #FFFFFF;
  height: 100%;
  width: 100%;
}

/* line 33, ../sass/lib/_defaults.scss */
.body-table {
  display: table;
}

/* line 38, ../sass/lib/_defaults.scss */
* {
  box-sizing: border-box;
}

/* line 42, ../sass/lib/_defaults.scss */
a, p, span, h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* [1] */
/* line 48, ../sass/lib/_defaults.scss */
.cf:after, .cf:before {
  content: "";
  display: table;
}

/* line 53, ../sass/lib/_defaults.scss */
.cf:after {
  clear: both;
}

/* line 57, ../sass/lib/_defaults.scss */
.left {
  float: left;
}

/* line 61, ../sass/lib/_defaults.scss */
.right {
  float: right;
}

/* line 65, ../sass/lib/_defaults.scss */
* {
  box-sizing: border-box;
}

/* line 70, ../sass/lib/_defaults.scss */
a {
  text-decoration: none;
  font-family: "MainFont", "Helvetica", "Arial", sans-serif;
  color: #151515;
}

/* line 76, ../sass/lib/_defaults.scss */
ul, li,
img,
p,
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

/* line 84, ../sass/lib/_defaults.scss */
input {
  border: none;
}

/* line 91, ../sass/lib/_defaults.scss */
.form__fieldset {
  border: none;
}

/* line 95, ../sass/lib/_defaults.scss */
li,
.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 102, ../sass/lib/_defaults.scss */
.active a {
  color: red;
}

/* line 106, ../sass/lib/_defaults.scss */
.a-underline {
  position: relative;
  display: inline-block;
}
/* line 110, ../sass/lib/_defaults.scss */
.a-underline:after {
  content: "";
  display: block;
  width: 100%;
  opacity: 1;
  visibility: 1;
  border-bottom: 1px solid;
  transition: all 400ms ease-in-out;
}
/* line 120, ../sass/lib/_defaults.scss */
.a-underline:hover:after {
  opacity: 0;
  visibility: 0;
}

/* [2] */
/* line 128, ../sass/lib/_defaults.scss */
.list--horizontal {
  display: inline-block;
}

/* line 132, ../sass/lib/_defaults.scss */
.no-show {
  display: none !important;
}

/* line 136, ../sass/lib/_defaults.scss */
.show {
  display: block !important;
}

/* line 140, ../sass/lib/_defaults.scss */
.opacity--full {
  opacity: 1 !important;
}

/* line 144, ../sass/lib/_defaults.scss */
.opacity--partial {
  opacity: .7 !important;
}

/* line 148, ../sass/lib/_defaults.scss */
.opacity--none {
  opacity: 0 !important;
}

/* line 152, ../sass/lib/_defaults.scss */
.auto-height {
  height: auto !important;
}

/* line 156, ../sass/lib/_defaults.scss */
.show-inline {
  display: inline-block;
}

/* [3] */
/* line 162, ../sass/lib/_defaults.scss */
.ir {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* [4] */
/* line 177, ../sass/lib/_defaults.scss */
:-moz-placeholder {
  /* Firefox 18- */
}

/* line 183, ../sass/lib/_defaults.scss */
::-moz-placeholder {
  /* Firefox 19+ */
}

/* [5] */
/* line 197, ../sass/lib/_defaults.scss */
.block-media {
  vertical-align: top;
}

/* line 202, ../sass/lib/_defaults.scss */
.background-image--index {
  z-index: -1;
}

/* line 207, ../sass/lib/_defaults.scss */
.caps {
  text-transform: uppercase;
}

/* line 212, ../sass/lib/_defaults.scss */
.slick-slide {
  outline: none;
  vertical-align: top;
  position: relative;
}

/* line 218, ../sass/lib/_defaults.scss */
.loader {
  width: 0%;
  height: 2px;
  background-color: #151515;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

/* line 229, ../sass/lib/_defaults.scss */
.loader-anim {
  opacity: 1;
  -moz-animation: loader 1.5s ease forwards;
  -webkit-animation: loader 1.5s ease forwards;
  -ms-animation: loader 1.5s ease forwards;
  -o-animation: loader 1.5s ease forwards;
  animation: loader 1.5s ease forwards;
}

@-moz-keyframes come-in {
  to {
    transform: translateY(0);
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes come-in {
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes come-in {
  to {
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-o-keyframes come-in {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes loader {
  0% {
    width: 0%;
  }
  78% {
    width: 78%;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: .5;
  }
  100% {
    opacity: .1;
  }
}
@-webkit-keyframes loader {
  0% {
    width: 0%;
  }
  78% {
    width: 78%;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: .5;
  }
  100% {
    opacity: .1;
  }
}
@-ms-keyframes loader {
  0% {
    width: 0%;
  }
  78% {
    width: 78%;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: .5;
  }
  100% {
    opacity: .1;
  }
}
@-o-keyframes loader {
  0% {
    width: 0%;
  }
  78% {
    width: 78%;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: .5;
  }
  100% {
    opacity: .1;
  }
}
@keyframes loader {
  0% {
    width: 0%;
  }
  78% {
    width: 78%;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: .5;
  }
  100% {
    opacity: .1;
  }
}
/* line 1, ../sass/lib/_js_styles.scss */
.js-slide--hide {
  opacity: 0;
  visibility: hidden;
}

/* line 6, ../sass/lib/_js_styles.scss */
.js-slide--show {
  opacity: 1;
  visibility: visible;
}

/* line 11, ../sass/lib/_js_styles.scss */
.js-slide-desc--up {
  bottom: 3.5rem !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/*
* 1. This padding is set here because it is the space that
* the header takes as it is fixed
* 2. Classes used by header plugin
*
*/
/* [1] */
/* line 9, ../sass/includes/_header.scss */
body {
  padding-top: 8rem;
}

/* [2] */
/* line 14, ../sass/includes/_header.scss */
.headroom {
  transition: transform 200ms linear;
}

/* line 17, ../sass/includes/_header.scss */
.headroom--pinned {
  transform: translateY(0%);
}

/* line 20, ../sass/includes/_header.scss */
.headroom--unpinned {
  transform: translateY(-100%);
}

/* line 24, ../sass/includes/_header.scss */
.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 10;
}

/* line 35, ../sass/includes/_header.scss */
.header-container {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

/* line 41, ../sass/includes/_header.scss */
.header__logo {
  text-align: center;
}

/* line 45, ../sass/includes/_header.scss */
.header__logo__img {
  display: inline-block;
}

/* line 49, ../sass/includes/_header.scss */
.nav--header {
  position: absolute;
  top: 3rem;
  right: 0;
}

/* line 55, ../sass/includes/_header.scss */
.nav__list__item--header {
  margin-right: 20px;
}
/* line 58, ../sass/includes/_header.scss */
.nav__list__item--header:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 65, ../sass/includes/_header.scss */
  .nav--header {
    display: none;
  }
}
/* line 1, ../sass/includes/_footer.scss */
.footer {
  width: 88%;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 3.75rem;
}

/* line 8, ../sass/includes/_footer.scss */
.nav__list:hover > .nav__list__item {
  opacity: .4;
}
/* line 11, ../sass/includes/_footer.scss */
.nav__list:hover > .nav__list__item:hover {
  opacity: 1;
}

/* line 17, ../sass/includes/_footer.scss */
.nav__list__item {
  display: inline-block;
  transition: all 450ms ease-out;
}

/* line 22, ../sass/includes/_footer.scss */
.nav__list__divider {
  margin-right: 5px;
}

@media (max-width: 600px) {
  /* line 29, ../sass/includes/_footer.scss */
  .footer {
    display: none;
  }
}
/* line 1, ../sass/includes/_menu-mobile.scss */
.menu__burger {
  display: none;
  height: 1.875rem;
  width: 40px;
  position: absolute;
  top: 2rem;
  left: -10px;
  cursor: pointer;
  z-index: 10;
}

/* line 12, ../sass/includes/_menu-mobile.scss */
.menu__burger__item {
  position: absolute;
  height: 3px;
  width: 26px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #151515;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* line 28, ../sass/includes/_menu-mobile.scss */
.menu__burger__item--b {
  top: 18px;
}

/* line 32, ../sass/includes/_menu-mobile.scss */
.menu__burger__item--c {
  top: 37px;
}

@-moz-document url-prefix() {
  /* line 38, ../sass/includes/_menu-mobile.scss */
  .menu__burger__item--c {
    top: 31px;
  }
}
/* line 45, ../sass/includes/_menu-mobile.scss */
.menu__burger__collapse {
  top: 20px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}

/* line 55, ../sass/includes/_menu-mobile.scss */
.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

/* line 65, ../sass/includes/_menu-mobile.scss */
.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

/* line 76, ../sass/includes/_menu-mobile.scss */
.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* line 86, ../sass/includes/_menu-mobile.scss */
.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* line 97, ../sass/includes/_menu-mobile.scss */
.menu__overlay {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 300ms ease-out;
}

/* line 110, ../sass/includes/_menu-mobile.scss */
.nav--footer {
  height: 100vh;
}

/* line 114, ../sass/includes/_menu-mobile.scss */
.nav__list--footer {
  text-align: center;
  margin-top: -20px;
  position: relative;
  top: 50%;
}

/* line 121, ../sass/includes/_menu-mobile.scss */
.nav__list__item--footer {
  font-size: 1.5625rem;
}

/* line 125, ../sass/includes/_menu-mobile.scss */
.menu__footer {
  position: relative;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 133, ../sass/includes/_menu-mobile.scss */
  .menu__burger {
    display: block;
  }
}
/* line 1, ../sass/partials/_home.scss */
.section-home {
  text-align: center;
  position: relative;
}

/* line 6, ../sass/partials/_home.scss */
.project__arrow {
  position: absolute;
  top: 50%;
  top: calc(50% - .5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35px;
  height: 1.1rem;
  cursor: pointer;
  transition: all 300ms ease-in;
}

/* line 19, ../sass/partials/_home.scss */
.project__arrow--left {
  background-image: url("https://s3-us-west-2.amazonaws.com/holajose/img/arrow-right.png");
  right: 20px;
}

/* line 24, ../sass/partials/_home.scss */
.project__arrow--right {
  background-image: url("https://s3-us-west-2.amazonaws.com/holajose/img/arrow-left.png");
  left: 20px;
}

/* line 29, ../sass/partials/_home.scss */
.project {
  width: 88%;
  height: 38.75rem;
  margin: 0 auto 1.375rem;
  position: relative;
  overflow: hidden;
  background-color: #f3f4f8;
}

/* line 38, ../sass/partials/_home.scss */
.project--last {
  width: 100%;
}

/* line 42, ../sass/partials/_home.scss */
.project--mb {
  margin-bottom: 2rem;
}
/* line 45, ../sass/partials/_home.scss */
.project--mb:last-child {
  margin-bottom: 3.75rem;
}

/* line 50, ../sass/partials/_home.scss */
.project__img {
  position: absolute;
  transition: all 600ms ease-out;
}

/* line 55, ../sass/partials/_home.scss */
.project__img--project {
  width: 100%;
  height: 100%;
  max-width: 377px;
  max-height: 192px;
  background-size: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 67, ../sass/partials/_home.scss */
.project__details {
  position: absolute;
  bottom: -10rem;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: bottom ease-in-out 400ms, left ease-in-out 400ms, color ease-in-out 400ms, width ease-in-out 400ms, opacity ease-in-out 800ms, visibility ease-in-out 800ms;
}

/* line 77, ../sass/partials/_home.scss */
.project__name {
  font-family: "MainFont", "Helvetica", "Arial", sans-serif;
  font-size: 1.5625rem;
  font-weight: 100;
  margin-bottom: .2rem;
}

/* line 84, ../sass/partials/_home.scss */
.project__desc {
  font-family: "AccentFont", serif;
  font-size: .9375rem;
  margin-bottom: 1.75rem;
}

/* line 90, ../sass/partials/_home.scss */
.project__link {
  font-size: 1.0625rem;
}

/* line 94, ../sass/partials/_home.scss */
.projects__more {
  margin-bottom: 2.5rem;
}

/* line 99, ../sass/partials/_home.scss */
.c-white, .c-white a {
  color: #FFFFFF !important;
}

/* line 103, ../sass/partials/_home.scss */
.c-black, .c-black a {
  color: #151515 !important;
}

/* line 107, ../sass/partials/_home.scss */
.a-left {
  left: 7%;
  text-align: left;
}

/* line 112, ../sass/partials/_home.scss */
.a-right {
  right: 7%;
  text-align: right;
}

@media (max-width: 1000px) {
  /* line 119, ../sass/partials/_home.scss */
  .project__arrow--left {
    right: 7px;
  }

  /* line 123, ../sass/partials/_home.scss */
  .project__arrow--right {
    left: 7px;
  }
}
@media (max-width: 720px) {
  /* line 131, ../sass/partials/_home.scss */
  .project__arrow--left {
    right: 2px;
  }

  /* line 135, ../sass/partials/_home.scss */
  .project__arrow--right {
    left: 2px;
  }
}
@media (max-width: 600px) {
  /* line 143, ../sass/partials/_home.scss */
  .body-home {
    margin-bottom: 200px;
  }

  /* line 147, ../sass/partials/_home.scss */
  .project {
    width: 100%;
    height: 28.75rem;
    overflow: visible;
  }

  /* line 153, ../sass/partials/_home.scss */
  .project__arrow {
    display: none;
  }

  /* line 157, ../sass/partials/_home.scss */
  .project__details, .project__details a {
    color: #151515 !important;
  }

  /* line 161, ../sass/partials/_home.scss */
  .project__details {
    bottom: -10rem !important;
    width: 80%;
    left: 9.5%;
    text-align: center;
  }

  /* line 168, ../sass/partials/_home.scss */
  .projects__more {
    display: none;
  }
}
/*
* 1. Referencing _menu-mobile.scss. Overriding due to
* black background
*
*/
/* line 7, ../sass/partials/_profile.scss */
.body-profile {
  display: table;
  padding-top: 13rem;
  /* [1] */
}
/* line 11, ../sass/partials/_profile.scss */
.body-profile #main {
  display: table-row;
  height: 1px;
  height: 100%;
}
/* line 18, ../sass/partials/_profile.scss */
.body-profile .menu__burger__item {
  background: #FFFFFF;
}

/* line 24, ../sass/partials/_profile.scss */
.body-profile, .body-profile .header {
  background-color: #161616;
}

/* line 28, ../sass/partials/_profile.scss */
.body-profile a,
.body-profile h1,
.body-profile h2,
.body-profile p,
.body-profile span {
  color: #FFFFFF !important;
}

/* line 36, ../sass/partials/_profile.scss */
.body-profile .menu a,
.body-profile .menu h1,
.body-profile .menu h2,
.body-profile .menu p,
.body-profile .menu span {
  color: inherit !important;
}

/* line 44, ../sass/partials/_profile.scss */
.profile {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 600ms ease-in-out;
}

/* line 54, ../sass/partials/_profile.scss */
.profile__pic-container {
  width: 45%;
  vertical-align: bottom;
  align-self: center;
}

/* line 60, ../sass/partials/_profile.scss */
.profile__pic {
  width: 80%;
}

/* line 64, ../sass/partials/_profile.scss */
.profile__info {
  overflow: auto;
  width: 60%;
  vertical-align: top;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 73, ../sass/partials/_profile.scss */
.profile__name {
  font-family: "MainFont", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  margin: 0 0 1.5rem 0;
  width: 100%;
}

/* line 81, ../sass/partials/_profile.scss */
.profile__desc {
  width: 100%;
}

/* line 85, ../sass/partials/_profile.scss */
.profile__desc__txt {
  width: 100%;
  font-family: "AccentFont", serif;
  font-size: .9375rem;
  margin-bottom: 1.75rem;
}

/* line 95, ../sass/partials/_profile.scss */
.body-profile .open .header {
  background-color: #FFFFFF;
}

@media (max-width: 600px) {
  /* line 104, ../sass/partials/_profile.scss */
  .body-profile {
    margin-bottom: 120px;
  }

  /* line 108, ../sass/partials/_profile.scss */
  .profile {
    justify-content: center;
    flex-direction: column;
  }

  /* line 113, ../sass/partials/_profile.scss */
  .profile__pic-container {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* line 118, ../sass/partials/_profile.scss */
  .profile__pic {
    width: 100%;
  }

  /* line 122, ../sass/partials/_profile.scss */
  .profile__info {
    width: 100%;
  }
}
/* [1] */
/* line 10, ../sass/partials/_projects.scss */
.project--projects {
  /* [2] */
}
/* line 17, ../sass/partials/_projects.scss */
.project--projects:hover .project__details--projects {
  opacity: 1 !important;
}

/* [1] */
/* line 25, ../sass/partials/_projects.scss */
.project__details--projects {
  background: #FFFFFF;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.35);
  transition: all 500ms ease-in-out;
  opacity: 0;
}

/* [3] */
/* line 45, ../sass/partials/_projects.scss */
.project__link--projects {
  display: table-cell;
  vertical-align: middle;
  transition: all 600ms ease-in-out;
}

/* [3] */
/* line 52, ../sass/partials/_projects.scss */
.project__name--projects {
  font-family: "MainFont", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #bbab9e;
}

/* line 60, ../sass/partials/_projects.scss */
.come-in {
  -moz-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  -moz-animation: come-in 0.8s ease forwards;
  -webkit-animation: come-in 0.8s ease forwards;
  -ms-animation: come-in 0.8s ease forwards;
  -o-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}

@media screen and (max-width: 600px) {
  /* line 84, ../sass/partials/_projects.scss */
  .project__details--projects {
    width: 200px;
    height: 200px;
  }

  /* [2] */
  /* line 90, ../sass/partials/_projects.scss */
  .project__name--projects {
    font-size: 2rem;
  }
}
/* line 1, ../sass/partials/_project.scss */
.project--project {
  margin-bottom: 5rem;
}
/* line 4, ../sass/partials/_project.scss */
.project--project:last-child {
  width: 100%;
}

/* line 10, ../sass/partials/_project.scss */
.project--simple-container {
  width: 88%;
  margin: 0 auto;
}

/* line 15, ../sass/partials/_project.scss */
.project--simple {
  height: 25rem;
}

/* line 19, ../sass/partials/_project.scss */
.project__name--project {
  width: 90%;
  margin: 0 auto 1.5rem;
  text-align: left;
}

/* line 25, ../sass/partials/_project.scss */
.project__inner {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
}

/* line 31, ../sass/partials/_project.scss */
.project__inner__desc {
  width: 90%;
  margin: 0 auto 5rem;
}

/* line 36, ../sass/partials/_project.scss */
.project__inner__desc--sub {
  overflow: auto;
  padding-top: 3.5rem;
}

/* line 41, ../sass/partials/_project.scss */
.project__desc--long {
  width: 55%;
}

/* line 46, ../sass/partials/_project.scss */
.project__inner__img {
  margin-bottom: 1.5rem;
}
/* line 49, ../sass/partials/_project.scss */
.project__inner__img:last-child {
  margin-bottom: 5rem;
}

/* line 55, ../sass/partials/_project.scss */
.project__inner__img--one {
  width: 100%;
}

/* line 59, ../sass/partials/_project.scss */
.project__inner__img--two {
  width: 49%;
  float: left;
}
/* line 63, ../sass/partials/_project.scss */
.project__inner__img--two:nth-child(even) {
  float: right;
}

/* line 69, ../sass/partials/_project.scss */
.project__inner__img--three {
  width: 33.33333%;
  float: left;
  padding: 1%;
}

/* line 75, ../sass/partials/_project.scss */
.project--last {
  margin-bottom: 5rem;
}

/* line 80, ../sass/partials/_project.scss */
.project__ollie {
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  /* line 88, ../sass/partials/_project.scss */
  .project__inner__desc, .project__name--projects, .project__desc {
    width: 100%;
  }

  /* line 92, ../sass/partials/_project.scss */
  .project__inner__img--two, .project__inner__img--three {
    width: 100%;
    float: none;
  }

  /* line 97, ../sass/partials/_project.scss */
  .project-zoom {
    width: 200%;
    position: relative;
    left: -50%;
  }

  /* line 105, ../sass/partials/_project.scss */
  .section-projectSimple .project__img--project {
    background-size: contain !important;
  }
}
/* line 38, ../sass/style.scss */
.menuOpen {
  background-color: #FFFFFF;
}
/* line 41, ../sass/style.scss */
.menuOpen .header {
  background-color: #FFFFFF;
}
/* line 44, ../sass/style.scss */
.menuOpen .header .header__logo {
  opacity: .05;
}
/* line 48, ../sass/style.scss */
.menuOpen .header .menu__burger__item {
  background: #151515;
}
