/*!
Theme Name: Combermere Abbey Theme
Theme URI: http://www.clicky.co.uk
Author: Clicky Media
Author URI: https://www.clicky.co.uk
Developers: Jake Pike, Lee Thomas
Version: 1.0.1
*/
/**
 * Main Stylesheet.
 *
 * This should only contain includes of other files from the following folders:
 *
 * Base - configuration files, such as variables, mixins and font-faces.
 * Global - Site wide elements, such as forms, buttons, text.
 * Components - Specific sections, such as 'meet the team' and 'gallery'.
 * Vendor - any 3rd party CSS files.
 *
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}

/* Colours */
/* Fonts */
/* Z Indexes */
/* Breakpoints */
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

@font-face {
  font-family: 'playfair_displaybold';
  src: url("fonts/playfairdisplay-bold-webfont.woff2") format("woff2"), url("fonts/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'domusbold';
  src: url("fonts/domus-bold-webfont.woff2") format("woff2"), url("fonts/domus-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'domusregular';
  src: url("fonts/domus-regular-webfont.woff2") format("woff2"), url("fonts/domus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'northwell_altregular';
  src: url("./fonts/northwell_alt-webfont.woff2") format("woff2"), url("./fonts/northwell_alt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'northwellregular';
  src: url("./fonts/northwell-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

.slick-track, .slick-list {
  height: inherit;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

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

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

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

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes loadingHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 90%;
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-125%) translateX(-50%);
  }
}

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

@keyframes fadeInBackground {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #e7e4e1;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 25;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-results__option {
  text-transform: capitalize;
}

.select2-dropdown {
  border: 0px;
}

.filter_container {
  margin-bottom: 50px;
}

.filter_container .select2-container {
  top: -2px;
  width: 87% !important;
}

.filter_container .select2-container .selection .select2-selection--single {
  border-radius: 0px;
  background-color: #FFF;
  border: 0px;
  width: inherit;
  height: 60px;
}

.filter_container .select2-container .selection .select2-selection--single .select2-selection__rendered {
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  font-family: "domusbold", sans-serif;
  font-size: 20px;
  color: #545759;
}

.select2-results__option {
  font-family: "domusbold", sans-serif;
  font-size: 20px;
  color: #545759;
  padding: 5px 0 5px 30px;
}

.page-template-template_gallery .select2-results__option {
  background-color: #e5e5df;
}

.select2-container .selection .select2-selection--single {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 22px;
  height: 15px;
  left: initial;
  right: 15px;
  top: initial;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("images/svg/arrow_down.png");
  background-size: contain;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  top: 4px;
  left: 5px;
}

.select2-container--open {
  z-index: 100 !important;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

::selection {
  background-color: red;
  color: #fff;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: "domusregular", sans-serif;
  color: #545759;
  line-height: 1.4;
}

html.no_scroll {
  overflow-y: hidden;
}

body {
  letter-spacing: 0.06em;
}

body.no_scroll {
  overflow-y: hidden;
  -webkit-overflow-scrolling: hidden;
}

.container {
  background-color: white;
  position: relative;
  z-index: 5;
}

.wrapper {
  width: 100%;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
}

.wrapper.narrow {
  max-width: 800px;
}

@media only screen and (max-width: 1150px) {
  .wrapper {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper {
    padding: 0 20px;
  }
}

.center {
  text-align: center;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.svg_defs {
  display: none;
}

.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.page-template-template_module_builder section {
  border: 1px solid black;
}

/* Wordpress */
.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wp-caption {
  max-width: 100%;
  margin: 0 0 1em 0;
  padding: 1em;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.wp-caption p {
  margin: 1em 0 0.5em 0;
  text-align: center;
}

.quicklinks a:after {
  content: none;
}

.one_half {
  float: left;
  width: 47%;
  margin: 0 4% 30px 0;
  font-weight: 200;
  font-size: 20px;
  line-height: 34px;
  font-family: "domusregular", sans-serif;
}

@media only screen and (max-width: 900px) {
  .one_half {
    width: 100%;
    float: none;
  }
}

.one_half.last {
  margin: 0 0 30px 2%;
  float: right;
}

.one_half img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 30px 0;
}

.one_half img:last-child, .one_half img:last-of-type, .one_half p:last-child, .one_half p:last-of-type {
  margin: 0;
}

.one_half .internal_button {
  margin: 0 10px 0 0;
}

form input[name*="honeypot"] {
  position: absolute;
  z-index: -9999;
  left: -9999px;
  opacity: 0;
}

form .input_field {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1100px) {
  form .input_field {
    width: 100%;
  }
}

form .input_field .datepicker {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  form .input_field .datepicker .ui-datepicker-inline {
    width: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  form .input_field .timepicker {
    height: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  form .input_field .timepicker .time_box {
    width: 45% !important;
    margin-left: 1%;
    margin-right: 2% !important;
  }
}

form .input_field .timepicker .time_box:nth-child(odd) {
  margin-right: 30px !important;
  margin-left: 0%;
}

form .input_field .timepicker .time_box:nth-child(even) {
  margin-right: 0px !important;
  margin-left: 0%;
}

form .input_field.full {
  width: 100%;
}

form .input_field.send_button {
  width: auto;
  position: relative;
  cursor: pointer;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

form .input_field.send_button input {
  cursor: pointer;
}

form .input_field.send_button:hover:after {
  width: 100%;
}

form .input_field label {
  font-family: "domusbold", sans-serif;
  font-size: 20px;
  position: relative;
  transition: .5s;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 758px) {
  form .input_field label {
    letter-spacing: 0;
  }
}

form .input_field label span.wpcf7-form-control-wrap:after {
  content: "";
  background-size: cover;
  background-image: url("images/svg/tick.png");
  display: block;
  position: absolute;
  font-family: "domusbold", sans-serif;
  right: 50px;
  top: 0px;
  height: 20px;
  width: 20px;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media only screen and (max-width: 700px) {
  form .input_field label span.wpcf7-form-control-wrap:after {
    right: 0px;
  }
}

form .input_field label.error_field {
  color: red;
}

form .input_field label.error_field input {
  border-bottom: 1px solid red;
}

form .input_field label.error_field span.wpcf7-form-control-wrap:after {
  content: "";
  background-image: url("images/svg/cross.png");
  font-family: "domusbold", sans-serif;
  opacity: .6;
  height: 15px;
  width: 15px;
}

form .input_field label.valid {
  position: relative;
}

form .input_field label.valid input {
  color: #545759;
  border-bottom: 1px solid #545759;
}

form .input_field label.valid span.wpcf7-form-control-wrap:after {
  opacity: 1;
}

form .input_field input {
  width: calc(100% - 50px);
  margin-right: 50px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid #cec7c1;
  margin-bottom: 60px;
  padding: 15px 0 5px 2px;
  transition: .5s;
  font-size: 24px;
  font-family: "domusregular", sans-serif;
  font-weight: normal;
  background-color: transparent;
}

@media only screen and (max-width: 700px) {
  form .input_field input {
    width: 96%;
    margin-right: 0px;
  }
}

form .input_field input:focus {
  outline: none;
  border-bottom: 1px solid #180e13;
}

form .input_field input.valid {
  border-bottom: 1px solid #180e13;
}

form .input_field input[type=submit] {
  font-family: "domusbold", sans-serif;
  line-height: 1.4;
  color: currentColor;
  letter-spacing: 0.06em;
  font-size: 20px;
  border-bottom: none;
  width: auto;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #A75348;
  padding: 10px 20px;
  color: #F7E9D7;
  border-radius: 40px;
  border: 2px solid #A75348;
  margin: 0 auto;
}

form .input_field input[type=submit]:hover {
  color: #A75348;
  background-color: transparent;
  border: 2px solid #A75348;
}

@media only screen and (max-width: 768px) {
  form .input_field input[type=submit] {
    font-size: 15px;
  }
}

form .input_field .ui-datepicker-inline {
  width: calc(100% - 50px) !important;
  background-color: white;
  padding: 20px;
}

form .input_field .ui-datepicker-inline tr {
  height: 50px;
}

form .input_field .ui-datepicker-inline tr .ui-state-default {
  font-size: 20px;
  font-weight: 700;
  font-family: "domusregular", sans-serif;
  text-align: center;
}

form .input_field .ui-datepicker-inline tr .ui-datepicker-unselectable span {
  opacity: .2;
}

form .input_field .ui-datepicker-inline tr .ui-datepicker-current-day {
  background-color: #a75348;
}

form .input_field .ui-datepicker-inline tr .ui-datepicker-current-day a {
  color: white;
}

form .input_field .ui-datepicker-inline.error_field {
  border: 1px solid red;
}

form .input_field .ui-datepicker-inline .ui-datepicker-header {
  text-transform: uppercase;
  font-weight: 700;
}

form .input_field .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-year {
  display: none;
}

form .input_field .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
  background-image: url("images/artwork/left_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 20px;
  top: 8px;
  cursor: pointer;
}

form .input_field .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled {
  opacity: .5;
}

form .input_field .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  background-image: url("images/artwork/right_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 20px;
  top: 8px;
  cursor: pointer;
}

form .input_field span.error {
  position: absolute;
  left: 2px;
  bottom: -34px;
  color: red;
  font-size: 16px;
}

form .input_field span.wpcf7-not-valid-tip {
  position: absolute;
  opacity: 0;
}

.wpcf7-response-output {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.ui-datepicker td {
  transition: .5s;
  height: 55px;
  width: 55px;
}

.ui-datepicker td:hover {
  background-color: #a75348;
}

.ui-datepicker td:hover a {
  color: white;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "playfair_displaybold", serif;
  color: #180e13;
}

h1 {
  font-family: "playfair_displaybold", serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

h1 strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 50px;
  margin: 0 0 20px;
  font-family: "playfair_displaybold", serif;
  line-height: 1.15;
  display: block;
  text-align: center;
  font-weight: 100;
  letter-spacing: -0.8px;
  margin-bottom: 40px;
}

h2 strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 50px;
  margin: 0 0 20px;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

h3 strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 40px;
  margin: 0 0 20px;
  font-weight: 200;
}

h4 strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 500px) {
  h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

h5 {
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}

h5 strong {
  font-weight: bold;
}

h6 {
  font-family: "playfair_displaybold", serif;
  font-size: 20px;
  margin: 0 0 20px;
  color: #7a6e6d;
}

h6 strong {
  font-weight: bold;
}

p {
  margin: 0 auto 1em;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

p strong {
  font-family: "domusbold", sans-serif;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 500px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

p a {
  font-family: "domusregular", sans-serif;
  font-weight: inherit;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

p a:after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: -1px;
  transition: .5s;
  left: 0px;
}

@media only screen and (max-width: 500px) {
  p a:after {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  p a {
    text-decoration: underline;
  }
}

ul, ol {
  list-style-type: none;
  padding-left: 0;
}

ul li strong, ol li strong {
  font-family: "domusbold", sans-serif;
  font-weight: normal;
}

a {
  font-family: "domusbold", sans-serif;
  color: currentColor;
  letter-spacing: 0.06em;
  font-size: 20px;
}

a.cta.link_button {
  display: inline-block;
  background: #F7E9D7;
  color: #545759;
  font-size: 18px;
  padding: 8px 20px;
  border: 2px solid #F7E9D7;
  border-radius: 30px;
  text-transform: uppercase;
  transition: .3s;
  letter-spacing: 0.02em;
}

@media (max-width: 600px) {
  a.cta.link_button {
    font-size: 16px;
  }
}

a.cta.link_button:hover {
  color: #F7E9D7;
  background: #545759;
  border-color: #545759;
}

a.cta.link_thick_underline:after {
  content: "";
  width: 75%;
  height: 7px;
  background-color: currentColor;
  display: block;
  position: relative;
  top: 5px;
  margin: 0 auto;
  transition: .5s ease;
}

a.cta.link_thick_underline:hover:after {
  width: 100%;
}

::selection {
  background: #A75348;
}

::-moz-selection {
  background: #A75348;
}

a {
  transition: 0.2s;
  text-decoration: none;
}

.button {
  display: inline-block;
  background-color: red;
  color: #fff;
  outline: 0;
}

.button:hover {
  background-color: #fff;
}

.button[disabled] {
  background-color: grey;
}

.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.icon-pinterest {
  position: absolute;
  height: 25px;
  width: 60px;
  transition: .5s;
  left: 15px;
  top: 15px;
  opacity: 0;
  padding: 0;
  z-index: 10;
}

.icon-pinterest:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  opacity: 1;
}

.icon-pinterest .icon {
  width: 60px;
  height: 25px;
}

.animation_fade {
  opacity: 1;
}

.os-animation {
  opacity: 1;
}

.os-animation.animated {
  opacity: 1;
}

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  position: absolute;
}

@keyframes bounce {
  from, 10%, 32%, 42%, 55% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  18%, 20% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -8px, 0);
  }
  37% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
  }
  48% {
    transform: translate3d(0, -1px, 0);
  }
}

.force_animated {
  transition: 2s ease;
  opacity: 0;
}

.f_animated {
  opacity: 1;
}

.overlay_page_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  background-color: rgba(223, 223, 218, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.overlay_page_loader.active {
  opacity: 1;
  visibility: visible;
}

.overlay_page_loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -9999em;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.overlay_page_loader .loader:before, .overlay_page_loader .loader:after {
  background: rgba(0, 0, 0, 0.8);
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.overlay_page_loader .loader:before, .overlay_page_loader .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.overlay_page_loader .loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.overlay_page_loader .loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes mouseScroll {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(10px) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}

section {
  padding: 100px 0px 60px;
}

section .halfs {
  width: 50%;
}

section .halfs:nth-child(1n) {
  float: left;
  margin-right: 0px;
  clear: none;
}

section .halfs:nth-child(2n) {
  margin-right: 0;
  float: right;
}

section .halfs:last-child {
  margin-right: 0;
}

section .halfs:nth-child(2n + 1) {
  clear: both;
}

section.thin {
  padding: 100px 40px 60px;
}

section .wrapper .inner {
  padding: 0 100px;
}

@media only screen and (max-width: 1100px) {
  section .wrapper .inner {
    padding: 0px;
  }
}

section.offset_padding {
  top: -146px;
  padding-top: 250px !important;
  margin-bottom: -146px;
}

section.bottom_divider_bar:after {
  content: "";
  height: 7px;
  background-color: #af8127;
  width: 50px;
  display: block;
  position: relative;
  top: 50px;
  margin: 0 auto;
}

body.page-template-template_sitemap ul.sitemap {
  list-style: none;
}

body.page-template-template_sitemap ul.sitemap li {
  text-align: center;
  margin: 10px 0;
}

body.page-template-template_sitemap ul.sitemap li a {
  font-weight: 200;
}

.wrapper .inner {
  padding: 0 100px;
}

@media only screen and (max-width: 1100px) {
  .wrapper .inner {
    padding: 0px;
  }
}

.image_credit {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  color: white;
  font-family: "domusregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  opacity: .5;
}

@media only screen and (max-width: 500px) {
  .image_credit {
    white-space: nowrap;
    max-width: 100%;
    font-size: 14px;
  }
}

.image_credit:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  img.left_align_image {
    left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  img.right_align_image {
    left: initial !important;
    right: 0px !important;
  }
}

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

.error404 .logo_container h1 {
  color: #fff;
}

.error404 p {
  text-align: center;
}

.error404 section {
  padding-top: 60px;
}

header .full_height {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

header .full_height .logo_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  z-index: 20;
}

header .full_height .logo_container a.play_video {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  top: calc(100% + 8vh);
  text-align: center;
  z-index: 30;
  background: #A75348;
  color: #F7E9D7;
  font-size: 18px;
  padding: 8px 20px;
  border: 2px solid #A75348;
  border-radius: 30px;
  text-transform: uppercase;
  transition: .3s;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  header .full_height .logo_container a.play_video {
    width: 200px;
    top: calc(100% + 3vh);
  }
}

header .full_height .logo_container a.play_video:hover {
  background: #F7E9D7;
  color: #A75348;
  border: 2px solid #F7E9D7;
}

header .full_height .logo_container a.play_video.alt_font {
  font-family: "northwellregular", serif;
  font-weight: 400;
  font-size: 26px;
  pointer-events: none;
  text-transform: uppercase;
  width: 100%;
}

header .full_height .logo_container a.play_video.alt_font:after {
  display: none;
}

@media only screen and (max-width: 500px) {
  header .full_height .logo_container a.play_video.alt_font {
    text-align: center;
  }
}

header .full_height .logo_container img {
  width: 465px;
  height: 269px;
}

@media only screen and (max-width: 500px) {
  header .full_height .logo_container img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 500px) {
  header .full_height .logo_container {
    width: 60%;
  }
}

header .full_height .video {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  background-size: cover;
  position: fixed;
  z-index: 0;
  opacity: 0.8;
}

@media only screen and (max-width: 1300px) {
  header .full_height .video {
    height: 100%;
  }
}

header .full_height .page_header_title {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  z-index: 10;
  top: 65%;
  width: 90%;
}

header .full_height .page_header_title h1 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 500px) {
  header .full_height .page_header_title {
    top: 55%;
  }
}

header .full_height img.scroll_arrow {
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 20px;
  margin-left: -26px;
  cursor: pointer;
}

header .full_height img.header_bg {
  opacity: 0.8;
  position: fixed !important;
}

body.home a.play_video {
  cursor: pointer;
}

p.logo_text {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  position: relative;
  font-weight: 600;
  margin-top: 10px;
  margin-right: -8px;
}

@media only screen and (max-width: 768px) {
  p.logo_text {
    margin-top: 0;
    font-size: 15px;
  }
}

nav {
  padding: 0;
  transition: .5s ease;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 420px) {
  nav {
    height: 95px;
  }
}

@media only screen and (max-width: 1200px) {
  nav {
    opacity: 0;
    position: absolute;
    width: 100%;
  }
}

nav .wrapper {
  max-width: 100%;
}

nav .responsive_nav_icon {
  opacity: 0;
  transition: .5s ease;
  display: none;
}

nav .responsive_sticky_logo {
  opacity: 0;
  transition: .5s ease;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  nav .responsive_sticky_logo {
    pointer-events: initial;
  }
}

nav .responsive_sticky_logo img {
  width: 60px;
  height: 60px;
}

nav a.visit_link {
  float: right;
  opacity: 0;
  transition: .5s ease;
  margin: 20px 30px 0 0;
  color: #F7E9D7;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  background-color: #A75348;
  top: 0;
  right: -10px;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  nav a.visit_link {
    position: initial;
    top: initial;
    right: initial;
    margin: 25px 30px 25px 0;
  }
}

@media only screen and (max-width: 1150px) {
  nav a.visit_link {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 420px) {
  nav a.visit_link {
    font-size: 15px !important;
    top: -5px;
    position: relative;
  }
}

nav ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  transition: .5s ease;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 0;
}

@media only screen and (max-width: 1200px) {
  nav ul {
    display: none;
  }
}

nav ul#menu-main-menu > li {
  padding-bottom: 20px;
}

nav ul li {
  transition: .5s ease;
  padding: 0 6px;
  margin-left: -2px;
  padding-bottom: 20px;
}

nav ul li:first-child {
  margin-left: 0;
}

nav ul li a {
  display: block;
  color: #545759;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
  font-size: 18px;
}

nav ul li:hover a, nav ul li.open a {
  color: #F7E9D7;
}

nav ul li:nth-child(1):hover > a, nav ul li:nth-child(1).open > a {
  background-color: #A75348;
}

nav ul li:nth-child(1).current-menu-parent > a {
  background-color: #A75348;
  color: #F7E9D7;
}

nav ul li:nth-child(2):hover > a, nav ul li:nth-child(2).open > a {
  background-color: #7D9D92;
}

nav ul li:nth-child(2).current-menu-parent > a {
  background-color: #7D9D92;
  color: #F7E9D7;
}

nav ul li:nth-child(3):hover > a, nav ul li:nth-child(3).open > a {
  background-color: #A79B90;
}

nav ul li:nth-child(3).current-menu-parent > a {
  background-color: #A79B90;
  color: #F7E9D7;
}

nav ul li:nth-child(4):hover > a, nav ul li:nth-child(4).open > a {
  background-color: #4E748B;
}

nav ul li:nth-child(4).current-menu-parent > a {
  background-color: #4E748B;
  color: #F7E9D7;
}

nav ul li:nth-child(5):hover > a, nav ul li:nth-child(5).open > a {
  background-color: #A75348;
}

nav ul li:nth-child(5).current-menu-parent > a {
  background-color: #A75348;
  color: #F7E9D7;
}

nav ul li:nth-child(6):hover > a, nav ul li:nth-child(6).open > a {
  background-color: #A75348;
}

nav ul li:nth-child(6).current-menu-parent > a {
  background-color: #A75348;
  color: #F7E9D7;
}

nav ul li:nth-child(7):hover > a, nav ul li:nth-child(7).open > a {
  background-color: #A75348;
}

nav ul li:nth-child(7).current-menu-parent > a {
  background-color: #A75348;
  color: #F7E9D7;
}

nav ul li:nth-child(8):hover > a, nav ul li:nth-child(8).open > a {
  background-color: #A75348;
}

nav ul li:nth-child(8).current-menu-parent > a {
  background-color: #A75348;
  color: #F7E9D7;
}

nav ul li:nth-child(9):hover > a, nav ul li:nth-child(9).open > a {
  background-color: #A75348;
}

nav ul li:nth-child(9).current-menu-parent > a {
  background-color: #A75348;
  color: #F7E9D7;
}

nav ul li.current-menu-item a {
  color: #F7E9D7;
}

nav ul li.current-menu-item.logo a:after {
  display: none;
}

nav ul li.current-menu-item:nth-child(1) a {
  background-color: #A75348;
}

nav ul li.current-menu-item:nth-child(2) a {
  background-color: #7D9D92;
}

nav ul li.current-menu-item:nth-child(3) a {
  background-color: #A79B90;
}

nav ul li.current-menu-item:nth-child(4) a {
  background-color: #4E748B;
}

nav ul li.current-menu-item:nth-child(5) a {
  background-color: #A75348;
}

nav ul li.current-menu-item:nth-child(6) a {
  background-color: #A75348;
}

nav ul li.current-menu-item:nth-child(7) a {
  background-color: #A75348;
}

nav ul li.current-menu-item:nth-child(8) a {
  background-color: #A75348;
}

nav ul li.current-menu-item:nth-child(9) a {
  background-color: #A75348;
}

nav ul li.menu-item-has-children .sub-menu {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 0 15px 0;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

nav ul li.menu-item-has-children .sub-menu.open {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

nav ul li.menu-item-has-children .sub-menu li:first-child {
  margin-left: 0;
}

nav ul li.menu-item-has-children .sub-menu li a {
  color: #A79B90;
}

nav ul li.menu-item-has-children .sub-menu li:hover a {
  color: #545759;
  background-color: #e9e6e3;
}

nav ul li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: #545759;
  background-color: #e9e6e3;
}

@media only screen and (max-width: 768px) {
  nav ul {
    display: none;
  }
}

nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 101;
  padding-top: 0;
}

nav.sticky .sticky_logo {
  z-index: 10;
  opacity: 1;
}

nav.sticky .sticky_logo a {
  display: block;
}

nav.sticky.active {
  z-index: 50;
}

nav.sticky.active .responsive_sticky_logo {
  opacity: 1;
}

nav.sticky.active a.visit_link {
  opacity: 1;
}

nav.sticky .menu-item-has-children .sub-menu {
  background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1200px) {
  nav.sticky {
    position: fixed;
    opacity: 1;
  }
}

nav.sticky ul a {
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  nav.sticky .responsive_sticky_logo {
    display: none;
  }
  nav.sticky .responsive_nav_icon {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  nav.sticky {
    padding: 0px;
  }
}

nav .responsive_sticky_logo {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

@media only screen and (max-width: 420px) {
  nav .responsive_sticky_logo {
    width: 60px;
  }
}

.nav_placeholder {
  display: none;
  background-color: white;
  position: relative;
}

.responsive_nav_icon {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 50px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .responsive_nav_icon {
    display: block;
    z-index: 60;
  }
}

@media only screen and (max-width: 420px) {
  .responsive_nav_icon {
    left: 30px;
    top: 30px;
    width: 42px;
  }
}

.responsive_nav_icon span.responsive_bar {
  width: 100%;
  height: 5px;
  background-color: #fff;
  display: block;
  margin-bottom: 8px;
  transition: .5s ease;
  border-radius: 4px;
}

@media only screen and (max-width: 420px) {
  .responsive_nav_icon span.responsive_bar {
    height: 4px;
    margin-bottom: 7px;
  }
}

.responsive_nav_icon p {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 18px;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  bottom: 0;
  margin: 0;
}

@media only screen and (max-width: 420px) {
  .responsive_nav_icon p {
    bottom: 6px;
    font-size: 15px;
  }
}

.responsive_nav_icon.active p {
  color: #545759;
}

.responsive_nav_icon.sticky {
  top: 22px;
  left: 30px;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .responsive_nav_icon.sticky {
    display: block;
  }
}

.responsive_nav_icon.sticky span.responsive_bar {
  background-color: #545759;
  border-radius: 4px;
}

.responsive_nav_icon.sticky p {
  color: #545759;
}

.responsive_nav_icon.active span.responsive_bar {
  background-color: #545759;
  position: absolute;
  border-radius: 4px;
  z-index: 20;
}

.responsive_nav_icon.active span.responsive_bar:nth-child(1) {
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  top: 20%;
}

.responsive_nav_icon.active span.responsive_bar:nth-child(2) {
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
  top: 20%;
}

.responsive_nav_icon.active span.responsive_bar:nth-child(3) {
  opacity: 0;
}

.responsive_menu_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 140px 0 0 0;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

@media only screen and (max-width: 1200px) {
  .responsive_menu_overlay {
    padding: 109px 0 0 0;
  }
}

@media only screen and (max-width: 400px) {
  .responsive_menu_overlay {
    padding: 106px 0 0 0;
  }
}

.responsive_menu_overlay .responsive_menu_wrap {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.responsive_menu_overlay a.visit_link {
  transition: .5s ease;
  margin: 20px 30px 0 0;
  color: #F7E9D7;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  background-color: #A75348;
  position: absolute;
  top: -126px;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .responsive_menu_overlay a.visit_link {
    margin: 28px 30px 25px 0;
  }
}

@media only screen and (max-width: 1150px) {
  .responsive_menu_overlay a.visit_link {
    margin: 28px 20px;
  }
}

@media only screen and (max-width: 420px) {
  .responsive_menu_overlay a.visit_link {
    margin: 30px 20px;
    font-size: 15px !important;
  }
}

.responsive_menu_overlay ul {
  height: 100%;
  margin: 20px 0;
}

.responsive_menu_overlay ul.sub-menu {
  display: none;
}

.responsive_menu_overlay ul.sub-menu li.current-menu-item:nth-child(odd) a, .responsive_menu_overlay ul.sub-menu li.current-menu-item:nth-child(even) a {
  background-color: #e9e6e3;
  color: #545759;
}

.responsive_menu_overlay ul li {
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
}

.responsive_menu_overlay ul li a {
  color: #545759;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
}

.responsive_menu_overlay ul li.menu-item-has-children > a {
  position: relative;
  padding: 10px 30px 10px 20px;
}

.responsive_menu_overlay ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  right: 11px;
  width: 12px;
  height: 12px;
  background-image: url("images/svg/accordion_plus_grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.responsive_menu_overlay ul li.menu-item-has-children.current-menu-parent > a:after {
  background-image: url("images/svg/accordion_plus_beige.svg");
}

.responsive_menu_overlay ul li.menu-item-has-children.subnav_open > a:after {
  height: 5px;
  background-image: url("images/svg/accordion_minus_beige.svg");
}

.responsive_menu_overlay ul li.menu-item-has-children.current-menu-item > a:after {
  background-image: url("images/svg/accordion_plus_beige.svg");
}

.responsive_menu_overlay ul li.menu-item-has-children.current-menu-item.subnav_open > a:after {
  background-image: url("images/svg/accordion_minus_beige.svg");
}

.responsive_menu_overlay ul li:nth-child(1).subnav_open > a, .responsive_menu_overlay ul li:nth-child(1).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(1).current_page_item > a {
  background-color: #A75348;
}

.responsive_menu_overlay ul li:nth-child(2).subnav_open > a, .responsive_menu_overlay ul li:nth-child(2).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(2).current_page_item > a {
  background-color: #7D9D92;
}

.responsive_menu_overlay ul li:nth-child(3).subnav_open > a, .responsive_menu_overlay ul li:nth-child(3).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(3).current_page_item > a {
  background-color: #A79B90;
}

.responsive_menu_overlay ul li:nth-child(4).subnav_open > a, .responsive_menu_overlay ul li:nth-child(4).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(4).current_page_item > a {
  background-color: #4E748B;
}

.responsive_menu_overlay ul li:nth-child(5).subnav_open > a, .responsive_menu_overlay ul li:nth-child(5).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(5).current_page_item > a {
  background-color: #A75348;
}

.responsive_menu_overlay ul li:nth-child(6).subnav_open > a, .responsive_menu_overlay ul li:nth-child(6).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(6).current_page_item > a {
  background-color: #A75348;
}

.responsive_menu_overlay ul li:nth-child(7).subnav_open > a, .responsive_menu_overlay ul li:nth-child(7).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(7).current_page_item > a {
  background-color: #A75348;
}

.responsive_menu_overlay ul li:nth-child(8).subnav_open > a, .responsive_menu_overlay ul li:nth-child(8).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(8).current_page_item > a {
  background-color: #A75348;
}

.responsive_menu_overlay ul li:nth-child(9).subnav_open > a, .responsive_menu_overlay ul li:nth-child(9).current-menu-parent > a, .responsive_menu_overlay ul li:nth-child(9).current_page_item > a {
  background-color: #A75348;
}

.responsive_menu_overlay ul li.current_page_item > a, .responsive_menu_overlay ul li.current-menu-parent > a {
  color: #F7E9D7;
}

.responsive_menu_overlay ul li.subnav_open > a {
  color: #F7E9D7;
}

.responsive_menu_overlay ul.sub-menu {
  display: none;
}

.responsive_menu_overlay ul.sub-menu li a {
  color: #A79B90;
}

.responsive_menu_overlay .quatrefoil {
  position: absolute;
  top: -105px;
  left: 50%;
  width: 60px;
  height: 60px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.responsive_menu_overlay .quatrefoil img {
  width: 100%;
  height: 100%;
}

.responsive_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

nav.sticky .responsive_nav_icon {
  opacity: 1;
}

nav.sticky .responsive_sticky_logo {
  opacity: 1;
}

nav.sticky a.visit_link {
  opacity: 1;
}

.nav_container {
  position: relative;
  transition: .5s;
  top: 0px;
}

.sticky_logo {
  position: absolute;
  left: 35px;
  top: 10px;
  height: 60px;
  width: 60px;
  opacity: 0;
  transition: .5s;
}

.sticky_logo img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .sticky_logo {
    display: none;
  }
}

footer {
  background-color: #545759;
  padding: 140px 0 100px 0;
  color: #F7E9D7;
  text-align: center;
  position: relative;
  z-index: 3;
}

footer .inner {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
  }
}

footer .inner p {
  margin-bottom: 40px;
  font-weight: 200;
}

footer .inner p span {
  text-transform: uppercase;
  color: #665b5a;
}

footer h3 {
  margin-bottom: 40px;
  color: #F7E9D7;
  font-size: 85px;
  font-family: "northwellregular", serif;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  footer h3 {
    font-size: 65px;
  }
}

footer p.copy {
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  footer p.copy {
    float: initial;
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  footer p.copy {
    font-size: 16px;
  }
}

footer .phone_number_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  footer .phone_number_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  footer .phone_number_wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

footer .phone_number_wrap p.phone_number {
  font-size: 18px;
  left: 50%;
  margin: 0 auto;
}

footer .phone_number_wrap p.phone_number a {
  text-decoration: none;
}

footer .phone_number_wrap p.phone_number a:after {
  display: none;
}

@media (max-width: 900px) {
  footer .phone_number_wrap p.phone_number a {
    font-size: 16px;
  }
}

footer .phone_number_wrap p.phone_number span {
  font-size: 18px;
  font-family: "domusbold", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  footer .phone_number_wrap p.phone_number span {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  footer .phone_number_wrap p.phone_number {
    width: 45%;
  }
  footer .phone_number_wrap p.phone_number:nth-child(odd) {
    text-align: right;
  }
  footer .phone_number_wrap p.phone_number:nth-child(even) {
    text-align: left;
  }
}

@media (max-width: 900px) {
  footer .phone_number_wrap p.phone_number {
    width: 95%;
  }
  footer .phone_number_wrap p.phone_number:nth-child(odd) {
    text-align: center;
  }
  footer .phone_number_wrap p.phone_number:nth-child(even) {
    text-align: center;
  }
}

footer .footer_menu {
  position: relative;
  bottom: 12px;
}

@media only screen and (max-width: 1200px) {
  footer .footer_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  footer .footer_menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .footer_menu ul li {
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 900px) {
  footer .footer_menu ul li {
    margin-bottom: 20px;
  }
}

footer .footer_menu ul li a {
  font-weight: 300;
  font-size: 18px;
  font-family: "domusregular", sans-serif;
  letter-spacing: 0.02em;
}

footer .footer_menu ul li a:after {
  content: "";
  width: 75%;
  height: 2px;
  background-color: currentColor;
  display: block;
  position: relative;
  top: 5px;
  margin: 0 auto;
  transition: 1s ease;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu ul li a:after {
    display: none;
  }
}

footer .footer_menu ul li a:hover:after {
  width: 100%;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  footer .footer_menu ul li a {
    font-size: 16px;
  }
}

footer .social_container {
  margin: 0 auto 40px auto;
  width: 60%;
}

footer .social_container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  footer .social_container ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

footer .social_container ul li {
  padding: 0;
  margin-left: 30px;
  font-size: 0;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  footer .social_container ul li {
    margin-left: 5px;
  }
}

footer .social_container ul li:first-child {
  margin-left: 0;
}

footer .social_container ul li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  transition: 0.3s;
}

footer .social_container ul li a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

footer .social_container ul li#menu-item-53 a, footer .social_container ul li#menu-item-54 a, footer .social_container ul li#menu-item-55 a, footer .social_container ul li#menu-item-56 a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

footer .social_container ul li#menu-item-53 a {
  background-image: url("images/svg/social_instagram.svg");
}

footer .social_container ul li#menu-item-54 a {
  background-image: url("images/svg/social_facebook.svg");
}

footer .social_container ul li#menu-item-55 a {
  width: 45px;
  background-image: url("images/svg/social_twitter.svg");
}

footer .social_container ul li#menu-item-56 a {
  width: 50px;
  background-image: url("images/svg/social_pinterest.svg");
}

@media only screen and (max-width: 768px) {
  footer .social_container ul li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  footer .social_container {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

footer img {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  footer img {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 500px) {
  footer {
    padding-bottom: 50px;
  }
}

.cookie_disc {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100px;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transform: translateY(101%);
      transform: translateY(101%);
  transition: 0.5s;
}

.cookie_disc p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.cookie_disc p a {
  font-size: inherit;
}

@media only screen and (max-width: 1100px) {
  .cookie_disc p {
    max-width: 85%;
    margin-left: 40px;
    text-align: left;
  }
}

@media only screen and (max-width: 415px) {
  .cookie_disc p {
    margin-left: 20px;
    font-size: 13px;
  }
}

.cookie_disc .cookie_disc_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-left: 40px;
  transition: 0.3s;
}

.cookie_disc .cookie_disc_close .icon-gallery_cross {
  stroke: #fff;
  stroke-width: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cookie_disc .cookie_disc_close:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

@media only screen and (max-width: 1100px) {
  .cookie_disc .cookie_disc_close {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 700px) {
  .cookie_disc {
    height: 140px;
  }
}

.cookie_disc.cookie_disc_show {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.office_map {
  width: 100%;
  height: 500px;
}

section.full_width_content {
  padding: 40px 40px 60px;
}

section.full_width_content .half_full_content {
  float: left;
  width: 50%;
}

section.full_width_content .half_full_content p {
  font-family: "domusregular", sans-serif;
  line-height: 34px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  section.full_width_content .half_full_content {
    width: 75%;
  }
}

@media only screen and (max-width: 500px) {
  section.full_width_content .half_full_content {
    float: right;
    width: 90%;
  }
}

section.full_width_content .half_full_content.right {
  float: right;
  padding-right: 5px;
}

@media only screen and (max-width: 768px) {
  section.full_width_content {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 768px) {
  section.full_width_content {
    padding: 25px 0;
  }
}

section.full_width_content img {
  width: 100%;
  height: auto;
}

section.stories {
  position: relative;
  text-align: center;
  transition: .5s ease;
  padding: 100px 40px 140px;
  background-color: #fdf9f5;
}

@media only screen and (max-width: 450px) {
  section.stories .wrapper {
    padding: 0px;
  }
}

section.stories .top_color {
  height: 200px;
  position: absolute;
  top: -200px;
  width: 100%;
  background-color: #e5e5df;
  z-index: -1;
  left: 0;
}

section.stories h4 {
  margin-bottom: 60px;
  letter-spacing: -0.5px;
  color: #545759;
  font-weight: 300;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  section.stories h4 {
    font-size: 40px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  section.stories h4 {
    font-size: 35px;
  }
}

section.stories h2 {
  margin-bottom: 140px;
}

@media only screen and (max-width: 900px) {
  section.stories h2 {
    margin-bottom: 75px;
  }
}

section.stories .stories_loop_container .thirds {
  padding: 0 25px;
  text-align: center;
}

@media only screen and (max-width: 450px) {
  section.stories .stories_loop_container .thirds:nth-child(1) {
    left: 40px;
  }
}

@media only screen and (max-width: 450px) {
  section.stories .stories_loop_container .thirds:nth-child(3) {
    right: 40px;
  }
}

section.stories .stories_loop_container .thirds .story_image {
  max-height: 25vw;
  margin-bottom: 40px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
}

section.stories .stories_loop_container .thirds .story_image:before {
  content: '';
  float: left;
  padding-bottom: 100%;
  margin-right: -100%;
}

section.stories .stories_loop_container .thirds .story_image:after {
  content: '';
  display: table;
  clear: both;
}

section.stories .stories_loop_container .thirds .story_image img {
  opacity: 0.8;
  transition: .5s ease;
}

section.stories .stories_loop_container .thirds .story_image img:hover {
  opacity: 1;
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

@media only screen and (max-width: 900px) {
  section.stories .stories_loop_container .thirds .story_image {
    max-height: 90vw;
  }
}

@media only screen and (min-width: 768px) {
  section.stories .stories_loop_container .thirds {
    width: calc(99.99% * (1 / 3) - (20px - 20px * 1 / 3));
  }
  section.stories .stories_loop_container .thirds:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  section.stories .stories_loop_container .thirds:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  section.stories .stories_loop_container .thirds:last-child {
    margin-right: 0;
  }
  section.stories .stories_loop_container .thirds:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  section.stories .stories_loop_container .thirds {
    width: 375px;
  }
}

section.stories .stories_loop_container .thirds:nth-child(3n) {
  float: left;
}

section.stories .stories_loop_container .thirds a {
  font-size: 16px;
  color: #4e4142;
}

section.stories .stories_loop_container .thirds a:after {
  content: none;
}

section.stories .stories_loop_container .thirds p {
  line-height: 28px;
  font-size: 18px;
}

section.stories .stories_loop_container .thirds p a {
  position: relative;
  top: 15px;
  font-size: 18px;
  line-height: 25px;
  font-family: "domusregular", sans-serif;
  font-weight: 100;
}

@media only screen and (max-width: 500px) {
  section.stories .stories_loop_container .thirds p a {
    text-decoration: none;
    padding: 0 10px;
  }
}

section.stories .stories_loop_container .thirds.slick-slide {
  position: relative;
  transition: .5s;
}

section.stories .stories_loop_container .thirds.slick-slide:not(.slick-current) {
  opacity: 0.5;
}

@media only screen and (max-width: 900px) {
  section.stories .stories_loop_container.stories_page .thirds {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  section.stories .stories_loop_container.stories_page .thirds:nth-child(3n) {
    float: initial;
  }
}

section.stories a.cta.bottom_cta {
  margin-top: 100px;
  display: inline-block;
  color: #F7E9D7;
  background-color: #A75348;
  border-color: #A75348;
}

section.stories a.cta.bottom_cta:hover {
  color: #A75348;
  background-color: #fdf9f5;
  border-color: #A75348;
}

@media only screen and (max-width: 900px) {
  section.stories a.cta.bottom_cta {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  section.stories {
    padding: 100px 0px 80px;
  }
}

section.stories.stories_page .filter_container .thirds {
  position: relative;
  width: calc(99.99% * (1 / 3) - (20px - 20px * 1 / 3));
}

section.stories.stories_page .filter_container .thirds:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none;
}

section.stories.stories_page .filter_container .thirds:nth-child(3n) {
  margin-right: 0;
  float: right;
}

section.stories.stories_page .filter_container .thirds:last-child {
  margin-right: 0;
}

section.stories.stories_page .filter_container .thirds:nth-child(3n + 1) {
  clear: both;
}

section.stories.stories_page .filter_container .thirds input {
  border: none;
  background-color: white;
  width: 87% !important;
  padding: 20px 60px 20px 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: "domusregular", sans-serif;
}

section.stories.stories_page .filter_container .thirds input::-webkit-input-placeholder {
  color: #ededed;
}

section.stories.stories_page .filter_container .thirds input:-moz-placeholder {
  color: #ededed;
}

section.stories.stories_page .filter_container .thirds input::-moz-placeholder {
  color: #ededed;
}

section.stories.stories_page .filter_container .thirds input:-ms-input-placeholder {
  color: #ededed;
}

@media only screen and (max-width: 900px) {
  section.stories.stories_page .filter_container .thirds {
    width: 100%;
    margin-bottom: 20px;
  }
}

section.stories.stories_page .filter_container .thirds span.search_button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 35px;
  top: 17px;
  background-image: url("images/svg/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  section.stories.stories_page .filter_container .thirds span.search_button {
    right: 50px;
  }
}

section.stories.stories_page .stories_loop_container .thirds {
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  section.stories.stories_page .stories_loop_container .thirds {
    margin-bottom: 60px;
  }
}

section.stories.stories_page a.cta.bottom_cta {
  margin-top: 50px;
}

section.stories .story_image_left {
  right: initial !important;
  left: 0 !important;
}

section.stories .story_image_right {
  left: initial !important;
  right: 0 !important;
}

section.stories .story_image_top {
  bottom: initial !important;
  top: 0 !important;
}

section.stories .story_image_bottom {
  top: initial !important;
  bottom: 0 !important;
}

section.stories .filter_container .select2-container .selection .select2-selection--single .select2-selection__arrow b {
  border: none;
  top: 6px;
  left: 4px;
  width: 20px;
  height: 12px;
  background-image: url("images/svg/arrow_down.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body.home section.stories {
  margin-top: -95px;
  padding-top: 250px;
}

section.gallery {
  text-align: center;
}

section.gallery .masonry_grid {
  width: 100%;
  height: 790px;
}

section.gallery .masonry_grid .gallery_grid {
  background-color: #eceae6;
  outline: 1px solid black;
  margin: 10px 10px;
  height: 100%;
  float: left;
}

section.content_divider p {
  font-weight: 200;
  font-size: 20px;
  line-height: 34px;
}

section.blog_next_prev {
  text-align: center;
  background-color: #fdf9f5;
  padding: 100px 0;
}

section.blog_next_prev h4 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: 300;
  color: #545759;
  letter-spacing: 0;
}

@media only screen and (max-width: 700px) {
  section.blog_next_prev h4 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

section.blog_next_prev p {
  color: #545759;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "domusregular", sans-serif;
}

section.blog_next_prev .half {
  width: calc(99.99% * (1 / 2) - (20px - 20px * 1 / 2));
  text-align: left;
}

section.blog_next_prev .half:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none;
}

section.blog_next_prev .half:nth-child(2n) {
  margin-right: 0;
  float: right;
}

section.blog_next_prev .half:last-child {
  margin-right: 0;
}

section.blog_next_prev .half:nth-child(2n + 1) {
  clear: both;
}

section.blog_next_prev .half.right {
  text-align: right;
}

section.blog_next_prev .half a {
  position: relative;
  color: #7a6e6d;
  display: inline-block;
  font-family: "domusregular", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

section.blog_next_prev .half a:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: currentColor;
  height: 1px;
  position: absolute;
  bottom: -1px;
  transition: .5s;
  left: 0px;
}

@media only screen and (max-width: 500px) {
  section.blog_next_prev .half a:hover:after {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  section.blog_next_prev .half {
    width: 100%;
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  section.blog_next_prev .half:nth-child(1n) {
    float: left;
    margin-right: 0px;
    clear: none;
  }
  section.blog_next_prev .half:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  section.blog_next_prev .half:last-child {
    margin-right: 0;
  }
  section.blog_next_prev .half:nth-child(1n + 1) {
    clear: both;
  }
  section.blog_next_prev .half.right {
    text-align: center;
  }
  section.blog_next_prev .half:nth-child(1) > p {
    margin-left: 0.8rem;
  }
  section.blog_next_prev .half:nth-child(2) > p {
    margin-right: 0.8rem;
  }
}

section.blog_share h4 {
  font-size: 50px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: 0;
  color: #A79B90;
}

@media only screen and (max-width: 700px) {
  section.blog_share h4 {
    font-size: 40px;
  }
}

section.blog_share .share_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 500px) {
  section.blog_share .share_links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

section.blog_share .share_links a {
  padding: 0 15px;
}

section.blog_share .share_links a .icon {
  transition: 0.3s;
}

section.blog_share .share_links a .icon-social_facebook_stone {
  width: 40px;
  height: 40px;
}

section.blog_share .share_links a .icon-social_twitter_stone {
  width: 45px;
  height: 45px;
}

section.blog_share .share_links a .icon-social_pinterest_stone {
  width: 50px;
  height: 50px;
  margin-top: -4px;
  margin-left: -10px;
}

@media only screen and (max-width: 768px) {
  section.blog_share .share_links a {
    margin-bottom: 20px;
  }
}

section.blog_share .share_links a:hover .icon-social_facebook_stone,
section.blog_share .share_links a:hover .icon-social_twitter_stone,
section.blog_share .share_links a:hover .icon-social_pinterest_stone {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

section.postcode_directions {
  padding: 200px 0 200px;
  background-color: #a75348;
  text-align: center;
  color: #f7e9d7;
}

@media only screen and (max-width: 800px) {
  section.postcode_directions {
    padding: 100px 0 100px;
  }
}

section.postcode_directions h4 {
  color: inherit;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 800px) {
  section.postcode_directions h4 {
    font-size: 40px;
  }
}

section.postcode_directions p {
  color: inherit;
  font-weight: 500;
  margin-bottom: 40px;
}

section.postcode_directions a {
  display: inline-block;
  text-transform: uppercase;
  background-color: #F7E9D7;
  padding: 10px 20px;
  color: #A75348;
  border-radius: 40px;
  border: 2px solid #F7E9D7;
}

section.postcode_directions a:hover {
  color: #F7E9D7;
  background-color: #A75348;
  border: 2px solid #F7E9D7;
}

section.postcode_directions form {
  margin-bottom: 40px;
}

section.postcode_directions form input {
  padding: 20px 45px;
  text-align: center;
  font-family: "domusbold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

section.postcode_directions form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
  font-family: "domusbold", sans-serif;
  color: #dedede;
  font-style: 20px;
  letter-spacing: 0.01em;
}

section.postcode_directions form input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  font-family: "domusbold", sans-serif;
  color: #dedede;
  font-style: 20px;
  letter-spacing: 0.01em;
}

section.postcode_directions form input:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
  font-family: "domusbold", sans-serif;
  color: #dedede;
  font-style: 20px;
  letter-spacing: 0.01em;
}

section.postcode_directions form input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  font-family: "domusbold", sans-serif;
  color: #dedede;
  font-style: 20px;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 500px) {
  .page-template-template_contactus a[href*="mailto"] {
    letter-spacing: 0;
  }
}

section.book_a_visit {
  background-color: #f2f2ef;
}

section.book_a_visit form {
  margin-bottom: 40px;
}

section.book_a_visit .timepicker {
  width: 100%;
  margin-bottom: 40px;
}

section.book_a_visit .timepicker .time_col {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.book_a_visit .timepicker .time_col .time_box {
  width: 46%;
  margin-right: 18px;
  padding: 18px;
  text-align: center;
  margin-bottom: 22px;
  background-color: white;
  font-size: 16px;
  transition: .2s;
  cursor: pointer;
  transition: .5s;
}

@media only screen and (max-width: 700px) {
  section.book_a_visit .timepicker .time_col .time_box {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  section.book_a_visit .timepicker .time_col .time_box {
    padding: 18px 8px;
  }
}

section.book_a_visit .timepicker .time_col .time_box span {
  font-size: 20px;
  font-weight: 700;
  font-family: "domusregular", sans-serif;
}

@media only screen and (max-width: 500px) {
  section.book_a_visit .timepicker .time_col .time_box span {
    letter-spacing: 0;
  }
}

section.book_a_visit .timepicker .time_col .time_box:hover {
  background-color: #a75348;
}

section.book_a_visit .timepicker .time_col .time_box:hover span {
  color: white;
}

section.book_a_visit .timepicker .time_col .time_box.active {
  background-color: #a75348;
  color: white;
}

section.book_a_visit .timepicker .time_col .time_box.error_field {
  outline: 1px solid red;
  color: red;
}

section.book_a_visit p.disclaimer {
  width: 100%;
  display: block;
  text-align: center;
}

body.single section.full_width_content {
  padding-bottom: 10px;
}

body.single section.full_width_content h1 {
  margin-bottom: 20px;
  color: #A79B90;
}

body.single section.full_width_content p.story_cat {
  font-family: "domusbold", sans-serif;
  font-size: 25px;
}

@media only screen and (max-width: 500px) {
  body.single section.full_width_content p.story_cat {
    font-size: 20px;
  }
}

body.single section.full_width_content_module.thin_banner {
  padding: 40px 0px;
}

body.single section.mod_gallery {
  padding: 0px;
}

body.single section.mod_gallery #gallery_slider {
  width: 100% !important;
}

body.single section.mod_gallery #gallery_slider .slick-track {
  width: 100% !important;
}

@media only screen and (max-width: 500px) {
  body.single section.mod_gallery #gallery_slider .slick-track .grid .grid_colum {
    width: 96% !important;
    margin-left: 2% !important;
  }
}

@media only screen and (max-width: 500px) {
  body.single section.mod_gallery #gallery_slider .slick-track .grid {
    width: 100%;
  }
}

.loading_overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: #e7e4e1;
  z-index: 101;
  transition: 1s;
  opacity: 1;
  animation-name: fadeInBackground;
  animation-fill-mode: forwards;
  animation-duration: .2s;
}

.loading_overlay .overlay_page_loader {
  background-color: transparent;
}

.loading_overlay .overlay_page_loader .loader {
  left: 30px;
  top: initial;
  bottom: 20px;
  font-size: 6px;
  opacity: .6;
}

.loading_overlay.inactive {
  opacity: 0;
  visibility: hidden;
}

.loading_overlay .loading_logo {
  position: absolute;
  top: 64%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  width: 155px;
  overflow: hidden;
  animation-name: fadeInScale;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@media only screen and (max-width: 500px) {
  .loading_overlay .loading_logo {
    top: 62%;
    width: 26.4vw;
  }
}

.loading_overlay .loading_logo:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #A75348;
  height: 90%;
  width: 95%;
  top: 2px;
  z-index: -2;
  left: 3px;
}

.loading_overlay .loading_logo:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fefefc;
  height: 0%;
  width: 95%;
  bottom: 10px;
  z-index: -1;
  animation-name: loadingHeight;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  left: 3px;
}

.loading_overlay .loading_logo img {
  width: 100%;
}

.video_overlay {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.video_overlay video {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  background-size: cover;
  position: fixed;
  z-index: 0;
}

@media only screen and (max-width: 1300px) {
  .video_overlay video {
    height: 100%;
  }
}

.video_overlay span {
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.5;
}

.video_overlay span:hover {
  opacity: 0.8;
}

.video_overlay span.close_icon {
  background-image: url("images/icons/close.png");
  position: absolute;
  right: 20px;
  top: 20px;
  height: 28px;
}

.video_overlay span.pause_icon {
  background-image: url("images/icons/pause.png");
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .video_overlay span.pause_icon {
    bottom: 50px;
  }
}

.video_overlay span.pause_icon.play {
  background-image: url("images/icons/play.png");
}

.video_overlay span.mute {
  background-image: url("images/icons/volume.png");
  position: absolute;
  left: 80px;
  bottom: 20px;
  transition: .5s;
}

.video_overlay span.mute:hover {
  background-image: url("images/icons/mute.png");
}

@media only screen and (max-width: 600px) {
  .video_overlay span.mute:hover {
    background-image: url("images/icons/volume.png");
  }
}

@media only screen and (max-width: 600px) {
  .video_overlay span.mute {
    bottom: 50px;
  }
}

.video_overlay span.mute.unmute {
  background-image: url("images/icons/mute.png");
}

.video_overlay span.mute.unmute:hover {
  background-image: url("images/icons/volume.png");
}

@media only screen and (max-width: 600px) {
  .video_overlay span.mute.unmute:hover {
    background-image: url("images/icons/mute.png");
  }
}

.video_overlay.active {
  visibility: visible;
  opacity: 1;
}

.video_overlay p.video_credit {
  z-index: 10;
  position: absolute;
  bottom: -8px;
  right: 10px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.video_overlay p.video_credit a {
  font-weight: 300;
  font-size: 18px;
}

.video_overlay p.video_credit a:after {
  display: none;
}

@media only screen and (max-width: 600px) {
  .video_overlay p.video_credit {
    font-size: 15px;
  }
  .video_overlay p.video_credit a {
    font-size: 15px;
  }
}

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

.whats_on_list .content_box h2 {
  color: inherit;
  margin-bottom: 20px;
}

.page-template-template_book_your_stay .container.bys_intro {
  padding: 20px 0 40px 0;
}

@media only screen and (max-width: 500px) {
  .page-template-template_book_your_stay .container.bys_intro {
    padding: 45px 0 0 0;
  }
}

.page-template-template_book_your_stay iframe {
  display: block;
  height: 500px;
  margin: 40px auto 120px auto;
}

.price_list_intro {
  padding-top: 80px;
}

.price_list_intro h1 {
  margin: 0 0 60px 0;
}

.price_list_header h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
  .price_list_header h2 {
    font-size: 30px;
  }
}

.price_list_header p {
  margin-bottom: 0;
  line-height: 1.5;
}

.price_list {
  margin-bottom: 60px;
  padding: 0;
}

.price_list .inner {
  padding: 0;
  position: relative;
}

.price_list .table_scroll_txt {
  display: none;
}

.price_list .sticky_fade {
  display: none;
}

.price_list table {
  height: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 20px;
  border-collapse: separate;
  border-spacing: 0px;
}

.price_list table tr {
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.price_list table tr:nth-child(1) td {
  font-size: 19px;
  padding: 20px 10px;
  font-family: "domusbold", sans-serif;
  color: #4E748B;
}

@media only screen and (max-width: 700px) {
  .price_list table tr:nth-child(1) td {
    padding: 10px;
  }
}

.price_list table tr td {
  padding: 30px;
  color: #180e13;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #cec7c1;
}

.price_list table tr td:nth-child(1) {
  position: relative;
}

.price_list table tr:last-child td {
  border-bottom: none;
}

.price_list table strong {
  font-weight: normal;
  font-family: "domusbold", sans-serif;
}

@media only screen and (max-width: 1120px) {
  .price_list table {
    table-layout: auto;
    margin: 0;
  }
}

@media only screen and (max-width: 700px) {
  .price_list table tr:nth-child(even) {
    background-color: #f7f7f7;
  }
  .price_list table tr td {
    font-size: 18px;
    padding: 10px;
  }
  .price_list table tr td:nth-child(1) {
    width: 20% !important;
  }
  .price_list table.narrow {
    width: 750px;
  }
}

@media only screen and (max-width: 1120px) {
  .price_list {
    overflow: auto;
  }
  .price_list .sticky_fade {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: rgba(24, 14, 19, 0.7);
  }
}

.scroll_text {
  display: none;
  margin-top: 60px;
}

.scroll_text p {
  text-align: center;
  letter-spacing: 0;
  font-size: 17px;
  margin-bottom: 0;
  opacity: 0.6;
}

@media only screen and (max-width: 1120px) {
  .scroll_text {
    display: block;
  }
}

.accordion .accordion_section {
  padding: 0;
  margin: 12px 0;
}

.accordion .accordion_section .accordion_title {
  position: relative;
  margin: 0;
  padding: 22px 34px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.accordion .accordion_section .accordion_title:hover {
  color: #A75348;
}

.accordion .accordion_section .accordion_title.expanded {
  color: #fff;
  background-color: #A75348;
  border-radius: 0;
}

.accordion .accordion_section .accordion_title.expanded:hover {
  color: #fff;
}

.accordion .accordion_section .accordion_content {
  display: none;
}

.container.supplier_list_intro {
  color: #F7E9D7;
  text-align: center;
  background-color: #A75348;
}

.container.supplier_list_intro .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.supplier_list_intro .wrapper .inner {
  padding: 0 185px;
}

@media only screen and (max-width: 1000px) {
  .container.supplier_list_intro .wrapper .inner {
    padding: 0 65px;
  }
}

@media only screen and (max-width: 768px) {
  .container.supplier_list_intro .wrapper .inner {
    padding: 0 25px;
  }
}

.container.supplier_list_intro .wrapper .inner h2 {
  color: #F7E9D7;
}

@media only screen and (max-width: 768px) {
  .container.supplier_list_intro .wrapper .inner h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .container.supplier_list_intro .wrapper .inner h2 {
    font-size: 35px;
  }
}

.container.supplier_list_intro .wrapper .inner p {
  text-align: inherit;
}

.container.supplier_list {
  background: #fdfaf5;
}

.container.supplier_list .accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 80px 0;
}

.container.supplier_list .accordion .accordion_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: left;
      justify-content: left;
  width: 46%;
}

.container.supplier_list .accordion .accordion_col.col_left {
  margin-right: 2%;
}

.container.supplier_list .accordion .accordion_col.col_right {
  margin-left: 2%;
}

.container.supplier_list .accordion .accordion_col .accordion_section {
  width: 100%;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title {
  position: relative;
  background-color: #fff;
  color: #545759;
  font-size: 18px;
  font-weight: 500;
  font-family: "domusbold", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title .icon {
  position: absolute;
  top: 50%;
  left: 22px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title .icon-accordion_minus,
.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title .icon-accordion_minus_grey,
.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title .icon-accordion_plus {
  display: none;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title .icon-accordion_plus_grey {
  display: block;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title:hover {
  color: #fff;
  background-color: #A75348;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title:hover .icon-accordion_plus_grey {
  display: none;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title:hover .icon-accordion_plus {
  display: block;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title.expanded {
  color: #fff;
  background-color: #A75348;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title.expanded .icon-accordion_plus,
.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title.expanded .icon-accordion_plus_grey {
  display: none;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_title.expanded .icon-accordion_minus {
  display: block;
}

@media only screen and (max-width: 500px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 450px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_title {
    font-size: 16px;
  }
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_content {
  padding: 42px 12px;
  text-align: center;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_content p:empty {
  display: none;
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_content p strong {
  font-weight: 500;
}

@media only screen and (max-width: 450px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_content a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_content a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_content a {
    font-size: 16px;
  }
}

.container.supplier_list .accordion .accordion_col .accordion_section .accordion_content hr {
  margin: 42px -12px 42px -12px;
  border-color: #cec7c1;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
}

@media only screen and (max-width: 768px) {
  .container.supplier_list .accordion .accordion_col .accordion_section .accordion_content hr {
    border-top-width: 1px;
  }
}

@media only screen and (max-width: 980px) {
  .container.supplier_list .accordion .accordion_col {
    width: 100%;
  }
  .container.supplier_list .accordion .accordion_col.col_left {
    margin-right: 0;
    padding: 0 42px;
  }
  .container.supplier_list .accordion .accordion_col.col_right {
    margin-left: 0;
    padding: 0 42px;
  }
}

@media only screen and (max-width: 450px) {
  .container.supplier_list .accordion .accordion_col.col_left {
    padding: 0 30px;
  }
  .container.supplier_list .accordion .accordion_col.col_right {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 370px) {
  .container.supplier_list .accordion .accordion_col.col_left {
    padding: 0 10px;
  }
  .container.supplier_list .accordion .accordion_col.col_right {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 980px) {
  .container.supplier_list .accordion {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .container.supplier_list .accordion {
    padding: 30px 0;
  }
}

section.full_width_content_module {
  background-repeat: no-repeat;
  background-position: 80% 0%;
  padding: 250px 0;
  background-color: #bdd29f;
}

@media only screen and (max-width: 1050px) {
  section.full_width_content_module {
    padding: 50px;
  }
}

section.full_width_content_module.two_col p {
  columns: 2;
  column-gap: 40px;
}

@media only screen and (max-width: 768px) {
  section.full_width_content_module.two_col p {
    columns: 1;
  }
}

section.full_width_content_module.thin_banner {
  padding: 80px 0px;
}

@media only screen and (max-width: 1050px) {
  section.full_width_content_module.thin_banner {
    padding: 50px 0px;
  }
}

section.h2_divider {
  padding: 180px 0px;
}

section.h2_divider h2 {
  margin: 0px;
  color: #7a6e6d;
}

@media only screen and (max-width: 768px) {
  section.h2_divider {
    padding: 100px 0px;
  }
}

section.full_image {
  height: 768px;
  overflow: hidden;
  width: 100%;
}

section.full_image:hover .icon-pinterest {
  opacity: 1;
}

section.full_image.in_column {
  max-width: 1000px;
  margin-bottom: 0;
}

section.full_image.half {
  width: 50%;
  margin: 0;
  float: left;
  margin-bottom: 0;
}

section.full_image.half:nth-child(1) {
  margin-left: 0px;
}

section.full_image.half:nth-child(2) {
  margin-right: 0px;
}

@media only screen and (max-width: 500px) {
  section.full_image.half {
    width: 100%;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 500px) {
  section.full_image {
    height: 300px;
  }
}

body.single-stories .story_cat {
  color: #545759;
}

body.single-stories .full_width_content:first-of-type {
  text-align: center;
}

body.single-stories section.full_image {
  padding: 0px;
  position: relative;
}

@media only screen and (max-width: 500px) {
  body.single-stories section.full_image {
    height: 50vw;
    margin: 0 0 20px 0;
  }
}

body.single-stories section.full_image .image_credit {
  bottom: 35px;
  position: absolute;
  float: right;
  height: 0px;
}

body.single-stories section.full_image.in_column, body.single-stories section.full_image.half {
  height: 500px;
}

@media only screen and (max-width: 500px) {
  body.single-stories section.full_image.in_column {
    height: 58vw;
  }
}

@media only screen and (max-width: 500px) {
  body.single-stories section.full_image.half {
    height: auto;
  }
  body.single-stories section.full_image.half:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%;
  }
  body.single-stories section.full_image.half:after {
    content: '';
    display: table;
    clear: both;
  }
}

body.single-stories section.full_image img.blog_img_left {
  -ms-transform: initial !important;
      transform: initial !important;
  right: initial !important;
  left: 0 !important;
}

body.single-stories section.full_image img.blog_img_right {
  -ms-transform: initial !important;
      transform: initial !important;
  left: initial !important;
  right: 0 !important;
}

body.single-stories section.full_image img.blog_img_top {
  -ms-transform: initial !important;
      transform: initial !important;
  bottom: initial !important;
  top: 0 !important;
}

body.single-stories section.full_image img.blog_img_bottom {
  -ms-transform: initial !important;
      transform: initial !important;
  top: initial !important;
  bottom: 0 !important;
}

body.single-stories section.full_image:not(.half) img {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  vertical-align: bottom;
}

body.single-stories section.spotlight {
  margin-bottom: 40px;
}

body.single-stories section.standard_content {
  padding: 60px 40px;
}

body.single-stories section.standard_content h3 {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 768px) {
  body.single-stories section.standard_content {
    padding: 40px;
  }
}

body.single-stories section.blog_next_prev h4 {
  color: #545759;
}

section.mod_gallery {
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 100px;
  text-align: center;
  z-index: 2;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

section.mod_gallery #gallery_slider, section.mod_gallery .gallery_page_block {
  height: 800px;
  margin: 50px 0;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider, section.mod_gallery .gallery_page_block {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: auto;
  }
}

section.mod_gallery #gallery_slider .grid, section.mod_gallery .gallery_page_block .grid {
  height: inherit;
  width: 100vw;
  -ms-transform: translateX(-25px);
      transform: translateX(-25px);
  width: calc(100vw + 40px);
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid, section.mod_gallery .gallery_page_block .grid {
    width: 750px;
  }
}

section.mod_gallery #gallery_slider .grid.main_gallery, section.mod_gallery .gallery_page_block .grid.main_gallery {
  margin-left: -8px;
  width: calc(100% + 50px);
}

@media only screen and (max-width: 300px) {
  section.mod_gallery #gallery_slider .grid.main_gallery, section.mod_gallery .gallery_page_block .grid.main_gallery {
    margin-left: -5px;
  }
}

section.mod_gallery #gallery_slider .grid.main_gallery .grid_item .grid_inner img, section.mod_gallery .gallery_page_block .grid.main_gallery .grid_item .grid_inner img {
  cursor: pointer;
  transition: .5s;
}

section.mod_gallery #gallery_slider .grid.main_gallery .grid_item .grid_inner img:hover, section.mod_gallery .gallery_page_block .grid.main_gallery .grid_item .grid_inner img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

section.mod_gallery #gallery_slider .grid .grid_item, section.mod_gallery .gallery_page_block .grid .grid_item {
  float: left;
  padding: 10px;
}

section.mod_gallery #gallery_slider .grid .grid_item.width_1, section.mod_gallery .gallery_page_block .grid .grid_item.width_1 {
  width: 25%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item.width_1, section.mod_gallery .gallery_page_block .grid .grid_item.width_1 {
    width: 100% !important;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item.width_2, section.mod_gallery .gallery_page_block .grid .grid_item.width_2 {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item.width_2, section.mod_gallery .gallery_page_block .grid .grid_item.width_2 {
    width: 100% !important;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item.width_3, section.mod_gallery .gallery_page_block .grid .grid_item.width_3 {
  width: 75%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item.width_3, section.mod_gallery .gallery_page_block .grid .grid_item.width_3 {
    width: 100% !important;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item.width_4, section.mod_gallery .gallery_page_block .grid .grid_item.width_4 {
  width: 100%;
}

section.mod_gallery #gallery_slider .grid .grid_item.height_1, section.mod_gallery .gallery_page_block .grid .grid_item.height_1 {
  height: 33.333%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item.height_1, section.mod_gallery .gallery_page_block .grid .grid_item.height_1 {
    height: 350px;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item.height_2, section.mod_gallery .gallery_page_block .grid .grid_item.height_2 {
  height: 66.666%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item.height_2, section.mod_gallery .gallery_page_block .grid .grid_item.height_2 {
    height: 400px;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item.height_3, section.mod_gallery .gallery_page_block .grid .grid_item.height_3 {
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item.height_3, section.mod_gallery .gallery_page_block .grid .grid_item.height_3 {
    height: 450px;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item .testimonials, section.mod_gallery .gallery_page_block .grid .grid_item .testimonials {
  position: relative;
  top: 50%;
  padding: 0 40px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (max-width: 600px) {
  section.mod_gallery #gallery_slider .grid .grid_item .testimonials, section.mod_gallery .gallery_page_block .grid .grid_item .testimonials {
    display: none !important;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item .testimonials p, section.mod_gallery .gallery_page_block .grid .grid_item .testimonials p {
  width: 90%;
  font-size: 50px;
}

@media only screen and (max-width: 1200px) {
  section.mod_gallery #gallery_slider .grid .grid_item .testimonials p, section.mod_gallery .gallery_page_block .grid .grid_item .testimonials p {
    font-size: 40px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item .testimonials p, section.mod_gallery .gallery_page_block .grid .grid_item .testimonials p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  section.mod_gallery #gallery_slider .grid .grid_item.testimonial_block, section.mod_gallery .gallery_page_block .grid .grid_item.testimonial_block {
    display: none;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item .grid_inner, section.mod_gallery .gallery_page_block .grid .grid_item .grid_inner {
  height: 100%;
  width: 100%;
  background-color: #eceae6;
  overflow: hidden;
}

section.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery, section.mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
}

section.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, section.mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
  position: relative;
  top: 50px;
  font-family: "northwellregular", serif;
  font-size: 100px;
  color: #dbd6d2;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_item .grid_inner.h2_divider_gallery h2, section.mod_gallery .gallery_page_block .grid .grid_item .grid_inner.h2_divider_gallery h2 {
    width: 80%;
  }
}

section.mod_gallery #gallery_slider .grid .grid_item section.testimonials.large, section.mod_gallery .gallery_page_block .grid .grid_item section.testimonials.large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

section.mod_gallery #gallery_slider .grid .grid_item section.testimonials.large p, section.mod_gallery .gallery_page_block .grid .grid_item section.testimonials.large p {
  font-size: 60px;
}

section.mod_gallery #gallery_slider .grid .grid_colum, section.mod_gallery .gallery_page_block .grid .grid_colum {
  width: 33.333%;
  float: left;
  height: inherit;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_colum, section.mod_gallery .gallery_page_block .grid .grid_colum {
    width: 84% !important;
    margin-left: 9.5% !important;
    height: auto;
  }
}

section.mod_gallery #gallery_slider .grid .grid_colum.two_column, section.mod_gallery .gallery_page_block .grid .grid_colum.two_column {
  width: 66.666%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery #gallery_slider .grid .grid_colum.two_column, section.mod_gallery .gallery_page_block .grid .grid_colum.two_column {
    width: 84% !important;
    height: auto;
  }
}

section.mod_gallery #gallery_slider .grid .grid_colum.full_column, section.mod_gallery .gallery_page_block .grid .grid_colum.full_column {
  width: 99.999%;
}

section.mod_gallery h2 {
  color: #545759;
}

section.mod_gallery p {
  width: 70%;
}

@media only screen and (max-width: 1000px) {
  section.mod_gallery p {
    width: 100%;
  }
}

section.mod_gallery a.cta {
  display: inline-block;
  margin-top: 40px;
  color: #F7E9D7;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  background-color: #A75348;
  border: 2px solid #A75348;
}

section.mod_gallery a.cta:hover {
  color: #A75348;
  background-color: #F7E9D7;
}

.gallery_filter_form p {
  display: inline-block;
  font-family: "domusregular", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.gallery_filter_form .select2-container {
  top: -2px;
  width: 270px !important;
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .gallery_filter_form .select2-container {
    display: block;
    margin: 0 auto;
  }
}

.gallery_filter_form .select2-container .selection .select2-selection--single {
  border-radius: 0px;
  background-color: #e5e5df;
  border: 0px;
  width: 270px;
  height: 60px;
}

.gallery_filter_form .select2-container .selection .select2-selection--single .select2-selection__rendered {
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  font-family: "domusregular", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}

.gallery_filter_form .select2-container .selection .select2-selection--single .select2-selection__arrow {
  right: initial;
  left: 230px;
  top: 50%;
}

.gallery_filter_form .select2-container .selection .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
}

.wrapper.gallery_filter_wrapper {
  padding-top: 75px;
  margin-bottom: 0px;
}

.wrapper.gallery_filter_wrapper .gallery_filter_form {
  display: inline-block;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media only screen and (max-width: 1000px) {
  .wrapper.gallery_filter_wrapper .gallery_filter_form p {
    width: 100%;
    text-align: center;
  }
}

/* Gallery Ajax Grid */
.gallery_page_block .grid_item_moment {
  width: calc(25% - 30px);
  height: 350px;
  float: left;
  overflow: hidden;
  margin: 15px;
}

@media only screen and (max-width: 1000px) {
  .gallery_page_block .grid_item_moment {
    width: 100% !important;
  }
}

.gallery_page_block .grid_item_moment:nth-child(8n+1) {
  height: 730px;
  width: calc(50% - 30px);
}

.gallery_page_block .grid_item_moment:nth-child(8n+4) {
  width: calc(50% - 30px);
}

.gallery_page_block .grid_item_moment:nth-child(8n+5) {
  width: calc(50% - 30px);
}

.gallery_page_block .grid_item_moment img {
  transition: .5s;
  cursor: pointer;
}

.gallery_page_block .grid_item_moment img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

body.home #gallery_slider {
  pointer-events: none;
}

body.single section.mod_gallery #gallery_slider {
  pointer-events: all;
}

body.single section.mod_gallery #gallery_slider .grid_inner .icon-pinterest {
  margin-top: 0px;
}

body.single section.mod_gallery #gallery_slider .grid_inner:hover .icon-pinterest {
  opacity: 1;
}

body.single section.mod_gallery #gallery_slider .image_credit {
  width: 15px;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  body.page-id-646 #gallery_slider, body.page-id-646 .gallery_page_block {
    height: calc(100vh - 95px);
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

body.page-id-646 #gallery_slider .grid_item, body.page-id-646 .gallery_page_block .grid_item {
  float: left;
  padding: 10px;
}

body.page-id-646 #gallery_slider .grid_item.width_1, body.page-id-646 .gallery_page_block .grid_item.width_1 {
  width: 25% !important;
}

body.page-id-646 #gallery_slider .grid_item.width_2, body.page-id-646 .gallery_page_block .grid_item.width_2 {
  width: 50% !important;
}

body.page-id-646 #gallery_slider .grid_item.width_3, body.page-id-646 .gallery_page_block .grid_item.width_3 {
  width: 75% !important;
}

body.page-id-646 #gallery_slider .grid_item.width_4, body.page-id-646 .gallery_page_block .grid_item.width_4 {
  width: 100% !important;
}

body.page-id-646 #gallery_slider .grid_item.height_1, body.page-id-646 .gallery_page_block .grid_item.height_1 {
  height: 33.333% !important;
}

body.page-id-646 #gallery_slider .grid_item.height_2, body.page-id-646 .gallery_page_block .grid_item.height_2 {
  height: 66.666% !important;
}

body.page-id-646 #gallery_slider .grid_item.height_3, body.page-id-646 .gallery_page_block .grid_item.height_3 {
  height: 100% !important;
}

section.split_content {
  padding: 0px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  section.split_content {
    padding: 50px 0;
    margin-bottom: 0px;
    margin-top: 150px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1000px) {
  section.split_content {
    margin-top: 110px;
  }
}

section.split_content.offset_boxes {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  section.split_content.offset_boxes {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

section.split_content.offset_boxes .halfs.right_align:nth-child(1) {
  top: -45px;
}

section.split_content.offset_boxes .halfs.right_align:nth-child(2) {
  bottom: -45px;
}

section.split_content.offset_boxes .halfs.left_align:nth-child(2) {
  top: -45px;
}

section.split_content.offset_boxes .halfs.left_align:nth-child(1) {
  bottom: -45px;
}

section.split_content.offset_boxes .halfs.disabled_animation {
  top: initial !important;
}

section.split_content .halfs {
  overflow: hidden;
  position: relative;
  padding: 150px;
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 60px 20px;
    padding-top: 260px;
    padding-bottom: 40px;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  section.split_content .halfs p {
    width: 80%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs.img_box {
    position: absolute;
    height: 380px !important;
    min-height: inherit;
    width: 80%;
    top: -22%;
    right: 0;
    padding-top: 80px;
    z-index: 2;
  }
}

@media only screen and (max-width: 500px) {
  section.split_content .halfs.img_box {
    top: -14%;
  }
}

section.split_content .halfs.img_box:hover .icon-pinterest {
  opacity: 1;
}

section.split_content .halfs.img_box .icon-pinterest {
  opacity: 0;
}

section.split_content .halfs.left_align.img_box {
  right: initial;
  left: 0;
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs.left_align.img_box .icon-pinterest {
    margin-left: initial;
  }
}

section.split_content .halfs.left_align .image_credit {
  right: initial;
  left: 10px;
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs.left_align .image_credit {
    margin-left: initial;
  }
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs.left_align h3, section.split_content .halfs.left_align p, section.split_content .halfs.left_align a {
    margin-left: 20%;
  }
}

section.split_content .halfs.right_align .icon-pinterest {
  right: 15px;
  left: initial;
}

section.split_content .halfs.right_align.img_box {
  left: initial;
  right: 0;
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs.right_align h3 {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 1000px) {
  section.split_content .halfs.right_align p {
    width: 80%;
    margin-right: 0%;
  }
}

section.split_content .halfs a {
  display: inline-block;
}

section.split_content .halfs h3 {
  width: 80%;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.04em;
}

section.split_content .halfs h3.small_head {
  font-size: 24px;
  line-height: 32px;
}

section.split_content .halfs p {
  font-weight: 200;
}

section.split_content img.artwork {
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 10;
  bottom: 0px;
}

section.split_content img.artwork.right {
  left: -10%;
  top: -50%;
  height: 200%;
}

@media only screen and (max-width: 500px) {
  section.split_content img.artwork {
    display: none;
  }
}

.gallery_overlay_slider {
  background-color: rgba(253, 249, 245, 0.96);
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 101;
  padding: 0px;
  transition: .5s;
}

.gallery_overlay_slider #gallery_overlay_slider .full_screen_button {
  position: absolute;
  right: 20px;
  z-index: 20;
  top: 20px;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .full_screen_button {
    top: 2px;
    right: 5px;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .full_screen_button .gallery_button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .full_screen_button .gallery_button {
    width: 25px;
  }
  .gallery_overlay_slider #gallery_overlay_slider .full_screen_button .gallery_button .icon {
    width: 25px;
    height: 25px;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .full_screen_button .gallery_button.full {
  background-image: url("images/icons/full.png");
}

.gallery_overlay_slider #gallery_overlay_slider .full_screen_button .gallery_button.close {
  background-image: url("images/icons/video_cross.svg");
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image {
  height: 100vh;
  margin-top: 0vh;
  transition: .5s;
  outline: 0px;
  position: relative;
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image {
  height: 87vh;
  width: 100vw;
  overflow: hidden;
  margin: 0 25px;
  margin-top: 10vh;
  transition: .5s;
  transition: .5s;
  margin-top: 0vh;
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image .gallery_slide_image_wrap {
  display: inline-block;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 100%;
  max-width: 100vw;
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image .gallery_slide_image_wrap .icon-pinterest {
  z-index: 20;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image .gallery_slide_image_wrap .icon-pinterest {
    opacity: 1;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image .gallery_slide_image_wrap:hover .icon-pinterest {
  opacity: 1;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image .gallery_slide_image_wrap {
    top: 0;
    left: 0;
    -ms-transform: none;
        transform: none;
    height: auto;
  }
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image {
    width: 80vw;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image img:not(.bg) {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 100%;
  float: left;
  z-index: 10;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image img:not(.bg) {
    width: 100%;
    height: initial;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
        transform: none;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image img.bg {
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
  opacity: 0;
  filter: blur(5px);
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image .gallery_slide_image {
    left: 0;
    height: auto;
    margin: 20px 0;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image:not(.slick-current) {
  opacity: .5;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image:not(.slick-current) {
    opacity: 0;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image:not(.slick-current) .full_screen_button {
  opacity: 0;
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image:not(.slick-current) .gallery_slide_image {
  height: 90vh;
  margin-top: 0vh;
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image h4 {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
  color: #545759;
  font-family: "domusregular", sans-serif;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image h4 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 22px;
  }
}

.gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image a.image_credit {
  text-align: center;
  color: #545759;
  display: block;
  position: relative;
  width: 100%;
  top: -15px;
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image a.image_credit {
    font-size: 15px;
    max-width: initial;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 750px) {
  .gallery_overlay_slider #gallery_overlay_slider .overlay_gallery_image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 90vw;
  }
}

.gallery_overlay_slider.inactive {
  opacity: 0;
  visibility: hidden;
}

.gallery_overlay_slider .image_credit {
  opacity: 0.4;
}

.gallery_overlay_slider .image_credit:hover {
  opacity: 0.8;
}

.gallery_fullscreen_slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

@media only screen and (max-width: 750px) {
  .gallery_fullscreen_slider {
    height: 100vh;
  }
}

.gallery_fullscreen_slider .mouse_scroll {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  left: 20px;
  height: 48px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #180e13;
  box-shadow: -1px 1px 5px 6px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 750px) {
  .gallery_fullscreen_slider .mouse_scroll {
    display: none;
  }
}

.gallery_fullscreen_slider .mouse_scroll:after {
  display: inline-block;
  background-color: #180e13;
  border-radius: 50%;
  content: "";
  width: 5px;
  height: 5px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  animation: mouseScroll 2s infinite linear;
  opacity: .5;
}

.gallery_fullscreen_slider #gallery_fullscreen_slider {
  height: inherit;
}

.gallery_fullscreen_slider #gallery_fullscreen_slider .slick-list {
  padding: 0px !important;
}

.gallery_fullscreen_slider #gallery_fullscreen_slider .slick-list .fullscreen_gallery_image {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: 50% 50%;
  overflow: scroll;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .gallery_fullscreen_slider #gallery_fullscreen_slider .slick-list .fullscreen_gallery_image {
    height: 100vh !important;
  }
}

.gallery_fullscreen_slider #gallery_fullscreen_slider .slick-list .fullscreen_gallery_image .fullscreen_img {
  position: absolute;
  width: 100vw;
}

@media only screen and (max-width: 750px) {
  .gallery_fullscreen_slider #gallery_fullscreen_slider .slick-list .fullscreen_gallery_image .fullscreen_img {
    display: none;
  }
}

.gallery_fullscreen_slider.active {
  opacity: 1;
  visibility: visible;
}

.prev_next_buttons_container {
  opacity: 0;
  position: absolute;
  width: 90%;
  height: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  transition: .5s;
  z-index: 20;
}

.prev_next_buttons_container.overlay {
  position: relative;
  z-index: 200;
}

@media only screen and (max-width: 750px) {
  .prev_next_buttons_container {
    opacity: .6;
    width: 100%;
  }
}

.prev_next_buttons_container:hover {
  opacity: 1;
}

.prev_next_buttons_container .overlay_prev, .prev_next_buttons_container .fullscreen_prev {
  background-image: url("images/header/scroll_arrow.png");
  height: 30px;
  width: 50px;
  display: inline-block !important;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev_next_buttons_container .overlay_prev.slick-disabled, .prev_next_buttons_container .fullscreen_prev.slick-disabled {
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .prev_next_buttons_container .overlay_prev, .prev_next_buttons_container .fullscreen_prev {
    height: 20px;
    width: 36px;
  }
}

.prev_next_buttons_container .overlay_next, .prev_next_buttons_container .fullscreen_next {
  background-image: url("images/header/scroll_arrow.png");
  height: 30px;
  width: 50px;
  display: inline-block !important;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(270deg);
      transform: translateY(-50%) rotate(270deg);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev_next_buttons_container .overlay_next.slick-disabled, .prev_next_buttons_container .fullscreen_next.slick-disabled {
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .prev_next_buttons_container .overlay_next, .prev_next_buttons_container .fullscreen_next {
    height: 20px;
    width: 36px;
  }
}

.prev_next_buttons_container .fullscreen_close {
  background-image: url("images/icons/close.png");
  height: 35px;
  width: 35px;
  display: inline-block !important;
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

section.save_the_style {
  padding: 60px 0;
}

section.save_the_style h4 {
  text-align: center;
  margin-bottom: 75px;
  font-size: 50px;
  letter-spacing: 0;
  color: #A79B90;
}

@media only screen and (max-width: 700px) {
  section.save_the_style h4 {
    font-size: 40px;
  }
}

section.save_the_style .save_the_style_container {
  padding: 0 100px;
}

section.save_the_style .save_the_style_container img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  section.save_the_style .save_the_style_container img {
    width: 100%;
  }
}

section.save_the_style .save_the_style_container .icon-pinterest {
  left: 115px;
}

@media only screen and (max-width: 700px) {
  section.save_the_style .save_the_style_container {
    padding: 0;
  }
  section.save_the_style .save_the_style_container .icon-pinterest {
    opacity: 1;
    left: 15px;
  }
}

section.save_the_style:hover .icon-pinterest {
  opacity: 1;
}

section.save_the_style .icon-quatrefoil_stone {
  display: block;
  width: 80px;
  height: 80px;
  margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  section.save_the_style {
    padding: 0;
  }
}

section.map {
  padding: 0px;
  height: 768px;
}

@media only screen and (max-width: 700px) {
  section.map {
    height: 100vw;
  }
}

section.map .venue_map {
  width: 100%;
  height: 768px;
}

@media only screen and (max-width: 700px) {
  section.map .venue_map {
    height: 100vw;
  }
}

.module_bg_video_wrap {
  max-height: 100%;
  overflow: hidden;
}

.module_bg_video_wrap .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 5;
  width: 100px;
  height: 100px;
  fill: #fff;
  opacity: 0.7;
  pointer-events: none;
  transition: .5s;
}

.module_bg_video_wrap .icon.hover {
  opacity: 0;
}

.module_bg_video_wrap .module_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.module_bg_video_wrap .module_bg_video::-webkit-media-controls {
  display: none !important;
}

section.txt_img_vid {
  width: 100%;
  padding: 0px;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  overflow: hidden;
}

section.txt_img_vid ul {
  list-style: disc;
  width: 85%;
  margin-left: 10%;
}

section.txt_img_vid ul li {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid ul {
    width: 100%;
    margin-left: 6%;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid {
    padding: 0;
    margin: 0;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

section.txt_img_vid.offset_boxes {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid.offset_boxes {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

section.txt_img_vid.offset_boxes .halfs.right_align:nth-child(1) {
  top: -45px;
}

section.txt_img_vid.offset_boxes .halfs.right_align:nth-child(2) {
  bottom: -45px;
}

section.txt_img_vid.offset_boxes .halfs.left_align:nth-child(2) {
  top: -45px;
}

section.txt_img_vid.offset_boxes .halfs.left_align:nth-child(1) {
  bottom: -45px;
}

section.txt_img_vid.offset_boxes .halfs.disabled_animation {
  top: initial !important;
}

section.txt_img_vid .halfs {
  overflow: hidden;
  position: relative;
  width: 50%;
  z-index: 10;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid .halfs {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 60px 20px;
    padding-top: 260px;
    padding-bottom: 40px;
    width: 100%;
  }
}

section.txt_img_vid .halfs.content_box {
  padding: 170px 100px;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid .halfs.content_box {
    padding: 80px;
  }
}

@media (max-width: 600px) {
  section.txt_img_vid .halfs.content_box {
    padding: 60px;
  }
}

@media only screen and (max-width: 380px) {
  section.txt_img_vid .halfs.content_box {
    padding: 40px;
  }
}

section.txt_img_vid .halfs.content_box .link_left {
  text-align: left;
}

section.txt_img_vid .halfs.content_box .link_center {
  text-align: center;
}

section.txt_img_vid .halfs.content_box .link_right {
  text-align: right;
}

section.txt_img_vid .halfs.content_box.bg_tile {
  background-image: url("images/foil_bg_grey.png");
  background-size: 60px 60px;
  background-repeat: repeat round;
}

section.txt_img_vid .halfs.img_box {
  position: relative;
}

section.txt_img_vid .halfs.img_box .slick-list {
  height: 100%;
}

section.txt_img_vid .halfs.img_box .slick-list .slide {
  overflow: hidden;
}

section.txt_img_vid .halfs.img_box .slick-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  bottom: 45px;
  margin: 0;
}

section.txt_img_vid .halfs.img_box .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
}

section.txt_img_vid .halfs.img_box .slick-dots li button {
  display: none;
}

section.txt_img_vid .halfs.img_box .slick-dots li:first-child {
  margin-left: 0;
}

section.txt_img_vid .halfs.img_box .slick-dots li.slick-active {
  opacity: 0.8;
}

section.txt_img_vid .halfs.img_box .slick-dots li:hover {
  cursor: pointer;
  opacity: 1;
}

section.txt_img_vid .halfs.img_box .slick-dots.hidden {
  display: none;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid .halfs.img_box {
    height: 420px !important;
    min-height: inherit;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  section.txt_img_vid .halfs.img_box {
    top: -14%;
  }
}

section.txt_img_vid .halfs.img_box:hover .icon-pinterest {
  opacity: 1;
}

section.txt_img_vid .halfs.img_box .icon-pinterest {
  opacity: 0;
}

section.txt_img_vid .halfs a {
  display: inline-block;
}

section.txt_img_vid .halfs h2, section.txt_img_vid .halfs h3, section.txt_img_vid .halfs h4 {
  font-weight: 300;
}

section.txt_img_vid .halfs h2.small_head, section.txt_img_vid .halfs h3.small_head, section.txt_img_vid .halfs h4.small_head {
  font-size: 24px;
  line-height: 32px;
}

section.txt_img_vid .halfs p {
  width: 85%;
  font-weight: 200;
}

section.txt_img_vid .halfs p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid .halfs p {
    width: 100%;
    margin-left: 0%;
  }
}

section.txt_img_vid .full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

section.txt_img_vid .full .icon-pinterest {
  left: initial;
  right: 15px;
}

section.txt_img_vid .full:hover .icon-pinterest {
  opacity: 1;
}

section.txt_img_vid img.artwork {
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 10;
  bottom: 0px;
}

section.txt_img_vid img.artwork.right {
  left: -10%;
  top: -50%;
  height: 200%;
}

@media only screen and (max-width: 500px) {
  section.txt_img_vid img.artwork {
    display: none;
  }
}

section.txt_img_vid.content_right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

section.txt_img_vid.content_right .image_credit {
  right: initial;
  left: 10px;
}

@media only screen and (max-width: 1000px) {
  section.txt_img_vid.content_right {
    padding: 0;
    margin: 0;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

section.txt_img_vid.content_right .full .icon-pinterest {
  left: 15px;
  right: initial;
}

section.txt_img_vid.content_right .full .image_credit {
  right: initial;
  left: 10px;
}

section.txt_img_vid.txt_img_full .halfs p {
  width: 100%;
}

section.txt_img_vid .content_overlay {
  background-color: rgba(24, 14, 19, 0.5);
}

section.txt_img_vid.full_overlay .img_box {
  background-color: #180e13;
}

section.txt_img_vid.full_overlay .img_box img {
  opacity: 0.6;
}

section.txt_img_vid .imageOverlay {
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  opacity: 0;
}

section.tiva_video_wrap .tiva_video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

section.spotlight {
  position: relative;
  padding: 300px 0px;
  overflow: hidden;
}

section.spotlight.spotlight_bg_pattern {
  background-image: url("images/foil_bg_grey.png");
  background-size: 60px 60px;
  background-repeat: repeat round;
}

section.spotlight.spotlight_bg_darken:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #180e13;
  opacity: 0.3;
  pointer-events: none;
}

section.spotlight h2 {
  position: absolute;
  width: 80%;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  font-size: 100px;
  font-family: "northwellregular", serif;
  text-transform: initial;
  letter-spacing: -1px;
}

@media (max-width: 1200px) {
  section.spotlight h2 {
    width: 90%;
  }
}

section.spotlight h2:before, section.spotlight h2:after {
  display: none;
}

section.spotlight h2.spotlight_header_border:before, section.spotlight h2.spotlight_header_border:after {
  display: block;
}

section.spotlight h2.spotlight_h_left {
  left: 40px;
  text-align: left;
}

section.spotlight h2.spotlight_h_center {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
}

section.spotlight h2.spotlight_h_right {
  right: 40px;
  text-align: right;
}

section.spotlight h2.spotlight_v_top {
  top: 40px;
}

section.spotlight h2.spotlight_v_middle {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

section.spotlight h2.spotlight_v_middle.spotlight_h_center {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

section.spotlight h2.spotlight_v_bottom {
  bottom: 40px;
  margin-bottom: 0;
}

section.spotlight .module_bg_video_wrap.spotlight_video_wrap .icon {
  position: absolute;
  top: initial;
  bottom: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  -ms-transform: none;
      transform: none;
}

section.spotlight:hover .icon-pinterest {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  section.spotlight {
    padding: 55vw 0px;
  }
  section.spotlight h2 {
    max-width: 85%;
    font-size: 70px;
    line-height: 1;
  }
}

.testimonials {
  padding: 180px 40px 120px;
  background-repeat: no-repeat;
  background-position: 80% 0%;
  text-align: center;
  overflow: hidden;
}

.testimonials.bg_pattern {
  background-image: url("images/foil_bg_grey.png");
  background-size: 90px 90px;
  background-repeat: repeat round;
}

@media (max-width: 600px) {
  .testimonials.bg_pattern {
    background-size: 60px 60px;
  }
}

.testimonials .wrapper {
  z-index: 10;
}

.testimonials p {
  font-family: "playfair_displaybold", serif;
  font-size: 60px;
  color: #cec7c1;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  .testimonials p {
    font-size: 45px;
  }
}

@media (max-width: 600px) {
  .testimonials p {
    font-size: 30px;
    line-height: 1.15;
  }
}

.testimonials h6 {
  font-size: 20px;
  font-weight: 400;
  font-family: "domusregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media only screen and (max-width: 768px) {
  .testimonials h6 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .testimonials h6 {
    font-size: 14px;
    padding: 0 25px;
  }
}

.testimonials h2 {
  color: #7a6e6d;
}

.testimonials .testimonials_text_color p {
  color: inherit;
}

.testimonials .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .testimonials .icon {
    width: 60px;
    height: 60px;
  }
}

.testimonials img.bg.testimonials_bg_img_left {
  right: initial !important;
  left: 0 !important;
}

.testimonials img.bg.testimonials_bg_img_right {
  left: initial !important;
  right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .testimonials {
    padding: 100px 0px 60px;
  }
}

.cta_block {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 625px;
  clear: both;
  z-index: 2;
  overflow: hidden;
}

@media only screen and (max-width: 500px) {
  .cta_block {
    padding-bottom: 180%;
  }
}

.cta_block .wrapper {
  position: absolute;
  z-index: 10;
  margin: 0;
}

.cta_block .wrapper.h_align_left {
  left: 40px;
  text-align: left;
}

.cta_block .wrapper.h_align_left .links_container {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.cta_block .wrapper.h_align_left .links_container a {
  margin-left: 50px;
}

.cta_block .wrapper.h_align_left .links_container a:first-child {
  margin-left: 0;
}

.cta_block .wrapper.h_align_center {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
}

.cta_block .wrapper.h_align_center .links_container {
  width: 85%;
  -ms-flex-pack: center;
      justify-content: center;
}

.cta_block .wrapper.h_align_center .links_container a {
  margin: 25px;
}

@media only screen and (max-width: 1000px) {
  .cta_block .wrapper.h_align_center .links_container a {
    margin: 10px 0;
  }
}

.cta_block .wrapper.h_align_right {
  right: 40px;
  text-align: right;
}

.cta_block .wrapper.h_align_right .links_container {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.cta_block .wrapper.h_align_right .links_container a {
  margin-right: 50px;
}

.cta_block .wrapper.h_align_right .links_container a:last-child {
  margin-right: 0;
}

.cta_block .wrapper.v_align_top {
  top: 40px;
}

.cta_block .wrapper.v_align_middle {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.cta_block .wrapper.v_align_middle.h_align_center {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.cta_block .wrapper.v_align_bottom {
  bottom: 40px;
  margin-bottom: 0;
}

.cta_block .wrapper .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .cta_block .wrapper .icon {
    width: 70px;
    height: 70px;
  }
}

.cta_block .wrapper h2, .cta_block .wrapper h3, .cta_block .wrapper h4 {
  width: 100%;
  margin-bottom: 40px;
}

.cta_block .wrapper h3 {
  letter-spacing: -0.02em;
  font-size: 60px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .cta_block .wrapper h3 {
    font-size: 30px;
  }
}

.cta_block .wrapper p {
  font-weight: 400;
  font-weight: 200;
  width: 65%;
}

@media only screen and (max-width: 1000px) {
  .cta_block .wrapper p {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  .cta_block .wrapper p {
    width: 100%;
  }
}

.cta_block .wrapper .links_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  .cta_block .wrapper .links_container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cta_block .wrapper .links_container a {
  margin-top: 50px;
  display: inline-block;
}

.cta_block .wrapper .links_container a.link_button {
  min-width: 240px;
}

@media only screen and (max-width: 768px) {
  .cta_block .wrapper .links_container a:nth-child(1) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .cta_block .wrapper .links_container a {
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .cta_block .wrapper .links_container a {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .cta_block .wrapper .links_container a {
    font-size: 15px;
  }
}

.cta_block.bg_pattern {
  background-image: url(images/foil_bg_grey.png);
  background-size: 90px 90px;
  background-repeat: repeat round;
}

section.standard_content {
  padding: 80px 40px;
  background-color: white;
  position: relative;
  z-index: 2;
}

section.standard_content ul {
  list-style: disc;
  list-style-position: inside;
}

section.standard_content ul li {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

section.standard_content ol {
  list-style: decimal;
  list-style-position: inside;
}

section.standard_content ol li {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 500px) {
  section.standard_content .wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  section.standard_content h2 {
    width: 90%;
    margin: 0 auto 40px;
    margin-right: 12px;
    font-size: 30px;
  }
}

section.standard_content h3 {
  letter-spacing: -0.02em;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  section.standard_content h3 {
    font-size: 30px;
  }
}

section.standard_content .half_full_content {
  float: left;
  width: 48%;
}

section.standard_content .half_full_content.right {
  float: right;
  padding-right: 5px;
}

@media only screen and (max-width: 500px) {
  section.standard_content .half_full_content.right {
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}

section.standard_content .half_full_content p {
  font-family: "domusregular", sans-serif;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  section.standard_content .half_full_content p {
    padding-right: 0;
    padding-left: 20px;
  }
  section.standard_content .half_full_content p.right {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  section.standard_content .half_full_content p {
    padding-right: 0;
    padding-left: 0px;
  }
  section.standard_content .half_full_content p.right {
    padding-left: 0;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  section.standard_content .half_full_content {
    width: 75%;
  }
}

@media only screen and (max-width: 500px) {
  section.standard_content .half_full_content {
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: center;
    position: left;
    left: 10px;
  }
}

section.standard_content img {
  width: 100%;
  height: auto;
}

section.standard_content .links_container a {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  section.standard_content .links_container a {
    margin-top: 5px;
  }
}

section.standard_content .links_container.link_left {
  text-align: left;
}

section.standard_content .links_container.link_center {
  text-align: center;
}

section.standard_content .links_container.link_right {
  text-align: right;
}

section.standard_content .sc_imgrow_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0;
}

section.standard_content .sc_imgrow_wrap img {
  max-width: 13%;
  margin-left: 3%;
}

section.standard_content .sc_imgrow_wrap img:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 1000px) {
  section.standard_content .sc_imgrow_wrap img {
    max-width: 25%;
    margin: 0 1.5%;
  }
  section.standard_content .sc_imgrow_wrap img:first-of-type {
    margin: 0 1.5%;
  }
}

section.standard_content .sc_imgrow_wrap.left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

section.standard_content .sc_imgrow_wrap.right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

section.standard_content.full .inner {
  width: 100%;
}

section.standard_content.padded .inner {
  width: 100%;
}

section.standard_content.padded .inner p {
  width: 90%;
}

@media only screen and (max-width: 500px) {
  section.standard_content.padded .inner p {
    width: 100%;
  }
}

section.standard_content.padded .sc_imgrow_wrap {
  margin: 40px -100px;
}

@media only screen and (max-width: 1000px) {
  section.standard_content.padded .sc_imgrow_wrap {
    margin: 40px 0;
  }
}

section.standard_content.padded .sc_imgrow_wrap:last-child {
  margin-bottom: 20px;
}

section.standard_content.narrow .inner {
  width: 70%;
}

@media only screen and (max-width: 750px) {
  section.standard_content.narrow .inner {
    width: 90%;
  }
}

section.standard_content.al_center .inner {
  margin: 0 auto;
}

section.standard_content.al_right .inner {
  float: right;
}

section.standard_content.bg_tile {
  background-image: url("images/foil_bg_grey.png");
  background-size: 60px 60px;
  background-repeat: repeat round;
}

@media only screen and (max-width: 768px) {
  section.standard_content {
    padding: 65px 20px;
  }
}

@media only screen and (max-width: 768px) {
  section.standard_content {
    padding: 40px 20px;
  }
}

section.standard_content table {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 20px;
}

section.standard_content table tr:nth-child(1) td {
  font-size: 19px;
  padding: 20px;
  font-family: "domusbold", sans-serif;
}

@media only screen and (max-width: 700px) {
  section.standard_content table tr:nth-child(1) td {
    font-size: 18px;
    padding: 10px;
  }
}

section.standard_content table tr td {
  padding: 20px;
  min-width: 250px;
  border-bottom: 1px solid #cec7c1;
  color: #180e13;
  line-height: 30px;
}

section.standard_content table tr td:nth-child(1) {
  position: relative;
  left: 3px;
}

@media only screen and (max-width: 700px) {
  section.standard_content table tr td {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 500px) {
  section.standard_content table tr td {
    min-width: 150px;
  }
}

@media only screen and (max-width: 700px) {
  section.standard_content table {
    font-size: 18px;
  }
}

header + section.standard_content {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  header + section.standard_content {
    padding: 40px;
  }
}

header + section.standard_content.padded {
  padding-top: 40px;
}

header + section.standard_content.padded h1 {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  header + section.standard_content.padded h1 {
    width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  header + section.standard_content.padded h1 {
    width: 100%;
  }
}

section.news_feed {
  position: relative;
  text-align: center;
  transition: .5s ease;
  padding: 100px 40px 140px;
  background-color: #f7e9d7;
}

section.news_feed.bg_pattern {
  background-image: url(images/foil_bg_grey.png);
  background-size: 90px 90px;
  background-repeat: repeat round;
}

section.news_feed .wrapper.blog_feed_link_wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 800px) {
  section.news_feed .wrapper.blog_feed_link_wrapper {
    margin-top: 0;
  }
}

@media only screen and (max-width: 450px) {
  section.news_feed .wrapper {
    padding: 0px;
  }
}

section.news_feed h2, section.news_feed h3, section.news_feed h4 {
  margin-bottom: 60px;
  color: #545759;
}

section.news_feed a.cta.link_button {
  margin-top: 40px;
}

section.news_feed.blog_feed .stories_loop_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

section.news_feed.blog_feed .slick_nav {
  display: none;
}

@media only screen and (max-width: 950px) {
  section.news_feed.blog_feed .slick_nav {
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
  section.news_feed.blog_feed .slick_nav.prev {
    left: 3%;
  }
  section.news_feed.blog_feed .slick_nav.next {
    right: 3%;
  }
}

section.news_feed .stories_loop_container .story {
  width: 34%;
  padding: 0 25px;
  text-align: center;
  outline: none;
}

@media only screen and (max-width: 950px) {
  section.news_feed .stories_loop_container .story {
    padding: 0 5px;
  }
}

section.news_feed .stories_loop_container .story .story_image {
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
  overflow: hidden;
}

section.news_feed .stories_loop_container .story .story_image:before {
  content: '';
  float: left;
  padding-bottom: 100%;
  margin-right: -100%;
}

section.news_feed .stories_loop_container .story .story_image:after {
  content: '';
  display: table;
  clear: both;
}

section.news_feed .stories_loop_container .story .story_image img {
  opacity: 0.8;
  transition: .5s ease;
}

section.news_feed .stories_loop_container .story .story_image img:hover {
  opacity: 1;
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

section.news_feed .stories_loop_container .story .story_image img.story_image_left {
  right: initial !important;
  left: 0 !important;
}

section.news_feed .stories_loop_container .story .story_image img.story_image_right {
  right: 0 !important;
  left: initial !important;
}

@media only screen and (max-width: 900px) {
  section.news_feed .stories_loop_container .story .story_image {
    max-height: 87vw;
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  section.news_feed .stories_loop_container .story .story_image {
    max-height: 87vw;
    overflow: hidden;
  }
}

section.news_feed .stories_loop_container .story a {
  text-decoration: none;
  font-size: 16px;
  color: #4e4142;
}

section.news_feed .stories_loop_container .story a:after {
  content: none;
}

section.news_feed .stories_loop_container .story a.cta {
  font-family: "domusbold", sans-serif;
  font-weight: normal;
}

section.news_feed .stories_loop_container .story p {
  line-height: 28px;
  font-size: 18px;
}

section.news_feed .stories_loop_container .story p a {
  position: relative;
  top: 15px;
  font-size: 18px;
  line-height: 25px;
  font-family: "domusregular", sans-serif;
  font-weight: 100;
}

@media only screen and (max-width: 900px) {
  section.news_feed .stories_loop_container .story p {
    padding: 0 20px;
  }
}

section.news_feed .stories_loop_container.two_col {
  padding: 0 90px;
}

section.news_feed .stories_loop_container.two_col .story .story_image {
  height: 500px;
}

@media only screen and (max-width: 900px) {
  section.news_feed .stories_loop_container.stories_page .story {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  section.news_feed .stories_loop_container.stories_page .story:nth-child(3n) {
    float: initial;
  }
}

section.news_feed a.cta.bottom_cta {
  margin-top: 100px;
  display: inline-block;
  color: #4e4142;
}

@media only screen and (max-width: 900px) {
  section.news_feed a.cta.bottom_cta {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  section.news_feed {
    padding: 80px 0px;
  }
}

section.news_feed.whats_on {
  position: relative;
}

@media only screen and (max-width: 800px) {
  section.news_feed.whats_on .whats_on_wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  section.news_feed.whats_on .stories_loop_container {
    width: 100%;
    margin: 0 auto;
  }
}

section.news_feed.whats_on .stories_loop_container .story {
  outline: none;
}

section.news_feed.whats_on .stories_loop_container .story .story_image {
  overflow: hidden;
}

section.news_feed.whats_on .stories_loop_container .story .story_image:before {
  content: '';
  float: left;
  padding-bottom: 100%;
  margin-right: -100%;
}

section.news_feed.whats_on .stories_loop_container .story .story_image:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 900px) {
  section.news_feed.whats_on .stories_loop_container .story .story_image {
    margin-bottom: 20px;
  }
}

section.news_feed.whats_on .stories_loop_container .story p, section.news_feed.whats_on .stories_loop_container .story a {
  color: inherit;
}

section.news_feed.whats_on .stories_loop_container .story p a {
  font-family: "domusbold", sans-serif;
}

section.news_feed.whats_on .stories_loop_container .story .cta {
  display: inline-block;
  width: 85%;
  font-family: "domusregular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

section.news_feed.whats_on .stories_loop_container .story.two_posts .story_image {
  height: 450px;
}

section.news_feed.whats_on .stories_loop_container .story.two_posts:first-of-type {
  padding-left: 80px;
}

section.news_feed.whats_on .stories_loop_container .story.two_posts:last-of-type {
  padding-right: 80px;
}

section.news_feed.whats_on .slick_nav {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  transition: 0.3s;
}

section.news_feed.whats_on .slick_nav.prev {
  left: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

@media only screen and (max-width: 1150px) {
  section.news_feed.whats_on .slick_nav.prev {
    left: 40px;
  }
}

section.news_feed.whats_on .slick_nav.next {
  right: 0;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

@media only screen and (max-width: 1150px) {
  section.news_feed.whats_on .slick_nav.next {
    right: 40px;
  }
}

section.news_feed.whats_on .slick_nav.slick-disabled {
  opacity: 0;
}

section.news_feed.whats_on .whats_on_flex .stories_loop_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  section.news_feed.whats_on .whats_on_flex .stories_loop_container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media only screen and (max-width: 900px) {
  section.news_feed.whats_on .whats_on_flex .stories_loop_container .story {
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  section.news_feed.whats_on .whats_on_flex .stories_loop_container .story_image:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%;
  }
  section.news_feed.whats_on .whats_on_flex .stories_loop_container .story_image:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (max-width: 900px) {
  section.news_feed.whats_on .whats_on_flex .stories_loop_container .story_image:before {
    content: '';
    float: left;
    padding-bottom: 100%;
    margin-right: -100%;
  }
  section.news_feed.whats_on .whats_on_flex .stories_loop_container .story_image:after {
    content: '';
    display: table;
    clear: both;
  }
}

section.news_feed.stories_page .filter_container .story {
  position: relative;
  width: calc(99.99% * (1 / 3) - (20px - 20px * 1 / 3));
}

section.news_feed.stories_page .filter_container .story:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none;
}

section.news_feed.stories_page .filter_container .story:nth-child(3n) {
  margin-right: 0;
  float: right;
}

section.news_feed.stories_page .filter_container .story:last-child {
  margin-right: 0;
}

section.news_feed.stories_page .filter_container .story:nth-child(3n + 1) {
  clear: both;
}

section.news_feed.stories_page .filter_container .story input {
  border: none;
  background-color: white;
  width: 87% !important;
  padding: 20px 60px 20px 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "domusregular", sans-serif;
}

section.news_feed.stories_page .filter_container .story input::-webkit-input-placeholder {
  color: #ededed;
}

section.news_feed.stories_page .filter_container .story input:-moz-placeholder {
  color: #ededed;
}

section.news_feed.stories_page .filter_container .story input::-moz-placeholder {
  color: #ededed;
}

section.news_feed.stories_page .filter_container .story input:-ms-input-placeholder {
  color: #ededed;
}

@media only screen and (max-width: 900px) {
  section.news_feed.stories_page .filter_container .story {
    width: 100%;
    margin-bottom: 20px;
  }
}

section.news_feed.stories_page .filter_container .story span.search_button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 35px;
  top: 17px;
  background-image: url("images/icons/magnifying_glass.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  section.news_feed.stories_page .filter_container .story span.search_button {
    right: 50px;
  }
}

section.news_feed.stories_page .stories_loop_container .story {
  margin-bottom: 40px;
}

section.news_feed.stories_page a.cta.bottom_cta {
  margin-top: 50px;
}

body.home section.stories {
  margin-top: -95px;
  padding-top: 250px;
}
/*# sourceMappingURL=style.css.map */