/*
 Theme Name:   Vi Media
 Author:       Äventyret
 Author URI:   http://aventyret.com
 Version:      0.5.0
 Text Domain:  vimedia
*/

@charset "UTF-8";
/*! 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.
 */
/* line 9, src/stylesheets/globals/_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, src/stylesheets/globals/_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 33, src/stylesheets/globals/_normalize.scss */
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.
 */
/* line 54, src/stylesheets/globals/_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 67, src/stylesheets/globals/_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 77, src/stylesheets/globals/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, src/stylesheets/globals/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, src/stylesheets/globals/_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 109, src/stylesheets/globals/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, src/stylesheets/globals/_normalize.scss */
b,
strong {
  font-weight: 700; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, src/stylesheets/globals/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 144, src/stylesheets/globals/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, src/stylesheets/globals/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 169, src/stylesheets/globals/_normalize.scss */
sup {
  top: -0.5em; }

/* line 173, src/stylesheets/globals/_normalize.scss */
sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, src/stylesheets/globals/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, src/stylesheets/globals/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, src/stylesheets/globals/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, src/stylesheets/globals/_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 252, src/stylesheets/globals/_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 266, src/stylesheets/globals/_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 277, src/stylesheets/globals/_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 290, src/stylesheets/globals/_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 302, src/stylesheets/globals/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, src/stylesheets/globals/_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 322, src/stylesheets/globals/_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 334, src/stylesheets/globals/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 346, src/stylesheets/globals/_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 357, src/stylesheets/globals/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -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 370, src/stylesheets/globals/_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 379, src/stylesheets/globals/_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 390, src/stylesheets/globals/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, src/stylesheets/globals/_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 408, src/stylesheets/globals/_normalize.scss */
optgroup {
  font-weight: 700; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, src/stylesheets/globals/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 424, src/stylesheets/globals/_normalize.scss */
td,
th {
  padding: 0; }

/* line 1, src/stylesheets/globals/_typography.scss */
.Splash__title, .Teaser-loop__title, .Post-content__title {
  font-size: 34px;
  line-height: 1.1;
  margin: 0; }
  @media only screen and (min-width: 600px) {
    /* line 1, src/stylesheets/globals/_typography.scss */
    .Splash__title, .Teaser-loop__title, .Post-content__title {
      font-size: 40px; } }
  @media only screen and (min-width: 1200px) {
    /* line 1, src/stylesheets/globals/_typography.scss */
    .Splash__title, .Teaser-loop__title, .Post-content__title {
      font-size: 58px; } }

/* line 15, src/stylesheets/globals/_typography.scss */
.Splash__preamble, .Post-loop__title {
  font-size: 22.5px;
  line-height: 1.1875;
  margin: 0 0 4.5px 0; }
  @media only screen and (min-width: 1200px) {
    /* line 15, src/stylesheets/globals/_typography.scss */
    .Splash__preamble, .Post-loop__title {
      font-size: 30px; } }
  /* line 24, src/stylesheets/globals/_typography.scss */
  * + .Splash__preamble, * + .Post-loop__title {
    margin-top: 18px; }

/* line 29, src/stylesheets/globals/_typography.scss */
.Splash--title-small .Splash__title, .Post-loop--3-grid .Post-loop__title, .Teaser-loop-item__title, .Masonry-loop__title, .Blurb-loop__title, .Blurb-loop-item__title, .Break-out__title {
  font-size: 22.5px;
  line-height: 1.1875;
  margin: 0 0 3px 0; }

/* line 35, src/stylesheets/globals/_typography.scss */
.Post-loop-item__title, .Post-content__preamble {
  font-size: 17px; }
  @media only screen and (min-width: 1200px) {
    /* line 35, src/stylesheets/globals/_typography.scss */
    .Post-loop-item__title, .Post-content__preamble {
      font-size: 19px; } }

/* line 43, src/stylesheets/globals/_typography.scss */
.Post-loop__link, .Blurb-loop-item__link, .Splash__link, .Post-loop-item__link, .Teaser-loop-item__link, .Post-content__text {
  font-size: 14px; }

/* line 51, src/stylesheets/globals/_typography.scss */
.Splash--title-serif .Splash__title, .Splash--title-italic .Splash__title, .Post-loop-item--contact .Post-loop-item__title, .page .Post-content__title {
  font-family: miller-banner, serif; }

/* line 55, src/stylesheets/globals/_typography.scss */
.Splash__text, .Teaser-loop__text__inner, .Blurb-loop-item {
  color: #9D9D9D; }
  /* line 58, src/stylesheets/globals/_typography.scss */
  .Splash__text strong, .Teaser-loop__text__inner strong, .Blurb-loop-item strong {
    color: white; }

/* line 63, src/stylesheets/globals/_typography.scss */
p, .Splash__text {
  margin: 0;
  max-width: 688px; }
  /* line 67, src/stylesheets/globals/_typography.scss */
  * + p, * + .Splash__text {
    margin-top: 18px; }
  /* line 71, src/stylesheets/globals/_typography.scss */
  p + *, .Splash__text + * {
    margin-top: 18px; }

/* line 10, src/stylesheets/globals/_utils.scss */
.hide-over-alpha {
  display: none; }
  @media only screen and (max-width: 601px) {
    /* line 10, src/stylesheets/globals/_utils.scss */
    .hide-over-alpha {
      display: block; } }

/* line 18, src/stylesheets/globals/_utils.scss */
.hide-alpha {
  display: none; }
  @media only screen and (min-width: 600px) {
    /* line 18, src/stylesheets/globals/_utils.scss */
    .hide-alpha {
      display: block; } }

/* line 26, src/stylesheets/globals/_utils.scss */
.hide-over-beta {
  display: none; }
  @media only screen and (max-width: 1113px) {
    /* line 26, src/stylesheets/globals/_utils.scss */
    .hide-over-beta {
      display: block; } }

/* line 34, src/stylesheets/globals/_utils.scss */
.hide-beta {
  display: none; }
  @media only screen and (min-width: 1112px) {
    /* line 34, src/stylesheets/globals/_utils.scss */
    .hide-beta {
      display: block; } }

/* line 1, src/stylesheets/globals/_base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 5, src/stylesheets/globals/_base.scss */
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* line 10, src/stylesheets/globals/_base.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: black;
  font-family: proxima-nova, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 1.1875;
  overflow-x: hidden; }

/* line 21, src/stylesheets/globals/_base.scss */
a {
  color: inherit;
  text-decoration: none; }
  /* line 25, src/stylesheets/globals/_base.scss */
  a:hover {
    opacity: 0.7; }

/* line 34, src/stylesheets/globals/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 39, src/stylesheets/globals/_base.scss */
ul,
ol {
  padding-left: 1em; }
  /* line 43, src/stylesheets/globals/_base.scss */
  ul li,
  ol li {
    margin-bottom: 0.5em; }

/* line 21, src/stylesheets/globals/_grid.scss */
.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  /* line 7, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--1 {
    width: 8.333333%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--2 {
    width: 16.666667%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--3 {
    width: 25%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--4 {
    width: 33.333333%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--5 {
    width: 41.666667%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--6 {
    width: 50%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--7 {
    width: 58.333333%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--8 {
    width: 66.666667%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--9 {
    width: 75%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--10 {
    width: 83.333333%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--11 {
    width: 91.666667%; }
  /* line 15, src/stylesheets/globals/_grid.scss */
  .Grid > .Grid__col--12 {
    width: 100%; }
  /* line 24, src/stylesheets/globals/_grid.scss */
  .Grid--nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  /* line 28, src/stylesheets/globals/_grid.scss */
  .Grid--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (min-width: 600px) {
    /* line 32, src/stylesheets/globals/_grid.scss */
    .Grid--beta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      /* line 7, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--1 {
        width: 8.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--2 {
        width: 16.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--3 {
        width: 25%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--4 {
        width: 33.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--5 {
        width: 41.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--6 {
        width: 50%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--7 {
        width: 58.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--8 {
        width: 66.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--9 {
        width: 75%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--10 {
        width: 83.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--11 {
        width: 91.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--beta > .Grid__col--12 {
        width: 100%; } }
  @media screen and (max-width: 601px) {
    /* line 38, src/stylesheets/globals/_grid.scss */
    .Grid--beta .Grid__col + .Grid__col {
      padding-top: 18px; } }
  @media screen and (min-width: 1112px) {
    /* line 44, src/stylesheets/globals/_grid.scss */
    .Grid--charlie {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      /* line 7, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--1 {
        width: 8.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--2 {
        width: 16.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--3 {
        width: 25%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--4 {
        width: 33.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--5 {
        width: 41.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--6 {
        width: 50%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--7 {
        width: 58.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--8 {
        width: 66.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--9 {
        width: 75%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--10 {
        width: 83.333333%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--11 {
        width: 91.666667%; }
      /* line 15, src/stylesheets/globals/_grid.scss */
      .Grid--charlie > .Grid__col--12 {
        width: 100%; } }
  @media screen and (max-width: 1113px) {
    /* line 50, src/stylesheets/globals/_grid.scss */
    .Grid--charlie .Grid__col + .Grid__col {
      padding-top: 18px; } }

/* line 1, src/stylesheets/reusables/_forms.scss */
.Form-section {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 18px; }
  /* line 5, src/stylesheets/reusables/_forms.scss */
  .Form-section + .Form-section {
    padding-top: 18px; }

/* line 10, src/stylesheets/reusables/_forms.scss */
.Form-component-wrapper__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2.25px 0; }

/* line 18, src/stylesheets/reusables/_forms.scss */
.Form-component-wrapper__error, .Form-error {
  color: red;
  font-size: 12px; }

/* line 28, src/stylesheets/reusables/_forms.scss */
.Form-component-wrapper {
  margin-bottom: 18px;
  position: relative; }

/* line 41, src/stylesheets/reusables/_forms.scss */
.Form-error {
  margin-top: 4.5px; }

/* line 1, src/stylesheets/reusables/_form-inputs.scss */
.Text-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  background-color: white;
  border: solid 1px #d8d8d8;
  font-size: 15px;
  line-height: 30px;
  padding: 6.5px 10px;
  width: 100%; }
  /* line 11, src/stylesheets/reusables/_form-inputs.scss */
  .Text-input::-webkit-input-placeholder {
    color: #9D9D9D; }
  /* line 15, src/stylesheets/reusables/_form-inputs.scss */
  .Text-input:-moz-placeholder {
    color: #9D9D9D;
    opacity: 1; }
  /* line 20, src/stylesheets/reusables/_form-inputs.scss */
  .Text-input::-moz-placeholder {
    color: #9D9D9D;
    opacity: 1; }
  /* line 25, src/stylesheets/reusables/_form-inputs.scss */
  .Text-input:-ms-input-placeholder {
    color: #9D9D9D; }

/* line 30, src/stylesheets/reusables/_form-inputs.scss */
.Dropdown,
.Checkbox-dropdown {
  appearance: none;
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6.5px 30px 6.5px 10px;
  font-size: 15px;
  line-height: 32px;
  height: 48px;
  width: 100%; }
  /* line 33, src/stylesheets/reusables/_form-inputs.scss */
  .Dropdown::-ms-expand,
  .Checkbox-dropdown::-ms-expand {
    display: none; }
  /* line 47, src/stylesheets/reusables/_form-inputs.scss */
  .Dropdown-wrapper,
  .Checkbox-dropdown-wrapper {
    position: relative; }
    /* line 50, src/stylesheets/reusables/_form-inputs.scss */
    .Dropdown-wrapper:after,
    .Checkbox-dropdown-wrapper:after {
      content: '';
      position: absolute;
      margin-top: -3px;
      top: 50%;
      right: 10px;
      height: 9px;
      width: 14px; }

/* line 63, src/stylesheets/reusables/_form-inputs.scss */
.Checkbox-dropdown__options {
  display: none;
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 15px;
  max-height: 266px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 6.5px 10px;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 10; }
  /* line 79, src/stylesheets/reusables/_form-inputs.scss */
  .Checkbox-dropdown--expanded .Checkbox-dropdown__options {
    display: block; }
  /* line 83, src/stylesheets/reusables/_form-inputs.scss */
  .Checkbox-dropdown__options .Checkbox + label {
    margin-bottom: 0; }

/* line 88, src/stylesheets/reusables/_form-inputs.scss */
.Checkbox-dropdown__option {
  padding: 7.5 0; }

/* line 95, src/stylesheets/reusables/_form-inputs.scss */
.Checkbox__input,
.Radiobutton__input {
  position: absolute;
  left: -999em; }

/* line 100, src/stylesheets/reusables/_form-inputs.scss */
.Checkbox__text,
.Radiobutton__text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
  min-height: 18px;
  padding-top: 3px; }
  /* line 110, src/stylesheets/reusables/_form-inputs.scss */
  .Checkbox__text:before,
  .Radiobutton__text:before {
    content: ' ';
    background-color: white;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px; }
  /* line 122, src/stylesheets/reusables/_form-inputs.scss */
  .Checkbox__text:hover,
  .Radiobutton__text:hover {
    cursor: pointer; }

/* line 130, src/stylesheets/reusables/_form-inputs.scss */
.Checkbox__text:before {
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px; }

/* line 137, src/stylesheets/reusables/_form-inputs.scss */
.Checkbox__input:checked + .Checkbox__text:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Y2hlY2s8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQ2hlY2tib3gvUm91bmRlZC9DaGVja2VkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTguMDAwMDAwLCAtMTguMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+ICAgICAgICAgICAgPHBhdGggZD0iTTM3LjM5Njk0NDIsMTguNjY3MzU2MyBMMzcuMjk2NDc1NCwxOC41NjE3NjA3IEMzNi45NDIxOTA2LDE4LjE5MDc4NjYgMzYuNDYyMzE5NywxNy45ODkzMjEzIDM1Ljk2Mzk0MTQsMTguMDAwNDM2NyBDMzUuNDY1NTYzMSwxOC4wMTAxNjI2IDM0Ljk5MzYyNCwxOC4yMzUyNDc5IDM0LjY1NTIwMjYsMTguNjIxNTA1NSBMMjQuNDM1MTQyNywzMC4zMzg0NDkxIEwyNC4yMzQyMDUsMzAuNDI4NzYxMiBMMjQuMDM4NTU1MiwzMC4zMzE1MDIxIEwyMS41MDMwMzkxLDI3LjIyMDYgQzIxLjEzNTUzNDcsMjYuNzczMjA4MiAyMC42MDkzOTUzLDI2LjUwNTA1MDkgMjAuMDQ2MjQxLDI2LjQ4MTQzMDggQzE5LjQ4MzA4NjgsMjYuNDU3ODEwOCAxOC45MzU3OTYsMjYuNjg0Mjg1NSAxOC41Mzc4ODY2LDI3LjEwMTExMDMgQzE3LjkwMzM0NjYsMjcuNzY5NDE5MyAxNy44MjAwNjMyLDI4LjgyMTIwNzEgMTguMzQyMjM2NywyOS41ODgxNjQ2IEwyMy41NzMyMjU5LDM3LjI4NjkxNzcgQzIzLjg3MDY2NjUsMzcuNzI1OTczMSAyNC4zNTA1Mzc0LDM3Ljk4MzAxNSAyNC44NjIxMzUzLDM3Ljk4MzAxNSBMMjUuMzE4MjEwOSwzNy45ODMwMTUgQzI2LjE3ODgwNTgsMzcuOTgzMDE1IDI2Ljk4Mzg3ODQsMzcuNTQxMTgwOCAyNy40NzE2ODEsMzYuNzk5MjMyNyBMMzcuNjI5NjA4OSwyMS4zNzk0OTU5IEMzOC4xODQ4MzE0LDIwLjUzNjEyMDUgMzguMDg1Njg0NSwxOS4zOTQwMjA3IDM3LjM5Njk0NDIsMTguNjY3MzU2MyIgaWQ9ImNoZWNrIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-color: #BE7587;
  border: 1px solid #BE7587; }

/* line 147, src/stylesheets/reusables/_form-inputs.scss */
.Radiobutton__text:before {
  border-radius: 999em; }

/* line 151, src/stylesheets/reusables/_form-inputs.scss */
.Radiobutton__input:checked + .Radiobutton__text:after {
  content: ' ';
  background-color: #BE7587;
  border-radius: 999em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 6px;
  width: 12px;
  height: 12px; }

/* line 1, src/stylesheets/reusables/_buttons.scss */
.Button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  position: relative;
  background: #BE7587;
  border: 1px solid #BE7587;
  color: white;
  padding: 10px 30px 11px 30px;
  border-radius: 999em;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer; }
  /* line 21, src/stylesheets/reusables/_buttons.scss */
  .Button[disabled] {
    cursor: default; }
  @media screen and (min-width: 1260px) {
    /* line 1, src/stylesheets/reusables/_buttons.scss */
    .Button {
      padding-left: 50px;
      padding-right: 50px; } }
  /* line 30, src/stylesheets/reusables/_buttons.scss */
  .Button:hover {
    color: white;
    text-decoration: none; }
  /* line 35, src/stylesheets/reusables/_buttons.scss */
  .Button--blocked {
    display: block;
    width: 100%; }
  /* line 40, src/stylesheets/reusables/_buttons.scss */
  .Button--icon {
    padding-left: 50px;
    padding-right: 50px; }
    /* line 44, src/stylesheets/reusables/_buttons.scss */
    .Button--icon:after {
      content: '';
      background-repeat: no-repeat;
      position: absolute;
      right: 20px;
      top: 50%; }
    /* line 52, src/stylesheets/reusables/_buttons.scss */
    .Button--icon.Button--blocked {
      padding-left: 5px;
      padding-right: 5px; }
      /* line 56, src/stylesheets/reusables/_buttons.scss */
      .Button--icon.Button--blocked:after {
        right: 20px; }
  /* line 63, src/stylesheets/reusables/_buttons.scss */
  .Button--icon-arrow:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTNweCIgdmlld0JveD0iMTkzIDE3IDE4IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDIgKDM2NzgxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPHBhdGggZD0iTTIwOS43Mzg3OTIsMjQuMTMzMTc3NCBMMjA0LjE2MTY1NSwyOS43MzY2Mzc0IEMyMDMuOTg2OTU3LDI5LjkxMjEzNzcgMjAzLjc1NzQ1NiwzMCAyMDMuNTI4MTc5LDMwIEMyMDMuMjk5NTczLDMwIDIwMy4wNzA5NjcsMjkuOTEyODEwMiAyMDIuODk2MjY5LDI5LjczODIwNjMgQzIwMi41NDY0MjYsMjkuMzg4NTUwNCAyMDIuNTQ1NzU1LDI4LjgyMTAzMiAyMDIuODk0NzA0LDI4LjQ3MDQ3OTYgTDIwNi45NDkyMTcsMjQuMzk2NTQgTDE5My44OTQ3NCwyNC4zOTY1NCBDMTkzLjQwMDYyLDI0LjM5NjU0IDE5MywyMy45OTUxMDgxIDE5MywyMy40OTk5ODY0IEMxOTMsMjMuMDA0ODY0NyAxOTMuNDAwNjIsMjIuNjAzNDMyOCAxOTMuODk0NzQsMjIuNjAzNDMyOCBMMjA2Ljk0OTIxNywyMi42MDM0MzI4IEwyMDIuODk0NzA0LDE4LjUyOTcxNzQgQzIwMi41NDU3NTUsMTguMTc5MTY0OSAyMDIuNTQ2NDI2LDE3LjYxMTQyMjQgMjAyLjg5NjI2OSwxNy4yNjE3NjY0IEMyMDMuMjQ2MTEzLDE2LjkxMjExMDUgMjAzLjgxMjcwNywxNi45MTI3ODMgMjA0LjE2MTY1NSwxNy4yNjM1NTk2IEwyMDkuNzM4NzkyLDIyLjg2NzAxOTYgQzIxMC4wODcwNjksMjMuMjE2ODk5NiAyMTAuMDg3MDY5LDIzLjc4MzA3MzIgMjA5LjczODc5MiwyNC4xMzMxNzc0IiBpZD0iYXJyb3ctdGhpbi1yaWdodCIgc3Ryb2tlPSJub25lIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD4NCjwvc3ZnPg0K);
    height: 13px;
    margin-top: -6px;
    width: 18px; }

/* Slider */
/* line 3, src/stylesheets/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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; }

/* line 17, src/stylesheets/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, src/stylesheets/vendor/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 28, src/stylesheets/vendor/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 33, src/stylesheets/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 42, src/stylesheets/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  /* line 50, src/stylesheets/vendor/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 56, src/stylesheets/vendor/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 60, src/stylesheets/vendor/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 64, src/stylesheets/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 68, src/stylesheets/vendor/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 71, src/stylesheets/vendor/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 74, src/stylesheets/vendor/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 80, src/stylesheets/vendor/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 84, src/stylesheets/vendor/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 88, src/stylesheets/vendor/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 92, src/stylesheets/vendor/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 98, src/stylesheets/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
/* line 63, src/stylesheets/vendor/_slick-theme.scss */
.slick-prev,
.slick-next {
  background: url("images/icons/arrow.svg");
  background-size: 100%;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none; }
  /* line 78, src/stylesheets/vendor/_slick-theme.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    /* line 81, src/stylesheets/vendor/_slick-theme.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 85, src/stylesheets/vendor/_slick-theme.scss */
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }

/* line 90, src/stylesheets/vendor/_slick-theme.scss */
.slick-prev {
  left: 30px;
  top: 135px;
  z-index: 10;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

/* line 97, src/stylesheets/vendor/_slick-theme.scss */
.slick-next {
  left: 30px;
  top: 81px;
  z-index: 10; }

/* Dots */
/* line 105, src/stylesheets/vendor/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 109, src/stylesheets/vendor/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  /* line 118, src/stylesheets/vendor/_slick-theme.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 126, src/stylesheets/vendor/_slick-theme.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 138, src/stylesheets/vendor/_slick-theme.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 140, src/stylesheets/vendor/_slick-theme.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 144, src/stylesheets/vendor/_slick-theme.scss */
      .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; }
    /* line 161, src/stylesheets/vendor/_slick-theme.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* line 1, src/stylesheets/components/_site.scss */
.Site-header__inner, .Site-footer__inner, .Carousel__inner, .Splash__inner, .Post-loop__inner, .Teaser-loop__inner, .Masonry-loop__inner, .Blurb-loop__inner, .Post-content__content, .Break-out__inner {
  margin: 0 auto;
  max-width: 1260px; }

/* line 7, src/stylesheets/components/_site.scss */
.Site__top-item {
  background: #141414; }

/* line 1, src/stylesheets/components/_links.scss */
.Post-loop__link, .Blurb-loop-item__link, .Splash__link, .Post-loop-item__link, .Teaser-loop-item__link {
  display: block;
  overflow: hidden;
  text-align: right; }
  /* line 7, src/stylesheets/components/_links.scss */
  .Post-loop__link span, .Blurb-loop-item__link span, .Splash__link span, .Post-loop-item__link span, .Teaser-loop-item__link span {
    font-weight: 700;
    display: inline-block;
    min-height: 1em;
    position: relative; }
    /* line 13, src/stylesheets/components/_links.scss */
    .Post-loop__link span:before, .Blurb-loop-item__link span:before, .Splash__link span:before, .Post-loop-item__link span:before, .Teaser-loop-item__link span:before {
      content: '';
      background: url("images/icons/link-arrow.svg") no-repeat;
      background-position: right;
      background-size: auto 1em;
      height: 1em;
      width: 999em;
      position: absolute;
      top: 0;
      right: 100%;
      margin: 0 2em 0 0;
      -webkit-transition: margin ease-out 0.3s;
      -o-transition: margin ease-out 0.3s;
      transition: margin ease-out 0.3s; }
  /* line 28, src/stylesheets/components/_links.scss */
  .Post-loop__link:hover span:before, .Blurb-loop-item__link:hover span:before, .Splash__link:hover span:before, .Post-loop-item__link:hover span:before, .Teaser-loop-item__link:hover span:before {
    margin: 0 1em 0 0; }

/* line 33, src/stylesheets/components/_links.scss */
.Post-loop__link, .Blurb-loop-item__link {
  height: 1em;
  position: relative;
  left: 1em; }
  /* line 39, src/stylesheets/components/_links.scss */
  .Post-loop__link span, .Blurb-loop-item__link span {
    width: 0; }

/* line 10, src/stylesheets/components/_fade.scss */
.Carousel__fade-overlay, .Splash__fade-overlay {
  background: #F7ECEB;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7; }

@media only screen and (min-width: 1112px) {
  /* line 4, src/stylesheets/components/_image-holder.scss */
  .Image-holder.Image-holder--564 {
    height: 564px; }
  /* line 8, src/stylesheets/components/_image-holder.scss */
  .Image-holder.Image-holder--574 {
    height: 574px; } }

/* line 1, src/stylesheets/components/_site-header.scss */
.Site-header {
  background: #141414;
  color: white;
  position: relative; }
  /* line 6, src/stylesheets/components/_site-header.scss */
  .Site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 36px 30px; }
  /* line 14, src/stylesheets/components/_site-header.scss */
  .Site-header__logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
    @media only screen and (min-width: 1200px) {
      /* line 14, src/stylesheets/components/_site-header.scss */
      .Site-header__logo {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 301px; } }
    /* line 22, src/stylesheets/components/_site-header.scss */
    .Site-header__logo__link {
      background: url("images/logo.svg") no-repeat;
      background-size: 100%;
      display: block;
      height: 11px;
      width: 109px; }
  /* line 31, src/stylesheets/components/_site-header.scss */
  .Site-header__quote {
    display: none;
    color: #9D9D9D;
    font-size: 26px;
    line-height: 1.2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-family: miller-banner, serif;
    font-style: italic;
    max-width: 310px;
    margin: 0;
    position: relative;
    top: -2px;
    text-align: right;
    padding-right: 36px; }
    @media only screen and (min-width: 600px) {
      /* line 31, src/stylesheets/components/_site-header.scss */
      .Site-header__quote {
        display: block; } }
    /* line 50, src/stylesheets/components/_site-header.scss */
    .Site-header__quote:after {
      content: '';
      background: url("images/phone@2x.png") no-repeat;
      background-size: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -18px;
      height: 40px;
      width: 19px; }

/* line 1, src/stylesheets/components/_site-footer.scss */
.Site-footer {
  color: white; }
  /* line 4, src/stylesheets/components/_site-footer.scss */
  .Site-footer__inner {
    padding: 36px 30px 0 30px; }
    @media only screen and (min-width: 1112px) {
      /* line 4, src/stylesheets/components/_site-footer.scss */
      .Site-footer__inner {
        padding: 72px 30px 0 30px; } }
  /* line 13, src/stylesheets/components/_site-footer.scss */
  .Site-footer .Grid__col {
    position: relative; }
  @media only screen and (min-width: 1112px) {
    /* line 17, src/stylesheets/components/_site-footer.scss */
    .Site-footer__contact-info {
      padding-top: 72px; } }
  /* line 24, src/stylesheets/components/_site-footer.scss */
  .Site-footer__company-info {
    border-top-left-radius: 75px;
    background: #F7ECEB;
    color: black;
    padding: 54px 15px 72px 45px;
    position: relative;
    font-size: 15px; }
    @media only screen and (min-width: 600px) {
      /* line 24, src/stylesheets/components/_site-footer.scss */
      .Site-footer__company-info {
        border-top-left-radius: 115px; } }
    @media only screen and (min-width: 1112px) {
      /* line 24, src/stylesheets/components/_site-footer.scss */
      .Site-footer__company-info {
        border-top-left-radius: 150px; } }
    @media only screen and (min-width: 1112px) {
      /* line 24, src/stylesheets/components/_site-footer.scss */
      .Site-footer__company-info {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        min-height: 320px;
        padding: 72px 72px 72px 108px; } }
    /* line 42, src/stylesheets/components/_site-footer.scss */
    .Site-footer__company-info:after {
      content: '';
      background: #F7ECEB;
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      margin-left: -1px;
      width: 31px; }
      @media only screen and (min-width: 1200px) {
        /* line 42, src/stylesheets/components/_site-footer.scss */
        .Site-footer__company-info:after {
          width: 50vw; } }
    /* line 57, src/stylesheets/components/_site-footer.scss */
    .Site-footer__company-info__logo {
      background: url("images/vi-logo.png");
      background-size: 100%;
      width: 64px;
      height: 61px;
      overflow: hidden;
      text-indent: -999em; }

/* line 1, src/stylesheets/components/_main.scss */
.Main {
  min-height: 50vh; }

/* line 1, src/stylesheets/components/_menu.scss */
.Menu {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  /* line 4, src/stylesheets/components/_menu.scss */
  .Menu-toggler {
    display: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin-right: 18px;
    height: 22px;
    width: 28px;
    position: relative;
    z-index: 21; }
    /* line 16, src/stylesheets/components/_menu.scss */
    .Menu-toggler span, .Menu-toggler:before, .Menu-toggler:after {
      background: #9D9D9D;
      border-radius: 999em;
      width: 100%;
      height: 3px;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
    /* line 26, src/stylesheets/components/_menu.scss */
    .Menu-toggler:before {
      content: '';
      left: 0;
      top: 0;
      position: absolute; }
    /* line 33, src/stylesheets/components/_menu.scss */
    .Menu-toggler:after {
      content: '';
      left: 0;
      bottom: 0;
      position: absolute; }
    /* line 40, src/stylesheets/components/_menu.scss */
    .Menu-toggler span {
      display: block;
      overflow: hidden;
      text-indent: -999em; }
    /* line 47, src/stylesheets/components/_menu.scss */
    .menu-open .Menu-toggler > span {
      opacity: 0; }
    /* line 51, src/stylesheets/components/_menu.scss */
    .menu-open .Menu-toggler:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 9px; }
    /* line 56, src/stylesheets/components/_menu.scss */
    .menu-open .Menu-toggler:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 10px; }
    @media only screen and (max-width: 1201px) {
      /* line 4, src/stylesheets/components/_menu.scss */
      .Menu-toggler {
        display: block; } }
  /* line 67, src/stylesheets/components/_menu.scss */
  .Menu .menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    /* line 73, src/stylesheets/components/_menu.scss */
    .Menu .menu-item {
      font-weight: 700;
      margin: 0; }
      /* line 77, src/stylesheets/components/_menu.scss */
      .Menu .menu-item a {
        color: #9D9D9D;
        font-size: 14px;
        display: inline-block;
        position: relative;
        white-space: nowrap; }
      /* line 86, src/stylesheets/components/_menu.scss */
      .Menu .menu-item.current-menu-item a {
        color: white; }
        /* line 89, src/stylesheets/components/_menu.scss */
        .Menu .menu-item.current-menu-item a:before {
          content: '';
          background: white;
          position: absolute;
          bottom: -9px;
          left: 0;
          right: 0;
          height: 1px; }
  @media only screen and (max-width: 1201px) {
    /* line 1, src/stylesheets/components/_menu.scss */
    .Menu {
      background: black;
      position: absolute;
      width: 280px;
      right: 100%;
      top: 0;
      z-index: 20;
      -webkit-transition: margin ease-out 0.2s;
      -o-transition: margin ease-out 0.2s;
      transition: margin ease-out 0.2s; }
      /* line 113, src/stylesheets/components/_menu.scss */
      .menu-open .Menu {
        margin: 0 -280px 0 0; }
      /* line 117, src/stylesheets/components/_menu.scss */
      .Menu .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 72px 18px 18px 18px; }
        /* line 121, src/stylesheets/components/_menu.scss */
        .Menu .menu-item {
          padding: 9px;
          margin: 9px 0; } }
  @media only screen and (min-width: 1200px) {
    /* line 131, src/stylesheets/components/_menu.scss */
    .Menu .menu-item {
      padding: 9px; } }

/* line 1, src/stylesheets/components/_carousel.scss */
.Carousel {
  position: relative; }
  /* line 4, src/stylesheets/components/_carousel.scss */
  .Carousel .slick-prev,
  .Carousel .slick-next {
    left: auto;
    right: 15px; }
    @media only screen and (min-width: 1112px) {
      /* line 4, src/stylesheets/components/_carousel.scss */
      .Carousel .slick-prev,
      .Carousel .slick-next {
        left: 30px;
        right: auto; } }
  /* line 16, src/stylesheets/components/_carousel.scss */
  .Site__top-item .Carousel .slick-prev {
    top: 63px; }
  /* line 22, src/stylesheets/components/_carousel.scss */
  .Site__top-item .Carousel .slick-next {
    top: 9px; }
  @media only screen and (min-width: 1112px) {
    /* line 29, src/stylesheets/components/_carousel.scss */
    .Carousel--tip .slick-prev {
      top: auto;
      bottom: 216px; }
    /* line 34, src/stylesheets/components/_carousel.scss */
    .Carousel--tip .slick-next {
      top: auto;
      bottom: 162px; } }
  /* line 41, src/stylesheets/components/_carousel.scss */
  .Carousel--light {
    background: #F7ECEB; }
  /* line 49, src/stylesheets/components/_carousel.scss */
  .Carousel__item {
    outline: none; }
    /* line 52, src/stylesheets/components/_carousel.scss */
    .Carousel__slider--uninited .Carousel__item + .Carousel__item {
      height: 0;
      visibility: hidden; }
  /* line 58, src/stylesheets/components/_carousel.scss */
  .Carousel__footer {
    padding: 18px 30px 36px 30px; }
  /* line 62, src/stylesheets/components/_carousel.scss */
  .Carousel__scroll-link {
    display: block;
    background: #9D9D9D;
    height: 36px;
    width: 36px;
    background: url("images/icons/arrow-gray.svg");
    background-size: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  /* line 72, src/stylesheets/components/_carousel.scss */
  .Carousel--fade {
    background: white;
    color: black; }
    /* line 5, src/stylesheets/components/_fade.scss */
    .Carousel--fade strong {
      color: inherit; }
  /* line 76, src/stylesheets/components/_carousel.scss */
  .Carousel__fade-overlay {
    z-index: 0; }

/* line 1, src/stylesheets/components/_splash.scss */
.Splash {
  color: white;
  position: relative;
  padding: 36px 0; }
  @media only screen and (min-width: 1112px) {
    /* line 1, src/stylesheets/components/_splash.scss */
    .Splash {
      padding: 72px 0; } }
  /* line 10, src/stylesheets/components/_splash.scss */
  .Carousel .Splash {
    padding-left: 0;
    padding-right: 0; }
  /* line 19, src/stylesheets/components/_splash.scss */
  .Site__top-item .Splash {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 24, src/stylesheets/components/_splash.scss */
  .Splash__inner {
    position: relative;
    padding: 0 30px; }
    @media only screen and (max-width: 1113px) {
      /* line 24, src/stylesheets/components/_splash.scss */
      .Splash__inner {
        max-width: 800px;
        padding-right: 0; } }
    @media only screen and (min-width: 1112px) {
      /* line 24, src/stylesheets/components/_splash.scss */
      .Splash__inner {
        padding: 0 0 0 340px; } }
  /* line 38, src/stylesheets/components/_splash.scss */
  .Splash__content {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1112px) {
      /* line 38, src/stylesheets/components/_splash.scss */
      .Splash__content {
        position: absolute;
        left: 30px;
        width: 425px;
        bottom: 36px;
        z-index: 2; }
        /* line 49, src/stylesheets/components/_splash.scss */
        .Carousel--tip .Splash__content {
          padding-bottom: 18px; }
        /* line 53, src/stylesheets/components/_splash.scss */
        .Splash--title-serif .Splash__content,
        .Splash--title-italic .Splash__content {
          width: 595px; }
        /* line 58, src/stylesheets/components/_splash.scss */
        .Splash--title-small .Splash__content {
          padding-right: 30px;
          width: 322px; } }
  /* line 65, src/stylesheets/components/_splash.scss */
  .Splash__tip {
    color: #FF6355;
    margin-bottom: 18px;
    text-align: center; }
    @media only screen and (min-width: 1112px) {
      /* line 65, src/stylesheets/components/_splash.scss */
      .Splash__tip {
        width: 304px;
        margin-bottom: 36px; } }
    /* line 75, src/stylesheets/components/_splash.scss */
    .Splash__tip__inner {
      display: inline-block;
      position: relative; }
      /* line 79, src/stylesheets/components/_splash.scss */
      .Splash__tip__inner:before {
        content: '';
        background: url("images/icons/tip.svg") no-repeat;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 50%;
        left: -49px;
        margin-top: -20px; }
  /* line 92, src/stylesheets/components/_splash.scss */
  .Carousel--light .Splash {
    color: black; }
  /* line 96, src/stylesheets/components/_splash.scss */
  .Splash__bg-text {
    position: absolute;
    top: -144px;
    left: 18px;
    color: #9D9D9D;
    font-size: 260px;
    font-weight: 900;
    opacity: 0.15;
    z-index: -1;
    letter-spacing: -2px; }
    /* line 107, src/stylesheets/components/_splash.scss */
    .Site__top-item .Splash__bg-text {
      color: #000;
      opacity: 1; }
  /* line 113, src/stylesheets/components/_splash.scss */
  .Splash__pre-title {
    color: #9D9D9D;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px; }
    /* line 121, src/stylesheets/components/_splash.scss */
    .Splash--fade .Splash__pre-title,
    .Carousel--light .Splash__pre-title {
      color: black; }
  /* line 127, src/stylesheets/components/_splash.scss */
  .Splash__title {
    margin-bottom: 18px;
    max-width: 560px; }
    /* line 132, src/stylesheets/components/_splash.scss */
    .Carousel .Splash__title {
      padding-right: 30px; }
    /* line 136, src/stylesheets/components/_splash.scss */
    .Carousel .slick-initialized .Splash__title {
      padding-right: 63px; }
    @media only screen and (min-width: 1112px) {
      /* line 127, src/stylesheets/components/_splash.scss */
      .Splash__title {
        margin-bottom: 45px;
        max-width: none; }
        /* line 144, src/stylesheets/components/_splash.scss */
        .Carousel .Splash__title {
          padding-right: 0; } }
    /* line 153, src/stylesheets/components/_splash.scss */
    .Splash--title-italic .Splash__title {
      font-size: 26px;
      line-height: 1.1875;
      font-style: italic;
      font-weight: 500;
      margin-bottom: 36px; }
      @media only screen and (min-width: 600px) {
        /* line 153, src/stylesheets/components/_splash.scss */
        .Splash--title-italic .Splash__title {
          font-size: 26.25px;
          margin-bottom: 36px; } }
  /* line 172, src/stylesheets/components/_splash.scss */
  .Splash__preamble {
    margin-bottom: 36px;
    font-style: italic; }
  /* line 178, src/stylesheets/components/_splash.scss */
  .Splash__pre-text {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 11px;
    font-weight: 900; }
    @media only screen and (min-width: 1112px) {
      /* line 185, src/stylesheets/components/_splash.scss */
      .Carousel--tip .slick-initialized .Splash__pre-text {
        padding-left: 72px; } }
  /* line 191, src/stylesheets/components/_splash.scss */
  .Splash__text {
    font-size: 14px;
    margin-bottom: 18px;
    max-width: 560px;
    padding-right: 30px; }
    @media only screen and (min-width: 1112px) {
      /* line 191, src/stylesheets/components/_splash.scss */
      .Splash__text {
        max-width: none;
        width: 322px; }
        /* line 204, src/stylesheets/components/_splash.scss */
        .Carousel--tip .slick-initialized .Splash__text {
          padding-left: 72px; } }
    /* line 209, src/stylesheets/components/_splash.scss */
    .Splash--fade .Splash__text,
    .Carousel--light .Splash__text {
      color: black; }
      /* line 213, src/stylesheets/components/_splash.scss */
      .Splash--fade .Splash__text strong,
      .Carousel--light .Splash__text strong {
        color: inherit; }
  /* line 219, src/stylesheets/components/_splash.scss */
  .Splash__link {
    padding-right: 30px;
    margin-bottom: 18px; }
    @media only screen and (min-width: 1112px) {
      /* line 219, src/stylesheets/components/_splash.scss */
      .Splash__link {
        margin-bottom: 0;
        width: 322px; } }
  /* line 230, src/stylesheets/components/_splash.scss */
  .Splash__image {
    border-bottom-left-radius: 75px;
    overflow: hidden;
    padding-right: 30px; }
    @media only screen and (min-width: 600px) {
      /* line 230, src/stylesheets/components/_splash.scss */
      .Splash__image {
        border-bottom-left-radius: 115px; } }
    @media only screen and (min-width: 1112px) {
      /* line 230, src/stylesheets/components/_splash.scss */
      .Splash__image {
        border-bottom-left-radius: 150px; } }
    /* line 235, src/stylesheets/components/_splash.scss */
    .Carousel .Splash__image {
      padding-right: 0; }
    /* line 239, src/stylesheets/components/_splash.scss */
    .Splash__image img {
      width: 100%; }
  /* line 244, src/stylesheets/components/_splash.scss */
  .Splash--fade,
  .Carousel--fade .Splash {
    background: white;
    color: black; }
    /* line 5, src/stylesheets/components/_fade.scss */
    .Splash--fade strong,
    .Carousel--fade .Splash strong {
      color: inherit; }

/* line 1, src/stylesheets/components/_post-loop.scss */
.Post-loop {
  background: white;
  color: black; }
  /* line 5, src/stylesheets/components/_post-loop.scss */
  .Post-loop__inner {
    padding: 36px 30px; }
    @media only screen and (min-width: 1112px) {
      /* line 5, src/stylesheets/components/_post-loop.scss */
      .Post-loop__inner {
        padding: 72px 30px 0 30px; } }
  /* line 14, src/stylesheets/components/_post-loop.scss */
  .Post-loop__title {
    margin-bottom: 18px; }
    @media only screen and (min-width: 1112px) {
      /* line 14, src/stylesheets/components/_post-loop.scss */
      .Post-loop__title {
        margin-bottom: 36px;
        text-align: center; } }
    /* line 23, src/stylesheets/components/_post-loop.scss */
    .Post-loop--3-grid .Post-loop__title {
      margin-bottom: 0; }
      @media only screen and (min-width: 1112px) {
        /* line 23, src/stylesheets/components/_post-loop.scss */
        .Post-loop--3-grid .Post-loop__title {
          text-align: right; } }
  /* line 33, src/stylesheets/components/_post-loop.scss */
  .Post-loop-item {
    padding-bottom: 72px; }
    /* line 36, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__title {
      font-weight: 500;
      margin: 9px 0; }
      /* line 41, src/stylesheets/components/_post-loop.scss */
      .Post-loop-item--contact .Post-loop-item__title {
        font-style: italic; }
    /* line 47, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__text {
      font-size: 15px;
      margin-top: 0; }
    /* line 52, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    /* line 56, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__email-link, .Post-loop-item__phone-link {
      font-weight: 700;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      position: relative;
      width: 50%; }
      /* line 63, src/stylesheets/components/_post-loop.scss */
      .Post-loop-item__email-link:before, .Post-loop-item__phone-link:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        background-size: 100%;
        background-repeat: no-repeat; }
    /* line 73, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__email-link {
      padding-left: 37.5px; }
      /* line 76, src/stylesheets/components/_post-loop.scss */
      .Post-loop-item__email-link:before {
        background-image: url("images/icons/contact-email.svg");
        width: 30px;
        height: 21px;
        margin-top: -11px; }
    /* line 84, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__phone-link {
      padding-left: 22.5px; }
      /* line 87, src/stylesheets/components/_post-loop.scss */
      .Post-loop-item__phone-link:before {
        background-image: url("images/icons/contact-phone.svg");
        width: 18px;
        height: 37px;
        margin-top: -18px; }
    /* line 95, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__link {
      margin-right: 54px; }
    /* line 100, src/stylesheets/components/_post-loop.scss */
    .Post-loop-item__image {
      /* Round image for Markus bjuder på kaffet */ }
      /* line 102, src/stylesheets/components/_post-loop.scss */
      .Post-loop-item__image img {
        display: block;
        width: 100%; }
      /* line 107, src/stylesheets/components/_post-loop.scss */
      .Post-loop-item__image__coffee img {
        border-radius: 50%; }
  /* line 113, src/stylesheets/components/_post-loop.scss */
  .Post-loop__link {
    left: 0; }

/* line 1, src/stylesheets/components/_teaser-loop.scss */
.Teaser-loop {
  background: #141414;
  color: white; }
  /* line 5, src/stylesheets/components/_teaser-loop.scss */
  .Teaser-loop__inner {
    padding: 36px 30px 36px 30px; }
    @media only screen and (min-width: 1112px) {
      /* line 5, src/stylesheets/components/_teaser-loop.scss */
      .Teaser-loop__inner {
        padding: 72px 30px 72px 30px; } }
  /* line 14, src/stylesheets/components/_teaser-loop.scss */
  .Teaser-loop__pre-title {
    color: #9D9D9D;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px; }
  /* line 22, src/stylesheets/components/_teaser-loop.scss */
  .Teaser-loop__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px; }
  /* line 27, src/stylesheets/components/_teaser-loop.scss */
  .Teaser-loop__title {
    margin-bottom: 0;
    padding-right: 60px; }
  /* line 34, src/stylesheets/components/_teaser-loop.scss */
  .Teaser-loop__text__inner {
    color: #9D9D9D;
    font-weight: 500;
    letter-spacing: 0.02em; }
    /* line 40, src/stylesheets/components/_teaser-loop.scss */
    .Teaser-loop__text__inner strong {
      font-weight: 700;
      color: #fff; }
    @media only screen and (min-width: 1112px) {
      /* line 34, src/stylesheets/components/_teaser-loop.scss */
      .Teaser-loop__text__inner {
        padding-right: 150px; } }
  /* line 51, src/stylesheets/components/_teaser-loop.scss */
  .Teaser-loop-item {
    padding-bottom: 30px;
    position: relative; }
    /* line 55, src/stylesheets/components/_teaser-loop.scss */
    .Teaser-loop-item__overlay {
      background: black;
      padding: 18px; }
      @media only screen and (min-width: 1112px) {
        /* line 55, src/stylesheets/components/_teaser-loop.scss */
        .Teaser-loop-item__overlay {
          opacity: 0;
          -webkit-transition: opacity ease-out 0.2s;
          -o-transition: opacity ease-out 0.2s;
          transition: opacity ease-out 0.2s;
          position: absolute;
          top: 0;
          left: 0;
          width: 50%;
          border-bottom-right-radius: 70px;
          padding: 9px 36px 18px 9px; }
          /* line 69, src/stylesheets/components/_teaser-loop.scss */
          .Teaser-loop-item:hover .Teaser-loop-item__overlay {
            opacity: 1; }
          /* line 73, src/stylesheets/components/_teaser-loop.scss */
          .Grid__col--4 .Teaser-loop-item__overlay,
          .Grid__col .Grid__col .Teaser-loop-item__overlay {
            width: 80%; } }
    /* line 81, src/stylesheets/components/_teaser-loop.scss */
    .Teaser-loop-item__image {
      background-position: center;
      background-size: cover;
      padding-top: 75%; }
      @media only screen and (max-width: 1113px) {
        /* line 81, src/stylesheets/components/_teaser-loop.scss */
        .Teaser-loop-item__image {
          background: none !important;
          padding-top: 0; } }
      /* line 91, src/stylesheets/components/_teaser-loop.scss */
      .Teaser-loop-item__image img {
        display: block;
        width: 100%; }
        @media only screen and (min-width: 1112px) {
          /* line 91, src/stylesheets/components/_teaser-loop.scss */
          .Teaser-loop-item__image img {
            display: none; } }
    @media only screen and (max-width: 1113px) {
      /* line 101, src/stylesheets/components/_teaser-loop.scss */
      .Teaser-loop-item__title {
        font-size: inherit; } }
    /* line 109, src/stylesheets/components/_teaser-loop.scss */
    .Teaser-loop-item__text {
      color: #9D9D9D; }
      @media only screen and (max-width: 1113px) {
        /* line 109, src/stylesheets/components/_teaser-loop.scss */
        .Teaser-loop-item__text {
          margin-top: 0; } }
    /* line 117, src/stylesheets/components/_teaser-loop.scss */
    .Teaser-loop-item__link {
      margin-top: 9px; }

/* line 1, src/stylesheets/components/_masonry-loop.scss */
.Masonry-loop {
  padding: 72px 30px; }
  /* line 8, src/stylesheets/components/_masonry-loop.scss */
  .Masonry-loop__title {
    margin-bottom: 36px;
    text-align: center; }
  /* line 14, src/stylesheets/components/_masonry-loop.scss */
  .Masonry-loop-item {
    padding-bottom: 30px;
    position: relative; }

/* line 1, src/stylesheets/components/_blurb-loop.scss */
.Blurb-loop {
  background: #141414; }
  /* line 4, src/stylesheets/components/_blurb-loop.scss */
  .Blurb-loop__inner {
    padding: 36px 30px 18px 30px; }
    @media only screen and (min-width: 1112px) {
      /* line 4, src/stylesheets/components/_blurb-loop.scss */
      .Blurb-loop__inner {
        padding: 72px 30px 0 30px; } }
  /* line 13, src/stylesheets/components/_blurb-loop.scss */
  .Blurb-loop__title {
    margin-bottom: 36px;
    text-align: center; }
  /* line 19, src/stylesheets/components/_blurb-loop.scss */
  .Blurb-loop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 1112px) {
      /* line 19, src/stylesheets/components/_blurb-loop.scss */
      .Blurb-loop__items {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  /* line 29, src/stylesheets/components/_blurb-loop.scss */
  .Blurb-loop-item {
    background: black;
    border-radius: 999em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 18px 36px 18px;
    padding: 0 36px;
    text-align: center;
    height: 60vw;
    width: 60vw; }
    @media only screen and (min-width: 600px) {
      /* line 29, src/stylesheets/components/_blurb-loop.scss */
      .Blurb-loop-item {
        height: 34vw;
        width: 34vw; } }
    @media only screen and (min-width: 1112px) {
      /* line 29, src/stylesheets/components/_blurb-loop.scss */
      .Blurb-loop-item {
        width: 240px;
        height: 240px;
        margin-bottom: 72px; } }
    /* line 56, src/stylesheets/components/_blurb-loop.scss */
    .Blurb-loop-item__title {
      margin: 0 0 4.5px 0; }
    /* line 61, src/stylesheets/components/_blurb-loop.scss */
    .Blurb-loop-item__text {
      font-size: 15px;
      margin-top: 0; }
    /* line 66, src/stylesheets/components/_blurb-loop.scss */
    .Blurb-loop-item__link {
      margin-left: auto;
      margin-right: auto;
      padding-left: 1em;
      width: 140px; }
    /* line 76, src/stylesheets/components/_blurb-loop.scss */
    .Blurb-loop-item__image img {
      display: block;
      width: 100%; }

/* line 1, src/stylesheets/components/_post-content.scss */
.Post-content {
  color: black;
  padding: 72px 0 0 0; }
  /* line 5, src/stylesheets/components/_post-content.scss */
  .Post-content--no-image {
    padding-top: 0; }
  /* line 9, src/stylesheets/components/_post-content.scss */
  .Post-content__inner {
    background: white; }
    /* line 12, src/stylesheets/components/_post-content.scss */
    .Post-content--no-image .Post-content__inner {
      padding-top: 18px; }
  /* line 17, src/stylesheets/components/_post-content.scss */
  .Post-content__content {
    padding: 0 30px 36px 30px; }
    @media only screen and (min-width: 1112px) {
      /* line 17, src/stylesheets/components/_post-content.scss */
      .Post-content__content {
        padding: 0 30px 72px 30px; } }
  /* line 26, src/stylesheets/components/_post-content.scss */
  .Post-content .Grid__col {
    position: relative; }
  /* line 30, src/stylesheets/components/_post-content.scss */
  .Post-content__image {
    border-bottom-left-radius: 75px;
    max-width: 1128px;
    margin: 0 -30px -36px auto;
    overflow: hidden;
    position: relative;
    top: -72px; }
    @media only screen and (min-width: 600px) {
      /* line 30, src/stylesheets/components/_post-content.scss */
      .Post-content__image {
        border-bottom-left-radius: 115px; } }
    @media only screen and (min-width: 1112px) {
      /* line 30, src/stylesheets/components/_post-content.scss */
      .Post-content__image {
        border-bottom-left-radius: 150px; } }
    /* line 38, src/stylesheets/components/_post-content.scss */
    .Post-content--uppdrag .Post-content__image {
      overflow: visible; }
    /* line 42, src/stylesheets/components/_post-content.scss */
    .Post-content__image img {
      display: block; }
    @media only screen and (min-width: 1112px) {
      /* line 30, src/stylesheets/components/_post-content.scss */
      .Post-content__image {
        margin-right: -12px;
        right: -30px;
        max-height: 560px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        /* line 53, src/stylesheets/components/_post-content.scss */
        .Post-content--uppdrag .Post-content__image {
          top: -54px; }
        /* line 58, src/stylesheets/components/_post-content.scss */
        .Post-content--uppdrag .Post-content__image__inner {
          padding-left: 180px; } }
  @media only screen and (min-width: 1112px) {
    /* line 65, src/stylesheets/components/_post-content.scss */
    .Post-content__title {
      text-align: right;
      font-size: 55px;
      letter-spacing: -0.01em; } }
  @media only screen and (max-width: 1113px) {
    /* line 65, src/stylesheets/components/_post-content.scss */
    .Post-content__title {
      margin-top: -50px; }
      /* line 81, src/stylesheets/components/_post-content.scss */
      .Post-content--no-image .Post-content__title {
        margin-top: 0; } }
  /* line 87, src/stylesheets/components/_post-content.scss */
  .Post-content__preamble {
    padding: 0 0 18px 0; }
    @media only screen and (min-width: 1112px) {
      /* line 87, src/stylesheets/components/_post-content.scss */
      .Post-content__preamble {
        padding: 18px 0; } }
  /* line 100, src/stylesheets/components/_post-content.scss */
  .Post-content__socials {
    margin-top: 18px; }
    @media only screen and (min-width: 1112px) {
      /* line 100, src/stylesheets/components/_post-content.scss */
      .Post-content__socials {
        position: absolute;
        bottom: 0;
        left: 0; } }
  /* line 110, src/stylesheets/components/_post-content.scss */
  .Post-content__social {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 18px;
    overflow: hidden;
    text-indent: -999em; }
    /* line 118, src/stylesheets/components/_post-content.scss */
    .Post-content__social--facebook {
      background: url("images/icons/social-facebook.svg") no-repeat; }
    /* line 122, src/stylesheets/components/_post-content.scss */
    .Post-content__social--twitter {
      background: url("images/icons/social-twitter.svg") no-repeat; }
    /* line 126, src/stylesheets/components/_post-content.scss */
    .Post-content__social--pinterest {
      background: url("images/icons/social-pinterest.svg") no-repeat; }
    /* line 130, src/stylesheets/components/_post-content.scss */
    .Post-content__social--email {
      background: url("images/icons/email.svg") no-repeat; }

/* line 1, src/stylesheets/components/_break-out.scss */
.Break-out {
  color: black;
  background-color: #F7ECEB;
  background-position: center;
  background-size: cover; }
  /* line 7, src/stylesheets/components/_break-out.scss */
  .Break-out__inner {
    padding: 72px 30px;
    position: relative; }
    @media only screen and (min-width: 1112px) {
      /* line 7, src/stylesheets/components/_break-out.scss */
      .Break-out__inner {
        min-height: 460px; }
        /* line 15, src/stylesheets/components/_break-out.scss */
        .Break-out__inner:before, .Break-out__inner:after {
          content: '';
          background: url("images/icons/link-arrow.svg") no-repeat;
          background-position: top right;
          width: 184px;
          height: 16px;
          position: absolute;
          left: 30px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transform-origin: top left;
              -ms-transform-origin: top left;
                  transform-origin: top left; }
        /* line 28, src/stylesheets/components/_break-out.scss */
        .Break-out__inner:before {
          top: -80px; }
        /* line 32, src/stylesheets/components/_break-out.scss */
        .Break-out__inner:after {
          bottom: 80px; } }
  @media only screen and (min-width: 1112px) {
    /* line 38, src/stylesheets/components/_break-out.scss */
    .Break-out__title {
      text-align: right; } }
  @media only screen and (min-width: 1112px) {
    /* line 46, src/stylesheets/components/_break-out.scss */
    .Break-out__col {
      padding-top: 2px; } }

/* line 1, src/stylesheets/components/_video.scss */
.Fit-vids {
  position: relative; }
  /* line 4, src/stylesheets/components/_video.scss */
  .Fit-vids--playing video {
    cursor: pointer; }
  /* line 8, src/stylesheets/components/_video.scss */
  .Fit-vids__play {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("images/icons/play.svg") no-repeat;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    overflow: hidden;
    text-indent: -999em;
    outline: none; }
    /* line 23, src/stylesheets/components/_video.scss */
    .Fit-vids--playing .Fit-vids__play {
      display: none; }
