@charset "UTF-8";
/*!Theme Name: WawataTheme URI: http://underscores.me/Author: Eduardo BruzziAuthor URI: http://krunch.coDescription: Wawata wpVersion: 1.0.0License: GNU General Public License v2 or laterLicense URI: LICENSEText Domain: WawataTags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-readyThis theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.Wawata is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.Underscores is distributed under the terms of the GNU GPL v2 or later.Normalizing styles have been helped along thanks to the fine work ofNicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Animation */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Trebuchet", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1, h2 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

h3, h4, h5 {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 32px;
  color: #fff;
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  margin-top: 0px;
  margin-bottom: 38px;
  line-height: 1;
  font-size: 24px;
  color: #24202D;
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.2;
  color: #24202D;
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 20px;
  }
}

.author-block h4 {
  line-height: 1;
}

h5 {
  font-size: 20px;
  margin: 0 0 15px;
}

p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Trebuchet", sans-serif;
  line-height: 1.6;
  color: #24202d;
}

.description ul li, ul.desc-wrapper li {
  font-size: 16px;
  font-family: "Trebuchet", sans-serif;
}
@media (min-width: 768px) {
  .description ul li, ul.desc-wrapper li {
    font-size: 18px;
  }
}

span.sounds-like {
  font-family: "EB Garamond", serif;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.regular {
  font-weight: normal;
  font-style: normal;
}

h4.lines-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

h4.lines-heading:before {
  content: '';
  top: -41px;
  position: absolute;
  background-color: #000;
  height: 45px;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}

h4.lines-heading:after {
  content: '';
  bottom: -43px;
  position: absolute;
  background-color: #000;
  height: 45px;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}

.wf-loading {
  /* styles to use when web fonts are loading */
}
.wf-loading h1, .wf-loading .work-list li a, .wf-loading a.mailto {
  opacity: 0;
}

.wf-active {
  /* styles to use when web fonts are active */
}
.wf-active h1, .wf-active .work-list li a, .wf-active a.mailto {
  opacity: 1;
}

.wf-inactive {
  /* styles to use when web fonts are inactive */
}
.wf-inactive h1, .wf-inactive .work-list li a, .wf-inactive a.mailto {
  opacity: 0;
}

h1, .work-list li a, a.mailto {
  transition: opacity 0.2s ease;
}

/**
 * @license
 * MyFonts Webfont Build ID 3877617, 2020-03-08T18:35:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Trebuchet-Bold by Ascender
 * URL: https://www.myfonts.com/fonts/ascender/trebuchet/bold/
 * 
 * Webfont: Trebuchet by Ascender
 * URL: https://www.myfonts.com/fonts/ascender/trebuchet/regular/
 * 
 * 
 * Webfonts copyright: Copyright (c) 1996 Microsoft Corporation. All rights reserved.
 * 
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Trebuchet-Bold';
  src: url("../fonts/3B2AF1_0_0.eot");
  src: url("../fonts/3B2AF1_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3B2AF1_0_0.woff2") format("woff2"), url("../fonts/3B2AF1_0_0.woff") format("woff"), url("../fonts/3B2AF1_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'Trebuchet';
  src: url("../fonts/3B2AF1_1_0.eot");
  src: url("../fonts/3B2AF1_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3B2AF1_1_0.woff2") format("woff2"), url("../fonts/3B2AF1_1_0.woff") format("woff"), url("../fonts/3B2AF1_1_0.ttf") format("truetype");
  font-display: swap;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #ece7e0;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

hr {
  background-color: #333;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

.content-copy ul {
  margin: 0 0 1.5em 0px;
  padding-left: 17px;
}
.content-copy ul li {
  padding-left: 20px;
  font-size: 18px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.table {
  display: table;
}

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

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

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

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

/*bootstrap-grid*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.content-area{
  max-width: 1090px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }

  .container-fluid {
    width: 100%;
  }
  .container-fluid.max {
    max-width: 1350px;
  }

  /* adding class .full to container-fluid makes for a full bleed tile, with no max-width limit */
  .container-fluid.full {
    width: 100% !important;
  }
}
@media (min-width: 1650px) {
  .container {
    max-width: 1600px;
  }

  .container-fluid {
    width: 100%;
  }
  .container-fluid.max {
    max-width: 1600px;
  }
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before {
  display: table;
  content: " ";
}

.row:after, .row:before {
  display: block;
  content: " ";
}

.container-fluid:after, .container:after, .row:after {
  clear: both;
}

.row {
  margin: 0 0 60px 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
  float: left;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-09, .col-sm-10, .col-sm-11, .col-sm-12 {
  width: 100%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-11 {
  width: 91.66666667%;
}

.col-xxs-10 {
  width: 83.33333333%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-8 {
  width: 66.66666667%;
}

.col-xxs-7 {
  width: 58.33333333%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-5 {
  width: 41.66666667%;
}

.col-xxs-4 {
  width: 33.33333333%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-2 {
  width: 16.66666667%;
}

.col-xxs-1 {
  width: 8.33333333%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-pull-11 {
  right: 91.66666667%;
}

.col-xxs-pull-10 {
  right: 83.33333333%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-8 {
  right: 66.66666667%;
}

.col-xxs-pull-7 {
  right: 58.33333333%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-5 {
  right: 41.66666667%;
}

.col-xxs-pull-4 {
  right: 33.33333333%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-2 {
  right: 16.66666667%;
}

.col-xxs-pull-1 {
  right: 8.33333333%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-push-11 {
  left: 91.66666667%;
}

.col-xxs-push-10 {
  left: 83.33333333%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-8 {
  left: 66.66666667%;
}

.col-xxs-push-7 {
  left: 58.33333333%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-5 {
  left: 41.66666667%;
}

.col-xxs-push-4 {
  left: 33.33333333%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-2 {
  left: 16.66666667%;
}

.col-xxs-push-1 {
  left: 8.33333333%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  background-color: #24202d;
  border-radius: 0px;
  border: solid 1px #24202d;
  min-width: 140px;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #FFF;
  cursor: pointer;
  background-color: #9b8764;
  border: solid 1px #9b8764;
}
button:visited, button:active,
input[type="button"]:visited,
input[type="button"]:active,
input[type="reset"]:visited,
input[type="reset"]:active,
input[type="submit"]:visited,
input[type="submit"]:active {
  color: #FFF;
}

.btn-black {
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  background-color: #24202d;
  border-radius: 0px;
  border: solid 1px #24202d;
  min-width: 140px;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
.btn-black:hover {
  color: #FFF;
  cursor: pointer;
  background-color: #9b8764;
  border: solid 1px #9b8764;
}
.btn-black:visited, .btn-black:active {
  color: #FFF;
}

.btn-gold {
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  background-color: #9b8764;
  border-radius: 0px;
  border: solid 1px #9b8764;
  min-width: 140px;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
.btn-gold:hover {
  color: #FFF;
  cursor: pointer;
  background-color: #9b8764;
  border: solid 1px #9b8764;
  color: #24202D !important;

}
.btn-gold:visited, .btn-gold:active {
  color: #FFF;
}

.btn-white {
  letter-spacing: 1px;
  text-align: center;
  color: #24202d;
  background-color: #FFF;
  border-radius: 0px;
  border: solid 1px #FFF;
  min-width: 140px;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
.btn-white:visited, .btn-white:active {
  color: #24202d;
}
.btn-white:hover {
  color: #FFF;
  cursor: pointer;
  background-color: #9b8764;
  border: solid 1px #9b8764;
}
.btn-white:hover:visited, .btn-white:hover:active {
  color: #FFF;
}

.btn-black-sm {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
  background-color: #24202d;
  border-radius: 0px;
  border: solid 1px #24202d;
  min-width: 140px;
  padding: 8px 35px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
@media (max-width: 479px) {
  .btn-black-sm {
    min-width: auto;
    padding: 8px 26px;
  }
}
.btn-black-sm:hover {
  color: #FFF;
  cursor: pointer;
  background-color: #9b8764;
  border: solid 1px #9b8764;
}
.btn-black-sm:visited, .btn-black-sm:active {
  color: #FFF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.contact-form.wide {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-form.wide {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contact-form.wide h2, .contact-form.wide p {
  padding: 0 25px;
}
.contact-form.wide form, .contact-form.wide h2, .contact-form.wide p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.contact-form.wide form {
  padding: 15px 25px 0px 25px;
}
.contact-form.wide form .row {
  margin-bottom: 0;
}
.contact-form form {
  padding: 30px 25px 80px 25px;
  margin: 0 auto;
  display: block;
  max-width: 590px;
}
.contact-form input, .contact-form label {
  display: block;
  width: 100%;
}
.contact-form label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}
.contact-form input {
  border-radius: 0;
  padding: 12px 10px;
  margin-bottom: 25px;
}
.contact-form textarea {
  border: none;
  border-radius: 0;
  padding: 12px 10px;
  margin-bottom: 25px;
  height: 96px;
  border: 1px solid #ccc;
}

.inline-form {
  display: block;
  max-width: 910px;
  margin: 0 auto;
}
.inline-form .email {
  width: 100%;
  border: solid 1px #b6b6b6;
  background-color: #fafafa;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 5px 16px;
  display: inline-block;
}
.inline-form .btn-blue {
  display: inline-block;
  margin-left: 20px;
  font-size: 19px;
}

#mc_embed_signup_scroll label[for="mce-EMAIL"] {
  display: block;
  text-align: left;
  padding: 8px 0;
  font-size: 16px;
}

.label-wrap {
  width: 68%;
  display: inline-block;
}
@media (max-width: 767px) {
  .label-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

#login {
  width: 100%;
  max-width: 385px !important;
  padding: 35px 0 0px 0 !important;
  margin: auto;
}
#login p {
  margin: 0 auto 15px auto !important;
}
#login p.submit input {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff  !important;
  background-color: #9b8764;
  border-radius: 0;
  border: 1px solid #9b8764;
  min-width: 150px;
  padding: 8px 23px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color .35s ease-in-out,border .35s ease-in-out;
  font-family: "Trebuchet", sans-serif;
}
#login p.submit input:hover {
  background-color: #24202d;
  border: 1px solid #24202d;
}

.login label {
  display: block;
}

.login form {
  padding: 0px 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  p.submit {
    width: 100%;
  }
  p.submit input {
    width: 100%;
  }

  p.forgetmenot {
    width: 100%;
  }
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #9b8764;
  padding: 20px;
  border: none;
  text-align: center;
  margin: 0;
}

.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-not-valid-tip {
  color: #ff2222;
}

.screen-reader-response {
  margin: 0 auto;
  display: block;
  max-width: 590px;
  padding: 10px 25px 10px 25px;
  color: #5dc95d;
}

/* The container */
.wpcf7-list-item input[type=checkbox] {
  float: left;
  width: 20px;
  margin-right: 16px;
  margin-top: 5px;
  vertical-align: top;
}
@media (max-width: 350px) {
  .wpcf7-list-item input[type=checkbox] {
    width: 10px;
    margin-right: 5px;
  }
}

.wpcf7-submit {
  margin-bottom: 0px !important;
}

.wpcf7-list-item-label {
  color: #FFF;
  float: left;
  width: 85%;
  vertical-align: top;
  text-transform: initial !important;
}

.contact-form textarea {
  margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
  margin-top: -15px;
}

.div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: none !important;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2e29fc;
  font-family: "Trebuchet", sans-serif;
}
a:visited {
  color: #2e29fc;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#notification-bar {
  position: relative;
  opacity: 1;
  margin-top: -48px;
  transform: translate(-100%, 0);
  background-color: #fff;
  transition: margin-top .35s ease-out;
  overflow: hidden;
  transform: translate(-100%, 0);
}
#notification-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 991px) {
  #notification-bar.closed-noti {
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  #notification-bar.closed-noti {
    margin-top: -48px;
  }
}
#notification-bar span, #notification-bar a {
  display: block;
  position: relative;
  top: 10px;
  text-align: right;
  right: 58px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 740px;
  overflow: hidden;
  margin: 0 0 0 auto;
}
#notification-bar svg.close-blue {
  position: absolute;
}
@media (max-width: 991px) {
  #notification-bar svg.close-blue {
    left: 16px;
    width: 12px;
    top: 17px;
  }
}
@media (min-width: 992px) {
  #notification-bar svg.close-blue {
    right: 25px;
    width: 16px;
    top: 16px;
  }
}
#notification-bar svg.close-blue:hover {
  cursor: pointer;
}
#notification-bar svg.close-blue .linestroke {
  stroke: #2e29fc;
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
@media (max-width: 991px) {
  #notification-bar svg.close-blue .linestroke {
    stroke: #fff;
  }
}
@media (max-width: 350px) {
  #notification-bar {
    width: 218px;
  }
  #notification-bar span, #notification-bar a {
    font-size: 12px;
  }
}
@media (min-width: 351px) and (max-width: 991px) {
  #notification-bar {
    width: 70%;
    max-width: 310px;
  }
  #notification-bar span, #notification-bar a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #notification-bar {
    z-index: 7;
    height: 118px;
    background-color: transparent;
    position: absolute;
    margin-top: -48px;
    transform: translate(-100%, 0);
    opacity: 0;
    transition: opacity .35s ease-out .35s;
  }
  #notification-bar.show {
    transform: translate(0, 0);
    margin-top: 0;
    opacity: 1;
  }
  #notification-bar.closed-noti {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  #notification-bar:after {
    border-bottom: none;
  }
  #notification-bar span, #notification-bar a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    top: 0;
    left: 0;
    width: 100%;
    white-space: normal;
    text-align: left;
    padding: 43px 0 0 41px;
    overflow: hidden;
    color: #fff;
    border-bottom: 0;
    max-height: 112px;
  }
}
@media (min-width: 992px) {
  #notification-bar {
    transform: translate(0, 0);
    margin-top: 0;
    height: 48px;
  }
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#sound {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
}
#sound audio {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
  top: -100%;
  left: -100%;
}
#sound a {
  width: 33px;
  height: 33px;
  float: right;
  margin-top: 38px;
  margin-right: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../img/WAWATAFEB20_WEBSITE_SOUNDON.svg");
  transition: margin-top .35s ease-in;
}
#sound a.off {
  background: url("../img/WAWATAFEB20_WEBSITE_SOUNDOFF.svg");
  opacity: 0.7;
}
#sound a.body {
  margin-top: 38px;
}
@media (max-width: 1645px) {
  #sound {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  opacity: 0;
  transition: background-color .35s ease-in, opacity .35s ease-in;
  background-color: rgba(36, 32, 45, 0);
}
header:not(.black):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: 1;
  opacity: 0.25;
}
header.gold:not(.black):after {
  background: none;
}
header nav {
  position: relative;
  transition: opacity 0.4s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  z-index: 2;
}
header.show-it {
  opacity: 1;
}
header #logo, header #menu, header #dark-light-switch {
  display: inline-block;
}
header #mainnav.opened #menu-outer {
  height: 0;
}
header #phone-icon {
  display: none;
  width: 29px;
  position: absolute;
  right: 22px;
  top: 42px;
  z-index: 99;
}
@media (max-width: 1645px) {
  header #phone-icon {
    display: block;
  }
}
header #phone-icon .phone-path {
  fill: #FFFFFF;
}
header.gold:not(.black) #sound a {
  background: url("../img/WAWATAFEB20_WEBSITE_SOUNDON_G.svg");
}
header.gold:not(.black) #sound a.off {
  background: url("../img/WAWATAFEB20_WEBSITE_SOUNDOFF_G.svg");
}
header .opened #sound a {
  background: url("../img/WAWATAFEB20_WEBSITE_SOUNDON.svg");
}
header .opened #sound a.off {
  background: url("../img/WAWATAFEB20_WEBSITE_SOUNDOFF.svg");
}
header #logo {
  float: left;
  text-align: left;
  width: 184px;
  transition: width 0.35s ease-in;
}
@media (max-width: 1645px) {
  header #logo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
    transition: opacity 0.35s ease-in, width 0.35s ease-in;
    z-index: 100;
  }
}
@media (min-width: 1646px) {
  header #logo {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  header #logo {
    width: 184px !important;
  }
}
header #logo svg {
  width: 100%;
  vertical-align: top;
}
header #logo a {
  display: block;
}
header #side-bar-switch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 40px;
  top: 35px;
  height: 28px;
  width: 40px;
  opacity: 0;
  visibility: hidden;
}
header #side-bar-switch:hover {
  cursor: pointer;
}
@media (max-width: 1645px) {
  header #side-bar-switch {
    opacity: 1;
    visibility: visible;
  }
}
header #side-bar-switch .navbar-corner {
  position: absolute;
  right: 0;
  z-index: 500;
  width: auto;
  display: block;
  opacity: 1;
  padding-right: 30px;
  transition: padding .3s;
}
@media (max-width: 479px) {
  header #side-bar-switch .navbar-corner {
    padding-right: 15px;
  }
}
header #side-bar-switch #nav-sm {
  float: right;
  height: 31px;
  width: 27px;
  margin-top: 5px;
  margin-right: 0;
  position: relative;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: margin .3s;
}
header #side-bar-switch #nav-sm #btn-lines {
  width: 27px;
  height: 3px;
  margin: 14px 0;
  background: #FFF;
  transition: all .3s;
  transform-origin: center center;
  transform-style: preserve-3D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0px;
}
header #side-bar-switch #nav-sm.open #btn-lines:after {
  top: -3px !important;
  background: #FFF !important;
  transform: rotate(45deg);
}
header #side-bar-switch #nav-sm.open #btn-lines {
  background: none !important;
}
header #side-bar-switch #nav-sm.open #btn-lines:before {
  top: 0 !important;
  background: #FFF !important;
  transform: rotate(-45deg);
}
header #side-bar-switch #nav-cross-sm #btn-lines {
  width: 27px;
  height: 3px;
  margin: 14px 0;
  background: #FFF;
  transition: all .3s;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:after {
  top: -3px !important;
  background: #FFF !important;
  transform: rotate(45deg);
}
header #side-bar-switch #nav-cross-sm.open #btn-lines {
  background: none !important;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:before {
  top: 0 !important;
  background: #FFF !important;
  transform: rotate(-45deg);
}
header #side-bar-switch #btn-lines {
  position: relative;
  z-index: 4;
}
header #side-bar-switch #nav-sm #btn-lines:after, header #side-bar-switch #nav-sm #btn-lines:before {
  content: '';
  display: block;
  width: 27px;
  height: 3px;
  background: #FFF;
  position: relative;
  z-index: -1;
  transition: all .3s;
  right: 0;
  border-radius: 0px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:after, header #side-bar-switch #nav-cross-sm #btn-lines:before {
  content: '';
  display: block;
  width: 27px;
  height: 3px;
  background: #FFF;
  position: relative;
  z-index: -1;
  transition: all .3s;
  right: 0;
  border-radius: 1.5px;
}
header #side-bar-switch #nav-sm #btn-lines:before {
  top: -8px;
}
header #side-bar-switch #nav-sm #btn-lines:after {
  top: 5px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:before {
  top: -8px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:after {
  top: 5px;
}
header #side-bar-switch .navbar-cross-corner {
  opacity: 0;
  position: fixed;
  top: 17px;
  right: 14px;
  transition: opacity .5s;
}
header #side-bar-switch .showCross {
  opacity: 1 !important;
}
header #side-bar-switch #nav-cross-sm {
  height: 31px;
  width: 27px;
  margin-right: 0;
  position: relative;
  z-index: 1000;
}
header #side-bar-switch .burger {
  width: 40px;
  height: 24px;
  display: block;
  position: relative;
}
header #side-bar-switch .burger .menu-i {
  opacity: 1;
  display: block;
}
header #side-bar-switch .burger span {
  text-transform: uppercase;
  color: #ead9e3;
}
header #side-bar-switch .burger svg.close-cross {
  opacity: 0;
  position: absolute;
  top: 6px;
  text-align: center;
  width: 24px;
  left: 8px;
}
header #side-bar-switch .burger svg.close-cross .linestroke {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
header #side-bar-switch .burger svg.close-cross, header #side-bar-switch .burger .menu-i {
  transition: opacity 0.35s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
header #side-bar-switch .burger .linestroke {
  transition: stroke 0.35s ease-in;
  -webkit-transition-property: stroke;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: stroke;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
header #side-bar-switch.open .burger .menu-i {
  opacity: 0;
}
header #side-bar-switch.open .burger svg.close-cross {
  opacity: 1;
}
header #side-bar-switch .menu-i .line-grad {
  display: block;
  background-image: linear-gradient(to right, rgba(234, 216, 226, 0.75), rgba(0, 0, 0, 0));
  height: 5px;
}

.logo-fill {
  fill: #FFFFFF;
}

#menu-outer {
  height: 107px;
  transition: background .35s ease-out;
}
#menu-outer .nav-list li.contact-mob:last-child {
  display: none;
}
@media (max-width: 1645px) {
  #menu-outer .nav-list li.contact-mob:last-child {
    display: block;
  }
}
#menu-outer:hover {
  background: #24202d;
}
@media (max-width: 1645px) {
  #menu-outer {
    height: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 1645px) {
  #menu-outer.show .table {
    margin-left: 0%;
  }
}
#menu-outer.show .table ul.dropdown {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1646px) {
  #menu-outer.show .table ul.dropdown {
    opacity: 0;
    visibility: hidden;
  }
}
#menu-outer .table {
  display: table;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
  transition: background-color 0.35s ease-out, margin-left 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1645px) {
  #menu-outer .table {
    max-width: 346px;
  }
}
#menu-outer .table:after {
  transition: background-color 0.35s ease-out;
}
@media (min-width: 1646px) {
  #menu-outer .table .services ul.dropdown li a {
    visibility: hidden;
    pointer-events: none;
  }
}
#menu-outer .table .has-sub-items .arrow-down {
  display: none;
}
#menu-outer .table .has-sub-items .arrow-down .gt0 {
  fill: #FFF;
  transition: fill 0.35s ease-out;
}
@media (max-width: 1645px) {
  #menu-outer .table .has-sub-items .arrow-down {
    padding: 0px 5px 0px 38px;
    position: absolute;
    top: 0px;
    width: 72px;
    display: block;
    height: 50px;
    right: 19px;
    transition: transform 0.35s ease-out;
  }
}
@media (max-width: 1645px) {
  #menu-outer .table {
    height: 100vh;
    width: 100%;
    padding-top: 115px;
    margin-left: -100%;
    transform: translate(0, 0);
  }
  #menu-outer .table:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #24202d;
    height: 100vh;
    width: calc(100% + 20px );
  }
}
#menu-outer .table ul > li:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: max-height 0.5s ease-out, background-color 0.35s ease-out, transform 0.35s ease-out, opacity 0.5s ease-out;
}
#menu-outer .table ul > li:hover ul.dropdown:after {
  display: block;
  opacity: 1;
}
#menu-outer .table ul > li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px 15px 20px 15px;
  margin: 0 -15px 0 -15px;
  z-index: 101;
  opacity: 0;
  background: #24202d;
  border-bottom: none;
  display: block;
  transform: translate(0, 0);
  visibility: hidden;
  transition: max-height 0.8s ease-out, background-color 0.35s ease-out;
}
@media (min-width: 1646px) {
  #menu-outer .table ul > li ul.dropdown {
    transform: translate(0, -4px);
    transition: visibility 0s 0.35s, transform 0.35s ease-out, opacity 0.5s ease-out;
  }
}
@media (max-width: 1645px) {
  #menu-outer .table ul > li ul.dropdown {
    background: transparent;
    overflow-y: hidden;
    max-height: 2px;
    transition: max-height 0.8s ease-out,background-color 0.35s ease-out, opacity 0.5s ease-out;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-bottom: none;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
#menu-outer .table ul > li ul.dropdown .feat-thumb {
  opacity: 0;
  position: fixed;
  margin-left: -246px;
  top: 54px;
  width: 210px;
  height: 180px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.35s ease-out;
}
#menu-outer .table ul > li ul.dropdown li a:hover + .feat-thumb {
  opacity: 1;
}
@media (max-width: 1645px) {
  #menu-outer .table ul > li ul.dropdown li:last-of-type {
    padding-bottom: 24px;
  }
}
#menu-outer .table ul > li.services ul.dropdown {
  background: transparent;
}
#menu-outer .table ul > li.services.active:after {
  opacity: 1;
  width: 100%;
}
#menu-outer .table ul > li.has-sub-items.open:before {
  background-color: green;
}
#menu-outer .table ul > li.has-sub-items.open ul.dropdown {
  max-height: 211px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1646px) {
  #menu-outer .table ul > li.has-sub-items.open ul.dropdown {
    max-height: initial;
    opacity: 0;
    visibility: hidden;
  }
}
#menu-outer .table ul > li.has-sub-items > a:after {
  height: 0px;
}
#menu-outer .table ul > li.has-sub-items > ul.dropdown > li a {
  font-size: 18px;
  font-weight: 300;
}
#menu-outer .table ul > li > a {
  position: relative;
}
@media (max-width: 1645px) {
  #menu-outer .table ul > li:last-child > a:after {
    background-color: transparent;
  }
  #menu-outer .table ul.nav-list li.has-sub-items:first-child > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
    top: -2px;
    background-color: #cacaca;
    transition: none;
  }
}
#menu-outer .table ul > li.has-sub-items.open:before {
  transform: rotate(180deg);
}
@media (max-width: 1645px) {
  #menu-outer .table ul > li.has-sub-items.open > a:after, #menu-outer .table ul > li.has-sub-items.open > span:after {
    height: 0px;
  }
}
#menu-outer .table ul.dropdown > li > a:after, #menu-outer .table ul.dropdown > li > span:after {
  height: 0;
}
#menu-outer .table ul > li > ul > li:after {
  height: 0;
}
#menu-outer .table ul > li:hover:after {
  opacity: 1;
  width: 100%;
}
#menu-outer .table a {
  text-decoration: none;
}
#menu-outer .table nav {
  font-family: monospace;
}
#menu-outer .table ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 80;
}
#menu-outer .table li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  float: left;
  margin: 0 32px;
  position: relative;
  text-decoration: none;
  padding: 42px 0;
}
@media (max-width: 1645px) {
  #menu-outer .table li {
    display: table;
    width: 100%;
    height: 50px;
    clear: both;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 26px;
    padding-right: 26px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  #menu-outer .table li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#menu-outer .table li a, #menu-outer .table li span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: "Trebuchet", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-decoration: none;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
#menu-outer .table li a:visited, #menu-outer .table li span:visited {
  color: #FFF;
}
#menu-outer .table li a.active, #menu-outer .table li a:hover, #menu-outer .table li a:focus, #menu-outer .table li span.active, #menu-outer .table li span:hover, #menu-outer .table li span:focus {
  color: #FFF;
}
@media (max-width: 1645px) {
  #menu-outer .table li a, #menu-outer .table li span {
    display: block;
    font-size: 18px;
    padding: 15px 0;
    line-height: 1;
    letter-spacing: 1px;
  }
}
@media (min-width: 1646px) {
  #menu-outer .table li a, #menu-outer .table li span {
    font-size: 18px;
  }
}
@media (max-width: 1645px) {
  #menu-outer .table ul.dropdown li a, #menu-outer .table ul.dropdown li span {
    padding: 0px;
  }
}
#menu-outer .table li:hover,
#menu-outer .table li:focus-within {
  cursor: pointer;
}
#menu-outer .table ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  margin-top: 115px;
  left: 0;
}
@media (max-width: 1645px) {
  #menu-outer .table ul li ul {
    visibility: visible;
  }
}
#menu-outer .table ul li:hover > ul,
#menu-outer .table ul li:focus-within > ul,
#menu-outer .table ul li ul:hover,
#menu-outer .table ul li ul:focus {
  visibility: visible;
  opacity: 1;
}
#menu-outer .table ul li ul li {
  clear: both;
  width: 175px;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1645px) {
  #menu-outer .table ul li ul li {
    margin: 0;
    padding: 5px 0;
  }
}
#menu-outer .table ul li ul li a {
  color: #FFF;
  text-decoration: none;
}
#menu-outer .table ul li ul li a.active, #menu-outer .table ul li ul li a:focus {
  color: #FFF;
}
#menu-outer .table ul li ul li a:hover {
  color: #9b8764 !important;
}
@media (max-width: 1645px) {
  #menu-outer .table ul li ul li a {
    color: #FFF;
    text-decoration: none;
  }
  #menu-outer .table ul li ul li a.active, #menu-outer .table ul li ul li a:focus {
    color: #FFF;
  }
  #menu-outer .table ul li ul li a:hover {
    color: #9b8764 !important;
  }
}

.site-branding {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.site-branding a {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 30px;
  display: block;
  padding-top: 15px;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
@media (min-width: 768px) {
  .site-branding a {
    font-size: 40px;
  }
}

#footer {
  padding: 50px 40px 50px 40px;
  min-height: 212px;
  background-color: #24202e;
  clear: both;
  width: 100%;
  position: relative;
  color: #FFF;
}
#footer a {
  text-decoration: none;
  color: #333;
}
#footer a:hover {
  color: #000;
}
#footer .logo-foot {
  width: 100%;
  max-width: 210px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  #footer .logo-foot {
    display: block;
    margin: 0 auto;
  }
}
#footer #copyright {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #999;
  padding: 40px 20px 0px 20px;
}
@media (max-width: 767px) {
  #footer #copyright {
    text-align: center;
  }
}
#footer #copyright a {
  color: #999;
  text-decoration: none;
}
#footer #copyright a:hover {
  color: #FFF;
  text-decoration: underline;
}
#footer .iconfoot, #footer ul.links, #footer .social {
  display: inline-block;
}
#footer .iconfoot {
  width: 76px;
}
@media (max-width: 767px) {
  #footer .iconfoot {
    padding-top: 30px;
    position: relative;
    display: block;
    clear: both;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  #footer .iconfoot {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
  }
}
@media (min-width: 768px) {
  #footer .iconfoot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#footer .social {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .social {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 896px) {
  #footer .social {
    float: right;
  }
}
#footer .social span, #footer .social a {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 30px;
}
#footer .social span {
  margin-bottom: 4px;
}
@media (max-width: 479px) {
  #footer .social span {
    display: none;
  }
}
#footer .social a.linkedin {
  margin-bottom: 6px;
}
#footer .social a.twitter {
  margin-bottom: 3px;
}
#footer .social a:last-of-type {
  margin-right: 0px;
}
#footer .social a img {
  vertical-align: bottom;
}
#footer ul.links {
  text-align: left;
  list-style-type: none;
  margin: 42px auto 42px auto;
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
}
@media (max-width: 767px) {
  #footer ul.links {
    margin: 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    float: unset;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #footer ul.links {
    padding-left: 70px;
  }
}
#footer ul.links li {
  padding: 0 15px 15px 0;
  width: 50%;
  float: left;
  list-style: none;
  max-width: 220px;
}
@media (max-width: 767px) {
  #footer ul.links li {
    width: auto;
    float: unset;
    display: inline;
    padding: 0 16px;
    line-height: 3.5;
  }
}
@media (max-width: 350px) {
  #footer ul.links li {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
#footer ul.links li a {
  font-family: "Trebuchet", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #efefef;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer ul.links li a:visited {
  color: #efefef;
}
#footer ul.links li a.active, #footer ul.links li a:hover, #footer ul.links li a:focus {
  color: #FFF;
}

.light header.pink.black {
  background-color: #24202d;
}
.light header.pink.black #sound a {
  margin-top: 37px;
}
.light header.pink.black #logo {
  width: 184px;
}
.light header.pink.black .black-logo {
  opacity: 1;
}
.light header.pink.black .pink-logo {
  opacity: 0;
}
.light header.pink.black #menu-outer ul li a, .light header.pink.black #menu-outer ul li span {
  color: #FFF;
}
.light header.pink.black #menu-outer {
  height: 108px;
}
@media (max-width: 1645px) {
  .light header.pink.black #menu-outer {
    height: 108px;
  }
}
.light header.pink.black #menu-outer .table .mob-messaging {
  background: #FFFFFF;
}
.light header.pink.black #menu-outer .table .mob-messaging span {
  color: #333;
}
.light header.pink.black #menu-outer .table ul.dropdown li a, .light header.pink.black #menu-outer ul.dropdown li span {
  color: #333333;
}
@media (min-width: 992px) {
  .light header.pink.black #menu-outer .table ul.dropdown li a, .light header.pink.black #menu-outer ul.dropdown li span {
    color: #FFF;
  }
}
.light header.pink.black #side-bar-switch .menu-i .line-grad {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.light header.pink.black #side-bar-switch .burger span {
  color: #333;
}
.light header.pink.black .burger svg.close-cross .linestroke {
  stroke: #333333;
}
.light header.pink.black .has-sub-items:before {
  background-color: #333;
}
.light header.pink:not(.black) .burger svg.close-cross .linestroke {
  stroke: #FFFFFF;
}
.light header.pink:not(.black) .has-sub-items:before {
  background-color: #FFFFFF;
}
.light header.pink:not(.black) .black-logo {
  opacity: 0;
}
.light header.pink:not(.black) .pink-logo {
  opacity: 1;
}
.light header.pink:not(.black) #mainnav {
  background: rgba(255, 255, 255, 0);
}
.light header.gold:not(.black) #menu-outer li a, .light header.gold:not(.black) #menu-outer li span {
  color: #9b8764;
}
.light header.gold:not(.black) .logo-fill {
  fill: #9b8764;
}
.light header.gold:not(.black) #side-bar-switch #nav-sm #btn-lines, .light header.gold:not(.black) #side-bar-switch #nav-sm #btn-lines:after, .light header.gold:not(.black) #side-bar-switch #nav-sm #btn-lines:before {
  background: #9b8764;
}
.light header.gold:not(.black) #phone-icon .phone-path {
  fill: #9b8764;
}
.light header.gold:not(.black) .opened #menu-outer li a, .light header.gold:not(.black) .opened #menu-outer li span {
  color: #ffffff;
}
.light header.gold:not(.black) .opened .logo-fill {
  fill: #ffffff;
}
.light header.gold:not(.black) .opened #side-bar-switch #nav-sm #btn-lines, .light header.gold:not(.black) .opened #side-bar-switch #nav-sm #btn-lines:after, .light header.gold:not(.black) .opened #side-bar-switch #nav-sm #btn-lines:before {
  background: #FFFFFF;
}
.light header.gold:not(.black) .opened #phone-icon .phone-path {
  fill: #FFFFFF;
}

.black-logo, .pink-logo {
  position: absolute;
  top: 0px;
  display: block;
  transition: opacity 0.35 ease-out;
}

.black-logo {
  z-index: 98;
}

.pink-logo {
  z-index: 99;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@media (max-width: 767px) {
  .left-mob {
    text-align: left !important;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-centered {
  float: none;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .col-centered {
    margin: 0 auto 80px auto;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb130 {
  margin-bottom: 130px;
}

.my25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.px70 {
  padding: 0 70px;
}

.px25 {
  padding-left: 25px;
  padding-right: 25px;
}

.mx {
  margin-left: auto;
  margin-right: auto;
}

.p0 {
  padding: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
}

.dblock {
  display: block;
}

.full-wh {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.lazy[data-was-processed="true"] {
  opacity: 1;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.one-one {
  position: relative;
}
.one-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.one-one > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wide-ar {
  position: relative;
  padding: 0;
}

.wide-ar:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.77685950413223%;
}

.wide-ar > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#video-trigger-0.btn-black {
  margin-right: 20px;
  margin-bottom: 20px;
}

.hidden-over {
  overflow: hidden;
}

.bg-vid-1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: opacity 0.35s ease-out;
  transition-delay: 1s;
  background-size: center center;
  transform: translateY(0) scale(1);
}
.bg-vid-1.video-ready {
  opacity: 1;
}
.bg-vid-1 iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
}

.bg-vid-2, .bg-vid-3, .bg-vid-4 {
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: opacity 4s ease-out;
  transition-delay: 1s;
  background-size: center center;
  transform: translateY(0) scale(1);
}
.bg-vid-2.video-ready, .bg-vid-3.video-ready, .bg-vid-4.video-ready {
  opacity: 1;
}
.bg-vid-2 iframe, .bg-vid-3 iframe, .bg-vid-4 iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
}

.news-page #blog-posts {
  max-width: 1350px;
  margin-top: 80px;
}
.news-page #blog-posts .row .col-sm-6 {
  overflow: hidden;
}
.news-page .content-copy.block {
  padding: 0px 0px 60px 0px;
}
@media (max-width: 1199px) {
  .news-page .content-copy.block {
    padding: 0px 0px 60px 0px;
  }
}
.news-page .date {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-page .row {
    margin-bottom: 30px;
  }
}

.pagination {
  margin: 0 auto;
  max-width: 1345px;
  padding: 0 15px;
}
.pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .numeration {
  text-align: center;
  display: none;
}
.pagination .p-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 80px auto;
  padding: 14px 0;
}
.pagination .next {
  text-decoration: none;
  color: #000;
  padding-left: 50px;
  float: left;
  text-align: left;
  width: 150px;
}
.pagination .next:hover {
  color: #000;
}
.pagination .next:before {
  content: "";
  background: url("../img/arrow-side-gold.svg");
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 37px;
  height: 55px;
  background-size: contain;
}
.pagination .prev {
  text-decoration: none;
  color: #000;
  padding-right: 50px;
  float: right;
  text-align: right;
  width: 150px;
}
.pagination .prev:hover {
  color: #000;
}
.pagination .prev:before {
  content: "";
  background: url("../img/arrow-side-gold.svg");
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 37px;
  height: 55px;
  background-size: contain;
  transform: rotate(180deg);
}

img.post-img {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}

#hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #333333;
}
#hero.white-block {
  background: white;
}
#hero .arrow {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 40px;
  z-index: 86;
}
#hero .arrow svg {
  fill: #FFFFFF;
}
#hero .arrow #go {
  display: block;
}
#hero .arrow #go:hover {
  cursor: pointer;
}
#hero .bounce {
  -webkit-animation: bounce 2.5s forwards;
          animation: bounce 2.5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#hero.home {
  background-image: url("../img/first-frame-home.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
}
#hero.life {
  background-image: url("../img/feb2024/WawataEstateJan24_HeaderImages_Lifestyle.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 479px) {
  #hero.life {
    background-position: 50% 50%;
  }
}
@media (max-width: 350px) {
  #hero.life {
    background-position: 50% 50%;
  }
}
#hero.feat {
  background-image: url("../img/feb2024/WawataEstateJan24_HeaderImages_Features_1.jpg");
  background-size: cover;
  background-position: center;
}

@media(max-width:991px){
	#hero.feat{
   	 background-position: center right;
    }
}

#hero.story {
  background-image: url("../img/Our_Story_Banner.jpg");
  background-size: cover;
  background-position: center;
}
#hero.location {
  background-image: url("../img/feb2024/WawataEstateJan24_HeaderImages_Location.jpg");
  background-size: cover;
  background-position: center;
}
#hero.properties {
  background-image: url("../img/feb2024/WawataEstateJan24_HeaderImages_Properties.jpg");
  background-size: cover;
  background-position: center;
}
#hero.news {
  background-image: url("../img/feb2024/WawataEstateJan24_HeaderImages_Media.jpeg");
  background-size: cover;
  background-position: center;
}
#hero.owners {
  background-image: url("../img/feb2024/WawataEstateJan24_HeaderImages_Media.jpg");
  background-size: cover;
  background-position: center;
}
#hero.build {
  background-image: url("../img/feb2024/build-hero-img.webp");
  background-size: cover;
  background-position: top;
}
#hero h1.italic {
  font-style: italic;
}
#hero h1, #hero h2, #hero p {
  max-width: 830px;
}
#hero h1.left, #hero h2.left, #hero p.left {
  margin-left: 0;
  margin-right: auto;
}
#hero h1.center, #hero h2.center, #hero p.center {
  margin-left: auto;
  margin-right: auto;
}
#hero h1.right, #hero h2.right, #hero p.right {
  margin-left: auto;
  margin-right: 0;
}
#hero.home h1 {
  color: #FFF;
  margin-bottom: 0;
}
#hero.feat h1, #hero.life h1, #hero.story h1, #hero.location h1, #hero.properties h1, #hero.news h1 {
  margin-top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  margin-bottom: 0;
}
#hero.feat .hero-content, #hero.life .hero-content, #hero.story .hero-content, #hero.location .hero-content, #hero.properties .hero-content, #hero.news .hero-content {
  height: 100%;
}
@media (min-width: 1200px) {
  #hero h1 {
    font-size: 32px;
    
  }

  #hero h1 span{
    font-family: 'Trebuchet MS', sans-serif;

  }

  #hero h1.white{
    color: #fff;
  } 


}



#hero h1, #hero h2, #hero p {
  color: #24202D;
}
#hero p:last-of-type {
  margin-bottom: 0;
}
#hero .bk-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#hero .hero-content {
  position: absolute;
  z-index: 11;
  padding: 24px;
  width: 100%;
}
#hero .hero-content > .row {
  margin-bottom: 0;
}
#hero .hero-content.about-c {
  width: 100%;
  width: 100vw;
}
#hero .hero-content.about-c h1 {
  padding: 0px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#hero .hero-content.home-c {
  width: 100%;
  width: 100vw;
  bottom: 100px;
  left: 0;
}
@media (min-width: 768px) {
  #hero .hero-content.home-c {
    bottom: 14%;
    left: 3%;
  }


}
#hero .hero-content.home-c h1 {
  opacity: 0;
  padding: 0px 15px;
}
#hero .hero-content.home-c p {
  max-width: 720px;
  margin: 0 auto 30px auto;
  font-size: 20px;
  color: #fff;
  padding: 0px 15px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #hero .hero-content.home-c p {
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 767px) {
  #hero .hero-content.home-c p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 479px) {
  #hero .hero-content.home-c p {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 350px) {
  #hero .hero-content.home-c p {
    font-size: 14px;
    margin: 0 auto 40px auto;
  }
}
#hero .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
#hero .overlay-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  background-color: #FFF;
  opacity: 1;
}
#hero.show-it .overlay-filter {
  -webkit-animation: splash 0.5s normal forwards ease-in;
          animation: splash 0.5s normal forwards ease-in;
}
#hero.show-it .home-c h1.italic {
  -webkit-animation: fadeOpacity 1s ease-in 1s normal forwards;
          animation: fadeOpacity 1s ease-in 1s normal forwards;
}
#hero.show-it .home-c h1.bigger {
  -webkit-animation: fadeOpacity 1s ease-in 2.5s normal forwards;
          animation: fadeOpacity 1s ease-in 2.5s normal forwards;
}

.center-quote {
  max-width: 770px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.tile {
  padding: 0 0 20px 0;
}
.tile .name {
  text-align: center;
}
.tile a {
  font-size: 18px;
  padding-bottom: 30px;
  display: block;
  height: 0;
  overflow: visible;
  padding-top: 100%;
  background: white;
  position: relative;
}
.tile a:before {
  content: "";
  position: absolute;
  background-color: #c6c6c6;
  top: 0;
  left: 0;
  padding-bottom: 100%;
  width: 100%;
}
.tile a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.arrow-go-to {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  color: #9b8764;
  text-decoration: none;
}
.arrow-go-to:visited {
  color: #9b8764;
}
.arrow-go-to:after {
  position: absolute;
  content: "";
  background: url("../img/arrow-down-gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 55px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, 0);
}

.back-top {
  text-transform: uppercase;
  text-decoration: none;
}
.back-top:hover {
  color: #9b8764;
  text-decoration: none;
}

.wawata-card {
  position: relative;
  background: #ece7e0;
  padding: 50px 50px 50px 125px;
  max-width: 750px;
}
.wawata-card:after {
  content: "";
  background: url("../img/WAWATAFEB20_WEBSITE-BRACKET.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80%;
  width: 100%;
  max-width: 79px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modalDialog {
    display: table;
    height: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 479px) {
  .modalDialog {
    overflow: scroll;
    display: block;
    padding-top: 60px;
  }
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 10% auto;
  padding: 75px;
  border-radius: 0px;
  background: rgba(226, 211, 220, 0.9);
}
@media (max-width: 767px) {
  .modalDialog > div {
    padding: 40px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
}

.close {
  background: url("../img/cross.svg");
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: 700;
  opacity: 0.8;
}

.close:hover {
  opacity: 1;
}

.intro {
  position: relative;
}

.line-pos {
  z-index: 10;
}
.line-pos.intro-l {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.line-pos.intro-l .line-wrap {
  display: block;
  width: 25px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  height: 0px;
  transition: height 2s ease;
}
.line-pos.intro-l .line-wrap.show {
  height: 70px;
}
@media (max-width: 767px) {
  .line-pos.intro-l .line-wrap.show {
    height: 50px;
  }
}
.line-pos.hero-l {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.line-pos.hero-l .line-wrap {
  display: block;
  width: 25px;
  margin: 25px auto 0 auto;
  overflow: hidden;
  height: 0px;
  transition: height 2s ease;
  transition-delay: 3s;
}
.line-pos.hero-l .line-wrap.show {
  height: 180px;
}
@media (max-width: 767px) {
  .line-pos.hero-l .line-wrap.show {
    height: 120px;
  }
}
@media (max-width: 479px) {
  .line-pos.hero-l .line-wrap.show {
    height: 73px;
  }
}

@-webkit-keyframes splash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes splash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineSlide {
  0% {
    height: 0vh;
  }
  100% {
    height: 38vh;
  }
}
@keyframes lineSlide {
  0% {
    height: 0vh;
  }
  100% {
    height: 38vh;
  }
}
.hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.center-wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.center-wrap h2 {
  display: inline-block;
  margin-bottom: 30px;
}

#intro.single-page, .intro.single-page {
  padding-top: 125px;
}
@media (min-width: 768px) {
  #intro.single-page, .intro.single-page {
    padding-top: 200px;
  }
}
#intro.post-area, .intro.post-area {
  padding-top: 125px;
}
@media (min-width: 768px) {
  #intro.post-area, .intro.post-area {
    padding-top: 200px;
  }
}
#intro.post-area .row.featured-image, .intro.post-area .row.featured-image {
  margin-bottom: 0;
}
#intro.post-area .author-block span, #intro.post-area .author-block h1, #intro.post-area .author-block h2, .intro.post-area .author-block span, .intro.post-area .author-block h1, .intro.post-area .author-block h2 {
  display: block;
  clear: both;
}
#intro.post-area .author-block h4 a, .intro.post-area .author-block h4 a {
  text-decoration: none;
  color: #404040;
}
#intro.post-area .publish-date, #intro.post-area .src-publish-date, .intro.post-area .publish-date, .intro.post-area .src-publish-date {
  color: #8a8a8a;
}
#intro.post-area .article h2.author-name, .intro.post-area .article h2.author-name {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.article .src-publish-date, .featured-article .src-publish-date {
  margin-bottom: 40px;
}
.article .line-separator, .featured-article .line-separator {
  background: #8a8a8a;
}

.article .row.interested-in {
  margin: 0 -15px 30px -15px;
}
@media (max-width: 767px) {
  .article .row.interested-in {
    margin: 0 10px 15px 10px;
  }
}

.featured-article h2.author-name {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.featured-article .row.post-body {
  position: relative;
  max-height: 188px;
  overflow: hidden;
  margin: 0 -15px 0px -15px;
}
@media (max-width: 767px) {
  .featured-article .row.post-body {
    margin: 0 10px 20px 10px;
  }
}
.featured-article .row.read-more {
  margin: 0 -15px 60px -15px;
}
@media (max-width: 767px) {
  .featured-article .row.read-more {
    margin: 0 10px 60px 10px;
  }
}
.featured-article .post-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 188px;
  display: block;
  width: 100%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.featured-image img {
  display: block;
  margin: 0 auto 10px auto;
}

.articles-feed h2.author-name {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.articles-feed .src-publish-date {
  margin-bottom: 20px;
}
.articles-feed .line-separator {
  background: #8a8a8a;
}
@media (max-width: 767px) {
  .articles-feed .col-xs-6.left-col .content-copy.row {
    margin: 0 -15px 0px 10px;
  }
  .articles-feed .col-xs-6.left-col .content-copy.row.author-block {
    margin: 0 10px 80px 10px;
  }
  .articles-feed .col-xs-6.right-col .content-copy.row {
    margin: 0 10px 0px -15px;
  }
  .articles-feed .col-xs-6.right-col .content-copy.row.author-block {
    margin: 0 10px 80px 10px;
  }
  .articles-feed .content-copy.row {
    margin: 0 -15px 0px 10px;
  }
  .articles-feed .content-copy.row.author-block {
    margin: 0 10px 80px 10px;
  }
}
@media (max-width: 479px) {
  .articles-feed .col-xs-6.left-col .content-copy.row, .articles-feed .col-xs-6.right-col .content-copy.row {
    margin: 0 10px 0px 10px;
  }
}

.sm-none {
  display: block;
}
@media (min-width: 768px) {
  .sm-none {
    display: none;
  }
}

.img-list img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-list img {
    margin-bottom: 30px;
  }
}
.img-list div:last-of-type img:last-of-type {
  margin-bottom: 0px;
}

img.scrollable {
  opacity: 0;
  transform: translate(0, 80px);
}
img.scrollable.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.6s, transform 0.6s ease-out;
  transition-delay: 0.3s;
}

.f-shadow {
  text-shadow: 1px 1px 10px #000;
}

.swiper-sights {
  width: 100%;
  height: 100%;
}
.swiper-sights .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
}
.swiper-sights .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.swiper-sights .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-sights .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

#sights-section {
  position: relative;
}
#sights-section h2.gold {
  margin-top: 50px;
  margin-bottom: 50px;
}

#sights {
  position: relative;
}
#sights.swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  #sights.swiper-container .swiper-slide img {
    height: 100%;
    width: auto;
    max-width: inherit;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#sights .swiper-pagination {
  display: block;
  position: relative;
  padding: 15px 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #sights .swiper-pagination {
    display: none;
  }
}
#sights .swiper-pagination-bullet-active span {
  color: #000;
}
#sights .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #aeaeae;
  margin: 0 10px;
}
#sights .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
}
#sights .arrow-button-right:hover, #sights .arrow-button-left:hover {
  cursor: pointer;
}
#sights .arrow-button-left {
  background-image: url(../img/arrow-circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  height: 60px;
  width: 60px;
  z-index: 50;
  margin-top: -30px;
  padding: 0;
}
@media (max-width: 767px) {
  #sights .arrow-button-left {
    margin-top: 0;
    height: 38px;
    width: 38px;
  }
}
#sights .arrow-button-right {
  background-image: url(../img/arrow-circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 60px;
  width: 60px;
  transform: rotate(180deg) translate(0, 50%);
  zoom: 1;
  z-index: 50;
  margin-top: -30px;
  padding: 0;
}
@media (max-width: 767px) {
  #sights .arrow-button-right {
    margin-top: 0;
    height: 38px;
    width: 38px;
  }
}
#sights .swiper-slide {
  overflow: hidden;
}
@media (max-width: 767px) {
  #sights .swiper-slide {
    height: 420px;
  }
}
@media (max-width: 479px) {
  #sights .swiper-slide {
    height: 210px;
  }
}

.arqui-swipe {
  position: relative;
}
.arqui-swipe.swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .arqui-swipe.swiper-container .swiper-slide img {
    height: 100%;
    width: auto;
    max-width: inherit;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.arqui-swipe .swiper-pagination {
  display: block;
  position: absolute;
  padding: 15px 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .arqui-swipe .swiper-pagination {
    display: none;
  }
}
.arqui-swipe .swiper-pagination-bullet-active span {
  color: #000;
}
.arqui-swipe .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #aeaeae;
  margin: 0 10px;
}
.arqui-swipe .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
}
.arqui-swipe .arrow-button-right:hover, .arqui-swipe .arrow-button-left:hover {
  cursor: pointer;
}
.arqui-swipe .arrow-button-left {
  background-image: url(../img/arrow-circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, 0%);
  height: 60px;
  width: 60px;
  z-index: 50;
  margin-top: -30px;
  padding: 0;
}
@media (max-width: 767px) {
  .arqui-swipe .arrow-button-left {
    margin-top: 0;
    height: 38px;
    width: 38px;
  }
}
.arqui-swipe .arrow-button-right {
  background-image: url(../img/arrow-circle.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 60px;
  width: 60px;
  transform: rotate(180deg) translate(0, 0);
  zoom: 1;
  z-index: 50;
  margin-top: -30px;
  padding: 0;
}
@media (max-width: 767px) {
  .arqui-swipe .arrow-button-right {
    margin-top: 0;
    height: 38px;
    width: 38px;
  }
}
.arqui-swipe .swiper-slide {
  overflow: hidden;
}
@media (max-width: 767px) {
  .arqui-swipe .swiper-slide {
    height: 420px;
  }
}
@media (max-width: 479px) {
  .arqui-swipe .swiper-slide {
    height: 210px;
  }
}

.fluidvid-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 56.1905%;
}

.fluidvid-item-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fluidvid-item-iframe iframe {
  width: 100%;
  height: 100%;
}

#videoModal, #pdfModal {
  z-index: 999 !important;
}

@media screen and (max-height: 840px) {
  .modal-content-cm {
    margin: -17.5% auto 0 auto !important;
  }

  .fluidvid-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 44.1905%;
  }
}
.modal-cm {
  z-index: 999 !important;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  left: 0;
  top: -999px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content-cm {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: -22.5% auto 0 auto;
  padding: 0;
  border: none;
  width: 80%;
}

.aspect-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-modal-cm {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  background-color: transparent;
  box-sizing: border-box;
  height: 40px;
  z-index: 9113;
  cursor: pointer;
}

.close-modal-cm span {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 28px;
  height: 28px;
  opacity: .7;
}

.close-modal-cm span:hover {
  opacity: 1;
}

.close-modal-cm span:before, .close-modal-cm span:after {
  position: absolute;
  left: 13px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #fff;
}

.close-modal-cm span:before {
  transform: rotate(45deg);
}

.close-modal-cm span:after {
  transform: rotate(-45deg);
}

#contact.main-form .content-copy.block {
  padding: 70px 50px;
}
@media (max-width: 767px) {
  #contact.main-form .content-copy.block {
    padding: 70px 25px 10px 25px;
  }
}
#contact.main-form .content-copy img {
  max-width: 170px;
  margin-bottom: 28px;
  width: 49%;
}

.contact-page #contact .content-copy.block {
  padding: 70px 50px;
}

.licensed {
  color: #ddd;
  text-transform: initial !important;
}

#contact span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
#contact a.phone, #contact a.email {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  color: #000;
}
@media (max-width: 767px) {
  #contact a.phone, #contact a.email {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  #contact a.phone, #contact a.email {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #contact a.phone, #contact a.email {
    font-size: 32px;
  }
}
#contact a.phone:hover, #contact a.phone:visited, #contact a.email:hover, #contact a.email:visited {
  color: #000;
}
#contact a.phone.white, #contact a.email.white {
  color: #fff;
}
#contact a.phone.white:hover, #contact a.phone.white:visited, #contact a.email.white:hover, #contact a.email.white:visited {
  color: #fff;
}
@media (max-width: 767px) {
  #contact .content-copy {
    padding: 65px 0px 25px 0px;
  }
  #contact .contact-form form {
    padding: 40px 25px 80px 25px;
  }
}
@media (max-width: 479px) {
  #contact .contact-form form {
    padding: 40px 10px 80px 10px;
  }
}
@media (min-width: 1650px) {
  #contact .content-copy {
    margin: 0 auto 0 auto;
  }
  #contact .contact-form form, #contact .contact-form p.white {
    margin: 0 auto 0 auto !important;
  }
}
#contact .pattern-back a.phone, #contact .pattern-back a.email {
  color: #FFF;
}
#contact .pattern-back a.phone:hover, #contact .pattern-back a.phone:visited, #contact .pattern-back a.email:hover, #contact .pattern-back a.email:visited {
  color: #FFF;
}
#contact .pattern-back label {
  color: #FFF;
}

#contact.main-form form {
  padding: 10px 25px 80px 25px;
}
#contact.main-form form .opt-in input:hover, #contact.main-form form .opt-in .wpcf7-list-item-label {
  cursor: pointer;
}
@media (max-width: 767px) {
  #contact.main-form form {
    padding: 10px 25px 80px 25px;
  }
}
@media (min-width: 768px) {
  #contact.main-form form p:nth-child(2) {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  #contact.main-form form p:nth-child(2) input {
    margin-bottom: 12px;
  }
  #contact.main-form form p:nth-child(3) {
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
  }
  #contact.main-form form p:nth-child(3) input {
    margin-bottom: 12px;
  }
}
#contact.main-form form .wpcf7-form-control-wrap.opt-in {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #contact.main-form form .wpcf7-form-control-wrap.opt-in {
    padding-bottom: 75px;
  }
}
@media (max-width: 350px) {
  #contact.main-form form .wpcf7-form-control-wrap.opt-in {
    padding-bottom: 110px;
  }
}

.contact-page #contact .contact-form form .opt-in input:hover, .contact-page #contact .contact-form form .opt-in .wpcf7-list-item-label {
  cursor: pointer;
}
@media (min-width: 768px) {
  .contact-page #contact .contact-form form .wpcf7-submit {
    max-width: 220px;
  }
}
.contact-page #contact .contact-form form .wpcf7-list-item-label {
  color: #000;
}
@media (min-width: 768px) {
  .contact-page #contact .contact-form form p:nth-child(2) {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  .contact-page #contact .contact-form form p:nth-child(2) input {
    margin-bottom: 12px;
  }
  .contact-page #contact .contact-form form p:nth-child(3) {
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
  }
  .contact-page #contact .contact-form form p:nth-child(3) input {
    margin-bottom: 12px;
  }
  .contact-page #contact .contact-form form p:nth-child(4) {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  .contact-page #contact .contact-form form p:nth-child(4) input {
    margin-bottom: 12px;
  }
  .contact-page #contact .contact-form form p:nth-child(5) {
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
  }
  .contact-page #contact .contact-form form p:nth-child(5) input {
    margin-bottom: 12px;
  }
}
.contact-page #contact .contact-form form .wpcf7-form-control-wrap.opt-in {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .contact-page #contact .contact-form form .wpcf7-form-control-wrap.opt-in {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact-page #contact .contact-form form .wpcf7-form-control-wrap.opt-in {
    padding-bottom: 75px;
  }
}
@media (max-width: 350px) {
  .contact-page #contact .contact-form form .wpcf7-form-control-wrap.opt-in {
    padding-bottom: 100px;
  }
}

.pattern-back {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-page {
  margin-top: 0px;
}

.contact-page {
  margin-top: 107px;
}

.contact-form form .row {
  margin-bottom: 0;
}

#contact.main-form .contact-form p.white {
  color: #FFF;
  margin: 0 auto;
  display: block;
  max-width: 590px;
  padding: 75px 25px 25px 25px;
}

@media (max-width: 767px) {
  .bg-vid-2, .bg-vid-3, .bg-vid-4 {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .col-sm-6 .content-copy.block {
    margin: 0 auto;
  }
}
.col-sm-6 .content-copy.block .table-cell {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #contact.main-form .content-copy {
    padding: 65px 28px 25px 28px;
  }
}
@media (max-width: 479px) {
  #contact.main-form .content-copy {
    padding: 65px 0px 25px 0px;
  }
}
#contact.main-form {
  background-color: #5b575e;
}

.home-page .play-btn-slide {
  background-image: url("../img/WAWATAMAR20_WEBSITE_PLAYBUTTON.svg");
  width: 120px !important;
  height: 120px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0.9;
}
@media (max-width: 479px) {
  .home-page .play-btn-slide {
    width: 80px !important;
    height: 80px;
  }
}
.home-page .play-btn-slide:hover {
  cursor: pointer;
  opacity: 1;
}
.home-page .bv-2, .home-page .bv-3, .home-page .bv-4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-page #elegance > .row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .home-page .col-sm-6 .content-copy.block {
    margin: 0 auto;
  }
}
.home-page .col-sm-6 .content-copy.block .table-cell {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #unique-opportunity .inst {
    display: none;
  }
}
#unique-opportunity .col-sm-12 .content-copy {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 50px 40px 50px;
}
@media (max-width: 767px) {
  #unique-opportunity .col-sm-12 .content-copy {
    padding: 80px 25px 0px 25px;
  }
  #unique-opportunity .col-sm-12 .content-copy p {
    margin-bottom: 0;
  }
}
#unique-opportunity p b {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 700;
}

#rare-opportunity .col-sm-12 .content-copy {
  max-width: 1024px;
  margin: 0 auto;
}

.member-row .m-detail {
  display: table;
  min-height: 320px;
}
@media (max-width: 767px) {
  .member-row .m-detail {
    min-height: 240px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.member-row .m-detail .v-center-pad {
  display: table-cell;
  vertical-align: middle;
}
.member-row .m-detail .v-center-pad .row {
  margin-bottom: 0;
}
.member-row .m-img img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
.member-row .member, .member-row .title {
  display: block;
  font-family: "EB Garamond", serif;
}
.member-row .member {
  color: #9b8764;
  font-size: 28px;
  line-height: 1;
}
.member-row .title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.contact-page .member-row {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-page .member-row img {
  width: 100%;
  max-width: 100%;
  transform: translate(0, 50%);
  padding: 0 35px 0 0;
}
@media (max-width: 767px) {
  .contact-page .member-row img {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    position: relative;
    transform: translate(0, 0);
  }
}
.contact-page .contact-form form {
  max-width: 1200px;
}

#team.container {
  max-width: 1200px;
}
@media (max-width: 1199px) {
  #team.container {
    padding: 0 25px;
  }
}
#team .m-detail .v-center-pad {
  padding-left: 55px;
}
#team .m-detail .v-center-pad:after {
  content: "";
  background: url("../img/WAWATAFEB20_WEBSITE-GREY-BRACKET.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 767px) {
  #team .m-detail .v-center-pad:after {
    height: 240px;
    width: 60px;
  }
}
#team .col-sm-12 .content-copy {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 50px 40px 50px;
}
@media (max-width: 767px) {
  #team .col-sm-12 .content-copy {
    padding: 0px 25px 40px 25px;
  }
}

.quote-block {
  font-family: EB Garamond,serif;
  font-style: italic;
  font-size: 26px;
  text-align: center;
  padding: 40px 30px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 50px 0 20px 0;
}
.quote-block span {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-family: 'Trebuchet';
  font-style: normal;
  font-weight: bold;
}
.quote-block a {
  font-family: EB Garamond,serif;
  font-size: 26px;
  font-style: italic;
  color: #404040;
}

#partners span {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
@media (max-width: 767px) {
  #partners span {
    font-size: 16px;
  }
}
#partners span.role {
  color: #9b8764;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  #partners span.role {
    font-size: 22px;
  }
}
#partners .col-sm-4 {
  margin-bottom: 20px;
}
#partners.container {
  max-width: 1200px;
}
@media (max-width: 1199px) {
  #partners.container {
    padding: 0 25px;
  }
}
#partners .col-sm-12 .content-copy {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 50px 80px 50px;
}
@media (max-width: 767px) {
  #partners .col-sm-12 .content-copy {
    padding: 80px 25px 60px 25px;
  }
}

.bi {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#premium .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-FEATURES_HEADER-02.jpg");
}

#simplicity .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-FEATURES_HEADER-03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#automation .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-FEATURES_HEADER-04.jpg");
}

#mountain .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-FEATURES_HEADER-05.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#access .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-FEATURES_HEADER-06.jpg");
}

#water .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-FEATURES_HEADER-07.jpg");
}

#convenience .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LIFESTYLE_HEADER-02.jpg");
}
@media (max-width: 767px) {
  #convenience .bi {
    background-position: 34% 0%;
  }
}

#nature .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LIFESTYLE_HEADER-03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#beaches .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LIFESTYLE_HEADER-04.jpg");
}

#wineries .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LIFESTYLE_HEADER-05.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#tuturu-lane {
  margin-top: 60px;
}

.lane-block {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
}
.lane-block .row {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lane-block {
    padding: 0 25px;
    max-width: 590px;
  }
}
.lane-block .lane-details .row:last-child {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lane-block .lane-details .row:last-child {
    margin-bottom: 30px;
  }
}

.exp-title {
  position: relative;
}
.exp-title:before {
  content: "";
  background-image: url("../img/black-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: 12px;
  right: 0;
  width: 40px;
  height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .exp-title:before {
    margin-top: 6px;
  }
}
.exp-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -20px;
  background-color: #24202d;
}
.exp-title h2 {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .exp-title h2 {
    font-size: 30px;
  }
}
.exp-title:hover {
  cursor: pointer;
}

.exp-title.active:before {
  transform: rotate(180deg);
}

.start-collapsed .exp-content {
  display: none;
}

.exp-content .btn-black-sm {
  margin-top: 3px;
}
.exp-content .row {
  margin-bottom: 20px;
}
.exp-content .lot-address {
  margin-bottom: 0;
}
.exp-content .lot-trans {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  color: #000;
  line-height: 1;
}

.lane-img {
  margin-bottom: 20px;
}

.ital {
  font-style: italic;
}

@media (max-width: 991px) {
  #lot-description .content-copy {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #lot-description .content-copy {
    padding: 0 0 60px 0;
  }
}

.lot-map-vessel {
  display: block;
  position: relative;
  margin: 40px 0;
}
@media (min-width: 992px) {
  .lot-map-vessel {
    margin: 80px 0;
  }
}
.lot-map-vessel:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lot-map-vessel {
    padding: 0;
  }
}

.lot-info-block {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 50px;
}
.lot-info-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  display: block;
  height: 100%;
  background: url(../img/WAWATAFEB20_WEBSITE-GREY-BRACKET.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .lot-info-block h3 {
    font-size: 30px;
  }
}
.lot-info-block h2 {
  color: #404040;
}
.lot-info-block h3, .lot-info-block h4 {
  margin-bottom: 10px;
}
.lot-info-block span:not(.gold) {
  font-size: 22px;
}

#map {
  padding-bottom: 42%;
  min-height: 400px;
}

.build-page #hero, .news-page #hero, .lot-page #hero, .features-page #hero, .location-page #hero, .properties-page #hero, .lifestyle-page #hero, .our-story-page #hero, .privacy-page #hero, .single-page #hero, .owners-page #hero {
  max-height: 60vh;
  min-height: 400px;
}

.lifestyle-page img, .features-page img {
  margin-bottom: 20px;
}

div:not(.home-page) #intro {
  margin-top: 20px;
}

#intro .content-copy {
  margin: 0 auto;
}

#intro .arrow {
  display: block;
  width: 70px;
  height: 40px;
  margin: 60px auto 0 auto;
}
#intro .arrow:hover {
  pointer: cursor;
}
#intro p.lead {
  font-size: 20px;
}

#lot-menu {
  margin: 40px;
}
#lot-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#lot-menu ul li {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  font-weight: 500;
}
#lot-menu ul li span {
  font-size: 15px;
  color: #9b8764;
}
#lot-menu ul li a {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  text-decoration: none;
  color: #404040;
}
#lot-menu ul li a:hover {
  color: #9b8764;
}

.owners-page .hero-content {
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
.owners-page h1 {
  margin-top: 0;
}
.owners-page h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.owners-page #arq .content-copy, .owners-page #stories .content-copy {
  margin-bottom: 30px;
}

.build-page .hero-content {
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

.btn-gold.center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.lot-page .hero-content {
  height: 100%;
}
.lot-page .hero-content h1 {
  margin-top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  color: #fff !important;
}
.lot-page span.v-site {
  display: block;
  padding: 0 0 18px 30px;
}
.lot-page .content-copy.block {
  padding: 80px 0px;
}
.lot-page #intro .content-copy {
  padding: 35px 50px  0px 50px;
}
.lot-page .actually {
  position: absolute;
  left: 25px;
  bottom: 20px;
  color: #FFF;
}
@media (min-width: 768px) {
  .lot-page .actually {
    left: 50px;
  }
}

.lot-page-01 #lot-menu span:not(.tukere), .lot-page-02 #lot-menu span:not(.tukere), .lot-page-03 #lot-menu span:not(.tukere), .lot-page-04 #lot-menu span:not(.tukere) {
  color: #bebebe;
}

.lot-page-14 #lot-menu span:not(.tamihana), .lot-page-15 #lot-menu span:not(.tamihana), .lot-page-16 #lot-menu span:not(.tamihana), .lot-page-17 #lot-menu span:not(.tamihana), .lot-page-18 #lot-menu span:not(.tamihana), .lot-page-19 #lot-menu span:not(.tamihana), .lot-page-22 #lot-menu span:not(.tamihana), .lot-page-24 #lot-menu span:not(.tamihana) {
  color: #bebebe;
}

.lot-page-08 #lot-menu span:not(.hoete), .lot-page-07 #lot-menu span:not(.hoete), .lot-page-06 #lot-menu span:not(.hoete), .lot-page-05 #lot-menu span:not(.hoete) {
  color: #bebebe;
}

.lot-page-09 #lot-menu span:not(.puhata), .lot-page-10 #lot-menu span:not(.puhata), .lot-page-11 #lot-menu span:not(.puhata), .lot-page-13 #lot-menu span:not(.puhata) {
  color: #bebebe;
}

.lot-page-20 #lot-menu span:not(.tipa), .lot-page-21 #lot-menu span:not(.tipa), .lot-page-23 #lot-menu span:not(.tipa), .lot-page-25 #lot-menu span:not(.tipa) {
  color: #bebebe;
}

.lot-page-12 #lot-menu span:not(.hill) {
  color: #bebebe;
}

.lot-page-01 .lot-nav-1 {
  color: #2f89b9 !important;
}
.lot-page-01 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-01.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-01 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-01.png");
  }
}

.lot-page-02 .lot-nav-2 {
  color: #2f89b9 !important;
}
.lot-page-02 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-02.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-02 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-02.png");
  }
}

.lot-page-03 .lot-nav-3 {
  color: #2f89b9 !important;
}
.lot-page-03 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-03.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-03 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-03.png");
  }
}

.lot-page-04 .lot-nav-4 {
  color: #2f89b9 !important;
}
.lot-page-04 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-04.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-04 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-04.png");
  }
}

.lot-page-05 .lot-nav-5 {
  color: #2f89b9 !important;
}
.lot-page-05 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-05.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-05 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-05.png");
  }
}

.lot-page-06 .lot-nav-6 {
  color: #2f89b9 !important;
}
.lot-page-06 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-06.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-06 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-06.png");
  }
}

.lot-page-07 .lot-nav-7 {
  color: #2f89b9 !important;
}
.lot-page-07 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-07.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-07 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-07.png");
  }
}

.lot-page-08 .lot-nav-8 {
  color: #2f89b9 !important;
}
.lot-page-08 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-08.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-08 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-08.png");
  }
}

.lot-page-09 .lot-nav-9 {
  color: #2f89b9 !important;
}
.lot-page-09 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-09.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-09 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-09.png");
  }
}

.lot-page-10 .lot-nav-10 {
  color: #2f89b9 !important;
}
.lot-page-10 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-10.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-10 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-10.png");
  }
}

.lot-page-11 .lot-nav-11 {
  color: #2f89b9 !important;
}
.lot-page-11 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-11.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-11 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-11.png");
  }
}

.lot-page-12 .lot-nav-12 {
  color: #2f89b9 !important;
}
.lot-page-12 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-12.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-12 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-12.png");
  }
}

.lot-page-13 .lot-nav-13 {
  color: #2f89b9 !important;
}
.lot-page-13 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-13.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-13 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-13.png");
  }
}

.lot-page-14 .lot-nav-14 {
  color: #2f89b9 !important;
}
.lot-page-14 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-14.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-14 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-14.png");
  }
}

.lot-page-15 .lot-nav-15 {
  color: #2f89b9 !important;
}
.lot-page-15 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-15.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-15 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-15.png");
  }
}

.lot-page-16 .lot-nav-16 {
  color: #2f89b9 !important;
}
.lot-page-16 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-16.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-16 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-16.png");
  }
}

.lot-page-17 .lot-nav-17 {
  color: #2f89b9 !important;
}
.lot-page-17 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-17.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-17 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-17.png");
  }
}

.lot-page-18 .lot-nav-18 {
  color: #2f89b9 !important;
}
.lot-page-18 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-18.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-18 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-18.png");
  }
}

.lot-page-19 .lot-nav-19 {
  color: #2f89b9 !important;
}
.lot-page-19 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-19.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-19 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-19.png");
  }
}

.lot-page-20 .lot-nav-20 {
  color: #2f89b9 !important;
}
.lot-page-20 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-20.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-20 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-20.png");
  }
}

.lot-page-21 .lot-nav-21 {
  color: #2f89b9 !important;
}
.lot-page-21 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-21.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-21 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-21.png");
  }
}

.lot-page-22 .lot-nav-22 {
  color: #2f89b9 !important;
}
.lot-page-22 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-22.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-22 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-22.png");
  }
}

.lot-page-23 .lot-nav-23 {
  color: #2f89b9 !important;
}
.lot-page-23 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-23.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-23 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-23.png");
  }
}

.lot-page-24 .lot-nav-24 {
  color: #2f89b9 !important;
}
.lot-page-24 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-24.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-24 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-24.png");
  }
}

.lot-page-25 .lot-nav-25 {
  color: #2f89b9 !important;
}
.lot-page-25 .lot-map-vessel {
  background-image: url("../img/WAWATAFEB20_LOTS_MAPS_LOT-25.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .lot-page-25 .lot-map-vessel {
    background-image: url("../img/WAWATAFEB20_WEBSITE_MAPS_CLOSEUP_LOT-25.png");
  }
}

#map-placeholder {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-HOMEPAGE_MAP.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #map-placeholder {
    background-image: url("../img/WAWATAFEB20_WEBSITEIMG-HOMEPAGE_MAP_MOB.jpg");
  }
  #map-placeholder:after {
    padding-bottom: 100%;
  }
}

.lots .hero-content h1 {
  color: #FFF;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lots .hero-content h1 {
    font-size: 84px;
  }
}

.full-width-banner {
  display: block;
  position: relative;
}
.full-width-banner:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 42%;
  top: 0;
  left: 0;
}

#banner-lot-1 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-01.jpg");
  background-size: cover;
  background-position: center;
}

#hero.lot-1 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-01.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-2 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-02.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-3 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-03.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-4 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-04.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-5 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-05.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-6 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-06.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-7 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-07.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-8 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-08.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-9 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-09.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-10 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-10.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-11 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-11.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-12 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-12.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-13 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-13.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-14 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-14.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-15 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-15.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-16 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-16.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-17 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-17.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-18 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-18.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-19 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-19.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-20 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-20.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-21 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-21.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-22 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-22.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-23 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-23.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-24 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-24.jpg");
  background-size: cover;
  background-position: center;
}
#hero.lot-25 {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-PROPERTIES_LOT-25.jpg");
  background-size: cover;
  background-position: center;
}

#waiheke {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LOCATION_HEADER-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#waiheke-mob .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LOCATION_HEADER-NW-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 479px) {
  #waiheke-mob .bi {
    min-height: 350px;
  }
}

#wawata {
  background-image: url("../img/Location-2022-update_Wawata.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wawata-mob .bi {
  background-image: url("../img/Location-2022-update_Wawata.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 479px) {
  #wawata-mob .bi {
    min-height: 350px;
  }
}

#auckland {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LOCATION_HEADER-04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#auckland-mob .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-LOCATION_HEADER-NW-04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 479px) {
  #auckland-mob .bi {
    min-height: 350px;
  }
}

@media (min-width: 768px) {
  .hide-desk {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
#regeneration .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-TEAM_HEADER-02.jpg");
}

#native .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-TEAM_HEADER-03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#arch .bi {
  background-image: url("../img/WAWATAFEB20_WEBSITEIMG-TEAM_HEADER-04.jpg");
}

.col-sm-12 .content-copy {
  width: 100%;
}



.row.scrollable {
  opacity: 0;
}
.row.scrollable.show {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.5s;
}

.gold {
  color: #9b8764 !important;
}

.content-copy.block {
  padding: 0 0 60px 0;
}
@media (max-width: 767px) {
  .content-copy.block {
    padding: 30px 25px;
    margin: 0 auto;
    display: block;
    max-width: 590px;
  }
}
.content-copy .table-cell :last-child {
  margin-bottom: 0px;
}
.content-copy .table-cell p:not(:last-child) {
  margin-bottom: 30px;
}
.content-copy .gold {
  color: #9b8764;
}
.content-copy .white {
  color: #fff;
}
.content-copy.scrollable {
  opacity: 0;
}
.content-copy.scrollable.show {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.5s;
}
.content-copy.row {
  margin: 0 -15px 90px -15px;
}
.content-copy.row.featured-image {
  margin: 0 -15px 90px -15px;
}
.content-copy.row.author-block {
  margin: 0 -15px 50px -15px;
}
@media (max-width: 767px) {
  .content-copy.row {
    margin: 0 10px 90px 10px;
  }
  .content-copy.row.featured-image {
    margin: 0 10px 90px 10px;
  }
  .content-copy.row.author-block {
    margin: 0 10px 30px 10px;
  }
}

.parallaxParent {
  height: 100vh;
  overflow: hidden;
}

.parallaxParent > .parallax-img {
  height: 100%;
  height: 100vh;
  width: 100%;
  position: relative;
  top: -40%;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mailto {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 22px;
  z-index: 90;
}
.copy-foot .mailto {
  position: relative;
  right: 0;
  top: 0;
}
.mailto:hover {
  color: #fff;
}

.social-w {
  position: absolute;
  z-index: 90;
  text-align: center;
  height: 32px;
  top: 30px;
  left: 30px;
}
@media (max-width: 350px) {
  .social-w {
    height: 28px;
  }
}
.social-w a {
  outline: none;
  display: inline-block;
  margin: 0 20px 0 0;
}
.social-w a:last-of-type {
  margin: 0;
}
.social-w a:focus {
  outline: none;
}
.social-w img, .social-w .insta-icon-svg, .social-w .pinterest-icon-svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 350px) {
  .social-w img, .social-w .insta-icon-svg, .social-w .pinterest-icon-svg {
    width: 28px;
    height: 28px;
  }
}
.social-w .insta-icon-svg:not(:hover) svg g path {
  fill: #FFFFFF;
}
.social-w .pinterest-icon-svg .st0 {
  fill: transparent;
}
.social-w .pinterest-icon-svg .st1 {
  fill: #FFFFFF;
}
.social-w .pinterest-icon-svg .st0, .social-w .pinterest-icon-svg .st1 {
  transition: fill 0.2s, 0.35s 0.2s, ease 0.2s;
}
.social-w .pinterest-icon-svg:hover .st0 {
  fill: #FFFFFF;
}
.social-w .pinterest-icon-svg:hover .st1 {
  fill: #BD081C;
}

h2.type-lead {
  color: #FFFFFF;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .w-col:first-of-type h2.type-lead {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .outer-w h2, .outer-w li a, .outer-w li {
    font-size: 5.2vw;
  }
}

.copy-foot {
  padding: 0 35px;
  width: 100%;
  text-align: left;
  position: absolute;
  color: #d2d2d2;
  z-index: 50;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
}
@media (min-width: 768px) {
  .copy-foot {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .copy-foot {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .copy-foot {
    bottom: 15px;
  }
}
.copy-foot span {
  font-size: 14px;
}
.copy-foot.row {
  color: #b1b1b1;
  position: relative;
  left: 0;
  transform: translate(0, 0);
  text-align: left;
}
@media (max-width: 479px) {
  .copy-foot {
    display: none;
  }
}

.contact-end a {
  font-family: sans-serif;
  font-size: 22px;
  color: #000;
}

#coming-soon #hero.home h1 {
  font-size: 5rem;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  #coming-soon #hero.home h1 {
    font-size: 4rem;
  }
}
#coming-soon #hero.home {
  background-image: url(../img/WAWATAFEB20_WEBSITE-COMINGSOON_BG.jpg);
}

.cs-lp #logo img {
  width: 100%;
}
.cs-lp #logo {
  float: none;
  text-align: center;
  width: 380px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .cs-lp #logo {
    width: 200px;
  }
}

.facebook-icon, .insta-icon {
  background-color: transparent;
  border: 1px solid #fff;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 48px;
  display: inline-block;
  margin: 20px 10px;
}
.facebook-icon img, .insta-icon img {
  width: 48px;
}

.gold-f {
  fill: #9b8764;
}

#sections {
  overflow: hidden;
}
@media (max-width: 767px) {
  #sections {
    display: none;
  }
}

#sections-slider #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
}
#sections-slider #map-canvas .st0 {
  fill: #9C8763;
}
#sections-slider #map-canvas .lot-shape {
  opacity: 0.2;
}
#sections-slider #map-canvas .lot-shape:hover {
  opacity: 0.6;
}
#sections-slider .section-seek {
  position: relative;
  width: 100%;
}
#sections-slider #arrow_l, #sections-slider #arrow_r {
  width: 31px;
  display: block;
}
@media (max-width: 767px) {
  #sections-slider #arrow_l, #sections-slider #arrow_r {
    width: 16px;
  }
}
#sections-slider .swiper-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
}
#sections-slider .swiper-pagination-bullet {
  width: 52px;
  height: 22px;
  margin: 0 10px;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
#sections-slider .section-arrow-left, #sections-slider .section-arrow-right, #sections-slider .pagination-wrap {
  float: left;
}
#sections-slider .pagination-wrap {
  display: block;
  overflow: hidden;
  width: calc(100% - 106px);
  position: relative;
  height: 66px;
}
@media (min-width: 768px) {
  #sections-slider .pagination-wrap {
    height: 94px;
  }
}
#sections-slider .section-pagination {
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 23px 0px;
}
@media (min-width: 768px) {
  #sections-slider .section-pagination {
    padding: 35px 0px;
  }
}
#sections-slider .swiper-pagination-bullet-active {
  scroll-snap-align: center;
}
#sections-slider .section-arrow-left, #sections-slider .section-arrow-right {
  text-align: center;
  width: 53px;
  padding: 19px 10px;
}
#sections-slider .section-arrow-left:hover, #sections-slider .section-arrow-right:hover {
  cursor: pointer;
}
#sections-slider .section-arrow-left svg, #sections-slider .section-arrow-right svg {
  display: block;
  margin: 0 auto;
}
#sections-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
#sections-slider .swiper-slide {
  position: relative;
  z-index: 81;
  pointer-events: none;
}
#sections-slider .swiper-slide:after {
  content: "";
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  z-index: 10;
}
#sections-slider .swiper-slide img {
  width: 100%;
  display: block;
  position: absolute;
}
#sections-slider .swiper-slide-active .lot-obj {
  pointer-events: all;
}
#sections-slider #lot-1 {
  top: 60%;
  left: 73%;
}
#sections-slider #lot-2 {
  top: 60%;
  left: 69.5%;
}
#sections-slider #lot-3 {
  top: 60%;
  left: 65.6%;
}
#sections-slider #lot-4 {
  top: 64.5%;
  left: 62.6%;
}
#sections-slider #lot-5 {
  top: 64%;
  left: 58%;
}
#sections-slider #lot-6 {
  top: 60%;
  left: 54%;
}
#sections-slider #lot-7 {
  top: 64.5%;
  left: 48.6%;
}
#sections-slider #lot-8 {
  top: 61.6%;
  left: 40.7%;
}
#sections-slider #lot-9 {
  top: 65.5%;
  left: 34.3%;
}
#sections-slider #lot-10 {
  top: 63%;
  left: 28.4%;
}
#sections-slider #lot-11 {
  top: 56.3%;
  left: 25.7%;
}
#sections-slider #lot-12 {
  top: 45%;
  left: 24.7%;
}
#sections-slider #lot-13 {
  top: 63.1%;
  left: 20.2%;
}
#sections-slider #lot-14 {
  top: 31.6%;
  left: 31.6%;
}
#sections-slider #lot-15 {
  top: 40.7%;
  left: 42%;
}
#sections-slider #lot-16 {
  top: 8.3%;
  left: 27%;
}
#sections-slider #lot-17 {
  top: 8.7%;
  left: 42%;
}
#sections-slider #lot-18 {
  top: 22%;
  left: 44%;
}
#sections-slider #lot-19 {
  top: 35.8%;
  left: 48.8%;
}
#sections-slider #lot-20 {
  top: 11%;
  left: 55%;
}
#sections-slider #lot-21 {
  top: 20%;
  left: 63.3%;
}
#sections-slider #lot-22 {
  top: 40%;
  left: 62.6%;
}
#sections-slider #lot-23 {
  top: 21.9%;
  left: 70.6%;
}
#sections-slider #lot-24 {
  top: 47.6%;
  left: 74.7%;
}
#sections-slider #lot-25 {
  top: 25.4%;
  left: 75.2%;
}
#sections-slider .lot-obj {
  position: absolute;
  width: 100%;
  max-width: 18.4%;
  height: auto;
  padding: 13px 0 18px 0;
  max-height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 11;
}
#sections-slider .lot-obj:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 5.5%;
  width: 7%;
  display: block;
  height: 48.5%;
  background: url(../img/WAWATAFEB20_WEBSITE-BRACKET.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#sections-slider .lot-obj h5 {
  font-weight: 600;
  font-size: 1.5vw;
  margin-bottom: 0;
  margin-left: 15%;
  margin-top: 0;
  line-height: 1.5vw;
  color: #9b8764;
}
@media (min-width: 1800px) {
  #sections-slider .lot-obj h5 {
    font-size: 26px;
  }
}
#sections-slider .lot-obj span {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-left: 15%;
  font-size: 15px;
  font-size: 0.9vw;
}
@media (min-width: 1800px) {
  #sections-slider .lot-obj span {
    font-size: 15px;
  }
}
#sections-slider .lot-obj p {
  font-size: 14px;
  font-size: 0.7vw;
  margin-left: 15%;
  margin-bottom: 7px;
  padding-right: 30px;
}
@media (min-width: 1800px) {
  #sections-slider .lot-obj p {
    font-size: 14px;
  }
}
#sections-slider .lot-obj a {
  margin-left: 15%;
  font-size: 14px;
  font-size: 0.7vw;
  padding: 5px 10px;
  min-width: 50px;
  margin-bottom: 0;
}
#sections-slider .lot-obj a:visited {
  color: #fff;
}
@media (min-width: 1800px) {
  #sections-slider .lot-obj a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .overlay-banner {
    position: relative;
    min-height: 500px;
  }
  .overlay-banner > .row {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.gm-style .gm-style-iw-c {
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 118px;
  left: 180px;
  transform: translate(-50%, -100%);
  background-color: #24202e;
  border-radius: 0;
  padding: 15px 15px 15px 36px !important;
}
.gm-style .gm-style-iw-c:before {
  content: "";
  position: absolute;
  background-image: url(../img/WAWATAFEB20_WEBSITE-GREY-BRACKET.svg);
  width: 8%;
  background-repeat: no-repeat;
  height: 75%;
  background-size: contain;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
  z-index: 90;
}

.gm-style-iw button {
  display: none !important;
  right: 0px !important;
}
.gm-style-iw button img {
  margin: 10px 10px 0 auto !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

#siteNotice span {
  font-family: Trebuchet,sans-serif;
  text-decoration: none;
  color: #efefef;
  font-size: 14px;
}
#siteNotice span:first-child {
  text-transform: uppercase;
}

.gm-style .gm-style-iw-t::after {
  content: none;
}

.gmnoprint button {
  position: initial !important;
}

.gmnoprint button img {
  top: initial !important;
}

.img-block img {
  vertical-align: top;
}
.img-block img:last-child {
  padding: 10px;
}

.brochure-page {
  margin-top: 126px;
}
@media (max-width: 767px) {
  .brochure-page {
    margin-top: 109px;
  }
}

#wawata-map {
  cursor: pointer;
  position: relative;
  padding-top: 25px;
  height: 60vh;
}
#wawata-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wawata-map:before, #wawata-map:after {
  transition: all 0.25s ease;
  position: absolute;
  display: block;
}
#wawata-map:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 10;
}
#wawata-map:after {
  content: 'Click to Interact';
  background: #9b8764;
  color: #fff;
  width: 200px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -100px;
  z-index: 11;
  opacity: 0;
}
#wawata-map:hover:before {
  opacity: 0.4;
}
#wawata-map:hover:after {
  opacity: 1;
}
#wawata-map.interact:before, #wawata-map.interact:after {
  display: none;
}

.vid-cont {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.vid-cont:hover {
  cursor: pointer;
}
.vid-cont > img {
  display: block;
}
.vid-cont:before {
  content: "";
  background-image: url(../img/Play_Button@2x.png);
  background-size: contain;
  width: 22%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.lot-page .arrow {
  margin: 30px auto 0 !important;
}

#lot-vid {
  padding: 56.25% 0 0 0;
  position: relative;
  margin: 60px auto;
}

.location-page .content-copy.block {
  padding: 60px 30px;
}

.floated {
  float: left;
  width: 100%;
  padding: 0 0px 35px 0;
}
@media (min-width: 992px) {
  .floated {
    width: 50%;
    padding: 0 40px 35px 0;
  }
}

@media (max-width: 767px) {
  #arq-sliders .right {
    text-align: left;
  }
}
#arq-sliders p.wmw {
  font-size: 16px;
}

.arq-links a {
  text-decoration: none;
  color: #404040;
}
.arq-links a:hover, .arq-links a:visited, .arq-links a:active {
  color: #404040;
}

.hhund {
  height: 100%;
}

@media (max-width: 767px) {
  .feat-row .content-copy {
    margin: 0 auto;
    display: block;
    max-width: 590px;
    padding-bottom: 30px;
  }
  .feat-row .post-img {
    display: block;
    max-width: 590px;
    padding-bottom: 30px;
    margin: 0 auto 20px auto;
  }
}
.solid {
  background: #24202d;
}

#sections-slider .swiper-wrapper {
  position: relative;
}

.a-house {
  width: 100%;
  padding: 25px 0 10px 0;
  border-top: 2px solid #24202d;
  border-bottom: 2px solid #24202d;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .a-house {
    max-width: 800px;
  }
}
.a-house p, .a-house a {
  display: inline-block;
  vertical-align: middle;
}
.a-house p {
  font-size: 25px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .a-house p {
    font-size: 20px;
  }
}
.a-house a {
  float: right;
  margin-top: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .a-house a {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .a-house a {
    float: none;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=wawata.css.map */

/*--------------------------------------------------------------
## Anchor Tags
--------------------------------------------------------------*/

<style>
  .offset-anchor {
    position: relative;
    top: 50px;
  }
</style>