/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  /* .owl-carousel .owl-item img {
    display: block;
    width: 100%; } */
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/*------------------------------------------------------------------
[media-queries]
*/
/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1575px; }
  @media only screen and (min-width: 768px) {
    .container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 1280px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1640px; }

.container-content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 768px) {
    .container-content {
      padding-left: 44px;
      padding-right: 44px; } }
  @media only screen and (min-width: 1920px) {
    .container-content {
      padding-left: 84px;
      padding-right: 84px; } }

body, html {
  width: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  letter-spacing: 0.060em; }

@media only screen and (min-width: 768px) {
  body {
    padding-top: 0; } }

a {
  text-decoration: none;
  color: #000; }

button {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: none;
  cursor: pointer; }

.btn-black,
.gform_button {
  padding: 10px 35px;
  width: 100%;
  background-color: #000;
  color: #fff;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: none;
  cursor: pointer;
  font-family: "Proxima Nova Bold";
  font-size: 1.4rem !important;
  text-transform: uppercase;
  letter-spacing: 0.060em; }
  @media only screen and (min-width: 1280px) {
    .btn-black,
    .gform_button {
      width: auto;
      padding: 10px 70px;
      font-size: 2.4rem !important; } }

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

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

.grecaptcha-badge {
  visibility: hidden; }

.section-title {
  font-size: 2rem;
  font-family: ivyjournal, sans-serif;
  font-weight: 300;
  letter-spacing: -0.021rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-title {
      font-size: 2.6rem; } }
  @media only screen and (min-width: 1280px) {
    .section-title {
      font-size: 3.4rem; } }
  @media only screen and (min-width: 1920px) {
    .section-title {
      font-size: 4.5rem; } }
  .section-title strong {
    font-size: 2.2rem;
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
    letter-spacing: 0.06rem; }
    @media only screen and (min-width: 768px) {
      .section-title strong {
        font-size: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .section-title strong {
        font-size: 3.7rem; } }
    @media only screen and (min-width: 1920px) {
      .section-title strong {
        font-size: 4.9rem; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 100; }
  .main-header .container {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    max-width: 1640px; }
  .main-header__right {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%; }
    .main-header__right > *:not(.main-mobile):not(.main-mobile__btn) {
      display: none; }
      @media only screen and (min-width: 768px) {
        .main-header__right > *:not(.main-mobile):not(.main-mobile__btn) {
          display: block; } }
  .main-header__menu a {
    padding: 8px 8px;
    color: #707070;
    text-transform: uppercase;
    font-family: "Proxima Nova Bold";
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .main-header__menu a {
        font-size: 1rem; } }
    @media only screen and (min-width: 1280px) {
      .main-header__menu a {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 992px) {
      .main-header__menu a {
        padding: 8px 10px; } }
  .main-header__menu .current-menu-item > a {
    color: #6abfc9; }
  .main-header__menu .current-menu-item.green > a {
    color: #6abfc9; }
  .main-header__menu .current-menu-item.yellow > a {
    color: #e1db1d; }
  .main-header__menu .current-menu-item.blue > a {
    color: #1e43e1; }
  .main-header__menu .current-menu-item.red > a {
    color: #e72850; }
  .main-header__menu .menu-top-menu-container > ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
    .main-header__menu .menu-top-menu-container > ul > li {
      position: relative;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-right: 0px; }
      @media only screen and (min-width: 1280px) {
        .main-header__menu .menu-top-menu-container > ul > li {
          margin-right: 20px; } }
      .main-header__menu .menu-top-menu-container > ul > li > a {
        position: relative;
        padding-top: 37px;
        padding-bottom: 37px;
        -moz-transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
        -o-transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
        -webkit-transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
        transition: padding-top 0.5s ease, padding-bottom 0.5s ease; }
        .is-sticky .main-header__menu .menu-top-menu-container > ul > li > a {
          padding-top: 14px;
          padding-bottom: 14px; }
        .main-header__menu .menu-top-menu-container > ul > li > a::before {
          content: '';
          display: none;
          position: absolute;
          top: 29px;
          left: 0;
          width: 100%;
          height: 57px;
          z-index: -1;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .is-sticky .main-header__menu .menu-top-menu-container > ul > li > a::before {
            top: 7px;
            height: 33px; }
      .main-header__menu .menu-top-menu-container > ul > li .sub-menu {
        display: none;
        position: absolute;
        padding: 15px 20px;
        top: 100%;
        min-width: 220px;
        -moz-transition: top 0.5s ease;
        -o-transition: top 0.5s ease;
        -webkit-transition: top 0.5s ease;
        transition: top 0.5s ease; }
        .main-header__menu .menu-top-menu-container > ul > li .sub-menu a {
          color: #fff;
          font-family: "IvyJournal";
          font-weight: 400;
          font-style: normal;
          text-transform: none;
          font-size: 1.4rem;
          letter-spacing: -0.021rem;
          white-space: nowrap;
          line-height: 2;
          padding: 0; }
      .main-header__menu .menu-top-menu-container > ul > li:hover .sub-menu,
      .main-header__menu .menu-top-menu-container > ul > li:hover > a::before {
        display: block; }
      .main-header__menu .menu-top-menu-container > ul > li:hover > a {
        color: #fff; }
      .main-header__menu .menu-top-menu-container > ul > li.green > a::before,
      .main-header__menu .menu-top-menu-container > ul > li.green .sub-menu {
        background-color: rgba(106, 191, 201, 0.8); }
      .main-header__menu .menu-top-menu-container > ul > li.yellow > a::before,
      .main-header__menu .menu-top-menu-container > ul > li.yellow .sub-menu {
        background-color: rgba(225, 219, 29, 0.8); }
      .main-header__menu .menu-top-menu-container > ul > li.blue > a::before,
      .main-header__menu .menu-top-menu-container > ul > li.blue .sub-menu {
        background-color: rgba(30, 67, 225, 0.8); }
      .main-header__menu .menu-top-menu-container > ul > li.red > a::before,
      .main-header__menu .menu-top-menu-container > ul > li.red .sub-menu {
        background-color: rgba(172, 30, 48, 0.8); }
  .main-header__social-media {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 4px;
    margin-right: 12px; }
    @media only screen and (min-width: 1280px) {
      .main-header__social-media {
        margin-right: 32px; } }
    .main-header__social-media__item {
      margin: 0 5px; }
      @media only screen and (min-width: 1280px) {
        .main-header__social-media__item {
          margin: 0 8px; } }
      .main-header__social-media__item:last-of-type {
        margin-right: 0; }
      .main-header__social-media__item img {
        height: 17px; }
  .main-header__search-btn {
    padding-right: 0; }
    .main-header__search-btn img {
      height: 17px; }

.main-logo {
  display: block;
  background-image: url(../images/logo-theboro.svg);
  background-repeat: no-repeat;
  background-size: 98% auto;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 13px 0;
  width: 42px;
  height: 37px; }
  @media only screen and (min-width: 768px) {
    .main-logo {
      margin: 13px 0;
      width: 68px;
      height: 59px; } }
  .is-sticky .main-logo {
    width: 41px;
    height: 23px;
    margin: 13px 0 13px -8px; }
    @media only screen and (min-width: 768px) {
      .is-sticky .main-logo {
        width: 41px;
        height: 23px;
        margin: 7px 0 7px -8px; } }

.main-mobile {
  position: absolute;
  overflow: auto;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: calc(100vh - 49px);
  background-color: #919191;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-transform: translate(0px, -63px);
  -o-transform: translate(0px, -63px);
  -ms-transform: translate(0px, -63px);
  -webkit-transform: translate(0px, -63px);
  transform: translate(0px, -63px);
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }
  .main-mobile.is-active {
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    transform: translate(0px, 100%); }
  @media only screen and (min-width: 768px) {
    .main-mobile {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .main-mobile__btn.hamburger {
      display: none; } }
  .main-mobile .main-header__search-btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 25px;
    text-align: left; }
  .main-mobile .menu-top-menu-container .current-menu-item .sub-menu {
    display: block; }
  .main-mobile .menu-top-menu-container ul {
    list-style: none; }
  .main-mobile .menu-top-menu-container li {
    margin-bottom: 20px; }
  .main-mobile .sub-menu {
    display: none;
    margin-top: 15px;
    margin-left: 20px; }
    .main-mobile .sub-menu li {
      margin-bottom: 0; }
    .main-mobile .sub-menu a {
      font-family: "IvyJournal";
      font-weight: 400;
      font-style: normal;
      font-size: 1.4rem;
      line-height: 2;
      text-transform: none;
      letter-spacing: -0.021rem; }
  .main-mobile a {
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff; }
  .main-mobile .sitemap__btn {
    display: block;
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff; }
  .main-mobile .main-header__social-media {
    margin: 5px 0 25px 0; }
    .main-mobile .main-header__social-media a {
      margin: 0 20px; }
      .main-mobile .main-header__social-media a:first-child {
        margin-left: 0; }
      .main-mobile .main-header__social-media a img {
        height: 22px; }

.search-widget {
  position: absolute;
  top: 100%;
  right: 0; }
  .search-widget .input {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 34px 16px 26px;
    width: 255px;
    background-color: #000; }
    .search-widget .input input {
      -webkit-flex-grow: 2;
      -moz-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2;
      height: 24px;
      border: 0;
      padding: 0 9px;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #C1C1C1;
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: -0.021rem; }
    .search-widget .input .submit {
      position: relative;
      width: 35px;
      height: 24px;
      background-color: #444444;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      border: 0;
      margin-left: 2px; }
      .search-widget .input .submit:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13px;
        height: 13px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        background: url("../images/icon-search.svg") no-repeat center center;
        background-size: contain; }
    .search-widget .input .close {
      position: absolute;
      top: 4px;
      right: 6px;
      width: 10px;
      height: 10px; }
      .search-widget .input .close:before, .search-widget .input .close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        content: '';
        background-color: #fff; }
      .search-widget .input .close:before {
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .search-widget .input .close:after {
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .search-widget .list {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    background-color: #919191;
    color: #fff;
    padding: 130px 90px 60px 35px; }
    .search-widget .list h3 {
      margin-bottom: 40px;
      font-family: "Proxima Nova Bold";
      font-size: 1.8rem;
      letter-spacing: 0.06rem;
      text-transform: uppercase; }
    .search-widget .list .item {
      margin-bottom: 22px; }
    .search-widget .list .title {
      margin-bottom: 10px;
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      font-size: 1.8rem;
      letter-spacing: -0.021rem; }
    .search-widget .list .link {
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.1rem; }
    .search-widget .list a {
      display: inline-block;
      margin-top: 6px;
      font-family: "Proxima Nova Bold";
      font-size: 1rem;
      letter-spacing: 0.06rem;
      text-transform: uppercase;
      color: #fff; }
    .search-widget .list .show-all {
      margin-top: 20px;
      padding: 8px 30px 6px;
      border: #fff solid 1px;
      font-family: "Proxima Nova Bold";
      font-size: 1.3rem;
      text-transform: uppercase;
      letter-spacing: 0.06rem; }
    .search-widget .list .no-result {
      font-size: 1.6rem; }

#search-widget {
  display: none; }

.main-footer {
  padding: 25px 0 55px 0;
  background-color: #DEDEDE; }
  @media only screen and (min-width: 768px) {
    .main-footer {
      padding: 56px 0; } }
  @media only screen and (min-width: 1280px) {
    .main-footer {
      padding: 62px 0; } }
  @media only screen and (min-width: 1920px) {
    .main-footer {
      padding: 80px 0; } }
  .main-footer .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .main-footer .container .container {
        max-width: 912px; } }
    @media only screen and (min-width: 1920px) {
      .main-footer .container .container {
        max-width: 1170px; } }
  .main-footer__newsletter {
    text-align: center;
    width: 100%; }
    .main-footer__newsletter__title {
      font-family: ivyjournal, sans-serif;
      font-size: 2rem;
      font-weight: 400;
      letter-spacing: -0.021rem; }
      @media only screen and (min-width: 768px) {
        .main-footer__newsletter__title {
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1280px) {
        .main-footer__newsletter__title {
          font-size: 4.1rem; } }
      @media only screen and (min-width: 1920px) {
        .main-footer__newsletter__title {
          font-size: 5.3rem; } }
      .main-footer__newsletter__title strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060em;
        font-size: 2.2rem; }
        @media only screen and (min-width: 768px) {
          .main-footer__newsletter__title strong {
            font-size: 2.6rem; } }
        @media only screen and (min-width: 1280px) {
          .main-footer__newsletter__title strong {
            font-size: 4.5rem; } }
        @media only screen and (min-width: 1920px) {
          .main-footer__newsletter__title strong {
            font-size: 5.8rem; } }
  .main-footer__bottom {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .main-footer__bottom {
        margin-bottom: 50px;
        width: 250px; } }
    @media only screen and (min-width: 1280px) {
      .main-footer__bottom {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-bottom: 40px;
        width: 100%;
        max-width: 912px; } }
    @media only screen and (min-width: 1920px) {
      .main-footer__bottom {
        margin-bottom: 80px;
        max-width: 1170px; } }
  .main-footer__left img {
    height: 52px; }
    @media only screen and (min-width: 1280px) {
      .main-footer__left img {
        height: 66px; } }
    @media only screen and (min-width: 1920px) {
      .main-footer__left img {
        height: 84px; } }
  .main-footer__right img {
    height: 32px; }
    @media only screen and (min-width: 1280px) {
      .main-footer__right img {
        height: 49px; } }
    @media only screen and (min-width: 1920px) {
      .main-footer__right img {
        height: 52px; } }
  .main-footer__center {
    text-align: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
    @media only screen and (min-width: 768px) {
      .main-footer__center {
        -webkit-box-ordinal-group: inherit;
        -moz-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        -webkit-order: inherit;
        order: inherit; } }
    @media only screen and (max-width: 1279.98px) {
      .main-footer__center {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
  .main-footer__bottom-text {
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    @media only screen and (min-width: 1280px) {
      .main-footer__bottom-text {
        -webkit-box-ordinal-group: inherit;
        -moz-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        -webkit-order: inherit;
        order: inherit; } }
    .main-footer__bottom-text span {
      font-family: "Proxima Nova Bold";
      font-size: 1.4rem;
      margin-right: 0px;
      display: block;
      width: 100%;
      margin-bottom: 22px; }
      @media only screen and (min-width: 768px) {
        .main-footer__bottom-text span {
          width: auto;
          margin-right: 30px;
          font-size: 1.4rem;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1280px) {
        .main-footer__bottom-text span {
          display: inline;
          width: auto;
          font-size: 1.1rem;
          margin-right: 26px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1920px) {
        .main-footer__bottom-text span {
          font-size: 1.6rem;
          margin-right: 26px; } }
  .main-footer__links a {
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    margin-right: 32px; }
    @media only screen and (min-width: 768px) {
      .main-footer__links a {
        font-size: 1.4rem;
        margin-right: 32px; } }
    @media only screen and (min-width: 1280px) {
      .main-footer__links a {
        font-size: 1.1rem;
        margin-right: 26px; } }
    @media only screen and (min-width: 1920px) {
      .main-footer__links a {
        font-size: 1.6rem;
        margin-right: 26px; } }
    .main-footer__links a:last-child {
      margin-right: 0; }
  .main-footer__social-media {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 27px; }
    @media only screen and (min-width: 768px) {
      .main-footer__social-media {
        margin-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      .main-footer__social-media {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1920px) {
      .main-footer__social-media {
        margin-bottom: 80px; } }
    .main-footer__social-media__item {
      margin: 0 20px; }
      @media only screen and (min-width: 1280px) {
        .main-footer__social-media__item {
          margin: 0 15px; } }
      @media only screen and (min-width: 1920px) {
        .main-footer__social-media__item {
          margin: 0 20px; } }
      .main-footer__social-media__item img {
        height: 22px; }
        @media only screen and (min-width: 1280px) {
          .main-footer__social-media__item img {
            height: 17px; } }
        @media only screen and (min-width: 1920px) {
          .main-footer__social-media__item img {
            height: 22px; } }

.newsletter {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .newsletter {
      margin-top: 40px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1280px) {
    .newsletter {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1920px) {
    .newsletter {
      margin-bottom: 60px; } }
  .newsletter form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .newsletter form {
        margin: 0 auto;
        max-width: 520px; } }
    @media only screen and (min-width: 1280px) {
      .newsletter form {
        max-width: 900px; } }
  .newsletter input,
  .newsletter button {
    border-width: 0;
    border-radius: 0;
    -webkit-appearance: none;
    margin-bottom: 12px;
    padding: 10px 18px;
    outline: none; }
    @media only screen and (min-width: 768px) {
      .newsletter input,
      .newsletter button {
        margin: 0 3px 19px;
        padding: 10px; } }
    @media only screen and (min-width: 1280px) {
      .newsletter input,
      .newsletter button {
        margin: 15px 2px 0;
        padding: 10px 8px; } }
    @media only screen and (min-width: 1920px) {
      .newsletter input,
      .newsletter button {
        margin: 27px 4px 0;
        padding: 10px; } }
    .newsletter input[type="text"], .newsletter input[type="email"],
    .newsletter button[type="text"],
    .newsletter button[type="email"] {
      display: inline-block;
      width: 100%;
      background-color: #fff;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      font-style: italic;
      letter-spacing: 0.06rem;
      line-height: 1.16;
      color: #000;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      @media only screen and (min-width: 768px) {
        .newsletter input[type="text"], .newsletter input[type="email"],
        .newsletter button[type="text"],
        .newsletter button[type="email"] {
          width: calc(50% - 6px);
          font-size: 1.4rem; } }
      @media only screen and (min-width: 1280px) {
        .newsletter input[type="text"], .newsletter input[type="email"],
        .newsletter button[type="text"],
        .newsletter button[type="email"] {
          width: 200px;
          font-size: 0.9rem; } }
      @media only screen and (min-width: 1920px) {
        .newsletter input[type="text"], .newsletter input[type="email"],
        .newsletter button[type="text"],
        .newsletter button[type="email"] {
          width: 250px;
          font-size: 1.4rem; } }
      .newsletter input[type="text"]::-webkit-input-placeholder, .newsletter input[type="email"]::-webkit-input-placeholder,
      .newsletter button[type="text"]::-webkit-input-placeholder,
      .newsletter button[type="email"]::-webkit-input-placeholder {
        color: #000; }
      .newsletter input[type="text"]:-moz-placeholder, .newsletter input[type="email"]:-moz-placeholder,
      .newsletter button[type="text"]:-moz-placeholder,
      .newsletter button[type="email"]:-moz-placeholder {
        color: #000; }
      .newsletter input[type="text"]::-moz-placeholder, .newsletter input[type="email"]::-moz-placeholder,
      .newsletter button[type="text"]::-moz-placeholder,
      .newsletter button[type="email"]::-moz-placeholder {
        color: #000; }
      .newsletter input[type="text"]:-ms-input-placeholder, .newsletter input[type="email"]:-ms-input-placeholder,
      .newsletter button[type="text"]:-ms-input-placeholder,
      .newsletter button[type="email"]:-ms-input-placeholder {
        color: #000; }
  .newsletter button[type=submit],
  .newsletter input[type=submit] {
    display: inline-block;
    width: 100%;
    font-family: "Proxima Nova Bold";
    background-color: #000;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .newsletter button[type=submit],
      .newsletter input[type=submit] {
        width: 50%;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1280px) {
      .newsletter button[type=submit],
      .newsletter input[type=submit] {
        width: 200px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 1920px) {
      .newsletter button[type=submit],
      .newsletter input[type=submit] {
        width: 250px;
        font-size: 1.4rem; } }
  .newsletter .messages {
    margin-top: 10px;
    font-size: 1.4rem; }
    @media only screen and (min-width: 1280px) {
      .newsletter .messages {
        margin-top: 20px;
        font-size: 1.6rem; } }
    @media only screen and (min-width: 1920px) {
      .newsletter .messages {
        margin-top: 20px;
        font-size: 2rem; } }

.sitemap .close {
  position: absolute;
  top: 63px;
  right: 25px;
  width: 19px;
  height: 19px; }
  .sitemap .close:before, .sitemap .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #fff; }
  .sitemap .close:before {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .sitemap .close:after {
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.main-footer .sitemap {
  display: inline-block;
  margin-right: 32px; }
  @media only screen and (min-width: 768px) {
    .main-footer .sitemap {
      margin-right: 26px; } }
  @media only screen and (min-width: 1920px) {
    .main-footer .sitemap {
      margin-right: 26px; } }

@media only screen and (min-width: 768px) {
  .sitemap {
    display: block; } }

.sitemap__btn {
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Proxima Nova Bold";
  font-size: 1.4rem; }
  @media only screen and (min-width: 1280px) {
    .sitemap__btn {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 1920px) {
    .sitemap__btn {
      font-size: 1.6rem; } }

.sitemap__btn-close {
  position: absolute;
  top: 15px;
  right: 20px; }
  @media only screen and (min-width: 768px) {
    .sitemap__btn-close {
      top: 30px; } }

.sitemap__title {
  font-family: "Proxima Nova Bold";
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 54px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .sitemap__title {
      margin-top: 25px;
      font-size: 2.6rem; } }
  @media only screen and (min-width: 1280px) {
    .sitemap__title {
      font-size: 3.8rem; } }
  @media only screen and (min-width: 1920px) {
    .sitemap__title {
      font-size: 4.9rem; } }

.sitemap__container {
  position: fixed;
  overflow: auto;
  z-index: 90;
  bottom: 0;
  left: 0;
  -moz-transform: translate(0px, 100%);
  -o-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  -webkit-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  padding: 30px 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out; }
  @media only screen and (min-width: 768px) {
    .sitemap__container {
      padding: 50px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .is-active .sitemap__container {
    -moz-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%); }

.sitemap__logo {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 240px; }
  @media only screen and (min-width: 576px) {
    .sitemap__logo {
      width: 100%; } }

.sitemap .menu-site-map-container {
  margin: 0 auto;
  max-width: 1642px;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .sitemap .menu-site-map-container {
      margin-top: 90px; } }
  .sitemap .menu-site-map-container .menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .sitemap .menu-site-map-container .menu {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    .sitemap .menu-site-map-container .menu > li {
      padding: 0 30px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .sitemap .menu-site-map-container .menu > li {
          padding: 0 30px;
          margin-bottom: 60px; } }
      @media only screen and (min-width: 1280px) {
        .sitemap .menu-site-map-container .menu > li {
          padding: 0 45px;
          margin-bottom: 70px; } }
      @media only screen and (min-width: 1920px) {
        .sitemap .menu-site-map-container .menu > li {
          padding: 0 45px;
          margin-bottom: 97px; } }
      .sitemap .menu-site-map-container .menu > li.placeholder {
        display: none; }
        .sitemap .menu-site-map-container .menu > li.placeholder a {
          opacity: 0;
          visibility: hidden; }
      .sitemap .menu-site-map-container .menu > li > a {
        font-family: ivyjournal, sans-serif;
        font-size: 3.6rem;
        font-weight: 400;
        color: #fff;
        text-transform: none; }
        @media only screen and (min-width: 768px) {
          .sitemap .menu-site-map-container .menu > li > a {
            font-size: 2.8rem; } }
        @media only screen and (min-width: 1280px) {
          .sitemap .menu-site-map-container .menu > li > a {
            font-size: 3.4rem; } }
        @media only screen and (min-width: 1920px) {
          .sitemap .menu-site-map-container .menu > li > a {
            font-size: 4.3rem; } }
    .sitemap .menu-site-map-container .menu .sub-menu {
      margin-top: 5px; }
      .sitemap .menu-site-map-container .menu .sub-menu li {
        margin-bottom: 0px; }
      .sitemap .menu-site-map-container .menu .sub-menu a {
        font-family: "Proxima Nova Bold";
        font-size: 1.4rem;
        line-height: 1.9;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .sitemap .menu-site-map-container .menu .sub-menu a {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 1920px) {
          .sitemap .menu-site-map-container .menu .sub-menu a {
            font-size: 1.5rem; } }
  .sitemap .menu-site-map-container a {
    color: #fff; }

.search__wrapper {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 160px;
  background-color: #000;
  padding: 75px 30px 0; }
  @media only screen and (min-width: 768px) {
    .search__wrapper {
      height: 280px;
      padding: 85px 200px 0; } }
  .search__wrapper .input {
    position: relative;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2; }
  .search__wrapper input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: #C1C1C1;
    font-family: ivyjournal, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5); }
    .search__wrapper input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search__wrapper input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search__wrapper input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search__wrapper input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 768px) {
      .search__wrapper input {
        height: 46px;
        font-size: 2rem; } }
  .search__wrapper .submit {
    position: relative;
    width: 46px;
    height: 38px;
    margin-left: 2px;
    background-color: #707070;
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .search__wrapper .submit {
        height: 46px; } }
    .search__wrapper .submit:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      content: '';
      background: url("../images/icon-search.svg") no-repeat center center;
      background-size: contain;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.search__info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 26px 30px;
  background-color: #EAEAEA; }
  @media only screen and (min-width: 768px) {
    .search__info {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 80px 200px; } }
  .search__info .title {
    display: block;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .search__info .title {
        font-size: 1.8rem; } }
  .search__info .count {
    display: block;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: #C1C1C1; }
    @media only screen and (min-width: 768px) {
      .search__info .count {
        font-size: 1.8rem; } }
  .search__info .right {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .search__info .right {
        margin-top: 0;
        margin-left: 110px; } }
    .search__info .right span {
      display: block;
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      font-size: 2rem;
      color: #000; }
      @media only screen and (min-width: 768px) {
        .search__info .right span {
          margin-top: -20px;
          font-size: 3.6rem;
          color: #919191; } }

.search__list {
  margin: 30px 0;
  padding: 0 30px; }
  @media only screen and (min-width: 768px) {
    .search__list {
      margin: 100px 0;
      padding: 0 200px; } }
  .search__list .search__item {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .search__list .search__item {
        margin-bottom: 60px; } }
  .search__list h2 {
    font-family: ivyjournal, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 24px;
    letter-spacing: -0.021rem; }
    @media only screen and (min-width: 768px) {
      .search__list h2 {
        font-size: 3.6rem; } }
  .search__list .link {
    margin-bottom: 20px;
    font-family: ivyjournal, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #919191;
    font-size: 1.2rem;
    word-wrap: break-word; }
    @media only screen and (min-width: 768px) {
      .search__list .link {
        font-size: 2rem; } }
  .search__list a {
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.06rem; }
    @media only screen and (min-width: 768px) {
      .search__list a {
        font-size: 1.8rem; } }

.search .pagination {
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .search .pagination {
      margin-bottom: 100px; } }
  .search .pagination button {
    margin: 0 2px;
    padding: 7px 26px 6px;
    border: #000 solid 1px;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    letter-spacing: 0.06rem; }
    @media only screen and (min-width: 768px) {
      .search .pagination button {
        padding: 10px 34px 8px;
        font-size: 2rem; } }
    .search .pagination button.active {
      background-color: #000;
      color: #fff; }

.search .no-result {
  font-family: ivyjournal, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .search .no-result {
      font-size: 2.6rem; } }

.search .clear {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #444444;
  padding: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 768px) {
    .search .clear {
      width: 26px;
      height: 26px; } }
  .search .clear:before, .search .clear:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #fff;
    content: ''; }
  .search .clear:before {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .search .clear:after {
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.privacy {
  display: none; }
  .privacy__wrapper {
    position: relative;
    padding: 57px 30px 45px;
    background-color: #F8F8F8; }
    @media only screen and (min-width: 768px) {
      .privacy__wrapper {
        padding: 100px 30px 110px; } }
    @media only screen and (min-width: 1280px) {
      .privacy__wrapper {
        padding: 145px 15% 130px; } }
    .privacy__wrapper h4 {
      margin-bottom: 66px;
      text-align: center;
      font-size: 2.4rem;
      text-transform: uppercase;
      font-family: "Proxima Nova Bold"; }
      @media only screen and (min-width: 768px) {
        .privacy__wrapper h4 {
          font-size: 3.6rem;
          margin-bottom: 90px; } }
      @media only screen and (min-width: 1280px) {
        .privacy__wrapper h4 {
          font-size: 4.8rem; } }
    .privacy__wrapper p {
      font-size: 1.6rem;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 1.4285; }
      @media only screen and (min-width: 768px) {
        .privacy__wrapper p {
          font-size: 1.4rem; } }
    .privacy__wrapper strong {
      font-family: "Proxima Nova Bold";
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 0.06rem; }
      @media only screen and (min-width: 768px) {
        .privacy__wrapper strong {
          font-size: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .privacy__wrapper .content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        -o-column-gap: 22px;
        -ms-column-gap: 22px;
        column-gap: 22px; } }
  .privacy .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
    background-color: #ABABAB; }
    @media only screen and (min-width: 768px) {
      .privacy .close {
        width: 60px;
        height: 60px; } }
    .privacy .close:before, .privacy .close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      content: '';
      background-color: #fff; }
    .privacy .close:before {
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .privacy .close:after {
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 23px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 23px;
    height: 1px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 46px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 46px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 46px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 46px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 46px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 46px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.6px, -5.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.6px, 5.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.6px, -5.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.6px, 5.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -46px;
      top: -46px;
      transform: translate3d(46px, 46px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -46px;
      top: -46px;
      transform: translate3d(-46px, 46px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -46px;
      top: 46px;
      transform: translate3d(46px, -46px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -46px;
      top: 46px;
      transform: translate3d(-46px, -46px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.slider {
  position: relative;
  min-height: 300px;
  height: calc(80vw + 63px); }
  @media only screen and (min-width: 768px) {
    .slider {
      min-height: 420px;
      height: calc(54vw + 85px); } }
  @media only screen and (min-width: 1280px) {
    .slider {
      height: 100vh; } }
  .slider__item__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .slider__item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    height: calc(80vw + 63px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-top: 63px; }
    @media only screen and (min-width: 768px) {
      .slider__item {
        min-height: 420px;
        height: calc(54vw + 85px);
        padding-top: 85px; } }
    @media only screen and (min-width: 1280px) {
      .slider__item {
        height: 100vh; } }
    .slider__item__beforetitle {
      font-family: "Proxima Nova Bold";
      font-size: 1.4rem;
      line-height: 1.16;
      text-align: center;
      text-transform: uppercase; }
      .slider__item__beforetitle a {
        color: #fff;
        text-decoration: underline; }
      .slider__item__beforetitle span {
        font-family: ivyjournal, sans-serif;
        font-weight: 300;
        text-transform: normal; }
      @media only screen and (min-width: 1280px) {
        .slider__item__beforetitle {
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1920px) {
        .slider__item__beforetitle {
          font-size: 3.6rem; } }
    .slider__item h1 {
      margin: 5px 0;
      padding: 0;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      font-size: 3rem;
      letter-spacing: -0.021rem;
      line-height: 0.9;
      text-align: center;
      text-shadow: 2px 0px 25px rgba(0, 0, 0, 0.5); }
      @media only screen and (min-width: 576px) {
        .slider__item h1 {
          margin: 0 0 15px 0; } }
      @media only screen and (min-width: 768px) {
        .slider__item h1 {
          font-size: 4.3rem; } }
      @media only screen and (min-width: 1280px) {
        .slider__item h1 {
          font-size: 7.4rem; } }
      @media only screen and (min-width: 1920px) {
        .slider__item h1 {
          margin: 0 0 24px 0;
          font-size: 11rem; } }
    .slider__item__subtitle {
      text-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.4rem;
      letter-spacing: 0.06rem;
      line-height: 1.16;
      text-align: center;
      padding: 0; }
      @media only screen and (min-width: 1280px) {
        .slider__item__subtitle {
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1920px) {
        .slider__item__subtitle {
          font-size: 3.6rem; } }
  .slider .owl-nav {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: calc(50% + 31px);
    width: 100%;
    padding: 0 10px;
    height: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 576px) {
      .slider .owl-nav {
        padding: 0 30px; } }
    @media only screen and (min-width: 1280px) {
      .slider .owl-nav {
        top: calc(50% + 42px); } }
    .slider .owl-nav .owl-prev,
    .slider .owl-nav .owl-next {
      width: 8px;
      height: 13px;
      background: url("../images/arrow-white-left.svg") no-repeat center center !important;
      background-size: contain !important; }
      @media only screen and (min-width: 576px) {
        .slider .owl-nav .owl-prev,
        .slider .owl-nav .owl-next {
          width: 18px;
          height: 26px; } }
    .slider .owl-nav .owl-next {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .owl-dots {
    display: none;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .slider .owl-dots {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    .slider .owl-dots .owl-dot {
      width: 17px;
      height: 3px;
      margin: 0 4px;
      border-radius: 0;
      background-color: transparent;
      border: #fff solid 1px; }
      @media only screen and (min-width: 1280px) {
        .slider .owl-dots .owl-dot {
          width: 42px;
          height: 4px;
          margin: 0 8px; } }
      .slider .owl-dots .owl-dot.active {
        background-color: #fff; }
  .slider__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; }
    @media only screen and (min-width: 576px) {
      .slider__caption {
        width: 50%; } }
    .slider__caption__title {
      display: block;
      width: 100%;
      height: 35px;
      padding: 0 35px 0 20px;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      line-height: 35px;
      color: #000;
      cursor: pointer; }
      @media only screen and (min-width: 576px) {
        .slider__caption__title {
          font-size: 1.6rem;
          padding: 0 45px; } }
      .slider__caption__title strong {
        font-family: "Proxima Nova Bold"; }
      .slider__caption__title:after {
        position: absolute;
        top: 12px;
        right: 10px;
        width: 12px;
        height: 12px;
        content: '';
        background: url("../images/caption-arrow.svg") no-repeat center right;
        background-size: contain; }
        @media only screen and (min-width: 576px) {
          .slider__caption__title:after {
            top: 6px;
            right: 6px;
            width: 16px;
            height: 16px; } }
        .open .slider__caption__title:after {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .slider__caption__content {
      display: none;
      padding: 10px 20px 20px 20px;
      color: #000;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      line-height: 1.3; }
      @media only screen and (min-width: 576px) {
        .slider__caption__content {
          padding: 45px;
          font-size: 1.6rem; } }

.boxes {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .boxes__title {
    margin-bottom: 70px; }
    @media only screen and (min-width: 1280px) {
      .boxes__title {
        margin-bottom: 100px; } }
    .boxes__title h3 {
      font-family: "IvyJournal";
      font-weight: 400;
      font-style: normal;
      letter-spacing: -0.021rem;
      font-size: 2rem; }
      @media only screen and (min-width: 1280px) {
        .boxes__title h3 {
          font-size: 4.5rem;
          margin-bottom: 30px; } }
      .boxes__title h3 strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060em;
        font-size: 2.2rem; }
        @media only screen and (min-width: 1280px) {
          .boxes__title h3 strong {
            font-size: 4.9rem; } }
  .boxes__item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .boxes__image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-width: 767.98px) {
      .boxes__image {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        height: 270px; } }
    @media only screen and (min-width: 768px) {
      .boxes__image {
        width: 50%;
        min-height: 250px; } }
    @media only screen and (min-width: 1280px) {
      .boxes__image {
        min-height: 348px; } }
  .boxes__content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 25px 30px 30px 20px; }
    @media only screen and (min-width: 768px) {
      .boxes__content {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 50%;
        padding: 40px; } }
    @media only screen and (min-width: 1280px) {
      .boxes__content {
        padding: 85px; } }
    @media only screen and (min-width: 1920px) {
      .boxes__content {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 50%;
        padding: 75px 100px; } }
    .boxes__content h2 {
      margin-bottom: 22px;
      font-family: ivyjournal, sans-serif;
      font-size: 2rem;
      font-weight: 300;
      letter-spacing: -0.021rem; }
      @media only screen and (min-width: 768px) {
        .boxes__content h2 {
          font-size: 3.6rem;
          margin-bottom: 39px; } }
      @media only screen and (min-width: 1920px) {
        .boxes__content h2 {
          font-size: 4.5rem;
          margin-bottom: 50px; } }
      .boxes__content h2 strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060em;
        font-size: 2.2rem; }
        @media only screen and (min-width: 768px) {
          .boxes__content h2 strong {
            font-size: 4rem; } }
        @media only screen and (min-width: 1920px) {
          .boxes__content h2 strong {
            font-size: 4.9rem; } }
    .boxes__content p {
      font-size: 1.6rem;
      line-height: 1.313;
      margin-bottom: 55px;
      letter-spacing: -0.009em; }
      @media only screen and (min-width: 768px) {
        .boxes__content p {
          margin-bottom: 20px;
          font-size: 1.6rem; } }
      @media only screen and (min-width: 1920px) {
        .boxes__content p {
          max-width: 480px;
          margin-bottom: 50px;
          font-size: 1.6rem; } }
    .boxes__content .btn {
      font-family: "Proxima Nova Bold";
      font-size: 1.4rem;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .boxes__content .btn {
          font-size: 1.3rem; } }
      @media only screen and (min-width: 1920px) {
        .boxes__content .btn {
          font-size: 1.8rem; } }

.row-boxes--home .row-boxes__content {
  position: relative;
  padding: 20px 30px; }
  @media only screen and (min-width: 768px) {
    .row-boxes--home .row-boxes__content {
      padding: 28px 40px; } }
  @media only screen and (min-width: 1280px) {
    .row-boxes--home .row-boxes__content {
      padding: 50px 80px; } }
  @media only screen and (min-width: 1640px) {
    .row-boxes--home .row-boxes__content {
      padding: 76px 108px 74px; } }
  .row-boxes--home .row-boxes__content:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%);
    content: '';
    z-index: -1; }

.row-boxes__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .row-boxes__item {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .row-boxes__item:nth-of-type(even) .row-boxes__content {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
    @media only screen and (min-width: 768px) {
      .row-boxes__item:nth-of-type(even) .row-boxes__content {
        text-align: right;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end; } }

.row-boxes__image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .row-boxes__image {
      width: 50%; } }
  .row-boxes__image::before {
    content: '';
    display: block; }
    @media only screen and (min-width: 768px) {
      .row-boxes__image::before {
        padding-bottom: 52.07%; } }
  @media only screen and (max-width: 767.98px) {
    .row-boxes__image {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      height: 270px; } }

.row-boxes__content {
  padding: 20px 30px 30px 30px;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media only screen and (max-width: 767.98px) {
    .row-boxes__content {
      min-height: 270px; } }
  @media only screen and (min-width: 768px) {
    .row-boxes__content {
      padding: 20px 30px;
      width: 50%; } }
  @media only screen and (min-width: 1280px) {
    .row-boxes__content {
      min-height: 333px; } }
  @media only screen and (min-width: 1920px) {
    .row-boxes__content {
      padding: 3.90vw 5.20vw 3.64vw 5.20vw;
      min-height: 427px; } }
  .row-boxes__content h2 {
    margin-bottom: 22px;
    font-family: ivyjournal, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.021rem; }
    @media only screen and (min-width: 768px) {
      .row-boxes__content h2 {
        font-size: 2.4rem;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1280px) {
      .row-boxes__content h2 {
        font-size: 3.6rem; } }
    @media only screen and (min-width: 1640px) {
      .row-boxes__content h2 {
        font-size: 4.5rem;
        margin-bottom: 25px; } }
    .row-boxes__content h2 strong {
      font-family: "Proxima Nova Bold";
      letter-spacing: 0.060em;
      font-size: 2.2rem; }
      @media only screen and (min-width: 768px) {
        .row-boxes__content h2 strong {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        .row-boxes__content h2 strong {
          font-size: 3.8rem; } }
      @media only screen and (min-width: 1640px) {
        .row-boxes__content h2 strong {
          font-size: 4.9rem; } }
  @media only screen and (max-width: 767.98px) {
    .row-boxes__content .content {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  @media only screen and (min-width: 768px) {
    .row-boxes__content .content {
      -webkit-box-flex: 0 1 auto;
      -moz-box-flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      max-width: 480px; } }
  .row-boxes__content .content p {
    font-size: 1.6rem;
    line-height: 1.313;
    margin-bottom: 20px;
    letter-spacing: -0.009em; }
    @media only screen and (min-width: 1640px) {
      .row-boxes__content .content p {
        margin-bottom: 25px;
        font-size: 1.6rem; } }
  .row-boxes__content .btn {
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .row-boxes__content .btn {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 1640px) {
      .row-boxes__content .btn {
        font-size: 1.8rem; } }

.description {
  position: relative;
  padding: 70px 55px 55px 55px; }
  @media only screen and (min-width: 768px) {
    .description {
      padding: 80px 0; } }
  @media only screen and (min-width: 1280px) {
    .description {
      padding: 160px 0; } }
  @media only screen and (min-width: 1920px) {
    .description {
      padding: 205px 0; } }
  .description__wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .description__image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .description__image {
        width: 41%;
        height: auto; } }
    @media only screen and (min-width: 1280px) {
      .description__image {
        min-height: 450px; } }
    @media only screen and (min-width: 1920px) {
      .description__image {
        width: 41%;
        min-height: 450px;
        height: auto; } }
    .description__image img {
      width: 100%; }
  .description__content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    text-align: center;
    padding-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .description__content {
        width: 59%;
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .description__content {
        width: 59%;
        padding: 0; } }
    @media only screen and (min-width: 1920px) {
      .description__content {
        width: 59%;
        padding: 0; } }
    .description__content h2 {
      font-family: ivyjournal, sans-serif;
      font-size: 2rem;
      font-weight: 300;
      letter-spacing: -0.021rem;
      line-height: 1.145;
      margin-bottom: 0; }
      @media only screen and (min-width: 1280px) {
        .description__content h2 {
          font-size: 4.9rem; } }
      @media only screen and (min-width: 1920px) {
        .description__content h2 {
          font-size: 6.8rem; } }
      .description__content h2 strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060em;
        font-size: 2.2rem; }
        @media only screen and (min-width: 1280px) {
          .description__content h2 strong {
            font-size: 4.9rem; } }
        @media only screen and (min-width: 1920px) {
          .description__content h2 strong {
            font-size: 6.9rem; } }
    .description__content h3 {
      font-family: ivyjournal, sans-serif;
      font-size: 2rem;
      font-weight: 300;
      letter-spacing: -0.021rem;
      line-height: 1.3;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .description__content h3 {
          font-size: 3.8rem; } }
      @media only screen and (min-width: 1920px) {
        .description__content h3 {
          font-size: 4.8rem; } }
      .description__content h3 strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060em;
        font-size: 2.2rem; }
        @media only screen and (min-width: 768px) {
          .description__content h3 strong {
            font-size: 3.9rem; } }
        @media only screen and (min-width: 1920px) {
          .description__content h3 strong {
            font-size: 4.9rem; } }
    .description__content .content {
      max-width: 486px;
      width: 100%;
      margin: 0 auto;
      letter-spacing: -0.009em;
      font-size: 1.6rem;
      line-height: 1.313;
      display: none; }
      @media only screen and (min-width: 768px) {
        .description__content .content {
          margin-top: 50px;
          margin-top: 0; } }
      @media only screen and (min-width: 1920px) {
        .description__content .content {
          margin-top: 50px; } }
      @media only screen and (min-width: 768px) {
        .description__content .content {
          max-width: 420px; } }
      @media only screen and (min-width: 1280px) {
        .description__content .content {
          display: block; } }
      @media only screen and (min-width: 1920px) {
        .description__content .content {
          max-width: 486px; } }
  .description__content-mobile {
    margin-top: 35px; }
    @media only screen and (min-width: 768px) {
      .description__content-mobile {
        margin-top: 58px; } }
    @media only screen and (min-width: 1280px) {
      .description__content-mobile {
        display: none; } }
    .description__content-mobile .content {
      margin: 0 auto;
      max-width: 420px;
      width: 80%;
      text-align: center;
      font-size: 1.6rem;
      letter-spacing: -0.009em;
      line-height: 1.313; }
      @media only screen and (min-width: 768px) {
        .description__content-mobile .content {
          width: 50%; } }
      .description__content-mobile .content br {
        display: none; }

.feeds {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0 25px;
  margin: 0 auto 35px auto;
  max-width: 1200px;
  width: 100%; }
  .feeds__title {
    margin: 50px 0 22px;
    padding: 0 40px;
    font-size: 2rem;
    text-align: center;
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem; }
    @media only screen and (min-width: 768px) {
      .feeds__title {
        font-size: 2.6rem;
        margin: 85px 0 40px 0;
        letter-spacing: -0.0021rem; } }
    @media only screen and (min-width: 1280px) {
      .feeds__title {
        margin: 115px 0 44px 0;
        font-size: 3.4rem; } }
    @media only screen and (min-width: 1920px) {
      .feeds__title {
        margin: 150px 0 50px 0;
        font-size: 4.5rem; } }
    .feeds__title strong {
      font-family: "Proxima Nova Bold";
      text-transform: uppercase;
      font-size: 2.2rem;
      letter-spacing: 0.06rem; }
      @media only screen and (min-width: 768px) {
        .feeds__title strong {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        .feeds__title strong {
          font-size: 3.7rem; } }
      @media only screen and (min-width: 1920px) {
        .feeds__title strong {
          font-size: 4.9rem; } }
  @media only screen and (min-width: 768px) {
    .feeds {
      margin: 0 auto 65px auto; } }
  @media only screen and (min-width: 1280px) {
    .feeds {
      margin: 0 auto 100px auto; } }
  @media only screen and (min-width: 1920px) {
    .feeds {
      margin: 0 auto 130px auto; } }
  .feeds__social {
    text-align: center;
    margin-bottom: 50px; }
    @media only screen and (min-width: 1280px) {
      .feeds__social {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 1920px) {
      .feeds__social {
        margin-bottom: 62px; } }
    .feeds__social__item {
      display: inline-block;
      margin: 0 18px; }
    .feeds__social img {
      height: 30px; }
  .feeds .instagram {
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.009em; }
    @media only screen and (min-width: 768px) {
      .feeds .instagram {
        width: 33.33%; } }
    .feeds .instagram__image {
      display: block;
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .feeds .instagram__image::before {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .feeds .instagram__stat {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 10px;
      font-family: "Proxima Nova Bold"; }
      .feeds .instagram__stat span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .feeds .instagram__stat .icon-like {
        width: 21px;
        height: 19px;
        background-image: url(../images/like.svg); }
      .feeds .instagram__stat .icon-comments {
        width: 20px;
        height: 19px;
        background-image: url(../images/comments.svg); }
    .feeds .instagram p {
      margin-bottom: 15px; }
      .feeds .instagram p strong {
        font-family: "Proxima Nova Bold";
        font-weight: normal; }
      .feeds .instagram p:last-child {
        margin-bottom: 0; }

.property-map {
  position: relative; }
  .property-map__content img {
    width: 100%; }
  .property-map__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .property-map__image svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .property-map__image svg > [id] * {
        opacity: 0; }
      .property-map__image svg > [id]:hover * {
        opacity: 1; }
      .property-map__image svg > [id]:hover .st0,
      .property-map__image svg > [id]:hover .st3 {
        opacity: 0.6; }

.home-boxes .boxes__item:nth-of-type(even) .boxes__content {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }
  @media only screen and (min-width: 768px) {
    .home-boxes .boxes__item:nth-of-type(even) .boxes__content {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      text-align: right; } }

.home-boxes .boxes__content {
  position: relative; }
  .home-boxes .boxes__content:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%);
    content: '';
    z-index: -1; }

.description-about:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to left top, #8acdd5 0%, #8acdd5 50%, #acdbe2 50%);
  z-index: -1; }

@media only screen and (max-width: 767.98px) {
  .description-about .description__content:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to left top, #8acdd5 0%, #8acdd5 50%, #acdbe2 50%);
    z-index: -1; } }

.about-boxes {
  display: block;
  margin-top: 60px;
  margin-bottom: 69px; }
  @media only screen and (min-width: 768px) {
    .about-boxes {
      margin-bottom: 82px; } }
  @media only screen and (min-width: 1280px) {
    .about-boxes {
      margin-top: 90px; } }
  @media only screen and (min-width: 1920px) {
    .about-boxes {
      margin-top: 230px; } }
  .about-boxes__top {
    background-color: #8ACDD5; }
  .about-boxes__filters {
    padding: 20px 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 1280px) {
      .about-boxes__filters {
        padding: 38px 0; } }
    @media only screen and (min-width: 1920px) {
      .about-boxes__filters {
        padding: 44px 0 49px; } }
    .about-boxes__filters button {
      margin: 0 2px;
      padding: 6px 12px;
      background-color: transparent;
      border: #000 solid 1px;
      font-family: "Proxima Nova Bold";
      font-size: 1.2rem;
      border-radius: 0;
      box-shadow: none;
      outline: none;
      cursor: pointer; }
      @media only screen and (min-width: 1280px) {
        .about-boxes__filters button {
          font-size: 1.5rem;
          padding: 8px 15px; } }
      @media only screen and (min-width: 1920px) {
        .about-boxes__filters button {
          font-size: 2rem;
          padding: 8px 23px; } }
      .about-boxes__filters button.active {
        background-color: #fff; }
  .about-boxes__title {
    margin: 32px 0 0;
    padding: 20px 40px 0;
    font-size: 2.2rem;
    text-align: center;
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem; }
    @media only screen and (min-width: 768px) {
      .about-boxes__title {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      .about-boxes__title {
        padding-top: 40px;
        font-size: 3.5rem; } }
    @media only screen and (min-width: 1920px) {
      .about-boxes__title {
        padding-top: 50px;
        font-size: 4.5rem; } }
    .about-boxes__title strong {
      font-family: "Proxima Nova Bold";
      font-size: 2.2rem; }
      @media only screen and (min-width: 1280px) {
        .about-boxes__title strong {
          font-size: 3.8rem; } }
      @media only screen and (min-width: 1920px) {
        .about-boxes__title strong {
          font-size: 4.9rem; } }
  .about-boxes__containter {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .about-boxes .boxes__featured .boxes__content {
    width: 100%;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
    padding: 57px 30px 59px; }
    @media only screen and (min-width: 768px) {
      .about-boxes .boxes__featured .boxes__content {
        padding: 57px 120px 59px 120px; } }
    @media only screen and (min-width: 1280px) {
      .about-boxes .boxes__featured .boxes__content {
        padding: 98px 177px 102px; } }
    @media only screen and (min-width: 1920px) {
      .about-boxes .boxes__featured .boxes__content {
        padding: 128px 276px 130px 282px; } }
    .about-boxes .boxes__featured .boxes__content .boxes__content__title {
      font-size: 3rem;
      line-height: 1.2;
      max-width: 100%;
      margin-top: 116px; }
      @media only screen and (min-width: 1280px) {
        .about-boxes .boxes__featured .boxes__content .boxes__content__title {
          font-size: 5.6rem;
          margin-top: 150px; } }
      @media only screen and (min-width: 1920px) {
        .about-boxes .boxes__featured .boxes__content .boxes__content__title {
          margin-top: 192px;
          font-size: 7.2rem; } }
    .about-boxes .boxes__featured .boxes__content time, .about-boxes .boxes__featured .boxes__content .btn {
      font-size: 1.4rem;
      margin-bottom: 0; }
      @media only screen and (min-width: 1280px) {
        .about-boxes .boxes__featured .boxes__content time, .about-boxes .boxes__featured .boxes__content .btn {
          font-size: 1.8rem; } }
      @media only screen and (min-width: 1920px) {
        .about-boxes .boxes__featured .boxes__content time, .about-boxes .boxes__featured .boxes__content .btn {
          font-size: 2.2rem; } }
  .about-boxes .loadmore {
    margin: 69px 0 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .about-boxes .loadmore {
        margin: 58px 0 0; } }
    @media only screen and (min-width: 1920px) {
      .about-boxes .loadmore {
        margin: 82px 0 0; } }
    .about-boxes .loadmore button {
      padding: 10px 50px;
      font-family: "Proxima Nova Bold";
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.06rem;
      border: #000 solid 1px;
      border-radius: 0;
      background-color: transparent; }
  .about-boxes .boxes__item {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .about-boxes .boxes__item {
        width: 50%; } }
    .about-boxes .boxes__item:nth-of-type(even) .boxes__content:before {
      background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%); }
    @media only screen and (min-width: 768px) {
      .about-boxes .boxes__item:nth-of-type(even) .boxes__content:before {
        background-image: linear-gradient(to left top, #8acdd5 0%, #8acdd5 50%, #acdbe2 50%); } }
    @media only screen and (min-width: 768px) {
      .about-boxes .boxes__item:nth-of-type(4n+2) .boxes__content:before, .about-boxes .boxes__item:nth-of-type(4n+3) .boxes__content:before {
        background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%); } }
  .about-boxes .boxes__content {
    position: relative;
    width: 100%; }
    .about-boxes .boxes__content:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to left top, #8acdd5 0%, #8acdd5 50%, #acdbe2 50%);
      content: '';
      z-index: -1; }
    .about-boxes .boxes__content time {
      display: block;
      margin-bottom: 42px;
      font-family: "Proxima Nova Bold";
      font-size: 1.4rem; }
      @media only screen and (min-width: 1280px) {
        .about-boxes .boxes__content time {
          font-size: 1.8rem;
          margin-bottom: 55px; } }
    .about-boxes .boxes__content__title {
      max-width: 520px;
      margin-bottom: 45px;
      font-size: 2.4rem;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -0.008rem; }
      @media only screen and (min-width: 768px) {
        .about-boxes .boxes__content__title {
          margin-bottom: 50px; } }
      @media only screen and (min-width: 1280px) {
        .about-boxes .boxes__content__title {
          margin-bottom: 70px;
          font-size: 3.4rem; } }
      @media only screen and (min-width: 1920px) {
        .about-boxes .boxes__content__title {
          font-size: 3.6rem; } }
    .about-boxes .boxes__content .btn {
      font-family: "Proxima Nova Bold";
      font-weight: 300;
      font-size: 1.4rem;
      letter-spacing: -0.021rem;
      text-transform: uppercase; }
      @media only screen and (min-width: 1280px) {
        .about-boxes .boxes__content .btn {
          font-size: 1.8rem; } }

.about-bottom-text {
  background-color: #000;
  color: #fff;
  display: none; }
  @media only screen and (min-width: 768px) {
    .about-bottom-text {
      display: block; } }
  .about-bottom-text .container-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 576px) {
      .about-bottom-text .container-content {
        padding-top: 60px;
        padding-bottom: 70px;
        -webkit-flex-flow: nowrap;
        -moz-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
    @media only screen and (min-width: 768px) {
      .about-bottom-text .container-content {
        padding-top: 58px;
        padding-bottom: 70px; } }
    @media only screen and (min-width: 1280px) {
      .about-bottom-text .container-content {
        padding-left: 73px;
        padding-right: 84px; } }
    @media only screen and (min-width: 1920px) {
      .about-bottom-text .container-content {
        padding-top: 73px;
        padding-bottom: 63px;
        max-width: 1218px; } }
    .about-bottom-text .container-content > h2 {
      text-align: center;
      font-size: 1.6rem;
      font-family: "Proxima Nova Bold";
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .about-bottom-text .container-content > h2 {
          margin-bottom: 0;
          padding-right: 73px;
          font-size: 1.4rem;
          text-align: left;
          white-space: nowrap; } }
      @media only screen and (min-width: 1280px) {
        .about-bottom-text .container-content > h2 {
          width: 50%;
          padding-right: 44px;
          font-size: 2.2rem; } }
  .about-bottom-text__wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .about-bottom-text__wrapper {
        width: 50%; } }
  .about-bottom-text__image {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .about-bottom-text__image {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 1280px) {
      .about-bottom-text__image {
        margin-bottom: 78px; } }
    .about-bottom-text__image img {
      width: 135px;
      height: 75px; }
      @media only screen and (min-width: 768px) {
        .about-bottom-text__image img {
          width: 152px;
          height: 85px; } }
      @media only screen and (min-width: 1280px) {
        .about-bottom-text__image img {
          width: 196px;
          height: 110px; } }
  .about-bottom-text__content {
    width: 100%;
    letter-spacing: -0.009em;
    font-size: 1.6rem;
    line-height: 1.57; }
    @media only screen and (min-width: 576px) {
      .about-bottom-text__content {
        line-height: 1.375; } }

.about-neighborhood {
  position: relative; }
  .about-neighborhood__title {
    margin: 48px 0;
    padding: 0 40px; }
    @media only screen and (min-width: 768px) {
      .about-neighborhood__title {
        margin: 53px 0; } }
    @media only screen and (min-width: 1280px) {
      .about-neighborhood__title {
        margin: 65px 0; } }
    @media only screen and (min-width: 1920px) {
      .about-neighborhood__title {
        margin: 170px 0 165px; } }
  .about-neighborhood__wrapper {
    position: relative;
    padding-bottom: 45.25%;
    margin: 0 30px; }
    @media only screen and (min-width: 768px) {
      .about-neighborhood__wrapper {
        margin: 0 45px; } }
    @media only screen and (min-width: 1280px) {
      .about-neighborhood__wrapper {
        margin: 0 140px; } }
    @media only screen and (min-width: 1920px) {
      .about-neighborhood__wrapper {
        margin: 0 140px; } }
    .about-neighborhood__wrapper nav.mobile {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 30px;
      background-color: #000;
      z-index: 10; }
      .about-neighborhood__wrapper nav.mobile .prev,
      .about-neighborhood__wrapper nav.mobile .next {
        position: absolute;
        top: 50%;
        width: 7px;
        height: 13px;
        background: url("../images/arrow-white-left.svg") no-repeat center center;
        background-size: contain; }
      .about-neighborhood__wrapper nav.mobile .prev {
        left: 17px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .about-neighborhood__wrapper nav.mobile .next {
        right: 17px;
        -moz-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
      .about-neighborhood__wrapper nav.mobile .current {
        color: #fff;
        font-family: "Proxima Nova Bold";
        font-size: 1.4rem;
        letter-spacing: 0.06rem;
        text-transform: uppercase;
        white-space: nowrap; }
      @media only screen and (min-width: 768px) {
        .about-neighborhood__wrapper nav.mobile {
          display: none; } }
    .about-neighborhood__wrapper nav.desktop {
      display: none;
      position: absolute;
      top: 0;
      left: 50%;
      padding: 26px 30px 20px;
      background-color: #000;
      z-index: 10;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 768px) {
        .about-neighborhood__wrapper nav.desktop {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          padding: 14px 16px 12px; } }
      @media only screen and (min-width: 1280px) {
        .about-neighborhood__wrapper nav.desktop {
          padding: 21px 30px 17px; } }
      @media only screen and (min-width: 1920px) {
        .about-neighborhood__wrapper nav.desktop {
          padding: 26px 30px 20px; } }
      .about-neighborhood__wrapper nav.desktop button {
        position: relative;
        margin: 0 40px;
        padding: 0;
        color: #fff;
        font-family: "Proxima Nova Bold";
        font-size: 2rem;
        letter-spacing: 0.06rem;
        text-transform: uppercase;
        white-space: nowrap; }
        @media only screen and (min-width: 768px) {
          .about-neighborhood__wrapper nav.desktop button {
            margin: 0 20px;
            font-size: 1rem; } }
        @media only screen and (min-width: 1280px) {
          .about-neighborhood__wrapper nav.desktop button {
            margin: 0 33px;
            font-size: 1.6rem; } }
        @media only screen and (min-width: 1920px) {
          .about-neighborhood__wrapper nav.desktop button {
            margin: 0 40px;
            font-size: 2rem; } }
        .about-neighborhood__wrapper nav.desktop button.active:before {
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 1px;
          content: '';
          background-color: #fff; }
  .about-neighborhood__item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

@media only screen and (max-width: 576px) {
  .description-live {
    padding-top: 30px; } }

.description-live:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to left top, #e1db1d 0%, #e1db1d 50%, #f4ec51 50%);
  z-index: -1; }

.description-live .description__content {
  position: relative; }

.live-boxes {
  margin-top: 40px; }
  @media only screen and (min-width: 1280px) {
    .live-boxes {
      margin-top: 100px; } }
  .live-boxes .boxes__item:nth-of-type(odd) .boxes__content {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
    @media only screen and (min-width: 768px) {
      .live-boxes .boxes__item:nth-of-type(odd) .boxes__content {
        text-align: right;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end; } }
  @media only screen and (max-width: 768.98px) {
    .live-boxes .boxes__image {
      height: auto; } }
  .live-boxes .boxes__image::before {
    content: '';
    display: block;
    padding-bottom: 72%; }
    @media only screen and (min-width: 1280px) {
      .live-boxes .boxes__image::before {
        padding-bottom: 52%; } }
  .live-boxes .boxes__content {
    position: relative;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .live-boxes .boxes__content:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%);
      content: '';
      z-index: -2; }
    @media only screen and (min-width: 768px) {
      .live-boxes .boxes__content {
        padding-top: 45px;
        padding-bottom: 60px; } }
    @media only screen and (min-width: 1920px) {
      .live-boxes .boxes__content {
        padding-top: 45px;
        padding-bottom: 60px; } }
    .live-boxes .boxes__content h2 {
      font-family: ivyjournal, sans-serif;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: -0.021rem; }
      @media only screen and (min-width: 1280px) {
        .live-boxes .boxes__content h2 {
          font-size: 4.8rem;
          margin-bottom: 15px; } }
      .live-boxes .boxes__content h2 + p {
        margin-bottom: 23px; }
        @media only screen and (min-width: 1280px) {
          .live-boxes .boxes__content h2 + p {
            margin-bottom: 27px; } }
    .live-boxes .boxes__content p {
      margin-bottom: 23px; }
      @media only screen and (min-width: 1280px) {
        .live-boxes .boxes__content p {
          margin-bottom: 30px; } }
      .live-boxes .boxes__content p em {
        font-family: ivyjournal, sans-serif; }

.live-neighborhood {
  padding: 50px 0 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .live-neighborhood {
      padding: 50px 0 20px; } }
  @media only screen and (min-width: 1280px) {
    .live-neighborhood {
      padding: 140px 0 20px; } }
  @media only screen and (min-width: 1920px) {
    .live-neighborhood {
      padding: 170px 0 20px; } }
  .live-neighborhood h2 {
    font-family: "IvyJournal";
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.021rem;
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .live-neighborhood h2 {
        font-size: 2.4rem;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1280px) {
      .live-neighborhood h2 {
        font-size: 3.4rem; } }
    @media only screen and (min-width: 1920px) {
      .live-neighborhood h2 {
        font-size: 4.5rem; } }
    .live-neighborhood h2 strong {
      font-family: "Proxima Nova Bold";
      letter-spacing: 0.060em;
      font-size: 2.2rem; }
      @media only screen and (min-width: 768px) {
        .live-neighborhood h2 strong {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        .live-neighborhood h2 strong {
          font-size: 3.7rem; } }
      @media only screen and (min-width: 1920px) {
        .live-neighborhood h2 strong {
          font-size: 4.9rem; } }
  .live-neighborhood .image-wrapper {
    position: relative;
    margin: 0 30px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .live-neighborhood .image-wrapper {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .live-neighborhood .image-wrapper {
        margin: 0 84px; } }
    @media only screen and (min-width: 1920px) {
      .live-neighborhood .image-wrapper {
        margin: 0 140px; } }
    .live-neighborhood .image-wrapper img {
      display: block;
      width: 100%;
      height: auto;
      padding-top: 46px; }
      @media only screen and (min-width: 768px) {
        .live-neighborhood .image-wrapper img {
          padding-top: 26px; } }
      @media only screen and (min-width: 1280px) {
        .live-neighborhood .image-wrapper img {
          padding-top: 80px; } }
      @media only screen and (min-width: 1920px) {
        .live-neighborhood .image-wrapper img {
          padding-top: 120px; } }
    .live-neighborhood .image-wrapper .close {
      position: absolute;
      top: 46px;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #e1db1d;
      border-radius: 0;
      box-shadow: none;
      outline: none; }
      @media only screen and (min-width: 768px) {
        .live-neighborhood .image-wrapper .close {
          top: 26px;
          width: 40px;
          height: 40px; } }
      @media only screen and (min-width: 1280px) {
        .live-neighborhood .image-wrapper .close {
          top: 80px;
          width: 78px;
          height: 78px; } }
      @media only screen and (min-width: 1920px) {
        .live-neighborhood .image-wrapper .close {
          top: 120px; } }
      .live-neighborhood .image-wrapper .close:before, .live-neighborhood .image-wrapper .close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 2px;
        background-color: #fff;
        content: ''; }
      .live-neighborhood .image-wrapper .close:before {
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .live-neighborhood .image-wrapper .close:after {
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .live-neighborhood .open {
    border: #000 solid 1px;
    border-radius: none;
    outline: none;
    background-color: transparent;
    padding: 10px 40px;
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    letter-spacing: 0.06rem;
    text-transform: uppercase; }

.description-work:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to left top, #1d3160 0%, #1d3160 50%, #1e439b 50%);
  z-index: -1; }

.description-work .description__content {
  position: relative;
  color: #fff; }

.work-boxes {
  margin-top: 40px; }
  @media only screen and (min-width: 1280px) {
    .work-boxes {
      margin-top: 100px; } }
  .work-boxes .boxes__wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .work-boxes .boxes__wrapper {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .work-boxes .boxes__item:nth-of-type(odd) .boxes__content {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
    @media only screen and (min-width: 768px) {
      .work-boxes .boxes__item:nth-of-type(odd) .boxes__content {
        text-align: right;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end; } }
  .work-boxes__item {
    -webkit-flex-direction: "column";
    -moz-flex-direction: "column";
    -ms-flex-direction: "column";
    flex-direction: "column";
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .work-boxes__item:nth-of-type(even) .boxes__content {
        text-align: left;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
    .work-boxes__item:nth-of-type(even) .boxes__extended .close {
      right: 0;
      left: auto; }
    @media only screen and (min-width: 768px) {
      .work-boxes__item:nth-of-type(even) .boxes__extended__content {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
    .work-boxes__item:nth-of-type(odd) .boxes__extended__gallery {
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1; }
      @media only screen and (min-width: 768px) {
        .work-boxes__item:nth-of-type(odd) .boxes__extended__gallery {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1; } }
    .work-boxes__item:nth-of-type(odd) .boxes__content {
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1; }
      @media only screen and (min-width: 768px) {
        .work-boxes__item:nth-of-type(odd) .boxes__content {
          text-align: center; } }
      @media only screen and (min-width: 768px) {
        .work-boxes__item:nth-of-type(odd) .boxes__content {
          text-align: right;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end; } }
    @media only screen and (min-width: 768px) {
      .work-boxes__item:nth-of-type(odd) .boxes__extended__content {
        text-align: right;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end; } }
  .work-boxes .boxes__image {
    min-height: auto; }
    .work-boxes .boxes__image::before {
      content: '';
      display: block;
      padding-bottom: 52%; }
  .work-boxes .boxes__content {
    position: relative;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .work-boxes .boxes__content:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%);
      content: '';
      z-index: -1; }
    @media only screen and (min-width: 768px) {
      .work-boxes .boxes__content {
        padding-top: 45px;
        padding-bottom: 60px; } }
    @media only screen and (min-width: 1920px) {
      .work-boxes .boxes__content {
        padding-top: 45px;
        padding-bottom: 60px; } }
    .work-boxes .boxes__content h2 {
      font-family: ivyjournal, sans-serif;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: -0.021rem;
      margin-bottom: 25px; }
      @media only screen and (min-width: 1280px) {
        .work-boxes .boxes__content h2 {
          font-size: 4.8rem;
          margin-bottom: 45px; } }
    .work-boxes .boxes__content .content {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .work-boxes .boxes__content p {
      margin-bottom: 25px; }
    .work-boxes .boxes__content__logo {
      max-height: 50px;
      margin-bottom: 32px; }
      @media only screen and (min-width: 768px) {
        .work-boxes .boxes__content__logo {
          max-height: 78px;
          margin-bottom: 55px; } }
    .work-boxes .boxes__content .btn {
      padding: 0; }
  .work-boxes .boxes__extended {
    display: none; }
    .work-boxes .boxes__extended__wrapper {
      position: relative;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 40vw; }
      @media only screen and (min-width: 768px) {
        .work-boxes .boxes__extended__wrapper {
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .work-boxes .boxes__extended__gallery {
      width: 100%;
      height: 50vh;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .work-boxes .boxes__extended__gallery {
          width: 50%;
          height: auto; } }
      .work-boxes .boxes__extended__gallery .owl-item,
      .work-boxes .boxes__extended__gallery .owl-stage,
      .work-boxes .boxes__extended__gallery .owl-stage-outer {
        height: 100%; }
      .work-boxes .boxes__extended__gallery .owl-nav {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (min-width: 768px) {
          .work-boxes .boxes__extended__gallery .owl-nav {
            right: 0;
            left: auto; } }
        .work-boxes .boxes__extended__gallery .owl-nav.disabled {
          display: none; }
        .work-boxes .boxes__extended__gallery .owl-nav .owl-prev,
        .work-boxes .boxes__extended__gallery .owl-nav .owl-next {
          position: relative;
          width: 40px;
          height: 40px;
          background-color: #1d3160;
          margin-bottom: 1px; }
          @media only screen and (min-width: 576px) {
            .work-boxes .boxes__extended__gallery .owl-nav .owl-prev,
            .work-boxes .boxes__extended__gallery .owl-nav .owl-next {
              margin-bottom: 2px;
              width: 60px;
              height: 60px; } }
          .work-boxes .boxes__extended__gallery .owl-nav .owl-prev:before,
          .work-boxes .boxes__extended__gallery .owl-nav .owl-next:before {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 18px;
            background: url("../images/arrow-white-left.svg") no-repeat center center;
            background-size: contain;
            content: ''; }
            @media only screen and (min-width: 576px) {
              .work-boxes .boxes__extended__gallery .owl-nav .owl-prev:before,
              .work-boxes .boxes__extended__gallery .owl-nav .owl-next:before {
                width: 12px;
                height: 22px; } }
        .work-boxes .boxes__extended__gallery .owl-nav .owl-prev:before {
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .work-boxes .boxes__extended__gallery .owl-nav .owl-next:before {
          -moz-transform: translate(-50%, -50%) rotate(180deg);
          -o-transform: translate(-50%, -50%) rotate(180deg);
          -ms-transform: translate(-50%, -50%) rotate(180deg);
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }
    .work-boxes .boxes__extended__image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .work-boxes .boxes__extended__image > span {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #1e439b;
        color: #fff;
        text-transform: uppercase;
        font-family: "Proxima Nova Bold";
        font-size: 1.4rem;
        padding: 11px 20px; }
    .work-boxes .boxes__extended__content {
      width: 100%;
      padding: 30px 30px;
      font-size: 1.6rem;
      line-height: 1.375;
      background-color: #F8F8F8;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      @media only screen and (max-width: 767.98px) {
        .work-boxes .boxes__extended__content {
          -webkit-box-ordinal-group: -2;
          -moz-box-ordinal-group: -2;
          -ms-flex-order: -2;
          -webkit-order: -2;
          order: -2;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start; } }
      @media only screen and (min-width: 768px) {
        .work-boxes .boxes__extended__content {
          padding: 30px 33px;
          position: relative;
          width: 50%;
          text-align: left; } }
      @media only screen and (min-width: 1280px) {
        .work-boxes .boxes__extended__content {
          padding: 55px 100px 55px 100px;
          position: relative;
          width: 50%;
          text-align: left; } }
      .work-boxes .boxes__extended__content h3 {
        margin-bottom: 15px;
        font-size: 2.4rem;
        font-family: ivyjournal, sans-serif;
        font-weight: 300;
        letter-spacing: -0.021rem; }
        @media only screen and (min-width: 768px) {
          .work-boxes .boxes__extended__content h3 {
            margin-bottom: 22px; } }
        @media only screen and (min-width: 1280px) {
          .work-boxes .boxes__extended__content h3 {
            font-size: 3.6rem;
            margin-bottom: 26px; } }
        .work-boxes .boxes__extended__content h3 strong {
          font-family: "Proxima Nova Bold";
          letter-spacing: 0.060em;
          font-size: 2.4rem; }
          @media only screen and (min-width: 1280px) {
            .work-boxes .boxes__extended__content h3 strong {
              font-size: 3.8rem; } }
      .work-boxes .boxes__extended__content p {
        margin-bottom: 15px;
        letter-spacing: -0.009em; }
        @media only screen and (min-width: 768px) {
          .work-boxes .boxes__extended__content p {
            margin-bottom: 20px;
            max-width: 595px; } }
      .work-boxes .boxes__extended__content .btn {
        display: inline-block;
        margin: 15px auto 0;
        font-family: "Proxima Nova Bold";
        font-size: 1.6rem;
        letter-spacing: -0.021rem;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .work-boxes .boxes__extended__content .btn {
            font-size: 1.4rem;
            margin-top: 25px; } }
        @media only screen and (min-width: 1280px) {
          .work-boxes .boxes__extended__content .btn {
            font-size: 1.8rem;
            margin-top: 27px; } }
    .work-boxes .boxes__extended__logo {
      max-height: 60px;
      height: 100%;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .work-boxes .boxes__extended__logo {
          max-height: 39px;
          margin-bottom: 22px; } }
      @media only screen and (min-width: 1280px) {
        .work-boxes .boxes__extended__logo {
          max-height: 82px;
          margin-bottom: 55px; } }
    .work-boxes .boxes__extended .close {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #1d3160; }
      @media only screen and (min-width: 1280px) {
        .work-boxes .boxes__extended .close {
          width: 70px;
          height: 70px;
          left: 0;
          right: auto; } }
      .work-boxes .boxes__extended .close:before, .work-boxes .boxes__extended .close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 19px;
        height: 1px;
        background-color: #fff;
        content: ''; }
        @media only screen and (min-width: 1280px) {
          .work-boxes .boxes__extended .close:before, .work-boxes .boxes__extended .close:after {
            width: 22px; } }
      .work-boxes .boxes__extended .close:before {
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .work-boxes .boxes__extended .close:after {
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.work-portal {
  background-color: #1e439b;
  color: #fff;
  text-align: center;
  padding: 60px 20px; }
  @media only screen and (min-width: 1280px) {
    .work-portal {
      padding-top: 170px;
      padding-bottom: 170px; } }
  .work-portal .container-fluid {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .work-portal h2 {
    font-family: "IvyJournal";
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.021em;
    font-size: 2rem;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1280px) {
      .work-portal h2 {
        margin-bottom: 34px;
        font-size: 4.5rem; } }
    .work-portal h2 strong {
      text-transform: uppercase;
      font-family: "Proxima Nova Bold";
      letter-spacing: 0.060em;
      font-size: 2.2rem; }
      @media only screen and (min-width: 1280px) {
        .work-portal h2 strong {
          font-size: 4.9rem; } }
  .work-portal__content {
    text-align: center;
    max-width: 360px;
    font-size: 1.6rem;
    letter-spacing: -0.009em;
    line-height: 1.313; }
    @media only screen and (min-width: 1280px) {
      .work-portal__content {
        max-width: 560px; } }
    .work-portal__content a {
      display: inline-block;
      font-size: 1.4rem;
      line-height: 1;
      text-transform: uppercase;
      font-family: "Proxima Nova Bold";
      border: 1px solid #fff;
      color: #fff;
      margin-top: 20px;
      padding: 10px 70px; }
      @media only screen and (min-width: 1280px) {
        .work-portal__content a {
          margin-top: 40px;
          padding: 10px 70px; } }

.work-neighborhood {
  padding: 50px 0 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .work-neighborhood {
      padding: 50px 0 20px; } }
  @media only screen and (min-width: 1280px) {
    .work-neighborhood {
      padding: 140px 0 20px; } }
  @media only screen and (min-width: 1920px) {
    .work-neighborhood {
      padding: 170px 0 20px; } }
  .work-neighborhood h2 {
    font-family: "IvyJournal";
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.021rem;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .work-neighborhood h2 {
        font-size: 2.4rem;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1280px) {
      .work-neighborhood h2 {
        font-size: 3.4rem; } }
    @media only screen and (min-width: 1920px) {
      .work-neighborhood h2 {
        font-size: 4.5rem; } }
    .work-neighborhood h2 strong {
      font-family: "Proxima Nova Bold";
      letter-spacing: 0.060em;
      font-size: 2.2rem; }
      @media only screen and (min-width: 768px) {
        .work-neighborhood h2 strong {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        .work-neighborhood h2 strong {
          font-size: 3.7rem; } }
      @media only screen and (min-width: 1920px) {
        .work-neighborhood h2 strong {
          font-size: 4.9rem; } }
  .work-neighborhood .image-wrapper {
    position: relative;
    margin: 0 30px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .work-neighborhood .image-wrapper {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .work-neighborhood .image-wrapper {
        margin: 0 84px; } }
    @media only screen and (min-width: 1920px) {
      .work-neighborhood .image-wrapper {
        margin: 0 140px; } }
    .work-neighborhood .image-wrapper img {
      display: block;
      width: 100%;
      height: auto;
      padding-top: 46px; }
      @media only screen and (min-width: 768px) {
        .work-neighborhood .image-wrapper img {
          padding-top: 26px; } }
      @media only screen and (min-width: 1280px) {
        .work-neighborhood .image-wrapper img {
          padding-top: 80px; } }
      @media only screen and (min-width: 1920px) {
        .work-neighborhood .image-wrapper img {
          padding-top: 120px; } }
    .work-neighborhood .image-wrapper .close {
      position: absolute;
      top: 46px;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #1d3160;
      border-radius: 0;
      box-shadow: none;
      outline: none; }
      @media only screen and (min-width: 768px) {
        .work-neighborhood .image-wrapper .close {
          top: 26px;
          width: 40px;
          height: 40px; } }
      @media only screen and (min-width: 1280px) {
        .work-neighborhood .image-wrapper .close {
          top: 80px;
          width: 78px;
          height: 78px; } }
      @media only screen and (min-width: 1920px) {
        .work-neighborhood .image-wrapper .close {
          top: 120px; } }
      .work-neighborhood .image-wrapper .close:before, .work-neighborhood .image-wrapper .close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 2px;
        background-color: #fff;
        content: ''; }
      .work-neighborhood .image-wrapper .close:before {
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .work-neighborhood .image-wrapper .close:after {
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .work-neighborhood .open {
    border: #000 solid 1px;
    border-radius: none;
    outline: none;
    background-color: transparent;
    padding: 10px 40px;
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    letter-spacing: 0.06rem;
    text-transform: uppercase; }

.contact-banner-top {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  height: calc(80vw + 63px);
  padding-top: 63px; }
  @media only screen and (min-width: 768px) {
    .contact-banner-top {
      min-height: 420px;
      height: calc(54vw + 85px);
      padding-top: 85px; } }
  @media only screen and (min-width: 1280px) {
    .contact-banner-top {
      height: 100vh; } }
  .contact-banner-top p {
    text-transform: uppercase;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem; }
    @media only screen and (min-width: 1280px) {
      .contact-banner-top p {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1920px) {
      .contact-banner-top p {
        font-size: 3.6rem; } }
  .contact-banner-top h1 {
    margin: 5px 0;
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem;
    font-size: 3rem;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .contact-banner-top h1 {
        margin: 0 0 15px 0; } }
    @media only screen and (min-width: 768px) {
      .contact-banner-top h1 {
        font-size: 4.3rem; } }
    @media only screen and (min-width: 1280px) {
      .contact-banner-top h1 {
        font-size: 7.4rem; } }
    @media only screen and (min-width: 1920px) {
      .contact-banner-top h1 {
        margin: 0 0 24px 0;
        font-size: 11rem; } }
  .contact-banner-top > span {
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem;
    font-size: 1.4rem;
    font-style: italic; }
    @media only screen and (min-width: 1280px) {
      .contact-banner-top > span {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1920px) {
      .contact-banner-top > span {
        font-size: 3.6rem; } }

.contact-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 15px 30px 0 30px; }
  @media only screen and (min-width: 768px) {
    .contact-form {
      padding: 45px 0 60px; } }
  @media only screen and (min-width: 1280px) {
    .contact-form {
      padding: 75px 0 100px; } }
  @media only screen and (min-width: 1920px) {
    .contact-form {
      padding: 75px 0 134px; } }
  .contact-form h2 {
    font-family: ivyjournal, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.021rem;
    margin-bottom: 23px; }
    @media only screen and (min-width: 768px) {
      .contact-form h2 {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1280px) {
      .contact-form h2 {
        margin-bottom: 102px;
        font-size: 3.4rem; } }
    @media only screen and (min-width: 1920px) {
      .contact-form h2 {
        font-size: 4.5rem; } }
    .contact-form h2 strong {
      font-family: "Proxima Nova Bold";
      font-size: 2.2rem; }
      @media only screen and (min-width: 768px) {
        .contact-form h2 strong {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        .contact-form h2 strong {
          font-size: 3.7rem; } }
      @media only screen and (min-width: 1920px) {
        .contact-form h2 strong {
          font-size: 4.9rem; } }
  .contact-form p img {
    height: 52px;
    margin-bottom: 22px; }
    @media only screen and (min-width: 1280px) {
      .contact-form p img {
        height: 80px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 1920px) {
      .contact-form p img {
        height: 85px; } }
  .contact-form:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left top, #6abfc9 0%, #6abfc9 50%, #acdbe2 50%);
    content: '';
    z-index: -1; }
  .contact-form .wpcf7,
  .contact-form .gform_wrapper {
    max-width: 970px;
    width: 100%;
    margin-top: 0;
    font-size: 1.4rem;
    font-family: ivyjournal, sans-serif; }
    @media only screen and (min-width: 768px) {
      .contact-form .wpcf7,
      .contact-form .gform_wrapper {
        padding: 0 30px; } }
    .contact-form .wpcf7 .wpcf7-response-output {
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      text-align: center;
      padding: 15px;
      margin: 0 0 20px;
      border: #000 solid 2px; }
      @media only screen and (min-width: 1280px) {
        .contact-form .wpcf7 .wpcf7-response-output {
          margin-top: 27px;
          font-size: 1.6rem; } }
  .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    margin-bottom: 1em;
  }
  .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
  }
  .gform_wrapper div.validation_error {
    color: inherit !important;
    border-color: inherit !important;
  }
  .gform_wrapper .validation_message {
    color: #f00 !important;
  }
  .contact-form .form-row {
    width: 100%;
    margin-bottom: 14px; }
    @media only screen and (min-width: 768px) {
      .contact-form .form-row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-bottom: 27px; } }
    .contact-form .form-row .wpcf7-form-control-wrap {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .contact-form .form-row .wpcf7-form-control-wrap {
          width: calc(50% - 10px); } }
      .contact-form .form-row .wpcf7-form-control-wrap.your-name {
        display: block;
        margin-bottom: 14px; }
        @media only screen and (min-width: 768px) {
          .contact-form .form-row .wpcf7-form-control-wrap.your-name {
            display: inline;
            margin-bottom: 0;
            margin-right: 10px; } }
      @media only screen and (min-width: 768px) {
        .contact-form .form-row .wpcf7-form-control-wrap.your-email {
          margin-right: 0; } }
      .contact-form .form-row .wpcf7-form-control-wrap.your-message {
        width: 100%; }
      .contact-form .form-row .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
        font-family: ivyjournal, sans-serif;
        font-weight: 300;
        margin-top: 5px; }
        @media only screen and (min-width: 1280px) {
          .contact-form .form-row .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
            margin-top: 5px; } }
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form textarea {
    width: 100%;
    border: #000 solid 0px;
    border-radius: none;
    font-size: 1.4rem;
    font-family: ivyjournal, sans-serif;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.021rem;
    color: #000;
    background-color: #fff;
    padding: 10px 18px !important;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none; }
    @media only screen and (min-width: 768px) {
      .contact-form input[type=text],
      .contact-form input[type=email],
      .contact-form textarea {
        padding: 15px 15px 15px 15px !important;
        font-size: 1.8rem !important; } }
    .contact-form input[type=text]::-webkit-input-placeholder,
    .contact-form input[type=email]::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      color: #000; }
    .contact-form input[type=text]:-moz-placeholder,
    .contact-form input[type=email]:-moz-placeholder,
    .contact-form textarea:-moz-placeholder {
      color: #000; }
    .contact-form input[type=text]::-moz-placeholder,
    .contact-form input[type=email]::-moz-placeholder,
    .contact-form textarea::-moz-placeholder {
      color: #000; }
    .contact-form input[type=text]:-ms-input-placeholder,
    .contact-form input[type=email]:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder {
      color: #000; }
  .contact-form textarea {
    height: 100px; }
    @media only screen and (min-width: 768px) {
      .contact-form textarea {
        height: 230px; } }
  .contact-form .gform_footer {
    text-align: center;
  }
  .contact-form .btn-black,
  .contact-form .gform_button {
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .contact-form .btn-black,
      .contact-form .gform_button {
        width: auto; } }
  .contact-form .text-recaptcha {
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 14px; }
    @media only screen and (min-width: 1280px) {
      .contact-form .text-recaptcha {
        margin-bottom: 27px;
        font-size: 1.6rem !important; } }
    .contact-form .text-recaptcha a {
      text-decoration: underline; }

.contact-boxes {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .contact-boxes {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .contact-boxes .boxes__images {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .contact-boxes .boxes__images {
        width: 50%; } }
    @media only screen and (min-width: 1280px) {
      .contact-boxes .boxes__images {
        min-height: 427px; } }
    .contact-boxes .boxes__images--1 {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media only screen and (min-width: 1920px) {
        .contact-boxes .boxes__images--1 {
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          padding-left: 100px; } }
      .contact-boxes .boxes__images--1 img {
        max-width: 200px;
        max-height: 45px; }
        @media only screen and (min-width: 1920px) {
          .contact-boxes .boxes__images--1 img {
            max-width: 218px;
            max-height: 68px; } }
    .contact-boxes .boxes__images--2 {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: space-evenly;
      -moz-align-content: space-evenly;
      -ms-align-content: space-evenly;
      align-content: space-evenly; }
      @media only screen and (max-width: 767px) {
        .contact-boxes .boxes__images--2 {
          padding-top: 30px;
          padding-bottom: 40px; } }
      @media only screen and (min-width: 768px) {
        .contact-boxes .boxes__images--2 {
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media only screen and (min-width: 1280px) {
        .contact-boxes .boxes__images--2 {
          padding-top: 0;
          padding-bottom: 0; } }
      .contact-boxes .boxes__images--2 img {
        max-width: 150px;
        max-height: 119px; }
        .contact-boxes .boxes__images--2 img:first-child {
          margin-bottom: 40px; }
        @media only screen and (min-width: 1920px) {
          .contact-boxes .boxes__images--2 img {
            max-width: 165px;
            max-height: 207px; }
            .contact-boxes .boxes__images--2 img:first-child {
              margin-bottom: 55px; } }
    .contact-boxes .boxes__images--4 {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: space-evenly;
      -moz-align-content: space-evenly;
      -ms-align-content: space-evenly;
      align-content: space-evenly;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around;
      padding-top: 15px; }
      @media only screen and (min-width: 1280px) {
        .contact-boxes .boxes__images--4 {
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          padding-top: 0;
          padding-left: 80px; } }
      .contact-boxes .boxes__images--4 img {
        max-width: 116px;
        max-height: 40px;
        margin: 15px 30px; }
        @media only screen and (min-width: 1280px) {
          .contact-boxes .boxes__images--4 img {
            max-width: 150px;
            max-height: 50px;
            margin: 0; } }
  .contact-boxes .boxes__item {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 575.98px) {
      .contact-boxes .boxes__item {
        min-height: 462px; } }
    @media only screen and (min-width: 1280px) {
      .contact-boxes .boxes__item {
        width: 50%; } }
    .contact-boxes .boxes__item:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      content: '';
      z-index: -1; }
    .contact-boxes .boxes__item:before {
      background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%); }
    .contact-boxes .boxes__item:nth-of-type(4) {
      color: #fff; }
      @media only screen and (max-width: 767.98px) {
        .contact-boxes .boxes__item:nth-of-type(4) .boxes__images {
          margin-top: 60px; } }
      .contact-boxes .boxes__item:nth-of-type(4) .boxes__content {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-bottom: 23px;
        padding-top: 10px; }
        @media only screen and (min-width: 768px) {
          .contact-boxes .boxes__item:nth-of-type(4) .boxes__content {
            padding-top: 50px;
            padding-bottom: 50px; } }
        @media only screen and (min-width: 1920px) {
          .contact-boxes .boxes__item:nth-of-type(4) .boxes__content {
            padding-left: 30px;
            padding-top: 0;
            padding-bottom: 0; } }
      .contact-boxes .boxes__item:nth-of-type(4):before {
        background-image: linear-gradient(to left top, #1d3160 0%, #1d3160 50%, #1e439b 50%); }
    .contact-boxes .boxes__item:nth-of-type(5):before {
      background-image: linear-gradient(to left top, #acdbe2 0%, #acdbe2 50%, #8acdd5 50%); }
    .contact-boxes .boxes__item:nth-of-type(1):before {
      background-image: linear-gradient(to left top, #f4ec51 0%, #f4ec51 50%, #e1db1d 50%); }
    @media only screen and (min-width: 1920px) {
      .contact-boxes .boxes__item:nth-of-type(1) .boxes__content {
        padding-left: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .contact-boxes .boxes__item:nth-of-type(2) .boxes__images {
        margin-top: 84px; } }
    @media only screen and (min-width: 768px) {
      .contact-boxes .boxes__item:nth-of-type(2) .boxes__content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .contact-boxes .boxes__item:nth-of-type(2) {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media only screen and (min-width: 768px) {
        .contact-boxes .boxes__item:nth-of-type(2) .boxes__content {
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start; } }
      @media only screen and (min-width: 1920px) {
        .contact-boxes .boxes__item:nth-of-type(2) .boxes__content {
          padding-left: 30px; } }
    .contact-boxes .boxes__item:nth-of-type(5) .boxes__images--1 img {
      max-height: 150px;
    }
    .contact-boxes .boxes__item:nth-of-type(1) .boxes__images {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .contact-boxes .boxes__item:nth-of-type(5) .boxes__circle {
      color: #000;
      background-color: #8acdd5; }
    .contact-boxes .boxes__item:nth-of-type(3) .boxes__circle {
      color: #fff;
      background-color: #1d3160; }
    .contact-boxes .boxes__item:nth-of-type(1) .boxes__circle {
      color: #000;
      background-color: #E1DB1D; }
    .contact-boxes .boxes__item .boxes__circle {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      position: absolute;
      z-index: 2;
      bottom: -47px;
      left: 50%;
      width: 95px;
      height: 95px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-family: "Proxima Nova Bold";
      letter-spacing: 0.060rem;
      font-size: 1.4rem;
      text-transform: uppercase; }
      @media only screen and (min-width: 1280px) {
        .contact-boxes .boxes__item .boxes__circle {
          top: 50%;
          left: 100%;
          width: 100px;
          height: 100px;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 1.4rem; } }
      @media only screen and (min-width: 1920px) {
        .contact-boxes .boxes__item .boxes__circle {
          width: 132px;
          height: 132px;
          font-size: 1.9rem; } }
      .contact-boxes .boxes__item .boxes__circle span {
        position: relative;
        z-index: 10; }
      .contact-boxes .boxes__item .boxes__circle:before {
        position: absolute;
        bottom: 0;
        right: left;
        height: 40px;
        width: 80px;
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px; }
        @media only screen and (min-width: 1280px) {
          .contact-boxes .boxes__item .boxes__circle:before {
            height: 110px;
            width: 55px;
            top: 0;
            right: 0;
            bottom: auto;
            border-bottom-right-radius: 110px;
            border-top-right-radius: 110px;
            border-bottom-left-radius: 0; } }
  .contact-boxes .boxes__content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .contact-boxes .boxes__content {
        width: 50%; } }
    @media only screen and (min-width: 1280px) {
      .contact-boxes .boxes__content {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .contact-boxes .boxes__content p {
      margin-bottom: 20px;
      font-family: ivyjournal, sans-serif;
      font-weight: 300;
      letter-spacing: -0.009em;
      font-size: 1.6rem;
      line-height: 1.38; }
      @media only screen and (min-width: 1920px) {
        .contact-boxes .boxes__content p {
          font-size: 1.6rem;
          margin-bottom: 25px; } }
      .contact-boxes .boxes__content p strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060rem;
        text-transform: uppercase;
        line-height: 1;
        font-size: 1.6rem; }
        @media only screen and (min-width: 1920px) {
          .contact-boxes .boxes__content p strong {
            font-size: 1.8rem; } }
      .contact-boxes .boxes__content p:last-of-type {
        margin-bottom: 0; }
      .contact-boxes .boxes__content p em {
        display: block;
        font-size: 1.2rem;
        margin-top: 30px; }
        @media only screen and (min-width: 1920px) {
          .contact-boxes .boxes__content p em {
            margin-top: 5px;
            font-size: 1rem; } }
      .contact-boxes .boxes__content p a {
        color: inherit; }

@media only screen and (min-width: 768px) {
  .description-contact:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to left top, #6abfc9 0%, #6abfc9 50%, #acdbe2 50%);
    z-index: -1; } }

.description-contact .description__content {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media only screen and (max-width: 767.98px) {
    .description-contact .description__content:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background-image: linear-gradient(to left top, #6abfc9 0%, #6abfc9 50%, #acdbe2 50%);
      z-index: -1; } }
  .description-contact .description__content h2 {
    margin-bottom: 32px;
    font-family: ivyjournal, sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: -0.021rem;
    line-height: 1.1; }
    @media only screen and (min-width: 576px) {
      .description-contact .description__content h2 {
        font-size: 4rem;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 768px) {
      .description-contact .description__content h2 {
        font-size: 4.8rem; } }
    .description-contact .description__content h2 strong {
      font-family: "Proxima Nova Bold"; }

.getting-banner-top {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  height: calc(80vw + 63px);
  padding-top: 63px; }
  @media only screen and (min-width: 768px) {
    .getting-banner-top {
      min-height: 420px;
      height: calc(54vw + 85px);
      padding-top: 85px; } }
  @media only screen and (min-width: 1280px) {
    .getting-banner-top {
      height: 100vh; } }
  .getting-banner-top p {
    text-transform: uppercase;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem; }
    @media only screen and (min-width: 1280px) {
      .getting-banner-top p {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1920px) {
      .getting-banner-top p {
        font-size: 3.6rem; } }
  .getting-banner-top h1 {
    margin: 5px 0;
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem;
    font-size: 3rem;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .getting-banner-top h1 {
        margin: 0 0 15px 0; } }
    @media only screen and (min-width: 768px) {
      .getting-banner-top h1 {
        font-size: 4.3rem; } }
    @media only screen and (min-width: 1280px) {
      .getting-banner-top h1 {
        font-size: 7.4rem; } }
    @media only screen and (min-width: 1920px) {
      .getting-banner-top h1 {
        margin: 0 0 24px 0;
        font-size: 11rem; } }
  .getting-banner-top > span {
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem;
    font-size: 1.4rem;
    font-style: italic; }
    @media only screen and (min-width: 1280px) {
      .getting-banner-top > span {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1920px) {
      .getting-banner-top > span {
        font-size: 3.6rem; } }

.getting-boxes .boxes__item:nth-of-type(even) .boxes__content {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }
  @media only screen and (min-width: 768px) {
    .getting-boxes .boxes__item:nth-of-type(even) .boxes__content {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      text-align: right; } }

@media only screen and (max-width: 768.98px) {
  .getting-boxes .boxes__image {
    height: auto; } }

.getting-boxes .boxes__image::before {
  content: '';
  display: block;
  padding-bottom: 72%; }
  @media only screen and (min-width: 1280px) {
    .getting-boxes .boxes__image::before {
      padding-bottom: 52%; } }

.getting-boxes .boxes__content {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .getting-boxes .boxes__content {
      padding-top: 45px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1920px) {
    .getting-boxes .boxes__content {
      padding-top: 45px;
      padding-bottom: 60px; } }
  .getting-boxes .boxes__content:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left top, #ededed 0%, #ededed 50%, #F8F8F8 50%);
    content: '';
    z-index: -2; }
  .getting-boxes .boxes__content h2 {
    font-size: 2.4rem;
    margin-bottom: 25px; }
    @media only screen and (min-width: 1280px) {
      .getting-boxes .boxes__content h2 {
        font-size: 4.8rem;
        margin-bottom: 55px; } }
  .getting-boxes .boxes__content h4 {
    margin-bottom: 40px;
    font-family: "Proxima Nova Bold";
    font-size: 2.2rem; }
  .getting-boxes .boxes__content > p {
    margin-bottom: 23px;
    line-height: 1.2; }
    @media only screen and (min-width: 1280px) {
      .getting-boxes .boxes__content > p {
        max-width: 480px;
        margin-bottom: 30px; } }
  .getting-boxes .boxes__content a {
    margin-top: 30px;
    font-family: "Proxima Nova Bold";
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .getting-boxes .boxes__content a {
        position: absolute;
        bottom: 55px;
        margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .description-getting-here:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to left top, #6abfc9 0%, #6abfc9 50%, #acdbe2 50%);
    z-index: -1; } }

.description-getting-here .description__content {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media only screen and (max-width: 767.98px) {
    .description-getting-here .description__content:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background-image: linear-gradient(to left top, #6abfc9 0%, #6abfc9 50%, #acdbe2 50%);
      z-index: -1; } }
  .description-getting-here .description__content h2 {
    margin-bottom: 32px;
    font-family: ivyjournal, sans-serif;
    font-size: 3.6rem;
    font-weight: 300;
    letter-spacing: -0.021rem;
    line-height: 1.1; }
    @media only screen and (min-width: 576px) {
      .description-getting-here .description__content h2 {
        font-size: 4rem;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 768px) {
      .description-getting-here .description__content h2 {
        font-size: 4.8rem;
        margin-bottom: 60px; } }
    .description-getting-here .description__content h2 strong {
      font-family: "Proxima Nova Bold"; }

.getting-map {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1280px) {
    .getting-map {
      margin-bottom: 140px; } }
  @media only screen and (min-width: 1920px) {
    .getting-map {
      margin-bottom: 193px; } }
  .getting-map__title {
    text-align: center;
    margin: 50px 0; }
    @media only screen and (min-width: 768px) {
      .getting-map__title {
        margin: 50px 0; } }
    @media only screen and (min-width: 1280px) {
      .getting-map__title {
        margin: 140px 0; } }
    @media only screen and (min-width: 1920px) {
      .getting-map__title {
        margin: 175px 0; } }
    .getting-map__title h2 {
      margin-bottom: 10px;
      padding: 0 40px;
      text-align: center;
      font-size: 2rem;
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      letter-spacing: -0.021rem; }
      @media only screen and (min-width: 768px) {
        .getting-map__title h2 {
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1280px) {
        .getting-map__title h2 {
          font-size: 3.4rem; } }
      @media only screen and (min-width: 1920px) {
        .getting-map__title h2 {
          font-size: 4.5rem; } }
    .getting-map__title p {
      padding: 0 20px;
      font-size: 1.6rem;
      line-height: 1.375; }
    .getting-map__title a {
      text-decoration: underline; }
  .getting-map h2 strong {
    font-family: "Proxima Nova Bold";
    font-size: 2.2rem; }
    @media only screen and (min-width: 768px) {
      .getting-map h2 strong {
        font-size: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .getting-map h2 strong {
        font-size: 3.7rem; } }
    @media only screen and (min-width: 1920px) {
      .getting-map h2 strong {
        font-size: 4.9rem; } }
  .getting-map__download {
    text-align: center; }
    .getting-map__download.mobile {
      margin-top: 50px; }
      @media only screen and (min-width: 768px) {
        .getting-map__download.mobile {
          display: none; } }
    .getting-map__download.desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        .getting-map__download.desktop {
          display: block;
          margin-bottom: 100px; } }
      @media only screen and (min-width: 1280px) {
        .getting-map__download.desktop {
          margin-top: -50px; } }
    .getting-map__download a {
      font-size: 1.6rem;
      border: #000 solid 1px;
      padding: 10px;
      text-transform: uppercase;
      font-family: "Proxima Nova Bold"; }
      @media only screen and (min-width: 1280px) {
        .getting-map__download a {
          font-size: 1.8rem; } }
  .getting-map .outer {
    position: relative; }
  .getting-map .overflow {
    position: relative;
    margin: 0 30px;
    height: 80vw;
    max-height: 341px;
    overflow: auto; }
    @media only screen and (min-width: 768px) {
      .getting-map .overflow {
        max-height: 100%;
        height: auto;
        margin: 0 30px;
        overflow: hidden; } }
    @media only screen and (min-width: 1280px) {
      .getting-map .overflow {
        height: auto;
        max-height: 100%;
        margin: 0 84px; } }
    @media only screen and (min-width: 1920px) {
      .getting-map .overflow {
        max-height: 100%;
        margin: 0 140px; } }
  .getting-map .zoom-in {
    position: absolute;
    top: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: #1D3160;
    z-index: 30; }
    @media only screen and (min-width: 768px) {
      .getting-map .zoom-in {
        right: 130px; } }
    @media only screen and (min-width: 1280px) {
      .getting-map .zoom-in {
        display: none; } }
    .getting-map .zoom-in:before, .getting-map .zoom-in:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff;
      content: ''; }
    .getting-map .zoom-in:before {
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .getting-map .zoom-in:after {
      -moz-transform: translate(-50%, -50%) rotate(90deg);
      -o-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
  .getting-map .zoom-out {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: #1D3160;
    z-index: 30; }
    @media only screen and (min-width: 768px) {
      .getting-map .zoom-out {
        right: 130px; } }
    @media only screen and (min-width: 1280px) {
      .getting-map .zoom-out {
        display: none; } }
    .getting-map .zoom-out:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff;
      content: '';
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .getting-map__wrapper {
    position: relative;
    transform-origin: 0 0;
    width: 600px;
    height: auto; }
    @media only screen and (min-width: 660px) {
      .getting-map__wrapper {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .getting-map__wrapper {
        width: 100%; } }
    @media only screen and (min-width: 1280px) {
      .getting-map__wrapper {
        width: 100%;
        transform: none !important; } }
    .getting-map__wrapper > img {
      display: block;
      width: 100%;
      height: auto; }
    .getting-map__wrapper .points {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .getting-map__wrapper .points .marker {
        position: absolute; }
        .getting-map__wrapper .points .marker:nth-of-type(1) {
          top: 39%;
          left: 21.5%;
          width: 5%;
          height: 7%; }
        .getting-map__wrapper .points .marker:nth-of-type(2) {
          top: 14%;
          left: 17.5%;
          width: 3.2%;
          height: 13%; }
        .getting-map__wrapper .points .marker:nth-of-type(3) {
          top: 18.5%;
          left: 36%;
          width: 10%;
          height: 4.2%; }
        .getting-map__wrapper .points .marker:nth-of-type(4) {
          top: 42%;
          left: 41.5%;
          width: 8%;
          height: 4.2%; }
        .getting-map__wrapper .points .marker:nth-of-type(5) {
          top: 65%;
          left: 30.5%;
          width: 7%;
          height: 4.5%; }
        .getting-map__wrapper .points .marker:nth-of-type(6) {
          top: 29%;
          left: 76.5%;
          width: 8%;
          height: 8.5%; }
          .getting-map__wrapper .points .marker:nth-of-type(6) .popover {
            left: auto;
            right: calc(-30px + 50%); }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .marker:nth-of-type(6) .popover {
                right: calc(-130px + 50%); } }
            .getting-map__wrapper .points .marker:nth-of-type(6) .popover:before {
              left: auto;
              right: 20px; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .marker:nth-of-type(6) .popover:before {
                  right: 100px; } }
        .getting-map__wrapper .points .marker:nth-of-type(7) {
          top: 72.5%;
          left: 76%;
          width: 8.2%;
          height: 5.5%; }
          .getting-map__wrapper .points .marker:nth-of-type(7) .popover {
            top: auto;
            bottom: 100%;
            left: auto;
            right: calc(-30px + 50%); }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .marker:nth-of-type(7) .popover {
                right: calc(-130px + 50%); } }
            .getting-map__wrapper .points .marker:nth-of-type(7) .popover:before {
              left: auto;
              right: 20px;
              bottom: -9px;
              top: auto;
              border-bottom: 10px solid transparent;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 10px solid #1D3160; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .marker:nth-of-type(7) .popover:before {
                  right: 100px;
                  bottom: -29px;
                  border-bottom: 30px solid transparent;
                  border-left: 30px solid transparent;
                  border-right: 30px solid transparent;
                  border-top: 30px solid #1D3160; } }
            .getting-map__wrapper .points .marker:nth-of-type(7) .popover .wrapper {
              margin-top: 0;
              margin-bottom: 10px; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .marker:nth-of-type(7) .popover .wrapper {
                  margin-bottom: 30px; } }
      .getting-map__wrapper .points .parking-marker {
        position: absolute; }
        .getting-map__wrapper .points .parking-marker:nth-of-type(1) {
          top: 32%;
          left: 47.5%;
          width: 2.5%;
          height: 4%; }
        .getting-map__wrapper .points .parking-marker:nth-of-type(2) {
          top: 73.5%;
          left: 49%;
          width: 2.5%;
          height: 4%; }
          .getting-map__wrapper .points .parking-marker:nth-of-type(2) .popover {
            top: auto;
            bottom: 100%; }
            .getting-map__wrapper .points .parking-marker:nth-of-type(2) .popover:before {
              bottom: -9px;
              top: auto;
              border-bottom: 10px solid transparent;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 10px solid #1D3160; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(2) .popover:before {
                  bottom: -29px;
                  border-bottom: 30px solid transparent;
                  border-left: 30px solid transparent;
                  border-right: 30px solid transparent;
                  border-top: 30px solid #1D3160; } }
            .getting-map__wrapper .points .parking-marker:nth-of-type(2) .popover .wrapper {
              margin-top: 0;
              margin-bottom: 10px; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(2) .popover .wrapper {
                  margin-bottom: 30px; } }
        .getting-map__wrapper .points .parking-marker:nth-of-type(3) {
          top: 67%;
          left: 86%;
          width: 2.5%;
          height: 4%; }
          .getting-map__wrapper .points .parking-marker:nth-of-type(3) .popover {
            top: auto;
            bottom: 100%;
            left: auto;
            right: calc(-30px + 50%); }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .parking-marker:nth-of-type(3) .popover {
                right: calc(-130px + 50%); } }
            .getting-map__wrapper .points .parking-marker:nth-of-type(3) .popover:before {
              left: auto;
              right: 20px;
              bottom: -9px;
              top: auto;
              border-bottom: 10px solid transparent;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 10px solid #1D3160; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(3) .popover:before {
                  bottom: -29px;
                  right: 100px;
                  border-bottom: 30px solid transparent;
                  border-left: 30px solid transparent;
                  border-right: 30px solid transparent;
                  border-top: 30px solid #1D3160; } }
            .getting-map__wrapper .points .parking-marker:nth-of-type(3) .popover .wrapper {
              margin-top: 0;
              margin-bottom: 10px; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(3) .popover .wrapper {
                  margin-bottom: 30px; } }
        .getting-map__wrapper .points .parking-marker:nth-of-type(4) {
          top: 38%;
          left: 86.5%;
          width: 2.5%;
          height: 4%; }
          .getting-map__wrapper .points .parking-marker:nth-of-type(4) .popover {
            left: auto;
            right: calc(-30px + 50%); }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .parking-marker:nth-of-type(4) .popover {
                right: calc(-130px + 50%); } }
            .getting-map__wrapper .points .parking-marker:nth-of-type(4) .popover:before {
              left: auto;
              right: 20px; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(4) .popover:before {
                  right: 100px; } }
        .getting-map__wrapper .points .parking-marker:nth-of-type(5) {
          top: 20%;
          left: 72%;
          width: 2.5%;
          height: 4%; }
        .getting-map__wrapper .points .parking-marker:nth-of-type(6) {
          top: 27%;
          left: 65%;
          width: 2.5%;
          height: 4%; }
        .getting-map__wrapper .points .parking-marker:nth-of-type(7) {
          top: 89.65%;
          left: 23.75%;
          width: 2.5%;
          height: 4%; }
          .getting-map__wrapper .points .parking-marker:nth-of-type(7) .popover {
            top: auto;
            bottom: 100%; }
            .getting-map__wrapper .points .parking-marker:nth-of-type(7) .popover:before {
              bottom: -9px;
              top: auto;
              border-bottom: 10px solid transparent;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 10px solid #1D3160; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(7) .popover:before {
                  bottom: -29px;
                  border-bottom: 30px solid transparent;
                  border-left: 30px solid transparent;
                  border-right: 30px solid transparent;
                  border-top: 30px solid #1D3160; } }
            .getting-map__wrapper .points .parking-marker:nth-of-type(7) .popover .wrapper {
              margin-top: 0;
              margin-bottom: 10px; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .parking-marker:nth-of-type(7) .popover .wrapper {
                  margin-bottom: 30px; } }
        .getting-map__wrapper .points .parking-marker:nth-of-type(8) {
          top: 52.5%;
          left: 19.5%;
          width: 2.5%;
          height: 4%; }
        .getting-map__wrapper .points .parking-marker:nth-of-type(9) {
          top: 52.5%;
          left: 45%;
          width: 2.5%;
          height: 4%; }
      .getting-map__wrapper .points .popover {
        position: absolute;
        top: 100%;
        left: calc(-30px + 50%);
        width: 170px;
        color: #fff;
        background-color: transparent; }
        @media only screen and (min-width: 768px) {
          .getting-map__wrapper .points .popover {
            width: 330px;
            left: calc(-130px + 50%); } }
        @media only screen and (min-width: 1280px) {
          .getting-map__wrapper .points .popover {
            width: 630px; } }
        .getting-map__wrapper .points .popover .wrapper {
          position: relative;
          margin-top: 10px;
          padding: 15px 15px 0 15px;
          background-color: #1D3160; }
          @media only screen and (min-width: 768px) {
            .getting-map__wrapper .points .popover .wrapper {
              margin-top: 30px;
              padding: 20px; } }
          @media only screen and (min-width: 1280px) {
            .getting-map__wrapper .points .popover .wrapper {
              padding: 45px 45px 40px 35px; } }
        .getting-map__wrapper .points .popover .parking-wrapper {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start; }
          .getting-map__wrapper .points .popover .parking-wrapper address {
            font-style: normal;
            margin-bottom: 20px;
            font-size: 0.8rem; }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .popover .parking-wrapper address {
                font-size: 1.1rem; } }
            @media only screen and (min-width: 1280px) {
              .getting-map__wrapper .points .popover .parking-wrapper address {
                font-size: 1.5rem; } }
          .getting-map__wrapper .points .popover .parking-wrapper p, .getting-map__wrapper .points .popover .parking-wrapper span {
            margin-bottom: 20px;
            font-size: 0.8rem; }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .popover .parking-wrapper p, .getting-map__wrapper .points .popover .parking-wrapper span {
                font-size: 1.1rem; } }
            @media only screen and (min-width: 1280px) {
              .getting-map__wrapper .points .popover .parking-wrapper p, .getting-map__wrapper .points .popover .parking-wrapper span {
                font-size: 1.5rem; } }
          .getting-map__wrapper .points .popover .parking-wrapper table {
            margin-bottom: 10px;
            font-size: 0.8rem; }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .popover .parking-wrapper table {
                margin-bottom: 20px;
                font-size: 1.1rem; } }
            @media only screen and (min-width: 1280px) {
              .getting-map__wrapper .points .popover .parking-wrapper table {
                font-size: 1.5rem; } }
            .getting-map__wrapper .points .popover .parking-wrapper table td {
              padding: 3px 20px 3px 0; }
              @media only screen and (min-width: 768px) {
                .getting-map__wrapper .points .popover .parking-wrapper table td:first-of-type {
                  min-width: 100px; } }
              @media only screen and (min-width: 1280px) {
                .getting-map__wrapper .points .popover .parking-wrapper table td:first-of-type {
                  min-width: 200px; } }
        .getting-map__wrapper .points .popover:before {
          position: absolute;
          top: -9px;
          left: 20px;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #1D3160;
          content: ''; }
          @media only screen and (min-width: 768px) {
            .getting-map__wrapper .points .popover:before {
              top: -29px;
              left: 100px;
              border-top: 30px solid transparent;
              border-left: 30px solid transparent;
              border-right: 30px solid transparent;
              border-bottom: 30px solid #1D3160; } }
        .getting-map__wrapper .points .popover h4 {
          font-family: ivyjournal, sans-serif;
          font-weight: 400;
          font-size: 1rem;
          margin-bottom: 8.4px; }
          @media only screen and (min-width: 768px) {
            .getting-map__wrapper .points .popover h4 {
              font-size: 1.6rem;
              margin-bottom: 20px; } }
          @media only screen and (min-width: 1280px) {
            .getting-map__wrapper .points .popover h4 {
              font-size: 3.5rem; } }
        .getting-map__wrapper .points .popover strong {
          font-family: "Proxima Nova Bold";
          font-size: 0.6rem;
          letter-spacing: 0.06rem;
          text-transform: uppercase; }
          @media only screen and (min-width: 768px) {
            .getting-map__wrapper .points .popover strong {
              font-size: 1rem; } }
          @media only screen and (min-width: 1280px) {
            .getting-map__wrapper .points .popover strong {
              font-size: 1.7rem; } }
        .getting-map__wrapper .points .popover .popover__wrapper {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          @media only screen and (min-width: 1280px) {
            .getting-map__wrapper .points .popover .popover__wrapper {
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row; } }
        .getting-map__wrapper .points .popover .left,
        .getting-map__wrapper .points .popover .right {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Chrome */
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          width: 50%; }
          .getting-map__wrapper .points .popover .left strong,
          .getting-map__wrapper .points .popover .right strong {
            display: block;
            text-transform: uppercase;
            font-size: 0.6rem;
            letter-spacing: 0.06rem;
            margin: 8.4px 0 0; }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .popover .left strong,
              .getting-map__wrapper .points .popover .right strong {
                margin: 10px 0 0;
                font-size: 1rem; } }
            @media only screen and (min-width: 1280px) {
              .getting-map__wrapper .points .popover .left strong,
              .getting-map__wrapper .points .popover .right strong {
                margin: 30px 0 0;
                font-size: 1.5rem; } }
          .getting-map__wrapper .points .popover .left p,
          .getting-map__wrapper .points .popover .right p {
            font-size: 0.8rem; }
            @media only screen and (min-width: 768px) {
              .getting-map__wrapper .points .popover .left p,
              .getting-map__wrapper .points .popover .right p {
                font-size: 1.1rem; } }
            @media only screen and (min-width: 1280px) {
              .getting-map__wrapper .points .popover .left p,
              .getting-map__wrapper .points .popover .right p {
                font-size: 1.5rem; } }
        .getting-map__wrapper .points .popover .btn {
          display: none; }
          @media only screen and (min-width: 768px) {
            .getting-map__wrapper .points .popover .btn {
              display: block;
              margin-top: 40px;
              font-family: "Proxima Nova Bold";
              padding: 8px 15px;
              font-size: 1.2rem;
              border: #fff solid 1px;
              text-transform: uppercase;
              letter-spacing: 0.06rem;
              color: #fff;
              white-space: nowrap; } }
          @media only screen and (min-width: 1280px) {
            .getting-map__wrapper .points .popover .btn {
              padding: 10px 30px;
              font-size: 1.5rem; } }
  .getting-map__legend {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #acdbe2;
    margin: 0 30px;
    padding: 20px 30px 30px; }
    @media only screen and (min-width: 768px) {
      .getting-map__legend {
        margin: 0 30px;
        padding: 30px 60px 40px; } }
    @media only screen and (min-width: 1280px) {
      .getting-map__legend {
        margin: 0 84px; } }
    @media only screen and (min-width: 1920px) {
      .getting-map__legend {
        margin: 0 140px; } }
    .getting-map__legend > span {
      text-align: center;
      font-size: 1.3rem;
      line-height: 1.5; }
      @media only screen and (min-width: 768px) {
        .getting-map__legend > span {
          font-size: 1.6rem; } }
    .getting-map__legend__wrapper {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 15px; }
      @media only screen and (min-width: 768px) {
        .getting-map__legend__wrapper {
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          margin-top: 35px; } }
    .getting-map__legend__item {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 50%;
      margin: 10px 0; }
      @media only screen and (min-width: 768px) {
        .getting-map__legend__item {
          width: auto;
          margin: 0; } }
      .getting-map__legend__item span {
        font-size: 1rem;
        font-family: "Proxima Nova Bold";
        font-weight: normal;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .getting-map__legend__item span {
            font-size: 1.3rem; } }
      .getting-map__legend__item img {
        width: 20px;
        height: auto;
        margin-right: 10px; }
        @media only screen and (min-width: 768px) {
          .getting-map__legend__item img {
            width: 30px;
            margin-right: 20px; } }

.slider-whatson .slider__beforetitle {
  text-decoration: underline; }

.slider-whatson .slider__caption {
  background-color: rgba(76, 13, 22, 0.4); }
  .slider-whatson .slider__caption__title {
    color: #fff; }
    .slider-whatson .slider__caption__title:after {
      background-image: url("../images/caption-arrow-white.svg"); }
  .slider-whatson .slider__caption__content {
    color: #fff; }
    .slider-whatson .slider__caption__content a {
      color: #fff; }
    .slider-whatson .slider__caption__content .btn--tickets {
      display: inline-block;
      font-family: ivyjournal, sans-serif;
      font-size: 2.2rem;
      font-weight: 300;
      letter-spacing: -0.021rem;
      text-decoration: underline;
      cursor: pointer;
      margin-top: 30px; }
      .slider-whatson .slider__caption__content .btn--tickets strong {
        font-family: "Proxima Nova Bold";
        text-transform: uppercase; }

.box-share .list {
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 34px;
  height: 180px; }
  @media only screen and (min-width: 1280px) {
    .box-share .list {
      height: 250px; } }

.box-share__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 16px 40px 16px 0;
  width: calc(50% - 40px);
  height: calc(33.3333% - 32px); }
  .box-share__item a {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-family: "Proxima Nova Bold";
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out; }
    .box-share__item a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    @media only screen and (min-width: 768px) {
      .box-share__item a {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1280px) {
      .box-share__item a {
        font-size: 1.8rem; } }
  .box-share__item i {
    position: relative;
    display: block;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px; }
    @media only screen and (min-width: 768px) {
      .box-share__item i {
        width: 18px;
        height: 18px;
        background-size: 15px 15px;
        margin-right: 20px; } }
    @media only screen and (min-width: 1280px) {
      .box-share__item i {
        margin-right: 30px;
        width: 38px;
        height: 38px;
        background-size: 20px 20px; } }
    .box-share__item i:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      content: '';
      border: #000 solid 1px;
      border-radius: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 768px) {
        .box-share__item i:before {
          width: 28px;
          height: 28px; } }
      @media only screen and (min-width: 1280px) {
        .box-share__item i:before {
          width: 38px;
          height: 38px; } }
    .box-share__item i.icon-facebook {
      background-image: url(../images/share/icon-facebook.svg); }
    .box-share__item i.icon-messenger {
      background-image: url(../images/share/icon-messenger.svg); }
    .box-share__item i.icon-linkedin {
      background-image: url(../images/share/icon-linkedin.svg); }
    .box-share__item i.icon-twitter {
      background-image: url(../images/share/icon-twitter.svg); }
    .box-share__item i.icon-email {
      background-image: url(../images/share/icon-email.svg); }

.box-addcalendar {
  position: relative; }
  .box-addcalendar__btn {
    display: inline-block;
    font-family: "Proxima Nova Bold";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap; }
    @media only screen and (min-width: 1280px) {
      .box-addcalendar__btn {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 1920px) {
      .box-addcalendar__btn {
        font-size: 1.8rem; } }
  .box-addcalendar__list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    list-style: none;
    white-space: nowrap;
    margin-top: 30px; }
  .box-addcalendar .boxes__info__addcalendar__wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 400px;
    height: 250px;
    padding: 45px 0 45px 69px;
    z-index: 10;
    background-color: #F8F8F8;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .box-addcalendar .boxes__info__addcalendar__wrapper {
        top: 35px;
        padding: 20px 30px;
        width: 300px;
        height: 200px; } }
    @media only screen and (min-width: 1280px) {
      .box-addcalendar .boxes__info__addcalendar__wrapper {
        top: 50px;
        padding: 45px 0 45px 69px;
        width: 400px;
        height: 250px; } }
    .box-addcalendar .boxes__info__addcalendar__wrapper:before {
      position: absolute;
      top: -39px;
      left: 44px;
      width: 0;
      height: 0;
      border: 0 0 20px 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid transparent;
      border-bottom: 20px solid #F8F8F8;
      content: ''; }
      @media only screen and (min-width: 1280px) {
        .box-addcalendar .boxes__info__addcalendar__wrapper:before {
          top: -59px;
          border: 0 0 30px 0;
          border-left: 30px solid transparent;
          border-right: 30px solid transparent;
          border-top: 30px solid transparent;
          border-bottom: 30px solid #F8F8F8; } }
    .box-addcalendar .boxes__info__addcalendar__wrapper > span {
      color: #999999;
      font-family: "Proxima Nova Bold";
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: 0.06rem; }
      @media only screen and (min-width: 768px) {
        .box-addcalendar .boxes__info__addcalendar__wrapper > span {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 1280px) {
        .box-addcalendar .boxes__info__addcalendar__wrapper > span {
          font-size: 1.8rem; } }
  .box-addcalendar__item {
    display: inline-block;
    margin: 10px 0; }
    .box-addcalendar__item a {
      font-family: "Proxima Nova Bold";
      color: #000;
      font-size: 1.4rem;
      letter-spacing: -0.021rem;
      text-transform: uppercase;
      opacity: 0.4;
      filter: alpha(opacity=40);
      -moz-transition: 0.3s opacity ease-in-out;
      -o-transition: 0.3s opacity ease-in-out;
      -webkit-transition: 0.3s opacity ease-in-out;
      transition: 0.3s opacity ease-in-out; }
      .box-addcalendar__item a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      @media only screen and (min-width: 1280px) {
        .box-addcalendar__item a {
          font-size: 1.8rem; } }

.whatson-boxes .boxes__wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__wrapper {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .whatson-boxes .boxes__wrapper .buttons {
    position: absolute;
    left: 0;
    bottom: 65px;
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media only screen and (min-width: 768px) {
      .whatson-boxes .boxes__wrapper .buttons {
        padding: 0 70px;
        bottom: 25px; } }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes .boxes__wrapper .buttons {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 0 100px;
        bottom: 45px; } }
    .whatson-boxes .boxes__wrapper .buttons .open {
      font-family: "Proxima Nova Bold";
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0.06rem;
      text-transform: uppercase;
      white-space: nowrap; }
      @media only screen and (min-width: 1280px) {
        .whatson-boxes .boxes__wrapper .buttons .open {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 1920px) {
        .whatson-boxes .boxes__wrapper .buttons .open {
          font-size: 1.8rem; } }
    .whatson-boxes .boxes__wrapper .buttons .boxes__info__share {
      position: relative; }
      .whatson-boxes .boxes__wrapper .buttons .boxes__info__share > button {
        padding: 0;
        font-family: "Proxima Nova Bold";
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.06rem;
        text-transform: uppercase;
        white-space: nowrap; }
        @media only screen and (min-width: 1280px) {
          .whatson-boxes .boxes__wrapper .buttons .boxes__info__share > button {
            font-size: 1.1rem; } }
        @media only screen and (min-width: 1920px) {
          .whatson-boxes .boxes__wrapper .buttons .boxes__info__share > button {
            font-size: 1.6rem; } }
    .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper {
      display: none;
      position: absolute;
      left: -30px;
      top: 50px;
      width: 580px;
      height: 175px;
      padding: 20px 30px;
      z-index: 10;
      background-color: #F8F8F8;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper {
          top: 35px;
          width: 420px;
          height: 270px; } }
      @media only screen and (min-width: 1280px) {
        .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper {
          padding: 45px 0 45px 69px;
          top: 50px;
          left: -38px;
          width: 580px;
          height: 380px; } }
      @media only screen and (min-width: 1920px) {
        .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper {
          left: -32px; } }
      .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper:before {
        position: absolute;
        top: -39px;
        left: 32px;
        width: 0;
        height: 0;
        border: 0 0 20px 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid transparent;
        border-bottom: 20px solid #F8F8F8;
        content: ''; }
        @media only screen and (min-width: 1280px) {
          .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper:before {
            top: -59px;
            border: 0 0 30px 0;
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            border-top: 30px solid transparent;
            border-bottom: 30px solid #F8F8F8; } }
      .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper > span {
        color: #999999;
        font-family: "Proxima Nova Bold";
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.06rem; }
        @media only screen and (min-width: 768px) {
          .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper > span {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 1280px) {
          .whatson-boxes .boxes__wrapper .buttons .boxes__info__share__wrapper > span {
            font-size: 1.8rem; } }
    .whatson-boxes .boxes__wrapper .buttons .boxes__info__addcalendar__wrapper {
      left: 0; }
      @media only screen and (min-width: 1280px) {
        .whatson-boxes .boxes__wrapper .buttons .boxes__info__addcalendar__wrapper {
          left: -20px; } }
      @media only screen and (min-width: 1920px) {
        .whatson-boxes .boxes__wrapper .buttons .boxes__info__addcalendar__wrapper {
          left: 0; } }
  .whatson-boxes .boxes__wrapper .buttons-group {
    margin-top: 26px; }
    @media only screen and (max-width: 767.98px) {
      .whatson-boxes .boxes__wrapper .buttons-group {
        width: 100%;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes .boxes__wrapper .buttons-group {
        margin-top: 0; } }
    @media only screen and (max-width: 767.98px) {
      .whatson-boxes .boxes__wrapper .buttons-group .boxes__info__share {
        -webkit-flex-grow: unset;
        -moz-flex-grow: unset;
        -ms-flex-grow: unset;
        flex-grow: unset; } }
    .whatson-boxes .boxes__wrapper .buttons-group button:first-of-type {
      padding-left: 0; }
      @media only screen and (min-width: 1280px) {
        .whatson-boxes .boxes__wrapper .buttons-group button:first-of-type {
          padding-left: 7px; } }

.whatson-boxes__item {
  position: relative;
  -webkit-flex-direction: "column";
  -moz-flex-direction: "column";
  -ms-flex-direction: "column";
  flex-direction: "column";
  width: 100%; }
  .whatson-boxes__item:nth-of-type(even) .buttons-group {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    text-align: right; }
    .whatson-boxes__item:nth-of-type(even) .buttons-group .boxes__info__addcalendar__wrapper,
    .whatson-boxes__item:nth-of-type(even) .buttons-group .boxes__info__share__wrapper {
      text-align: left; }
  .whatson-boxes__item:nth-of-type(even) .boxes__info__share {
    margin-left: 44px; }
  @media only screen and (min-width: 768px) {
    .whatson-boxes__item:nth-of-type(even) .boxes__info {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; } }
  .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__addcalendar__wrapper {
    left: auto;
    right: 0; }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__addcalendar__wrapper {
        right: -20px; } }
    @media only screen and (min-width: 1920px) {
      .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__addcalendar__wrapper {
        right: 0; } }
    .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__addcalendar__wrapper:before {
      left: auto;
      right: 44px; }
  .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__share__wrapper {
    left: auto;
    right: -30px; }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__share__wrapper {
        right: -45px; } }
    @media only screen and (min-width: 1920px) {
      .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__share__wrapper {
        right: -38px; } }
    .whatson-boxes__item:nth-of-type(even) .boxes__info .boxes__info__share__wrapper:before {
      left: auto;
      right: 32px; }
  .whatson-boxes__item:nth-of-type(odd) .boxes__info__share {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    margin-left: 44px; }
  .whatson-boxes__item:nth-of-type(odd) .boxes__info {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
    @media only screen and (min-width: 768px) {
      .whatson-boxes__item:nth-of-type(odd) .boxes__info .boxes__content {
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        text-align: right; } }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes__item:nth-of-type(odd) .boxes__info .buttons .open {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3; } }
    .whatson-boxes__item:nth-of-type(odd) .boxes__info .buttons .box-addcalendar__list {
      right: 100px;
      left: auto; }

.whatson-boxes .boxes__info {
  position: relative;
  color: #fff;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__info {
      width: 50%; } }
  .whatson-boxes .boxes__info:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left top, #e72850 0%, #e72850 50%, #c92340 50%);
    content: '';
    z-index: -1; }
  .whatson-boxes .boxes__info .btn {
    color: #fff;
    padding: 0; }

.whatson-boxes .boxes__info__meta {
  display: none;
  padding: 20px 20px 10px 20px; }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__info__meta {
      padding: 30px; } }
  .whatson-boxes .boxes__info__meta p {
    font-family: ivyjournal, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.021rem; }
    @media only screen and (min-width: 768px) {
      .whatson-boxes .boxes__info__meta p {
        font-size: 1.8rem; } }
  .whatson-boxes .boxes__info__meta strong {
    font-family: "Proxima Nova Bold"; }

.whatson-boxes .boxes__info__share {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.whatson-boxes .boxes__info__addcalendar {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.whatson-boxes .boxes__content {
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 40px 30px 150px; }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__content {
      padding: 30px 70px 100px; } }
  @media only screen and (min-width: 1280px) {
    .whatson-boxes .boxes__content {
      padding: 30px 100px 80px; } }
  .whatson-boxes .boxes__content h2 {
    font-size: 2.4rem;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .whatson-boxes .boxes__content h2 {
        margin-bottom: 22px; } }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes .boxes__content h2 {
        font-size: 3.6rem;
        margin-bottom: 38px; } }
    @media only screen and (min-width: 1920px) {
      .whatson-boxes .boxes__content h2 {
        font-size: 4.8rem;
        margin-bottom: 50px; } }
  .whatson-boxes .boxes__content p {
    margin-bottom: 0;
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .whatson-boxes .boxes__content p {
        max-width: 260px; } }
    @media only screen and (min-width: 1280px) {
      .whatson-boxes .boxes__content p {
        max-width: 480px;
        font-size: 1.6rem; } }

.whatson-boxes .boxes__where {
  margin-bottom: 20px; }
  .whatson-boxes .boxes__where p {
    font-size: 1.4rem;
    font-family: "IvyJournal";
    font-weight: 300;
    font-style: italic; }

.whatson-boxes .boxes__image {
  min-height: 270px; }
  @media only screen and (min-width: 1280px) {
    .whatson-boxes .boxes__image {
      min-height: 348px; } }
  @media only screen and (min-width: 1920px) {
    .whatson-boxes .boxes__image {
      min-height: 427px; } }

.whatson-boxes .boxes__circle {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  padding: 10px;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-family: "Proxima Nova Bold";
  letter-spacing: -0.021rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  display: none; }
  .whatson-boxes .boxes__circle--mobile {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    color: #000; }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__circle {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      z-index: 2;
      bottom: -40px;
      font-size: 1.6rem;
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); } }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__circle--mobile {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .whatson-boxes .boxes__circle {
      top: 50%;
      left: 50%;
      width: 57px;
      height: 57px;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 0.8rem; } }
  @media only screen and (min-width: 1280px) {
    .whatson-boxes .boxes__circle {
      width: 100px;
      height: 100px;
      font-size: 1.3rem; } }
  @media only screen and (min-width: 1920px) {
    .whatson-boxes .boxes__circle {
      width: 130px;
      height: 130px;
      font-size: 1.9rem; } }
  .whatson-boxes .boxes__circle span {
    position: relative;
    z-index: 10; }

.mobile-popovers {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .mobile-popovers {
      display: none !important; } }
  .mobile-popovers .mobile__addcalendar,
  .mobile-popovers .mobile__share {
    display: none;
    margin-bottom: -40px;
    width: 100%;
    margin-top: 10px;
    padding: 20px 30px;
    background-color: #F8F8F8; }
    .mobile-popovers .mobile__addcalendar > span,
    .mobile-popovers .mobile__share > span {
      color: #999999;
      font-family: "Proxima Nova Bold";
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: 0.06rem;
      margin-left: -2px; }
  .mobile-popovers .mobile__share .list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 155px;
    margin-top: 20px; }
  .mobile-popovers .mobile__share .box-share__item a {
    font-size: 1.2rem; }

.showtime-boxes__title {
  margin: 60px 0;
  padding: 0 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .showtime-boxes__title {
      margin: 50px 0 60px; } }
  @media only screen and (min-width: 1280px) {
    .showtime-boxes__title {
      margin: 140px 0 110px; } }
  @media only screen and (min-width: 1920px) {
    .showtime-boxes__title {
      margin: 150px 0 140px; } }
  .showtime-boxes__title h2 {
    font-size: 2rem;
    font-family: ivyjournal, sans-serif;
    font-weight: 300;
    letter-spacing: -0.021rem;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .showtime-boxes__title h2 {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__title h2 {
        font-size: 3.4rem; } }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__title h2 {
        font-size: 4.5rem; } }
  .showtime-boxes__title p {
    font-family: ivyjournal, sans-serif;
    font-style: italic;
    font-size: 1.6rem; }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__title p {
        font-size: 2.2rem; } }
  .showtime-boxes__title strong {
    font-family: "Proxima Nova Bold";
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 0.06rem; }
    @media only screen and (min-width: 768px) {
      .showtime-boxes__title strong {
        font-size: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__title strong {
        font-size: 3.7rem; } }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__title strong {
        font-size: 4.9rem; } }
  .showtime-boxes__title a {
    text-decoration: underline; }

.showtime-boxes__wrapper {
  display: block;
  background-color: #DEDEDE;
  margin: 0 16px;
  padding: 2em; }
  @media only screen and (min-width: 768px) {
    .showtime-boxes__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 0;
      padding: 6em 3em 2em; } }
  @media only screen and (min-width: 1280px) {
    .showtime-boxes__wrapper {
      padding: 6em 2em; } }
  @media only screen and (min-width: 1920px) {
    .showtime-boxes__wrapper {
      padding: 10em 4em; } }

.showtime-boxes__item {
  width: 100%;
  margin-bottom: 4em;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .showtime-boxes__item {
      width: calc(50% - 4em); } }
  @media only screen and (min-width: 1280px) {
    .showtime-boxes__item {
      display: flex; } }

.showtime-boxes .img {
  width: 100%;
  height: auto;
  min-height: 80vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .showtime-boxes .img {
      min-height: 35vw; } }
  @media only screen and (min-width: 1280px) {
    .showtime-boxes .img {
      min-height: 550px;
      width: 50%; } }

.showtime-boxes__content {
  position: relative;
  width: 100%;
  padding: 28px 20px 100px; }
  @media only screen and (min-width: 1280px) {
    .showtime-boxes__content {
      width: 50%;
      padding: 43px 30px 32px; } }
  @media only screen and (min-width: 1920px) {
    .showtime-boxes__content {
      padding: 55px 39px 38px; } }
  .showtime-boxes__content h4 {
    margin-bottom: 20px;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__content h4 {
        margin-bottom: 24px;
        font-size: 1.1rem; } }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__content h4 {
        margin-bottom: 30px;
        font-size: 1.6rem; } }
  .showtime-boxes__content h2 {
    font-family: ivyjournal, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2222;
    font-weight: 400;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__content h2 {
        font-size: 2.7rem;
        margin-bottom: 29px; } }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__content h2 {
        margin-bottom: 32px;
        font-size: 3.6rem; } }
  .showtime-boxes__content p {
    font-size: 1.5rem;
    letter-spacing: -0.009rem;
    line-height: 1.2; }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__content p {
        font-size: 1.5rem; } }
  .showtime-boxes__content .content-wrapper {
    display: none; }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__content .content-wrapper {
        display: block; } }
  .showtime-boxes__content a {
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__content a {
        left: 30px;
        bottom: 35px;
        font-size: 1.1rem; } }
    @media only screen and (min-width: 1920px) {
      .showtime-boxes__content a {
        left: 39px;
        font-size: 1.6rem; } }
  .showtime-boxes__content .more {
    position: absolute;
    right: 20px;
    bottom: 14px;
    padding: 0;
    font-family: "Proxima Nova Bold";
    font-size: 1.4rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__content .more {
        display: none; } }
  .showtime-boxes__content .close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #EAEAEA; }
    .showtime-boxes__content .close:before, .showtime-boxes__content .close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff;
      content: ''; }
    .showtime-boxes__content .close:before {
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .showtime-boxes__content .close:after {
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    @media only screen and (min-width: 1280px) {
      .showtime-boxes__content .close {
        display: none !important; } }

.neighboring-boxes__title {
  margin: 50px 0;
  padding: 0 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .neighboring-boxes__title {
      margin: 50px 0; } }
  @media only screen and (min-width: 1920px) {
    .neighboring-boxes__title {
      margin: 175px 0; } }
  .neighboring-boxes__title h2 {
    font-size: 2rem;
    font-family: ivyjournal, sans-serif;
    font-weight: 400;
    letter-spacing: -0.021rem; }
    @media only screen and (min-width: 768px) {
      .neighboring-boxes__title h2 {
        font-size: 2.2rem; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-boxes__title h2 {
        font-size: 4.5rem; } }
  .neighboring-boxes__title p {
    font-size: 1.6rem;
    line-height: 1.375; }
  .neighboring-boxes__title strong {
    font-family: "Proxima Nova Bold";
    font-size: 2.2rem; }
    @media only screen and (min-width: 768px) {
      .neighboring-boxes__title strong {
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-boxes__title strong {
        font-size: 4.9rem; } }

.neighboring-boxes {
  position: relative;
  overflow: hidden;
  padding: 0 15px; }
  .archive .neighboring-boxes {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .neighboring-boxes {
      padding: 0; } }
  .neighboring-boxes .boxes__item:nth-of-type(odd) .boxes__content {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }
    @media only screen and (min-width: 768px) {
      .neighboring-boxes .boxes__item:nth-of-type(odd) .boxes__content {
        text-align: right;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end; } }
  @media only screen and (min-width: 768px) {
    .neighboring-boxes .boxes__image {
      width: 50%;
      min-height: 270px; } }
  .neighboring-boxes .boxes__content {
    position: relative;
    padding: 30px 30px 26px 30px;
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media only screen and (max-width: 767.98px) {
      .neighboring-boxes .boxes__content {
        min-height: 270px; } }
    @media only screen and (min-width: 768px) {
      .neighboring-boxes .boxes__content {
        padding: 20px 40px;
        width: 50%;
        min-height: 270px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-boxes .boxes__content {
        padding: 50px 85px; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-boxes .boxes__content {
        padding: 50px 100px;
        min-height: 427px; } }
    .neighboring-boxes .boxes__content:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to left top, #8acdd5 0%, #8acdd5 50%, #acdbe2 50%);
      content: '';
      z-index: -1; }
    .neighboring-boxes .boxes__content__title {
      max-width: 520px;
      margin-bottom: 22px;
      font-size: 2.4rem;
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      line-height: 1.2;
      text-decoration: underline; }
      @media only screen and (min-width: 576px) {
        .neighboring-boxes .boxes__content__title {
          font-size: 3.4rem;
          margin-bottom: 22px; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-boxes .boxes__content__title {
          margin-bottom: 30px;
          font-size: 4.8rem; } }
    .neighboring-boxes .boxes__content h2 {
      margin-bottom: 22px;
      font-family: ivyjournal, sans-serif;
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: -0.021rem; }
      @media only screen and (min-width: 768px) {
        .neighboring-boxes .boxes__content h2 {
          margin-bottom: 24px; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-boxes .boxes__content h2 {
          font-size: 3.6rem;
          margin-bottom: 45px; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-boxes .boxes__content h2 {
          font-size: 4.8rem;
          margin-bottom: 85px; } }
      .neighboring-boxes .boxes__content h2 strong {
        font-family: "Proxima Nova Bold";
        letter-spacing: 0.060em;
        font-size: 2.6rem; }
        @media only screen and (min-width: 768px) {
          .neighboring-boxes .boxes__content h2 strong {
            font-size: 2.6rem; } }
        @media only screen and (min-width: 1280px) {
          .neighboring-boxes .boxes__content h2 strong {
            font-size: 3.6rem; } }
        @media only screen and (min-width: 1920px) {
          .neighboring-boxes .boxes__content h2 strong {
            font-size: 4.9rem; } }
    @media only screen and (max-width: 767.98px) {
      .neighboring-boxes .boxes__content .content {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media only screen and (min-width: 768px) {
      .neighboring-boxes .boxes__content .content {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-boxes .boxes__content .content {
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 480px; } }
    .neighboring-boxes .boxes__content .btn {
      font-family: "Proxima Nova Bold";
      font-size: 1.4rem;
      text-transform: uppercase;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .neighboring-boxes .boxes__content .btn {
          margin-top: 35px;
          font-size: 1.4rem; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-boxes .boxes__content .btn {
          margin-top: 50px; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-boxes .boxes__content .btn {
          font-size: 1.8rem; } }

.neighboring-posts {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #acdbe2;
  width: 100%;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
  .neighboring-posts.active {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  @media only screen and (min-width: 768px) {
    .neighboring-posts {
      max-width: 1640px; } }
  @media only screen and (min-width: 768px) {
    .neighboring-posts {
      padding-bottom: 20px; } }
  @media only screen and (min-width: 1280px) {
    .neighboring-posts {
      padding-bottom: 20px; } }
  .neighboring-posts.neighboring-posts--taxonomy {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media only screen and (min-width: 768px) {
      .neighboring-posts.neighboring-posts--taxonomy {
        padding-bottom: 20px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-posts.neighboring-posts--taxonomy {
        padding-bottom: 20px; } }
    .neighboring-posts.neighboring-posts--taxonomy .neighboring-posts__container {
      padding-bottom: 0; }
  .neighboring-posts__container {
    padding: 0 15px;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    -o-column-gap: 0px;
    -ms-column-gap: 0px;
    column-gap: 0px; }
    @media only screen and (min-width: 768px) {
      .neighboring-posts__container {
        padding: 0 38px 20px;
        padding-bottom: 6px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279.98px) {
    .neighboring-posts__container {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -o-column-count: 2;
      -ms-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 12px;
      -moz-column-gap: 12px;
      -o-column-gap: 12px;
      -ms-column-gap: 12px;
      column-gap: 12px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-posts__container {
        padding: 0 20px 20px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .neighboring-posts__container::before, .neighboring-posts__container::after {
          content: "";
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%;
          width: 0; } }
  .neighboring-posts .close-mobile-content {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    background-color: #6abfc9;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .neighboring-posts .close-mobile-content::before {
      display: block;
      content: '';
      width: 19px;
      height: 19px;
      background-image: url(../images/close.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .neighboring-posts__close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6abfc9;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 768px) {
      .neighboring-posts__close {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-posts__close {
        width: 70px;
        height: 70px; } }
    .neighboring-posts__close::before {
      display: block;
      content: '';
      width: 19px;
      height: 19px;
      background-image: url(../images/close.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__close::before {
          width: 22px;
          height: 22px; } }
  .neighboring-posts__title {
    max-width: 510px;
    margin: 53px auto;
    font-family: ivyjournal, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -0.021rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .neighboring-posts__title {
        margin: 53px auto;
        font-size: 2.4rem; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-posts__title {
        font-size: 4.8rem;
        margin-bottom: 90px;
        margin-top: 125px; } }
    .neighboring-posts__title strong {
      font-family: "Proxima Nova Bold"; }
  .neighboring-posts__item {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    background-color: #fff; }
    .neighboring-posts__item.is-show-mobile .btn--mobile-hours {
      display: none; }
    .neighboring-posts__item.is-show-mobile .close-mobile-content {
      visibility: visible; }
    @media only screen and (min-width: 768px) {
      .neighboring-posts__item {
        margin: 0 0 12px 0;
        width: 100%;
        display: inline-block; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-posts__item {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px;
        width: calc(50% - 40px); } }
    .neighboring-posts__item__top {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item__top {
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .neighboring-posts__item__top > div {
        width: 100%; }
        @media only screen and (min-width: 1280px) {
          .neighboring-posts__item__top > div {
            width: 50%; } }
    .neighboring-posts__item p {
      font-size: 1.5rem;
      line-height: 1.2; }
      .neighboring-posts__item p strong {
        display: block;
        font-family: "Proxima Nova Bold"; }
    .neighboring-posts__item__image {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .neighboring-posts__item__image::before {
        display: block;
        content: '';
        padding-bottom: 98%; }
        @media only screen and (min-width: 1280px) {
          .neighboring-posts__item__image::before {
            padding-bottom: 100%; } }
    .neighboring-posts__item__meta {
      position: relative;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 20px 0 20px; }
      @media only screen and (min-width: 768px) {
        .neighboring-posts__item__meta {
          padding: 24px 20px 0 20px; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item__meta {
          padding: 50px 20px 0 30px; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-posts__item__meta {
          padding: 50px 30px 0 50px; } }
      .neighboring-posts__item__meta > * {
        width: 100%; }
      .neighboring-posts__item__meta h3 {
        font-family: ivyjournal, sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: -0.021rem;
        margin-bottom: 22px; }
        @media only screen and (min-width: 1280px) {
          .neighboring-posts__item__meta h3 {
            font-size: 3.6rem;
            margin-bottom: 30px; } }
      .neighboring-posts__item__meta p {
        font-size: 1.4rem;
        margin-bottom: 22px;
        letter-spacing: -0.009em; }
        @media only screen and (min-width: 1280px) {
          .neighboring-posts__item__meta p {
            font-size: 1.7rem;
            margin-bottom: 30px; } }
        .neighboring-posts__item__meta p:last-child {
          margin-bottom: 0; }
        .neighboring-posts__item__meta p strong {
          font-family: "Proxima Nova Bold";
          text-transform: uppercase;
          font-size: 1.4rem;
          margin-bottom: 9px; }
          @media only screen and (min-width: 1280px) {
            .neighboring-posts__item__meta p strong {
              font-size: 1.8rem;
              margin-bottom: 15px; } }
    .neighboring-posts__item div.opening {
      display: none;
      font-size: 1.4rem;
      letter-spacing: -0.009em; }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item div.opening {
          display: block;
          font-size: 1.5rem; } }
      .neighboring-posts__item div.opening span {
        display: inline-block;
        width: 30%; }
      .neighboring-posts__item div.opening td {
        padding: 3px 0; }
        .neighboring-posts__item div.opening td:first-of-type {
          width: 40%; }
          @media only screen and (min-width: 1920px) {
            .neighboring-posts__item div.opening td:first-of-type {
              width: 40%; } }
      .neighboring-posts__item div.opening strong {
        display: block;
        font-family: "Proxima Nova Bold";
        text-transform: uppercase;
        font-size: 1.4rem;
        margin-bottom: 9px; }
        @media only screen and (min-width: 1280px) {
          .neighboring-posts__item div.opening strong {
            font-size: 1.8rem;
            margin-bottom: 15px; } }
    .neighboring-posts__item p.coming-soon {
      display: none;
      color: #ABABAB;
      text-transform: uppercase;
      font-size: 1.4rem; }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item p.coming-soon {
          display: block;
          font-size: 1.5rem; } }
    .neighboring-posts__item__content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.4rem;
      padding-bottom: 54px;
      display: none;
      letter-spacing: -0.009em; }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item__content {
          -webkit-align-self: flex-start;
          -moz-align-self: flex-start;
          -ms-align-self: flex-start;
          align-self: flex-start;
          display: block;
          width: 50%;
          padding: 0 40px 0 60px;
          font-size: 1.5rem; } }
    .neighboring-posts__item__bottom {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 20px 20px 10px 20px; }
      @media only screen and (min-width: 768px) {
        .neighboring-posts__item__bottom {
          padding: 27px 20px 13px 20px; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item__bottom {
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end;
          -webkit-flex-flow: row;
          -moz-flex-flow: row;
          -ms-flex-flow: row;
          flex-flow: row;
          -webkit-flex-grow: 2;
          -moz-flex-grow: 2;
          -ms-flex-grow: 2;
          flex-grow: 2;
          padding: 60px 0 45px 0; } }
    .neighboring-posts__item__mobile-more {
      display: none; }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item__mobile-more {
          display: none; } }
      .neighboring-posts__item__mobile-more p,
      .neighboring-posts__item__mobile-more div.opening {
        display: block !important; }
      .neighboring-posts__item__mobile-more .neighboring-posts__item__content {
        display: block;
        margin-top: 27px; }
    .neighboring-posts__item__btns {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .neighboring-posts__item .btn {
      font-family: "Proxima Nova Bold";
      font-size: 1.4rem;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .neighboring-posts__item .btn {
          font-size: 1.3rem; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-posts__item .btn {
          font-size: 1.8rem;
          padding-left: 30px; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-posts__item .btn {
          padding-left: 50px; } }
      .neighboring-posts__item .btn--mobile-hours {
        display: block; }
        @media only screen and (min-width: 1280px) {
          .neighboring-posts__item .btn--mobile-hours {
            display: none; } }

.neighboring-map {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1280px) {
    .neighboring-map {
      margin-bottom: 140px; } }
  @media only screen and (min-width: 1920px) {
    .neighboring-map {
      margin-bottom: 193px; } }
  .neighboring-map__title {
    text-align: center;
    margin: 50px 20px; }
    @media only screen and (min-width: 768px) {
      .neighboring-map__title {
        margin: 50px 20px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-map__title {
        margin: 140px 20px; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-map__title {
        margin: 175px 20px; } }
    .neighboring-map__title h2 {
      margin-bottom: 10px;
      padding: 0 40px;
      text-align: center;
      font-size: 2rem;
      font-family: ivyjournal, sans-serif;
      font-weight: 400;
      letter-spacing: -0.021rem; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__title h2 {
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__title h2 {
          font-size: 3.4rem; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-map__title h2 {
          font-size: 4.5rem; } }
    .neighboring-map__title p {
      font-size: 1.6rem;
      line-height: 1.375; }
    .neighboring-map__title strong {
      font-family: "Proxima Nova Bold";
      font-size: 2.2rem; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__title strong {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__title strong {
          font-size: 3.7rem; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-map__title strong {
          font-size: 4.9rem; } }
  .neighboring-map .overflow {
    position: relative;
    margin: 0 30px;
    height: 80vw;
    overflow: auto; }
    @media only screen and (min-width: 768px) {
      .neighboring-map .overflow {
        height: 36.5vw;
        margin: 0 130px;
        overflow: hidden; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-map .overflow {
        height: 45.1vw;
        margin: 0 84px; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-map .overflow {
        height: 753px;
        margin: 0 140px; } }
    .neighboring-map .overflow::-webkit-scrollbar {
      display: none;
      width: 0px;
      /* Remove scrollbar space */
      background: transparent;
      /* Optional: just make scrollbar invisible */ }
  .neighboring-map .container-fluid {
    position: relative; }
  .neighboring-map .zoom-in,
  .neighboring-map .zoom-out {
    display: none; }
    @media only screen and (min-width: 768px) {
      .neighboring-map .zoom-in,
      .neighboring-map .zoom-out {
        display: block; } }
  .neighboring-map .zoom-in {
    position: absolute;
    top: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: #EA082A;
    z-index: 30; }
    @media only screen and (min-width: 768px) {
      .neighboring-map .zoom-in {
        right: 130px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-map .zoom-in {
        right: 84px; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-map .zoom-in {
        right: 140px; } }
    .neighboring-map .zoom-in:before, .neighboring-map .zoom-in:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff;
      content: ''; }
    .neighboring-map .zoom-in:before {
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .neighboring-map .zoom-in:after {
      -moz-transform: translate(-50%, -50%) rotate(90deg);
      -o-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
  .neighboring-map .zoom-out {
    position: absolute;
    top: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: #EA082A;
    z-index: 30; }
    @media only screen and (min-width: 768px) {
      .neighboring-map .zoom-out {
        right: 130px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-map .zoom-out {
        right: 84px; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-map .zoom-out {
        right: 140px; } }
    .neighboring-map .zoom-out:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff;
      content: '';
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .neighboring-map__wrapper {
    position: relative;
    transform-origin: 0 0; }
    .neighboring-map__wrapper img {
      display: block;
      width: 100%;
      height: auto; }
    .neighboring-map__wrapper .points {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
      .neighboring-map__wrapper .points .point {
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 3px;
        height: 3px; }
        @media only screen and (min-width: 768px) {
          .neighboring-map__wrapper .points .point {
            width: 6.5px;
            height: 6.5px; } }
        @media only screen and (min-width: 1280px) {
          .neighboring-map__wrapper .points .point {
            width: 13px;
            height: 13px; } }
        .neighboring-map__wrapper .points .point img {
          max-width: 3px;
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .neighboring-map__wrapper .points .point img {
              max-width: 6.5px; } }
          @media only screen and (min-width: 1280px) {
            .neighboring-map__wrapper .points .point img {
              max-width: 13px; } }
    .neighboring-map__wrapper .popovers {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 30;
      pointer-events: none; }
      .neighboring-map__wrapper .popovers .popover {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center;
        position: absolute;
        padding: 2px 1px 1px;
        background-color: #EA0029;
        color: #fff;
        font-family: "Proxima Nova Bold";
        font-size: 1.6px;
        letter-spacing: 0.2px;
        width: 16px;
        line-height: 2px;
        -moz-transition: 0.2s opacity ease-in-out;
        -o-transition: 0.2s opacity ease-in-out;
        -webkit-transition: 0.2s opacity ease-in-out;
        transition: 0.2s opacity ease-in-out;
        z-index: 20;
        -moz-transform: translate(-50%, calc(-100% - 3px));
        -o-transform: translate(-50%, calc(-100% - 3px));
        -ms-transform: translate(-50%, calc(-100% - 3px));
        -webkit-transform: translate(-50%, calc(-100% - 3px));
        transform: translate(-50%, calc(-100% - 3px)); }
        @media only screen and (min-width: 768px) {
          .neighboring-map__wrapper .popovers .popover {
            font-size: 0.3rem;
            padding: 3px;
            width: 45px;
            line-height: inherit;
            letter-spacing: normal;
            -moz-transform: translate(-50%, calc(-100% - 9px));
            -o-transform: translate(-50%, calc(-100% - 9px));
            -ms-transform: translate(-50%, calc(-100% - 9px));
            -webkit-transform: translate(-50%, calc(-100% - 9px));
            transform: translate(-50%, calc(-100% - 9px)); } }
        @media only screen and (min-width: 1280px) {
          .neighboring-map__wrapper .popovers .popover {
            width: 100px;
            font-size: 1rem;
            padding: 5px;
            -moz-transform: translate(-50%, calc(-100% - 25px));
            -o-transform: translate(-50%, calc(-100% - 25px));
            -ms-transform: translate(-50%, calc(-100% - 25px));
            -webkit-transform: translate(-50%, calc(-100% - 25px));
            transform: translate(-50%, calc(-100% - 25px)); } }
        .neighboring-map__wrapper .popovers .popover .arrow {
          display: none;
          position: absolute;
          left: 50%;
          bottom: -4px;
          width: 0;
          height: 0;
          border-top: 2px solid #EA0029;
          border-left: 2px solid transparent;
          border-right: 2px solid transparent;
          border-bottom: 2px solid transparent;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media only screen and (min-width: 768px) {
            .neighboring-map__wrapper .popovers .popover .arrow {
              bottom: -9px;
              border-top: 5px solid #EA0029;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-bottom: 5px solid transparent; } }
          @media only screen and (min-width: 1280px) {
            .neighboring-map__wrapper .popovers .popover .arrow {
              bottom: -29px;
              border-top: 15px solid #EA0029;
              border-left: 15px solid transparent;
              border-right: 15px solid transparent;
              border-bottom: 15px solid transparent; } }
        .neighboring-map__wrapper .popovers .popover.active .arrow {
          display: block; }
  .neighboring-map__legend {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px 72px;
    height: 208px;
    background-color: rgba(106, 191, 201, 0.5);
    margin: 0 30px; }
    @media only screen and (min-width: 768px) {
      .neighboring-map__legend {
        height: 110px;
        margin: 0 130px;
        padding: 15px 35px; } }
    @media only screen and (min-width: 1280px) {
      .neighboring-map__legend {
        height: 180px;
        margin: 0 84px;
        padding: 50px 30px 30px; } }
    @media only screen and (min-width: 1920px) {
      .neighboring-map__legend {
        margin: 0 140px; } }
    .neighboring-map__legend .top,
    .neighboring-map__legend .top-right {
      left: 0;
      position: absolute;
      color: #e72850;
      text-transform: uppercase;
      font-family: "Proxima Nova Bold";
      font-size: 1rem;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__legend .top,
        .neighboring-map__legend .top-right {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__legend .top,
        .neighboring-map__legend .top-right {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 1920px) {
        .neighboring-map__legend .top,
        .neighboring-map__legend .top-right {
          font-size: 1.5rem; } }
      .neighboring-map__legend .top button,
      .neighboring-map__legend .top-right button {
        color: #e72850;
        text-transform: uppercase;
        font-family: "Proxima Nova Bold";
        font-size: 1rem;
        font-weight: normal; }
        @media only screen and (min-width: 768px) {
          .neighboring-map__legend .top button,
          .neighboring-map__legend .top-right button {
            font-size: 0.8rem; } }
        @media only screen and (min-width: 1280px) {
          .neighboring-map__legend .top button,
          .neighboring-map__legend .top-right button {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 1920px) {
          .neighboring-map__legend .top button,
          .neighboring-map__legend .top-right button {
            font-size: 1.5rem; } }
    .neighboring-map__legend .top {
      top: 7px;
      left: 42px; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__legend .top {
          top: 6px;
          left: 50px; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__legend .top {
          top: 10px;
          left: 30px; } }
      .neighboring-map__legend .top span:after {
        margin-left: 12px;
        content: '|'; }
    .neighboring-map__legend .top-right {
      top: 6px;
      left: 42px; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__legend .top-right {
          top: -10px;
          left: 40px; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__legend .top-right {
          top: -37px;
          left: 50px; } }
    .neighboring-map__legend .item {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      width: 50%;
      height: 50%; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__legend .item {
          width: 33.33%; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__legend .item {
          width: 17.5%;
          height: 100%; } }
      .neighboring-map__legend .item button,
      .neighboring-map__legend .item > span {
        position: relative;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        color: #EA082A;
        padding: 0 0 0 40px;
        font-family: "Proxima Nova Bold";
        font-size: 1rem;
        font-weight: normal;
        text-align: left;
        letter-spacing: 0.06rem;
        line-height: 1.2;
        text-transform: uppercase;
        background-color: transparent; }
        @media only screen and (min-width: 768px) {
          .neighboring-map__legend .item button,
          .neighboring-map__legend .item > span {
            font-size: 0.8rem;
            padding: 0 0 0 35px; } }
        @media only screen and (min-width: 1280px) {
          .neighboring-map__legend .item button,
          .neighboring-map__legend .item > span {
            font-size: 1.4rem;
            padding: 0 0 0 60px; } }
        @media only screen and (min-width: 1920px) {
          .neighboring-map__legend .item button,
          .neighboring-map__legend .item > span {
            font-size: 1.5rem;
            padding: 0 0 0 65px; } }
        .neighboring-map__legend .item button img,
        .neighboring-map__legend .item > span img {
          position: absolute;
          top: 50%;
          left: 20px;
          max-width: 20px;
          max-height: 20px;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media only screen and (min-width: 768px) {
            .neighboring-map__legend .item button img,
            .neighboring-map__legend .item > span img {
              max-width: 20px;
              max-height: 20px; } }
          @media only screen and (min-width: 1280px) {
            .neighboring-map__legend .item button img,
            .neighboring-map__legend .item > span img {
              max-width: 50px;
              max-height: 40px; } }
    .neighboring-map__legend .right {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex; }
      @media only screen and (min-width: 768px) {
        .neighboring-map__legend .right {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative;
          width: 33.33%;
          height: 100%;
          padding: 0 0 0 25px; } }
      @media only screen and (min-width: 1280px) {
        .neighboring-map__legend .right {
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          padding-left: 50px;
          width: 30%; } }
      .neighboring-map__legend .right .item {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .neighboring-map__legend .right .item {
            width: 100%; } }
        @media only screen and (min-width: 1280px) {
          .neighboring-map__legend .right .item {
            width: 50%; } }
      .neighboring-map__legend .right:before {
        position: absolute;
        left: 19px;
        top: 0;
        width: calc(100% - 38px);
        height: 2px;
        content: '';
        background-color: #EA0029; }
        @media only screen and (min-width: 768px) {
          .neighboring-map__legend .right:before {
            top: 50%;
            width: 2px;
            height: 100%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
      .neighboring-map__legend .right button {
        white-space: nowrap; }

.neighboring-anchor {
  text-align: center;
  margin-bottom: 100px; }
  @media only screen and (min-width: 1280px) {
    .neighboring-anchor {
      margin-top: -50px; } }
  .neighboring-anchor a {
    font-size: 1.6rem;
    border: #000 solid 1px;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Proxima Nova Bold"; }
    @media only screen and (min-width: 1280px) {
      .neighboring-anchor a {
        font-size: 1.8rem; } }

.site-notice {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 52px;
  padding: 0 60px 0 26px;
  background-color: #6abfc9;
  color: #000;
  text-transform: uppercase;
  font-family: "Proxima Nova Bold";
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  z-index: -1;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .site-notice {
      height: 65px;
      padding: 0; } }
  .site-notice > div {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 52px; }
    @media only screen and (min-width: 768px) {
      .site-notice > div {
        height: 65px; } }
  .site-notice .close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    outline: none;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .site-notice .close:before, .site-notice .close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 2px;
      background-color: #000;
      content: ''; }
    .site-notice .close:before {
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .site-notice .close:after {
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.covid-popup {
  width: 100%;
  height: auto;
  /* min-height: calc(100vh - 63px); */
  margin-top: 63px;
  padding: 80px 0 30px;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 768px) {
    .covid-popup {
      margin-top: 85px;
      /* min-height: calc(100vh - 85px); */ } }
  .covid-popup.fixed {
    /* min-height: calc(100vh - 49px); */
    margin-top: 49px; }
    @media only screen and (min-width: 768px) {
      .covid-popup.fixed {
        /* min-height: calc(100vh - 40px); */
        margin-top: 40px; } }
  .covid-popup:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left top, #8acdd5 0%, #8acdd5 50%, #acdbe2 50%);
    content: '';
    z-index: -1; }
  .covid-popup__content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.375; }
    @media only screen and (min-width: 768px) {
      .covid-popup__content {
        padding: 0 17%; } }
    @media only screen and (min-width: 1280px) {
      .covid-popup__content {
        padding: 0 29%; } }
    .covid-popup__content h2 {
      margin-bottom: 30px;
      font-size: 2.4rem;
      font-family: "IvyJournal";
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        .covid-popup__content h2 {
          font-size: 3.4rem; } }
    .covid-popup__content p {
      margin-bottom: 20px; }
  .covid-popup__wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .covid-popup__wrapper {
        padding: 0 10%; } }
    .covid-popup__wrapper .left,
    .covid-popup__wrapper .right {
      width: 100%;
      font-size: 1.6rem;
      line-height: 1.375; }
      @media only screen and (min-width: 768px) {
        .covid-popup__wrapper .left,
        .covid-popup__wrapper .right {
          width: 50%; } }
      .covid-popup__wrapper .left p,
      .covid-popup__wrapper .right p {
        margin-bottom: 20px; }
      .covid-popup__wrapper .left h4,
      .covid-popup__wrapper .right h4 {
        margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .covid-popup__wrapper .left {
        padding-right: 13%; } }
    @media only screen and (min-width: 768px) {
      .covid-popup__wrapper .right {
        padding-left: 6%;
        padding-right: 7%; } }


/*# sourceMappingURL=app.min.css.map*/
