@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap");
.blurbs {
  padding-top: 3rem; }

.image-headline h1.heading-alpha {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border: none; }
  button:focus {
    outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  width: 88%;
  max-width: 1320px;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .container {
      padding: 0; } }
  @media only screen and (min-width: 500px) {
    .container {
      padding: 0 1.25rem; } }
  .container.narrow {
    max-width: 1100px; }

.piece {
  padding: 0 1.25rem; }

.half {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.third {
  width: 33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fourth {
  width: 25%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fifth {
  width: 20%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

html {
  box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

a {
  color: #1A1919;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper .valign {
  display: block; }

ul, ol {
  padding: 0;
  list-style-position: inside; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2"); }

.top-vertical-align {
  vertical-align: top; }

.middle-vertical-align {
  vertical-align: middle; }

.bottom-vertical-align {
  vertical-align: bottom; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

img,
svg {
  vertical-align: top; }

img.responsive-img,
video.responsive-video {
  width: 100%;
  height: auto; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.full-width {
  width: 100%; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.drop-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }

.drop-shadow-less {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 15.113px; } }
  @media only screen and (min-width: 500px) {
    html {
      font-size: 16.0548px; } }
  @media only screen and (min-width: 1000px) {
    html {
      font-size: 17px; } }

/************
  Headings
************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1A1919; }

@media only screen and (min-width: 0) {
  .heading-alpha {
    font-size: 2rem; } }

@media only screen and (min-width: 500px) {
  .heading-alpha {
    font-size: 2.8235rem; } }

@media only screen and (min-width: 1000px) {
  .heading-alpha {
    font-size: 3.777rem; } }

@media only screen and (min-width: 0) {
  .heading-beta {
    font-size: 1.5rem; } }

@media only screen and (min-width: 500px) {
  .heading-beta {
    font-size: 2.1176rem; } }

@media only screen and (min-width: 1000px) {
  .heading-beta {
    font-size: 2.6667rem; } }

@media only screen and (min-width: 0) {
  .heading-gamma {
    font-size: 1.3125rem; } }

@media only screen and (min-width: 500px) {
  .heading-gamma {
    font-size: 1.6471rem; } }

@media only screen and (min-width: 1000px) {
  .heading-gamma {
    font-size: 2rem; } }

@media only screen and (min-width: 0) {
  .heading-delta {
    font-size: 1.125rem; } }

@media only screen and (min-width: 500px) {
  .heading-delta {
    font-size: 1.2353rem; } }

@media only screen and (min-width: 1000px) {
  .heading-delta {
    font-size: 1.3333rem; } }

.heading-epsilon {
  font-size: 1.1667rem; }

.heading-zeta {
  font-size: 1rem; }

/**********************
  Paragraphs & Lists
**********************/
p,
ul,
ol {
  font-size: 1rem;
  margin: 0 0 1em; }

.preamble {
  font-size: 1.7778rem;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: 300; }

/********
  Links
*********/
a {
  transition: color 300ms ease; }

strong {
  font-weight: 400; }

blockquote {
  border-left: 10px #981915 solid;
  padding-left: 30px;
  margin-top: 40px; }

p a {
  text-decoration: underline; }

.button {
  padding: 0 1.6667rem;
  text-transform: uppercase;
  font-size: 0.7778rem;
  font-weight: 700;
  letter-spacing: 0.093em;
  border: none;
  transition: opacity 300ms;
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 0) {
    .button {
      height: 2.5rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 500px) {
    .button {
      height: 2.7778rem;
      line-height: 2.7778rem; } }
  .button.primary {
    background: #1A1919;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none; }
  .button.secondary {
    background: #FFFFFF;
    color: #1A1919;
    text-transform: uppercase; }
  .button.tertiary {
    background: #222222;
    color: #FFFFFF;
    text-transform: uppercase; }
  .button.outline {
    background: transparent;
    color: #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF inset;
    text-transform: uppercase; }
  .button:hover {
    opacity: 0.8; }

section.blurbs {
  padding-bottom: 10px; }
  @media only screen and (min-width: 0) {
    section.blurbs {
      white-space: normal;
      text-align: center; } }
  @media only screen and (min-width: 1000px) {
    section.blurbs {
      white-space: nowrap; } }
  section.blurbs div.blurb {
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: top; }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb {
        width: 100%;
        max-width: 510px;
        margin-bottom: 13%; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb {
        width: 50%;
        max-width: none;
        margin-bottom: 9.375%; } }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb.first {
        padding: 0; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb.first {
        padding-right: 10px; } }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb.second {
        padding: 0; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb.second {
        padding-left: 10px; } }
    @media only screen and (min-width: 0px) {
      section.blurbs div.blurb img {
        margin-bottom: 6.25%; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb img {
        margin-bottom: 30px; } }
    section.blurbs div.blurb h3 {
      font-family: "Playfair Display", serif;
      font-size: 24px;
      font-weight: 700;
      color: #1A1919;
      text-transform: uppercase;
      letter-spacing: normal; }
    section.blurbs div.blurb a {
      font-weight: 700;
      color: #1A1919;
      letter-spacing: normal;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1em;
      line-height: 0.9375em;
      display: block;
      padding-top: 5px;
      transition: color 300ms; }
      section.blurbs div.blurb a:hover {
        color: black; }

.card {
  font-family: "Roboto", sans-serif;
  margin: 20px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF; }
  .card:hover .card-image .hover_image {
    text-decoration: none; }
    .card:hover .card-image .hover_image img:first-child {
      display: none; }
    .card:hover .card-image .hover_image img:last-child {
      display: block; }
  .card .card-title {
    color: #FFFFFF;
    font-size: 17px;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    text-transform: initial; }
    .card .card-title:after {
      content: "";
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 40px;
      height: 100%;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
      /* W3C */ }
    .card .card-title.activator {
      cursor: pointer; }
  .card .card-image {
    position: relative;
    cursor: pointer; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
    .card .card-image .hover_image img:first-child {
      display: block; }
    .card .card-image .hover_image img:last-child {
      display: none; }
  .card .card-content {
    padding: 15px 25px;
    position: relative; }
    .card .card-content span {
      vertical-align: middle; }
    .card .card-content svg {
      vertical-align: middle;
      pointer-events: none;
      line-height: 1;
      margin-top: 4px;
      position: absolute;
      right: 20px;
      z-index: 2;
      cursor: pointer; }
      .card .card-content svg g {
        fill: #FFFFFF; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 17px;
      color: #FFFFFF; }
  .card .card-reveal {
    padding: 15px 25px;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .card-title {
      position: relative;
      cursor: pointer;
      display: block;
      overflow: visible;
      white-space: normal; }
      .card .card-reveal .card-title button.close {
        background: transparent;
        padding: 0;
        margin-left: 10px; }
        .card .card-reveal .card-title button.close svg {
          pointer-events: none;
          width: 14px;
          height: 14px; }
          .card .card-reveal .card-title button.close svg g {
            fill: #FFFFFF; }
        .card .card-reveal .card-title button.close:hover svg g {
          fill: #e6e6e6; }
      .card .card-reveal .card-title:after {
        display: none; }
    .card .card-reveal p {
      color: #000000;
      font-weight: 300; }

section.contact-area {
  position: relative;
  color: #1A1919;
  font-weight: 400;
  margin: 0 auto; }
  @media only screen and (min-width: 0px) {
    section.contact-area {
      padding-top: 13.75%;
      padding-bottom: 25%; } }
  @media only screen and (min-width: 500px) {
    section.contact-area {
      padding-top: 8.2%;
      padding-bottom: 10.25%; } }
  @media only screen and (min-width: 1000px) {
    section.contact-area {
      padding-top: 5.2%;
      padding-bottom: 6.25%; } }
  section.contact-area .container {
    margin: 0 auto; }
    section.contact-area .container .heading-delta {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      letter-spacing: 0.01em; }
    section.contact-area .container .heading-zeta {
      font-family: "Roboto", sans-serif;
      margin-bottom: 30px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.01em; }
    @media only screen and (min-width: 0px) {
      section.contact-area .container.contact-area-text {
        padding-bottom: 41px; } }
    @media only screen and (min-width: 500px) {
      section.contact-area .container.contact-area-text {
        padding-bottom: 50px; } }
    @media only screen and (min-width: 0px) {
      section.contact-area .container.contact-area-address {
        padding-bottom: 46px; } }
    @media only screen and (min-width: 500px) {
      section.contact-area .container.contact-area-address {
        padding-bottom: 68px; } }
    section.contact-area .container.contact-area-address address {
      font-style: normal;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.4em; }
      section.contact-area .container.contact-area-address address a {
        color: #1A1919;
        transition: color 300ms;
        display: block; }
        section.contact-area .container.contact-area-address address a:hover {
          color: black; }
    section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
      display: block;
      text-align: left;
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 1rem;
      line-height: 1.2222rem;
      padding: 15px;
      border: 1px #EBEBEB solid;
      color: #8A959E;
      font-weight: 200;
      -webkit-appearance: none;
      border-radius: 0; }
      @media only screen and (min-width: 0px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 100%; } }
      @media only screen and (min-width: 500px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 85%; } }
      @media only screen and (min-width: 1000px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 38%; } }
    section.contact-area .container.contact-area-form form input {
      height: 50px; }
      section.contact-area .container.contact-area-form form input.contact-send {
        color: #FFFFFF;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7777rem;
        line-height: 0.9444rem;
        letter-spacing: 0.1294rem; }
    section.contact-area .container p {
      display: inline-block;
      margin-bottom: 0;
      font-family: "Playfair Display", serif; }
      @media only screen and (min-width: 0) {
        section.contact-area .container p {
          width: 100%; } }
      @media only screen and (min-width: 500px) {
        section.contact-area .container p {
          width: 85%; } }
      @media only screen and (min-width: 1000px) {
        section.contact-area .container p {
          width: 50%; } }
  section.contact-area #success {
    color: #8fc24e; }

@media only screen and (min-width: 0) {
  .no-image .contact-popper-button {
    height: 30px;
    width: 30px;
    top: calc(vw + 55px);
    right: 20px; } }

@media only screen and (min-width: 500px) {
  .no-image .contact-popper-button {
    position: fixed;
    height: 50px;
    width: 50px;
    top: calc(37.15vw + 55px);
    right: 50px;
    left: auto; } }

@media only screen and (min-width: 1000px) {
  .no-image .contact-popper-button {
    top: calc(37.15vw + 55px); } }

.contact-popper-button {
  background: #1A1919;
  padding: 0;
  transition: opacity 300ms, left 500ms;
  opacity: 1;
  position: fixed;
  z-index: 3; }
  @media only screen and (min-width: 0) {
    .contact-popper-button {
      height: 30px;
      width: 30px;
      top: calc(75vw + 65px);
      right: 20px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper-button {
      position: fixed;
      height: 50px;
      width: 50px;
      top: calc(50vw + 55px);
      right: 50px;
      left: auto; } }
  @media only screen and (min-width: 1000px) {
    .contact-popper-button {
      top: calc(37.15vw + 55px); } }
  @media only screen and (min-width: 0) {
    .contact-popper-button svg {
      width: 14px;
      padding-top: 7px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper-button svg {
      width: 22px;
      padding-top: 4px; } }
  .contact-popper-button svg g {
    fill: #FFFFFF; }
  .contact-popper-button:hover {
    opacity: 0.8; }

@media only screen and (min-width: 0) {
  body.display-nav .contact-popper-button {
    left: -130px; } }

@media only screen and (min-width: 500px) {
  body.display-nav .contact-popper-button {
    right: -10px; } }

.contact-popper {
  text-align: left;
  height: 0;
  width: 0;
  position: fixed;
  background: #FFFFFF;
  opacity: 0;
  transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
  overflow: hidden;
  z-index: 11; }
  @media only screen and (min-width: 0) {
    .contact-popper {
      top: calc(75vw + 60px);
      right: 10px;
      padding: 30px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper {
      top: calc(50vw + 35px);
      position: fixed;
      right: 30px;
      left: auto;
      padding: 50px; } }
  @media only screen and (min-width: 1000px) {
    .contact-popper {
      top: calc(37.15vw + 35px); } }
  .contact-popper h3,
  .contact-popper p,
  .contact-popper a {
    opacity: 0;
    transition: opacity 300ms ease;
    transition-delay: 300ms; }
  .contact-popper h3 {
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: normal; }
  .contact-popper p {
    color: #FFFFFF;
    font-size: 0.8889rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  .contact-popper a {
    color: #FFFFFF;
    display: block;
    line-height: 2.1em; }
    .contact-popper a svg {
      position: relative; }
      .contact-popper a svg.phone {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 8px; }
      .contact-popper a svg.mobile {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 9px; }
      .contact-popper a svg.mail {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 12px; }
      .contact-popper a svg g {
        fill: #FFFFFF;
        transition: fill 300ms ease; }
    .contact-popper a:hover {
      color: #e6e6e6; }
      .contact-popper a:hover svg g {
        fill: white; }
  .contact-popper a.button {
    line-height: 2.7778rem;
    margin-bottom: 20px; }
  .contact-popper button {
    background: transparent;
    padding: 15px;
    height: 50px;
    position: absolute; }
    @media only screen and (min-width: 0) {
      .contact-popper button {
        top: 0px;
        right: 5px; } }
    @media only screen and (min-width: 500px) {
      .contact-popper button {
        top: 20px;
        right: 20px;
        left: auto; } }
    @media only screen and (min-width: 0) {
      .contact-popper button svg {
        width: 14px;
        height: 14px; } }
    @media only screen and (min-width: 500px) {
      .contact-popper button svg {
        width: 20px;
        height: 20px; } }
    .contact-popper button svg g {
      fill: #FFFFFF;
      transition: fill 300ms ease; }
    .contact-popper button:hover svg g {
      fill: white; }
  .contact-popper.open {
    opacity: 1; }
    @media only screen and (min-width: 0) {
      .contact-popper.open {
        height: 400px;
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 500px) {
      .contact-popper.open {
        height: 400px;
        width: 400px; } }
    @media only screen and (min-width: 0px) and (max-height: 430px) {
      .contact-popper.open {
        height: calc(100% - 60px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 20px);
        overflow: scroll; }
        .contact-popper.open button.close {
          left: auto;
          right: 10px;
          top: 10px; } }
    @media only screen and (min-width: 500px) and (max-height: 430px) {
      .contact-popper.open {
        width: calc(100% - 60px); } }
    .contact-popper.open h3,
    .contact-popper.open p,
    .contact-popper.open a {
      opacity: 1; }

.mix {
  display: none; }

.product-filter {
  padding-bottom: 60px;
  margin: 20px; }
  .product-filter .container h4 {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.4em;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }
  .product-filter .container div.select-replace {
    width: 400px;
    background-color: #FFFFFF;
    max-width: 100%;
    height: 50px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    display: block;
    text-align: left;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
    .product-filter .container div.select-replace span.value {
      padding: 11px 16px 6px;
      overflow: hidden;
      display: inline-block;
      color: #9B9B9B;
      text-transform: initial;
      font-family: "Roboto", sans-serif; }
    .product-filter .container div.select-replace div.arrow-down {
      position: absolute;
      right: 20px;
      top: 18px;
      text-align: center; }
      .product-filter .container div.select-replace div.arrow-down g {
        fill: #9B9B9B; }
    .product-filter .container div.select-replace ul {
      height: auto;
      list-style-type: none;
      display: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 10;
      background: #fff;
      top: -4px;
      left: -1px;
      width: calc(100% + 2px);
      border-left: 1px solid #EBEBEB;
      border-right: 1px solid #EBEBEB;
      max-height: 350px;
      overflow: scroll; }
      .product-filter .container div.select-replace ul li {
        border-bottom: 1px solid #EBEBEB;
        border-top: 0;
        padding: 11px 16px 6px;
        transition-property: color background;
        transition-duration: 300ms;
        min-height: 40px;
        text-transform: initial; }
        .product-filter .container div.select-replace ul li:hover, .product-filter .container div.select-replace ul li.active {
          background: #fcfcfc; }
        .product-filter .container div.select-replace ul li a {
          display: block;
          color: #9B9B9B; }
    .product-filter .container div.select-replace.open ul {
      display: block; }
  .product-filter .container div.select-replace.open .arrow-down svg {
    transform: rotate(180deg); }

section.product-grid {
  position: relative;
  padding-bottom: 9.375%; }
  section.product-grid .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.product-grid .container .product {
        width: 100%; } }
    @media only screen and (min-width: 500px) {
      section.product-grid .container .product {
        width: 50%; } }
    @media only screen and (min-width: 1000px) {
      section.product-grid .container .product {
        width: 33%; } }

section.cta {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.cta {
      padding-top: 60px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 600px) {
    section.cta {
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.cta .filter {
    width: 100%;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    z-index: 0;
    top: 0; }
  section.cta div, section.cta a {
    position: relative; }
  section.cta > div p {
    font-family: "Playfair Display", serif;
    letter-spacing: initial;
    font-weight: 400;
    color: #1A1919;
    max-width: 840px;
    margin: 0 auto 40px; }
    @media only screen and (min-width: 0px) {
      section.cta > div p {
        font-size: 1.375rem;
        line-height: 1.455em; } }
    @media only screen and (min-width: 600px) {
      section.cta > div p {
        font-size: 32px;
        line-height: 44px; } }
  section.cta a {
    width: 13.89rem;
    text-align: center;
    margin: 0 auto;
    display: block; }

section.data-list {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.data-list {
      padding-top: 60px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 600px) {
    section.data-list {
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.data-list.bg-option-1 {
    background: #FFFFFF; }
  section.data-list.bg-option-2 {
    background: #F6F6F7; }
  section.data-list .container h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: 300;
    letter-spacing: 0.01em; }
  @media only screen and (min-width: 0px) {
    section.data-list .container .data-block {
      width: 100%;
      padding: 20px 0px; } }
  @media only screen and (min-width: 1000px) {
    section.data-list .container .data-block {
      width: 50%;
      padding: 0px 20px; } }
  section.data-list .container h2 {
    font-size: 18px;
    letter-spacing: initial;
    line-height: 29px;
    border-bottom: 2px #EBEBEB solid;
    padding-bottom: 12px;
    margin: 0;
    text-transform: uppercase; }
  section.data-list .container .line {
    text-align: right;
    display: block;
    border-bottom: 1px #EBEBEB solid;
    height: 40px;
    line-height: 40px; }
    section.data-list .container .line span {
      font-size: 15px; }
    section.data-list .container .line .label {
      width: 50%;
      margin-right: 15px;
      display: inline-block; }
    section.data-list .container .line .data {
      width: 50%;
      display: inline-block; }

footer {
  background-color: #1A1919;
  color: #FFFFFF;
  position: relative; }
  footer .footer-logo-holder {
    margin: 0 auto;
    text-align: center;
    padding-top: 61px; }
    @media only screen and (min-width: 500px) {
      footer .footer-logo-holder {
        float: left;
        display: table;
        height: 100px;
        padding-top: 0; } }
    @media only screen and (min-width: 1023px) {
      footer .footer-logo-holder {
        text-align: left;
        width: 25%; } }
    footer .footer-logo-holder .footer-logo {
      display: inline-block; }
      footer .footer-logo-holder .footer-logo svg {
        width: 123px;
        height: 64px; }
      @media only screen and (min-width: 500px) {
        footer .footer-logo-holder .footer-logo {
          display: table-cell;
          vertical-align: middle; } }
  footer .footer-sigill-holder {
    margin: 0 auto;
    text-align: center;
    padding-top: 61px; }
    @media only screen and (min-width: 500px) {
      footer .footer-sigill-holder {
        float: right;
        display: table;
        height: 100px;
        padding-top: 0; } }
    @media only screen and (min-width: 1023px) {
      footer .footer-sigill-holder {
        text-align: right;
        width: 25%; } }
    footer .footer-sigill-holder .footer-sigill {
      display: inline-block; }
      footer .footer-sigill-holder .footer-sigill svg {
        width: 123px;
        height: 64px; }
      @media only screen and (min-width: 500px) {
        footer .footer-sigill-holder .footer-sigill {
          display: table-cell;
          vertical-align: middle; } }
  footer .footer-contact {
    text-align: center;
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      footer .footer-contact {
        display: table;
        height: 100px;
        padding-top: 31px;
        padding-bottom: 31px; } }
    @media only screen and (min-width: 1023px) {
      footer .footer-contact {
        text-align: right;
        width: 25%;
        float: right; } }
    @media only screen and (min-width: 500px) {
      footer .footer-contact p {
        display: table-cell;
        vertical-align: middle;
        text-transform: none; } }
    footer .footer-contact a {
      color: #FFFFFF;
      transition: color 300ms ease-in-out;
      opacity: 1; }
      footer .footer-contact a:hover {
        color: #e6e6e6; }
  @media only screen and (min-width: 500px) {
    footer {
      height: 100px; } }
  footer p {
    margin-bottom: 0; }
  footer .footer-social {
    display: none; }

@media only screen and (min-width: 1023px) {
  footer.classic .footer-social {
    margin: 0 auto;
    width: auto;
    height: 100px;
    display: table;
    width: 50%; }
    footer.classic .footer-social .social-icons {
      text-align: center;
      vertical-align: middle;
      display: table-cell; }
      footer.classic .footer-social .social-icons a {
        padding: 0 10px; }
        footer.classic .footer-social .social-icons a svg {
          vertical-align: bottom; }
        footer.classic .footer-social .social-icons a svg g {
          fill: #FFFFFF;
          transition: fill 300ms; }
        footer.classic .footer-social .social-icons a:hover svg g {
          fill: #e6e6e6; } }

.full-size-map {
  width: 100%;
  background-color: #F9F9FA;
  position: relative; }
  @media only screen and (min-width: 0px) {
    .full-size-map {
      height: 240px;
      text-align: center; }
      .full-size-map .show-google-maps-icon {
        display: block;
        position: relative;
        top: 98px;
        max-width: 144px;
        margin: 0 auto;
        cursor: pointer; }
        .full-size-map .show-google-maps-icon img {
          max-width: 60px; }
        .full-size-map .show-google-maps-icon .google-maps-text {
          font-weight: bold;
          text-align: center;
          margin-top: 11px;
          color: #1A1919;
          font-size: 0.75rem;
          line-height: 1.25em;
          letter-spacing: 0.1425em;
          display: block; }
      .full-size-map .show-map {
        display: none; } }
  @media only screen and (min-width: 500px) {
    .full-size-map {
      height: 37.1354vw; }
      .full-size-map .show-map {
        display: block;
        width: 100%;
        height: 100%; }
      .full-size-map .show-google-maps-icon {
        display: none; } }

section.half-image-half-image {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  @media only screen and (min-width: 768px) {
    section.half-image-half-image {
      padding-top: 4.375%;
      padding-bottom: 4.375%; } }
  section.half-image-half-image.bg-option-1 {
    background: #FFFFFF; }
  section.half-image-half-image.bg-option-2 {
    background: #F6F6F7; }
  section.half-image-half-image .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.half-image-half-image .container > div {
        width: 100%;
        padding-right: 0%;
        padding-bottom: 6.25%;
        max-width: 620px;
        display: block;
        margin: 0 auto;
        text-align: center; } }
    @media only screen and (min-width: 1000px) {
      section.half-image-half-image .container > div {
        width: 49%;
        padding-right: 0%;
        padding-bottom: 0;
        display: inline-block; } }
    section.half-image-half-image .container > div h2 {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      color: #1A1919;
      text-transform: initial;
      letter-spacing: normal; }
      @media only screen and (min-width: 0px) {
        section.half-image-half-image .container > div h2 {
          font-size: 24px;
          letter-spacing: normal; } }
      @media only screen and (min-width: 1000px) {
        section.half-image-half-image .container > div h2 {
          font-size: 36px;
          letter-spacing: normal; } }
      section.half-image-half-image .container > div h2.color-option-1 {
        color: #244C5A; }
      section.half-image-half-image .container > div h2.color-option-2 {
        color: #00AEC7; }
    section.half-image-half-image .container > div picture {
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.half-image-half-image .container > div picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.half-image-half-image .container > div picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.half-image-half-image .container > div img {
      width: 100%;
      height: auto;
      margin-bottom: 6.25%;
      max-width: 620px; }
    @media only screen and (min-width: 0px) {
      section.half-image-half-image .container > div.second {
        float: none; } }
    @media only screen and (min-width: 1000px) {
      section.half-image-half-image .container > div.second {
        float: right; } }
  section.half-image-half-image .dialogue {
    text-align: center;
    padding-top: 6.25%; }

section.half-text-half-image {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  @media only screen and (min-width: 768px) {
    section.half-text-half-image {
      padding-top: 4.375%;
      padding-bottom: 4.375%; } }
  section.half-text-half-image.bg-option-1 {
    background: #FFFFFF; }
  section.half-text-half-image.bg-option-2 {
    background: #F6F6F7; }
  section.half-text-half-image .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.half-text-half-image .container.right-align-image picture {
        padding-right: 0%; } }
    @media only screen and (min-width: 1000px) {
      section.half-text-half-image .container.right-align-image > div {
        left: -50%;
        position: relative;
        padding-right: 6.947368%;
        padding-left: 0%; }
      section.half-text-half-image .container.right-align-image picture {
        right: -50%;
        position: relative;
        padding-right: 0%; } }
    @media only screen and (min-width: 0px) {
      section.half-text-half-image .container > div {
        width: 100%;
        padding-right: 0%;
        max-width: 620px;
        display: block;
        margin: 0 auto; } }
    @media only screen and (min-width: 1000px) {
      section.half-text-half-image .container > div {
        width: 49%;
        padding-right: 0%;
        padding-left: 6.947368%;
        display: inline-block; } }
    section.half-text-half-image .container > div h2 {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      color: #1A1919;
      text-transform: initial;
      letter-spacing: normal; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container > div h2 {
          font-size: 1.125em;
          letter-spacing: normal; } }
      @media only screen and (min-width: 1000px) {
        section.half-text-half-image .container > div h2 {
          font-size: 1.25em;
          letter-spacing: normal; } }
    section.half-text-half-image .container > div p {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #000000;
      letter-spacing: normal; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container > div p {
          font-size: 1em; } }
    section.half-text-half-image .container > div a {
      color: #1A1919;
      font-weight: 700;
      letter-spacing: normal;
      text-decoration: initial; }
      section.half-text-half-image .container > div a:hover {
        color: black; }
    section.half-text-half-image .container picture {
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.half-text-half-image .container picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.half-text-half-image .container img {
      width: 100%;
      height: auto;
      max-width: 620px; }

section.history-slider {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.history-slider.bg-option-1 {
    background: #FFFFFF; }
  section.history-slider.bg-option-2 {
    background: #F6F6F7; }
  section.history-slider .container .slider-content {
    position: relative; }
    section.history-slider .container .slider-content .slide {
      background-color: #343D47; }
      section.history-slider .container .slider-content .slide .story {
        display: inline-block;
        text-align: center; }
        @media only screen and (min-width: 0px) {
          section.history-slider .container .slider-content .slide .story {
            width: 100%;
            float: none;
            padding: 35px 70px 35px 70px; } }
        @media only screen and (min-width: 900px) {
          section.history-slider .container .slider-content .slide .story {
            width: 50%;
            float: left;
            padding: 35px 70px 0px 70px; } }
        @media only screen and (max-width: 450px) {
          section.history-slider .container .slider-content .slide .story {
            padding: 35px; } }
        section.history-slider .container .slider-content .slide .story h1 {
          letter-spacing: normal;
          text-transform: uppercase;
          color: #FFFFFF; }
        section.history-slider .container .slider-content .slide .story h3 {
          letter-spacing: normal;
          text-transform: uppercase;
          color: #FFFFFF; }
        section.history-slider .container .slider-content .slide .story hr {
          width: 200px;
          border: 2px solid #606060;
          display: inline-block;
          margin: 50px 0; }
          @media only screen and (max-width: 450px) {
            section.history-slider .container .slider-content .slide .story hr {
              width: 100%; } }
        section.history-slider .container .slider-content .slide .story p {
          color: #FFFFFF; }
      section.history-slider .container .slider-content .slide img {
        height: auto;
        vertical-align: bottom; }
        @media only screen and (min-width: 0px) {
          section.history-slider .container .slider-content .slide img {
            width: 100%;
            display: block; } }
        @media only screen and (min-width: 900px) {
          section.history-slider .container .slider-content .slide img {
            width: 50%;
            display: inline-block; } }
  section.history-slider .container .slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 0px) {
      section.history-slider .container .slick-dots {
        left: 50%; } }
    @media only screen and (min-width: 900px) {
      section.history-slider .container .slick-dots {
        left: 75%; } }
    section.history-slider .container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 0;
      padding: 0;
      cursor: pointer; }
      section.history-slider .container .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: 0;
        cursor: pointer; }
        section.history-slider .container .slick-dots li button:hover, section.history-slider .container .slick-dots li button:focus {
          outline: none; }
          section.history-slider .container .slick-dots li button:hover:before, section.history-slider .container .slick-dots li button:focus:before {
            opacity: 0.5; }
        section.history-slider .container .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.5; }
      section.history-slider .container .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1; }
  section.history-slider .container .slick-prev, section.history-slider .container .slick-next {
    position: absolute;
    height: 48px;
    width: 47px;
    background: transparent;
    padding: 0;
    z-index: 8; }
    @media only screen and (min-width: 0px) {
      section.history-slider .container .slick-prev, section.history-slider .container .slick-next {
        margin-top: -24px;
        top: 50%; } }
    @media only screen and (min-width: 900px) {
      section.history-slider .container .slick-prev, section.history-slider .container .slick-next {
        margin-top: -24px;
        top: 50%; } }
  section.history-slider .container .slick-prev:hover, section.history-slider .container .slick-prev:focus, section.history-slider .container .slick-next:hover, section.history-slider .container .slick-next:focus {
    background: transparent;
    color: transparent; }
  section.history-slider .container .slick-prev:hover:before, section.history-slider .container .slick-prev:focus:before, section.history-slider .container .slick-next:hover:before, section.history-slider .container .slick-next:focus:before {
    opacity: 1; }
  section.history-slider .container .slick-prev.slick-disabled:before, section.history-slider .container .slick-next.slick-disabled:before {
    opacity: 0.75; }
  @media only screen and (min-width: 0px) {
    section.history-slider .container .slick-prev {
      margin-top: -24px;
      margin-left: -24px;
      left: 0%; } }
  @media only screen and (min-width: 900px) {
    section.history-slider .container .slick-prev {
      left: 50%; } }
  section.history-slider .container .slick-prev:before {
    content: url(../assets/img/arrow-left.png); }
  section.history-slider .container .slick-next {
    right: 0px;
    margin-right: -24px; }
  section.history-slider .container .slick-next:before {
    content: url(../assets/img/arrow-right.png); }

section.image-headline {
  position: relative;
  background: #DDDDDD; }
  section.image-headline img {
    width: 100%;
    height: auto; }
  section.image-headline .container {
    top: 0; }
    @media only screen and (min-width: 0) {
      section.image-headline .container {
        position: relative;
        padding-top: 14%;
        padding-bottom: 14%; } }
    @media only screen and (min-width: 500px) {
      section.image-headline .container {
        padding-top: 14%;
        padding-bottom: 10%; } }
    @media only screen and (min-width: 1000px) {
      section.image-headline .container {
        position: absolute;
        padding-bottom: 0%;
        padding-top: 14%;
        max-width: none; } }
    section.image-headline .container h1 {
      color: #1A1919;
      font-family: "Playfair Display", serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 0.7em; }
    section.image-headline .container h2 {
      color: #1A1919;
      font-family: "Playfair Display", serif;
      font-weight: 300;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 0.7em; }
  @media only screen and (min-width: 0) {
    section.image-headline.product .container {
      padding-top: calc(5% + 60px); } }
  @media only screen and (min-width: 500px) {
    section.image-headline.product .container {
      padding-top: calc(5% + 100px); } }
  @media only screen and (min-width: 1000px) {
    section.image-headline.product .container {
      padding-top: 5%; } }
  section.image-headline.no-image {
    min-height: 37.1354vw; }
    @media only screen and (min-width: 0) {
      section.image-headline.no-image .container {
        padding-top: calc(14% + 60px); } }
    @media only screen and (min-width: 500px) {
      section.image-headline.no-image .container {
        padding-top: calc(14% + 100px); } }
    @media only screen and (min-width: 1000px) {
      section.image-headline.no-image .container {
        padding-top: 14%; } }
  section.image-headline .slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    section.image-headline .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 0;
      padding: 0;
      cursor: pointer; }
      section.image-headline .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: 0;
        cursor: pointer; }
        section.image-headline .slick-dots li button:hover, section.image-headline .slick-dots li button:focus {
          outline: none; }
          section.image-headline .slick-dots li button:hover:before, section.image-headline .slick-dots li button:focus:before {
            opacity: 0.5; }
        section.image-headline .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.5; }
      section.image-headline .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1; }
  section.image-headline .slick-prev, section.image-headline .slick-next {
    position: absolute;
    height: 48px;
    width: 47px;
    background: transparent;
    margin-top: -48px;
    top: 50%;
    padding: 0; }
  section.image-headline .slick-prev:hover, section.image-headline .slick-prev:focus, section.image-headline .slick-next:hover, section.image-headline .slick-next:focus {
    background: transparent;
    color: transparent; }
  section.image-headline .slick-prev:hover:before, section.image-headline .slick-prev:focus:before, section.image-headline .slick-next:hover:before, section.image-headline .slick-next:focus:before {
    opacity: 1; }
  section.image-headline .slick-prev.slick-disabled:before, section.image-headline .slick-next.slick-disabled:before {
    opacity: 0.75; }
  section.image-headline .slick-prev:before, section.image-headline .slick-next:before {
    color: red;
    opacity: 0.9; }
  section.image-headline .slick-prev {
    left: 24px; }
  section.image-headline .slick-prev:before {
    content: url(../assets/img/arrow-left.png); }
  section.image-headline .slick-next {
    right: 24px; }
  section.image-headline .slick-next:before {
    content: url(../assets/img/arrow-right.png); }

section.slider {
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.slider .container .slider-content {
    max-width: 840px;
    margin: 0 auto; }
    section.slider .container .slider-content .slide .caption-holder {
      background-color: #FFFFFF;
      color: #000000;
      width: 100%;
      margin: 0 auto;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      border-bottom: 1px solid #EBEBEB;
      padding: 15px 15px;
      font-weight: 400; }
    section.slider .container .slider-content .slide img, section.slider .container .slider-content .slide picture {
      width: 100%;
      height: auto; }
  section.slider .slick-dots {
    position: absolute;
    top: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    section.slider .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 0;
      padding: 0;
      cursor: pointer; }
      section.slider .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: 0;
        cursor: pointer; }
        section.slider .slick-dots li button:hover, section.slider .slick-dots li button:focus {
          outline: none; }
          section.slider .slick-dots li button:hover:before, section.slider .slick-dots li button:focus:before {
            opacity: 0.5; }
        section.slider .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.5; }
      section.slider .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1; }
  section.slider .slick-prev, section.slider .slick-next {
    position: absolute;
    height: 48px;
    width: 47px;
    background: transparent;
    margin-top: -48px;
    top: 50%;
    padding: 0; }
  section.slider .slick-prev:hover, section.slider .slick-prev:focus, section.slider .slick-next:hover, section.slider .slick-next:focus {
    background: transparent;
    color: transparent; }
  section.slider .slick-prev:hover:before, section.slider .slick-prev:focus:before, section.slider .slick-next:hover:before, section.slider .slick-next:focus:before {
    opacity: 1; }
  section.slider .slick-prev.slick-disabled:before, section.slider .slick-next.slick-disabled:before {
    opacity: 0.75; }
  section.slider .slick-prev:before, section.slider .slick-next:before {
    color: red;
    opacity: 0.9; }
  section.slider .slick-prev {
    left: -24px; }
  section.slider .slick-prev:before {
    content: url(../assets/img/arrow-left.png); }
  section.slider .slick-next {
    right: -24px; }
  section.slider .slick-next:before {
    content: url(../assets/img/arrow-right.png); }

a.logo {
  position: fixed;
  transition: left 500ms;
  z-index: 10; }
  @media only screen and (min-width: 0) {
    a.logo {
      top: 24px;
      left: 20px; } }
  @media only screen and (min-width: 500px) {
    a.logo {
      top: 50px;
      transition: all 500ms;
      left: 50px; } }
  a.logo svg {
    height: auto; }
    @media only screen and (min-width: 0) {
      a.logo svg {
        width: 150px;
        height: 40px; } }
    @media only screen and (min-width: 500px) {
      a.logo svg {
        width: 236px;
        height: 41px; } }

@media only screen and (min-width: 0) {
  body.display-nav a.logo {
    left: -130px; } }

@media only screen and (min-width: 500px) {
  body.display-nav a.logo {
    left: -10px; } }

@media only screen and (min-width: 0px) {
  a.logo.classic.first {
    display: none; }
  a.logo.classic.alt {
    top: 0px; } }

@media only screen and (min-width: 500px) {
  a.logo.classic.alt {
    top: 0px; } }

@media only screen and (min-width: 1024px) {
  a.logo.classic.alt {
    display: none; }
  a.logo.classic.first {
    display: block; }
  a.logo.classic {
    top: 0px; }
  body.display-nav a.logo.classic {
    left: 20px; } }

.logo-holder.classic {
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 80px;
  min-height: 80px;
  background: #1A1919;
  transition: none;
  border-bottom: #F6F6F7;
  box-sizing: border-box; }

section.logo-row {
  background: #F6F6F7; }
  @media only screen and (min-width: 0px) {
    section.logo-row {
      padding-top: 12.5%;
      padding-bottom: 6%; } }
  @media only screen and (min-width: 500px) {
    section.logo-row {
      padding-top: 8.5%;
      padding-bottom: 8%; } }
  @media only screen and (min-width: 1000px) {
    section.logo-row {
      padding-top: 4.545%;
      padding-bottom: 5.303%; } }
  section.logo-row > div h3 {
    color: #AAAAAA;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.094em;
    text-transform: uppercase; }
    @media only screen and (min-width: 0px) {
      section.logo-row > div h3 {
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1000px) {
      section.logo-row > div h3 {
        margin-bottom: 36px; } }
  section.logo-row > div .logos {
    max-width: 900px;
    margin: 0 auto;
    display: table; }
    @media only screen and (min-width: 0px) {
      section.logo-row > div .logos {
        width: 100%; }
        section.logo-row > div .logos span.logo:nth-child(4),
        section.logo-row > div .logos span.logo:nth-child(5),
        section.logo-row > div .logos a:nth-child(4),
        section.logo-row > div .logos a:nth-child(5) {
          display: none; } }
    @media only screen and (min-width: 500px) {
      section.logo-row > div .logos {
        width: 100%; }
        section.logo-row > div .logos span.logo:nth-child(4),
        section.logo-row > div .logos a:nth-child(4) {
          display: inline-block; } }
    @media only screen and (min-width: 1000px) {
      section.logo-row > div .logos {
        width: 80%; }
        section.logo-row > div .logos span.logo:nth-child(5),
        section.logo-row > div .logos a:nth-child(5) {
          display: inline-block; } }
    section.logo-row > div .logos a,
    section.logo-row > div .logos span.logo {
      transition: opacity 300ms;
      opacity: 1;
      display: inline-block;
      white-space: nowrap;
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 33%; } }
      @media only screen and (min-width: 500px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 25%; } }
      @media only screen and (min-width: 1000px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 20%; } }
      section.logo-row > div .logos a svg,
      section.logo-row > div .logos a picture img,
      section.logo-row > div .logos span.logo svg,
      section.logo-row > div .logos span.logo picture img {
        width: 70%;
        text-align: center; }
      section.logo-row > div .logos a:hover,
      section.logo-row > div .logos span.logo:hover {
        opacity: 0.7; }

a.toggle-nav {
  position: fixed;
  background: #1A1919;
  transition: right 500ms;
  z-index: 10;
  border-radius: 0; }
  @media only screen and (min-width: 0) {
    a.toggle-nav {
      top: 20px;
      right: 20px;
      height: 40px;
      width: 40px;
      padding-top: 12px; } }
  @media only screen and (min-width: 500px) {
    a.toggle-nav {
      top: 50px;
      right: 50px;
      height: 50px;
      width: 50px;
      padding-top: 17px; } }
  a.toggle-nav span {
    display: block;
    transition: opacity 300ms;
    opacity: 1;
    background: #FFFFFF;
    margin: 0 9px 5px;
    height: 2px; }
    @media only screen and (min-width: 500px) {
      a.toggle-nav span {
        margin: 0 14px 4px;
        height: 3px; } }

html, body {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden; }

body.display-nav {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 0) {
    body.display-nav a.toggle-nav {
      right: calc(100% - 60px); } }
  @media only screen and (min-width: 500px) {
    body.display-nav a.toggle-nav {
      right: 400px; } }
  body.display-nav a.toggle-nav span.first-line,
  body.display-nav a.toggle-nav span.third-line {
    opacity: 0; }

#canvas {
  width: 100%;
  min-height: 100vh;
  position: relative;
  right: 0;
  transition: right 500ms; }

body.display-nav #canvas {
  right: 150px; }

nav {
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  background: #1A1919;
  position: fixed;
  top: 0;
  transition: 500ms ease right;
  overflow-y: scroll;
  z-index: 9; }
  @media only screen and (min-width: 0) {
    nav {
      width: calc(100% - 80px);
      right: calc(-100% - 80px); } }
  @media only screen and (min-width: 500px) {
    nav {
      width: 350px;
      right: -350px; } }
  nav a.cta {
    background: transparent;
    color: #CCCCCC;
    box-shadow: 0 0 0 2px #CCCCCC inset;
    transition: color 300ms, box-shadow 300ms;
    font-size: 0.6666rem;
    position: relative;
    transition: 500ms ease right;
    right: -150px;
    text-transform: uppercase; }
    @media only screen and (min-width: 0) {
      nav a.cta {
        margin: 20px 20px -18px;
        width: calc(100% - 40px);
        height: 40px; } }
    @media only screen and (min-width: 500px) {
      nav a.cta {
        margin: 50px 14.2857% -18px;
        width: 71.4286%;
        height: 50px; } }
    nav a.cta:hover {
      color: #FFFFFF;
      box-shadow: 0 0 0 2px #FFFFFF inset; }
  nav ul.main-navigation {
    list-style: none;
    position: relative;
    transition: 500ms ease right;
    right: -150px;
    margin-bottom: 90px; }
    @media only screen and (min-width: 0) {
      nav ul.main-navigation {
        margin-top: 30px; } }
    @media only screen and (min-width: 500px) {
      nav ul.main-navigation {
        margin-top: 50px; } }
    nav ul.main-navigation li {
      cursor: pointer;
      display: block;
      line-height: 1.1em;
      font-weight: 100;
      /* Sub menu Hamburger */ }
      @media only screen and (min-width: 0) {
        nav ul.main-navigation li {
          font-size: 0.875rem; } }
      @media only screen and (min-width: 500px) {
        nav ul.main-navigation li {
          font-size: 1rem; } }
      nav ul.main-navigation li a {
        color: #CCCCCC;
        margin: 0;
        display: block;
        font-weight: 700;
        text-decoration: none;
        transition: color 300ms ease-in-out;
        text-transform: uppercase;
        letter-spacing: 0.15em; }
        @media only screen and (min-width: 0) {
          nav ul.main-navigation li a {
            padding: 20px 30px; } }
        @media only screen and (min-width: 500px) {
          nav ul.main-navigation li a {
            padding: 20px 50px; } }
      nav ul.main-navigation li a:hover {
        color: #FFFFFF; }
      nav ul.main-navigation li.active a {
        color: #FFFFFF; }
      nav ul.main-navigation li ul {
        font-family: "Roboto", sans-serif;
        display: none;
        margin-bottom: 0;
        background-color: #FFFFFF; }
        @media only screen and (min-width: 0px) {
          nav ul.main-navigation li ul {
            position: relative;
            padding: 30px 0;
            margin-top: 15px; } }
        @media only screen and (min-width: 0px) {
          nav ul.main-navigation li ul:after {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #FFFFFF;
            border-width: 10px;
            margin-left: -10px; } }
      nav ul.main-navigation li ul li li:first-child {
        margin-top: 0; }
      nav ul.main-navigation li ul.sub-menu li a {
        color: #FAFAFA;
        text-transform: initial; }
        @media only screen and (min-width: 0) {
          nav ul.main-navigation li ul.sub-menu li a {
            padding: 11px 30px;
            font-size: 0.75rem; } }
        @media only screen and (min-width: 500px) {
          nav ul.main-navigation li ul.sub-menu li a {
            padding: 11px 50px 11px 50px;
            font-size: 0.8889rem; } }
        nav ul.main-navigation li ul.sub-menu li a:hover {
          color: #DDDDDD; }
      nav ul.main-navigation li ul.sub-menu li.active a {
        color: #DDDDDD; }
  nav .contact {
    position: relative;
    background: #1A1919;
    display: block;
    transition: 500ms ease right;
    right: -150px; }
    @media only screen and (min-width: 0) {
      nav .contact {
        width: 100%;
        padding: 10px 20px 50px 20px;
        padding-bottom: 20px; } }
    @media only screen and (min-width: 500px) {
      nav .contact {
        width: 350px;
        padding: 10px 50px 50px 50px;
        padding-bottom: 50px; } }
    nav .contact .social {
      width: 100%; }
      @media only screen and (min-width: 0) {
        nav .contact .social {
          padding-bottom: 20px; } }
      @media only screen and (min-width: 500px) {
        nav .contact .social {
          padding-bottom: 30px; } }
      nav .contact .social a {
        display: inline-block;
        margin-right: 20px; }
        nav .contact .social a svg {
          vertical-align: bottom; }
        nav .contact .social a svg g {
          fill: #CCCCCC;
          transition: fill 300ms; }
        nav .contact .social a:hover svg g {
          fill: #FFFFFF; }
    nav .contact a {
      display: block;
      font-size: 0.7778rem;
      color: #CCCCCC;
      transition: color 300ms; }
      nav .contact a.phone {
        font-weight: 300; }
      nav .contact a.mail {
        font-weight: 700; }
      nav .contact a:hover {
        color: #FFFFFF; }

body.display-nav nav {
  right: 0;
  height: 100vh; }

body.display-nav ul.main-navigation,
body.display-nav a.cta,
body.display-nav nav .contact {
  right: 0; }

#canvas.classic {
  padding-top: 80px; }

@media only screen and (max-width: 1023px) {
  a.toggle-nav.classic {
    top: 15px;
    right: 15px;
    height: 50px;
    width: 50px;
    border: none;
    background: white; } }

@media only screen and (min-width: 1024px) {
  a.toggle-nav.classic {
    top: 15px;
    right: 15px;
    height: 50px;
    width: 50px;
    border: none;
    background: #FFFFFF; } }

section.news-spotlight {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.news-spotlight {
      padding-top: 9.375%;
      padding-bottom: 7.8125%;
      top: 0; } }
  @media only screen and (min-width: 1000px) {
    section.news-spotlight {
      padding-top: 0;
      padding-bottom: 4px;
      top: -30px;
      margin-bottom: -30px; } }
  section.news-spotlight .news-box {
    display: block;
    position: relative;
    background: #EBEBEB;
    width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0);
    -moz-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0);
    box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0); }
    @media only screen and (min-width: 0px) {
      section.news-spotlight .news-box {
        padding: 20px; } }
    @media only screen and (min-width: 500px) {
      section.news-spotlight .news-box {
        padding: 30px; } }
    section.news-spotlight .news-box picture, section.news-spotlight .news-box img {
      border-radius: 50%; }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box picture, section.news-spotlight .news-box img {
          width: 60px;
          height: 60px;
          margin-right: 10px;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box picture, section.news-spotlight .news-box img {
          width: 100px;
          height: 100px;
          margin-bottom: 0px;
          margin-right: 30px; } }
    section.news-spotlight .news-box .text-content {
      position: relative; }
      section.news-spotlight .news-box .text-content .date {
        margin-bottom: 5px; }
        section.news-spotlight .news-box .text-content .date span {
          font-size: 12px;
          color: #9B9B9B; }
        section.news-spotlight .news-box .text-content .date svg {
          vertical-align: middle; }
          section.news-spotlight .news-box .text-content .date svg g {
            fill: #9B9B9B; }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box .text-content .bottom-grad {
          position: absolute;
          bottom: 0px;
          width: 100%;
          height: 30px;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, rgba(235, 235, 235, 0) 0%, #ebebeb 80%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 235, 235, 0)), color-stop(80%, #ebebeb));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 0%, #ebebeb 80%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(235, 235, 235, 0) 0%, #ebebeb 80%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(235, 235, 235, 0) 0%, #ebebeb 80%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, #ebebeb 80%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
          /* IE6-8 */ } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box .text-content {
          margin-right: 60px; }
          section.news-spotlight .news-box .text-content .bottom-grad {
            display: none; } }
      section.news-spotlight .news-box .text-content h3 {
        color: #1A1919;
        margin-bottom: 5px;
        font-family: "Roboto", sans-serif; }
        section.news-spotlight .news-box .text-content h3 a {
          color: #1A1919; }
          section.news-spotlight .news-box .text-content h3 a:hover {
            color: #343232; }
        @media only screen and (min-width: 0px) {
          section.news-spotlight .news-box .text-content h3 {
            font-size: 16px;
            letter-spacing: initial;
            line-height: 18px; } }
        @media only screen and (min-width: 500px) {
          section.news-spotlight .news-box .text-content h3 {
            font-size: 16px;
            letter-spacing: initial;
            line-height: 18px; } }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box .text-content div.excerpt {
          overflow: hidden;
          height: 66px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box .text-content div.excerpt {
          overflow: visible;
          height: auto;
          clear: none;
          margin-bottom: 0; } }
      section.news-spotlight .news-box .text-content div.excerpt p {
        letter-spacing: initial;
        margin-bottom: 0;
        color: #000000; }
        @media only screen and (min-width: 0px) {
          section.news-spotlight .news-box .text-content div.excerpt p {
            font-size: 15px;
            line-height: 22px; } }
        @media only screen and (min-width: 500px) {
          section.news-spotlight .news-box .text-content div.excerpt p {
            font-size: 17px;
            line-height: 26px; } }
    section.news-spotlight .news-box div.read-more {
      margin: 0 -20px;
      padding: 20px 20px 0 20px;
      border-top: 1px solid #9B9B9B; }
      section.news-spotlight .news-box div.read-more span {
        font-size: 15px;
        letter-spacing: initial;
        color: #1A1919;
        font-weight: 700; }
      section.news-spotlight .news-box div.read-more:hover span {
        color: black; }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box div.read-more {
          display: none; } }
    section.news-spotlight .news-box button.arrow-right {
      background-color: transparent;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      margin: auto; }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box button.arrow-right {
          top: initial;
          bottom: 10px;
          right: 20px; }
          section.news-spotlight .news-box button.arrow-right svg {
            height: 14px; } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box button.arrow-right {
          top: 0;
          bottom: 0;
          right: 30px; }
          section.news-spotlight .news-box button.arrow-right svg {
            height: 24px; } }
      section.news-spotlight .news-box button.arrow-right svg g {
        fill: #9B9B9B; }
    section.news-spotlight .news-box:hover button.arrow-right svg g {
      fill: #828282; }
    section.news-spotlight .news-box .twitter-follow-holder {
      position: absolute;
      top: 30px;
      right: 30px;
      border: 2px #55ACEE solid;
      width: 96px;
      height: 37px;
      cursor: pointer;
      transition: background-color 0.3s; }
      section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-icon {
        margin-top: 3px;
        margin-left: 10px;
        float: left; }
        @media only screen and (max-width: 485px) {
          section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-icon {
            margin-left: 3px; } }
        section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-icon svg {
          height: 28px;
          width: 27px;
          fill: #55ACEE;
          transition: fill 0.3s; }
      section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-text {
        font-weight: bold;
        color: #55ACEE;
        font-size: 13px;
        line-height: 34px;
        margin-left: 8px;
        transition: color 0.3s; }
        @media only screen and (max-width: 485px) {
          section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-text {
            display: none; } }
      section.news-spotlight .news-box .twitter-follow-holder:hover {
        background-color: #55ACEE; }
        section.news-spotlight .news-box .twitter-follow-holder:hover .twitter-follow-icon svg {
          fill: #fff; }
        section.news-spotlight .news-box .twitter-follow-holder:hover .twitter-follow-text {
          color: #fff; }
      @media only screen and (min-width: 500px) and (max-width: 650px) {
        section.news-spotlight .news-box .twitter-follow-holder {
          left: 30px;
          top: 70%; } }
      @media only screen and (max-width: 485px) {
        section.news-spotlight .news-box .twitter-follow-holder {
          width: 37px; } }

section.posts-archive {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.posts-archive .container {
    margin: 0 auto;
    max-width: 840px; }
    section.posts-archive .container > div.article {
      position: relative;
      padding: 40px 0;
      border-bottom: 1px #DDDDDD solid; }
      section.posts-archive .container > div.article h2 {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000000;
        letter-spacing: normal;
        text-transform: uppercase; }
        @media only screen and (min-width: 0px) {
          section.posts-archive .container > div.article h2 {
            font-size: 1.125em;
            letter-spacing: normal; } }
        @media only screen and (min-width: 1000px) {
          section.posts-archive .container > div.article h2 {
            font-size: 1.125em;
            letter-spacing: normal; } }
        section.posts-archive .container > div.article h2 a {
          color: #000000; }
      section.posts-archive .container > div.article .date {
        padding-bottom: 10px; }
        section.posts-archive .container > div.article .date span {
          font-family: "Roboto", sans-serif;
          color: #9B9B9B;
          font-weight: 300;
          font-size: 0.75em;
          line-height: 0.9375em;
          letter-spacing: 0.107em;
          text-transform: uppercase; }
        section.posts-archive .container > div.article .date svg {
          vertical-align: middle; }
          section.posts-archive .container > div.article .date svg g {
            fill: #9B9B9B; }
      section.posts-archive .container > div.article .arrow svg g {
        fill: #C5CBCB; }
      section.posts-archive .container > div.article .arrow:hover svg g {
        fill: #1a1a1a;
        transition: fill 300ms ease; }
      section.posts-archive .container > div.article:last-child {
        border-bottom: none; }
    section.posts-archive .container picture {
      text-align: center;
      margin-bottom: 30px; }
      @media only screen and (min-width: 0px) {
        section.posts-archive .container picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.posts-archive .container picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.posts-archive .container img {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
      @media only screen and (min-width: 0px) {
        section.posts-archive .container img {
          max-width: 510px; } }
      @media only screen and (min-width: 1000px) {
        section.posts-archive .container img {
          max-width: 100%; } }
    section.posts-archive .container .paging {
      position: relative;
      padding-top: 30px;
      max-width: 840px;
      margin: 0 auto;
      padding-bottom: 120px; }
      section.posts-archive .container .paging div.prev, section.posts-archive .container .paging div.next {
        float: left;
        display: table; }
        section.posts-archive .container .paging div.prev button, section.posts-archive .container .paging div.next button {
          background: #C5CBCB;
          position: relative; }
          @media only screen and (min-width: 0) {
            section.posts-archive .container .paging div.prev button, section.posts-archive .container .paging div.next button {
              width: 35px;
              height: 35px; } }
          @media only screen and (min-width: 500px) {
            section.posts-archive .container .paging div.prev button, section.posts-archive .container .paging div.next button {
              height: 50px;
              width: 50px; } }
          section.posts-archive .container .paging div.prev button:hover, section.posts-archive .container .paging div.next button:hover {
            background: #e0e3e3;
            transition: background 300ms ease; }
          section.posts-archive .container .paging div.prev button svg, section.posts-archive .container .paging div.next button svg {
            display: table-cell;
            margin: 0 auto; }
            @media only screen and (min-width: 0) {
              section.posts-archive .container .paging div.prev button svg, section.posts-archive .container .paging div.next button svg {
                width: 14px;
                height: 14px; } }
            @media only screen and (min-width: 500px) {
              section.posts-archive .container .paging div.prev button svg, section.posts-archive .container .paging div.next button svg {
                width: 20px;
                height: 20px; } }
        section.posts-archive .container .paging div.prev span, section.posts-archive .container .paging div.next span {
          color: #222222;
          vertical-align: middle;
          display: table-cell;
          padding-left: 18px; }
      section.posts-archive .container .paging div.next {
        float: right; }
        section.posts-archive .container .paging div.next span {
          padding-right: 18px;
          padding-left: 0; }

section.preamble {
  position: relative;
  background: #fafafa;
  padding-top: 9%;
  padding-bottom: 9%; }
  @media only screen and (min-width: 500px) {
    section.preamble {
      font-size: 1.3333rem;
      padding-top: 7%;
      padding-bottom: 7%; } }
  section.preamble .container {
    margin: 0 auto; }
    section.preamble .container h2 {
      font-size: 13px;
      letter-spacing: 0.4em;
      margin-bottom: 20px; }
    section.preamble .container p {
      line-height: 1.3333em;
      letter-spacing: initial;
      color: #000000;
      font-weight: 300;
      display: inline-block; }
      @media only screen and (min-width: 0) {
        section.preamble .container p {
          width: 100%;
          font-size: 18px; } }
      @media only screen and (min-width: 500px) {
        section.preamble .container p {
          width: 85%;
          font-size: 20px; } }
      @media only screen and (min-width: 1000px) {
        section.preamble .container p {
          width: 85%;
          font-size: 26px;
          max-width: 700px; } }
      section.preamble .container p:last-of-type {
        margin: 0; }

.share-popper-button {
  background: #1A1919;
  padding: 0;
  transition: opacity 300ms, left 500ms;
  opacity: 1;
  position: fixed;
  z-index: 2; }
  @media only screen and (min-width: 0) {
    .share-popper-button {
      height: 30px;
      width: 30px;
      bottom: 20px;
      right: 20px; } }
  @media only screen and (min-width: 500px) {
    .share-popper-button {
      height: 50px;
      width: 50px;
      bottom: 50px;
      right: 50px; } }
  @media only screen and (min-width: 0) {
    .share-popper-button svg {
      width: 14px;
      margin-right: 2px;
      padding-top: 5px; } }
  @media only screen and (min-width: 500px) {
    .share-popper-button svg {
      width: 22px;
      padding-top: 2px; } }
  .share-popper-button svg g {
    fill: #222222; }
  .share-popper-button span {
    font-size: 0.75em;
    font-weight: 700; }
  .share-popper-button:hover {
    opacity: 0.8; }

.share-popper {
  height: 0;
  width: 0;
  position: fixed;
  background: #1A1919;
  opacity: 0;
  transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
  overflow: hidden;
  z-index: 11; }
  @media only screen and (min-width: 0) {
    .share-popper {
      bottom: 10px;
      right: 10px;
      padding: 30px; } }
  @media only screen and (min-width: 500px) {
    .share-popper {
      bottom: 30px;
      right: 30px;
      padding: 50px; } }
  .share-popper .social-share-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: background 300ms;
    text-align: center; }
    .share-popper .social-share-buttons a.facebook {
      background: #3a5795; }
      .share-popper .social-share-buttons a.facebook:hover {
        background: #2c4270; }
    .share-popper .social-share-buttons a.linkedin {
      background: #00a0dc; }
      .share-popper .social-share-buttons a.linkedin:hover {
        background: #007ba9; }
    .share-popper .social-share-buttons a.mail {
      background: #9B9B9B; }
      .share-popper .social-share-buttons a.mail:hover {
        background: #828282; }
    .share-popper .social-share-buttons a svg, .share-popper .social-share-buttons a img {
      vertical-align: middle !important;
      margin-bottom: 0px !important; }
  .share-popper h3,
  .share-popper p,
  .share-popper a {
    opacity: 0;
    transition: opacity 300ms ease;
    transition-delay: 300ms; }
  .share-popper h3 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal; }
  .share-popper p {
    color: #FFFFFF;
    font-size: 0.8889rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .share-popper span {
    font-size: 0.75em;
    font-weight: 700; }
  .share-popper a {
    color: #FFFFFF;
    display: block;
    line-height: 2.1em; }
    .share-popper a svg g {
      fill: #FFFFFF; }
    .share-popper a:hover {
      color: #3c3c3c; }
      .share-popper a:hover svg g {
        fill: white; }
  .share-popper button {
    background: transparent;
    padding: 15px;
    height: 50px;
    position: absolute; }
    @media only screen and (min-width: 0) {
      .share-popper button {
        bottom: 10px;
        right: 10px; } }
    @media only screen and (min-width: 500px) {
      .share-popper button {
        bottom: 20px;
        right: 20px; } }
    @media only screen and (min-width: 0) {
      .share-popper button svg {
        width: 14px;
        height: 14px; } }
    @media only screen and (min-width: 500px) {
      .share-popper button svg {
        width: 20px;
        height: 20px; } }
    .share-popper button svg g {
      fill: #FFFFFF;
      transition: fill 300ms ease; }
    .share-popper button:hover svg g {
      fill: white; }
  .share-popper.open {
    opacity: 1; }
    @media only screen and (min-width: 0) {
      .share-popper.open {
        height: 200px;
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 500px) {
      .share-popper.open {
        height: 200px;
        width: 400px; } }
    @media only screen and (min-width: 0px) and (max-height: 430px) {
      .share-popper.open {
        height: calc(100% - 60px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 20px);
        overflow: scroll; }
        .share-popper.open button.close {
          left: auto;
          right: 10px;
          top: 10px; } }
    @media only screen and (min-width: 500px) and (max-height: 430px) {
      .share-popper.open {
        width: calc(100% - 60px); } }
    .share-popper.open h3,
    .share-popper.open p,
    .share-popper.open a {
      opacity: 1; }

section.block-section {
  background-color: #F6F6F7;
  width: 100%;
  position: relative;
  padding: 120px 0; }
  section.block-section .container .block-section-block {
    width: 25%;
    max-width: 25%;
    overflow: hidden;
    height: 19.875vw;
    max-height: 320px;
    float: left;
    border: none; }
    @media screen and (max-width: 640px) {
      section.block-section .container .block-section-block {
        width: 50%;
        max-width: 50%;
        height: 40.333vw; }
        section.block-section .container .block-section-block:nth-child(3), section.block-section .container .block-section-block:nth-child(5) {
          float: right; } }
    section.block-section .container .block-section-block.block-creative {
      overflow: hidden; }
      section.block-section .container .block-section-block.block-creative .block-content {
        display: table;
        text-align: center;
        width: 100%;
        height: 100%; }
        section.block-section .container .block-section-block.block-creative .block-content .content-container {
          width: 100%;
          display: table-cell;
          vertical-align: middle; }
          section.block-section .container .block-section-block.block-creative .block-content .content-container h1 {
            font-size: 7vw;
            margin: 0;
            padding: 0;
            padding-bottom: 4px; }
            @media screen and (max-width: 640px) {
              section.block-section .container .block-section-block.block-creative .block-content .content-container h1 {
                font-size: 14vw; } }
    section.block-section .container .block-section-block.block-text {
      position: relative;
      background-color: #FFFFFF; }
      section.block-section .container .block-section-block.block-text p {
        font-size: 16px;
        padding: 20px; }
        @media screen and (max-width: 1024px) {
          section.block-section .container .block-section-block.block-text p {
            font-size: 1.5vw;
            padding: 12px; } }
        @media screen and (max-width: 640px) {
          section.block-section .container .block-section-block.block-text p {
            font-size: 3vw; } }
      section.block-section .container .block-section-block.block-text .bottom-grad {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 30px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, white));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-8 */ }
      section.block-section .container .block-section-block.block-text .block-text-link-container {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%; }
        section.block-section .container .block-section-block.block-text .block-text-link-container .bottom-grad {
          position: relative;
          top: 0px;
          width: 100%;
          height: 15px; }
        @media screen and (max-width: 640px) {
          section.block-section .container .block-section-block.block-text .block-text-link-container {
            bottom: 0; } }
        section.block-section .container .block-section-block.block-text .block-text-link-container a {
          border-top: 1px #E5E5E5 solid;
          font-weight: 700;
          color: #1A1919;
          text-transform: uppercase;
          letter-spacing: 0.107em;
          font-size: 15px;
          line-height: 0.9375em;
          display: inline-block;
          padding-top: 17px;
          padding-bottom: 17px;
          transition: color 300ms;
          margin-left: 20px;
          margin-right: 20px;
          display: block;
          background-color: #FFFFFF; }
          @media screen and (max-width: 1024px) {
            section.block-section .container .block-section-block.block-text .block-text-link-container a {
              margin-left: 12px;
              margin-right: 12px;
              padding-top: 12px;
              padding-bottom: 12px; } }
          section.block-section .container .block-section-block.block-text .block-text-link-container a:hover {
            color: #e6e6e6; }
          section.block-section .container .block-section-block.block-text .block-text-link-container a .right-arrow svg {
            height: 14px;
            float: right; }

section.single-post {
  position: relative; }
  @media only screen and (min-width: 0) {
    section.single-post section.slider {
      padding: 9% 0 0 0; } }
  @media only screen and (min-width: 1000px) {
    section.single-post section.slider {
      padding: 0 0 0 0;
      margin-top: -50px; } }
  section.single-post section.preamble {
    padding-top: 60px;
    padding-bottom: 0px; }
    section.single-post section.preamble p {
      max-width: 840px;
      width: 100%; }
  section.single-post .container .article {
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 60px; }
    section.single-post .container .article .content {
      padding-top: 60px; }
  section.single-post .container .paging {
    position: relative;
    border-top: 1px #EBEBEB solid;
    padding-top: 30px;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 120px; }
    section.single-post .container .paging div.prev, section.single-post .container .paging div.next {
      float: left;
      display: table; }
      section.single-post .container .paging div.prev button, section.single-post .container .paging div.next button {
        background: #C5CBCB;
        position: relative; }
        @media only screen and (min-width: 0) {
          section.single-post .container .paging div.prev button, section.single-post .container .paging div.next button {
            width: 35px;
            height: 35px; } }
        @media only screen and (min-width: 500px) {
          section.single-post .container .paging div.prev button, section.single-post .container .paging div.next button {
            height: 50px;
            width: 50px; } }
        section.single-post .container .paging div.prev button:hover, section.single-post .container .paging div.next button:hover {
          background: #e0e3e3;
          transition: background 300ms ease; }
        section.single-post .container .paging div.prev button svg, section.single-post .container .paging div.next button svg {
          display: table-cell;
          margin: 0 auto; }
          @media only screen and (min-width: 0) {
            section.single-post .container .paging div.prev button svg, section.single-post .container .paging div.next button svg {
              width: 14px;
              height: 14px; } }
          @media only screen and (min-width: 500px) {
            section.single-post .container .paging div.prev button svg, section.single-post .container .paging div.next button svg {
              width: 20px;
              height: 20px; } }
      section.single-post .container .paging div.prev span, section.single-post .container .paging div.next span {
        color: #222222;
        vertical-align: middle;
        display: table-cell;
        padding-left: 18px;
        transition: color 300ms ease-in-out; }
        @media only screen and (max-width: 500px) {
          section.single-post .container .paging div.prev span, section.single-post .container .paging div.next span {
            display: none; } }
        section.single-post .container .paging div.prev span:hover, section.single-post .container .paging div.next span:hover {
          color: #555555; }
    section.single-post .container .paging div.next {
      float: right; }
      section.single-post .container .paging div.next span {
        padding-right: 18px; }

.single-product section.contentBlock {
  padding-bottom: 70px; }
  @media only screen and (min-width: 0) {
    .single-product section.contentBlock section.slider {
      padding: 9% 0 0 0; } }
  @media only screen and (min-width: 1000px) {
    .single-product section.contentBlock section.slider {
      padding: 0 0 0 0;
      margin-top: -50px; } }
  .single-product section.contentBlock section.preamble {
    padding-top: 60px;
    padding-bottom: 0px; }
    .single-product section.contentBlock section.preamble p {
      max-width: 840px;
      width: 100%; }
  .single-product section.contentBlock section.textblock {
    padding-top: 0;
    padding-bottom: 0; }
  .single-product section.contentBlock section.wide-button {
    padding-top: 60px;
    padding-bottom: 0px; }

section.small-header {
  position: relative;
  padding-top: 7.8125%; }

section.staff-area {
  background-color: #F9F9FA;
  padding-top: 64px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0) {
    section.staff-area {
      font-size: 1rem; } }
  @media only screen and (min-width: 500px) {
    section.staff-area {
      font-size: 1.3333rem; } }
  @media only screen and (min-width: 1000px) {
    section.staff-area {
      font-size: 1rem;
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.staff-area .container .heading-delta {
    font-weight: 300;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1A1919;
    margin-bottom: 80px;
    font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 0px) {
    section.staff-area .container .employee {
      width: 100%; } }
  @media only screen and (min-width: 500px) {
    section.staff-area .container .employee {
      width: 50%; } }
  @media only screen and (min-width: 1000px) {
    section.staff-area .container .employee {
      width: 33%; } }

.card {
  font-family: "Roboto", sans-serif;
  margin: 20px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF; }
  .card .card-title {
    color: #FFFFFF;
    font-size: 18px;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    text-transform: initial;
    letter-spacing: normal; }
    .card .card-title:after {
      content: "";
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 40px;
      height: 100%;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
      /* W3C */ }
    .card .card-title.activator {
      cursor: pointer; }
  .card .card-image {
    position: relative;
    cursor: pointer; }
    .card .card-image img {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 20px 20px;
    position: relative; }
    .card .card-content span a {
      color: #FFFFFF; }
    .card .card-content a.caret {
      line-height: 1;
      position: absolute;
      right: 20px;
      cursor: pointer; }
      .card .card-content a.caret svg {
        vertical-align: middle;
        pointer-events: none; }
        .card .card-content a.caret svg g {
          fill: #FFFFFF; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 22px; }
  .card .card-reveal {
    padding: 20px 20px;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .staff-card-reveal-top {
      margin-bottom: 30px; }
    .card .card-reveal ul {
      list-style-type: none; }
      .card .card-reveal ul li {
        overflow: hidden;
        white-space: nowrap;
        line-height: 2em;
        font-size: 18px;
        position: relative; }
        .card .card-reveal ul li:after {
          content: "";
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 40px;
          height: 100%;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* IE10+ */
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
          /* W3C */ }
        .card .card-reveal ul li a {
          color: #000000;
          transition: color 300ms;
          display: inline-block; }
          .card .card-reveal ul li a:hover {
            color: black; }
    .card .card-reveal svg {
      vertical-align: middle;
      margin-right: 10px;
      text-align: right; }
      @media only screen and (min-width: 0) {
        .card .card-reveal svg.phone {
          width: 14px; } }
      @media only screen and (min-width: 500px) {
        .card .card-reveal svg.phone {
          width: 14px; } }
      @media only screen and (min-width: 0) {
        .card .card-reveal svg.mobile {
          width: 14px;
          height: 18px; } }
      @media only screen and (min-width: 500px) {
        .card .card-reveal svg.mobile {
          width: 14px;
          height: 18px; } }
      @media only screen and (min-width: 0) {
        .card .card-reveal svg.mail {
          width: 14px;
          height: 10px; } }
      @media only screen and (min-width: 500px) {
        .card .card-reveal svg.mail {
          width: 14px;
          height: 10px; } }
      .card .card-reveal svg g {
        fill: #FFFFFF; }
    .card .card-reveal .card-title {
      position: relative;
      cursor: pointer;
      display: block;
      overflow: visible;
      white-space: normal;
      line-height: 22px; }
      .card .card-reveal .card-title button.close {
        background: transparent;
        padding: 0;
        margin-left: 10px; }
        .card .card-reveal .card-title button.close svg {
          pointer-events: none;
          width: 14px;
          height: 14px; }
          .card .card-reveal .card-title button.close svg g {
            fill: #FFFFFF; }
        .card .card-reveal .card-title button.close:hover svg g {
          fill: #e6e6e6; }
      .card .card-reveal .card-title:after {
        display: none; }
    .card .card-reveal p {
      color: #000000;
      font-weight: 300; }

section.testimonials-slider {
  padding-top: 9.375%;
  padding-bottom: 9.375%;
  background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFFFFF, #FFFFFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFFFFF, #FFFFFF);
  /* Standard syntax */ }
  section.testimonials-slider .container {
    margin: 0 auto; }
    section.testimonials-slider .container .testimonials-slider-content {
      position: relative; }
    section.testimonials-slider .container .testimonial {
      display: inline-block;
      padding-bottom: 40px; }
      @media only screen and (min-width: 0) {
        section.testimonials-slider .container .testimonial {
          width: 100%; }
          section.testimonials-slider .container .testimonial p {
            font-family: "Playfair Display", serif;
            font-size: 17px;
            color: #FFFFFF;
            letter-spacing: initial;
            font-style: normal;
            font-weight: 400;
            line-height: 1.55em; } }
      @media only screen and (min-width: 500px) {
        section.testimonials-slider .container .testimonial {
          width: 85%; }
          section.testimonials-slider .container .testimonial p {
            font-size: 22px; } }
      @media only screen and (min-width: 1000px) {
        section.testimonials-slider .container .testimonial {
          width: 70%; }
          section.testimonials-slider .container .testimonial p {
            font-size: 30px; } }
    section.testimonials-slider .container .label {
      display: table;
      margin: 0 auto;
      padding-bottom: 60px; }
      @media only screen and (max-width: 1023px) {
        section.testimonials-slider .container .label {
          display: block; } }
      section.testimonials-slider .container .label img {
        border-radius: 50%;
        margin-right: 20px; }
        @media only screen and (max-width: 1023px) {
          section.testimonials-slider .container .label img {
            margin: 0 auto;
            margin-bottom: 40px; } }
      section.testimonials-slider .container .label span {
        display: table-cell;
        vertical-align: middle;
        font-family: "Roboto", sans-serif;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: initial; }
        @media only screen and (max-width: 1023px) {
          section.testimonials-slider .container .label span {
            margin: 0 auto;
            display: block;
            font-size: 14px;
            line-height: 17px; } }
    section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
      position: absolute;
      height: 48px;
      width: 47px;
      background: transparent;
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
          display: none !important; } }
      @media only screen and (min-width: 0px) {
        section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
          margin-top: -24px;
          top: 50%; } }
      @media only screen and (min-width: 900px) {
        section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
          margin-top: -24px;
          top: 50%; } }
    section.testimonials-slider .container .slick-prev:hover, section.testimonials-slider .container .slick-prev:focus, section.testimonials-slider .container .slick-next:hover, section.testimonials-slider .container .slick-next:focus {
      background: transparent;
      color: transparent; }
    section.testimonials-slider .container .slick-prev:hover:before, section.testimonials-slider .container .slick-prev:focus:before, section.testimonials-slider .container .slick-next:hover:before, section.testimonials-slider .container .slick-next:focus:before {
      opacity: 1; }
    section.testimonials-slider .container .slick-prev.slick-disabled:before, section.testimonials-slider .container .slick-next.slick-disabled:before {
      opacity: 0.75; }
    section.testimonials-slider .container .slick-prev {
      margin-top: -24px;
      margin-left: -24px;
      left: 0%; }
    section.testimonials-slider .container .slick-prev:before {
      content: url(../assets/img/caret_arrow_left.png); }
    section.testimonials-slider .container .slick-next {
      right: 0px;
      margin-right: -24px; }
    section.testimonials-slider .container .slick-next:before {
      content: url(../assets/img/caret_arrow_right.png); }
    section.testimonials-slider .container .slick-dots {
      position: absolute;
      bottom: 0px;
      list-style: none;
      display: block;
      text-align: center;
      padding: 0;
      width: 100%;
      margin-bottom: 0px; }
      section.testimonials-slider .container .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 0;
        padding: 0;
        cursor: pointer; }
        section.testimonials-slider .container .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: 0;
          cursor: pointer; }
          section.testimonials-slider .container .slick-dots li button:hover, section.testimonials-slider .container .slick-dots li button:focus {
            outline: none; }
            section.testimonials-slider .container .slick-dots li button:hover:before, section.testimonials-slider .container .slick-dots li button:focus:before {
              opacity: 0.5; }
          section.testimonials-slider .container .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "•";
            width: 20px;
            height: 20px;
            font-size: 30px;
            line-height: 20px;
            text-align: center;
            color: #FFFFFF;
            opacity: 0.5; }
        section.testimonials-slider .container .slick-dots li.slick-active button:before {
          color: #1A1919;
          opacity: 1; }

section.textblock {
  padding: 9.375% 0; }
  @media only screen and (min-width: 768px) {
    section.textblock {
      padding-top: 4.375%;
      padding-bottom: 4.375%; } }
  section.textblock.bg-option-1 {
    background: #FFFFFF; }
  section.textblock.bg-option-2 {
    background: #F6F6F7; }
  section.textblock .container {
    margin: 0 auto; }
    section.textblock .container div {
      width: 100%;
      padding-right: 0%;
      max-width: 620px;
      display: block;
      margin: 0 auto; }
      section.textblock .container div h2 {
        font-family: "Playfair Display", serif;
        font-weight: 700;
        color: #1A1919;
        text-transform: initial;
        letter-spacing: normal; }
        @media only screen and (min-width: 0px) {
          section.textblock .container div h2 {
            font-size: 1.125em;
            letter-spacing: normal; } }
        @media only screen and (min-width: 1000px) {
          section.textblock .container div h2 {
            font-size: 1.25em;
            letter-spacing: normal; } }
      section.textblock .container div p {
        color: #000000;
        font-weight: 300;
        letter-spacing: normal; }
        @media only screen and (min-width: 0px) {
          section.textblock .container div p {
            font-size: 1em; } }
      section.textblock .container div a {
        color: #1A1919;
        font-weight: 700;
        letter-spacing: normal;
        text-decoration: initial; }
        section.textblock .container div a:hover {
          color: black; }
    section.textblock .container picture {
      text-align: center;
      display: inline-block;
      padding-right: 0%;
      margin-bottom: 50px;
      width: 100%; }
    section.textblock .container img {
      width: 100%;
      height: auto;
      max-width: 620px; }

section.wide-button {
  position: relative;
  padding: 9% 0; }
  section.wide-button .container div, section.wide-button .container a {
    position: relative;
    max-width: 620px; }
  section.wide-button .container a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block; }
