@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700");
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/*********************
* Global Stylesheets *
**********************/
body {
  color: #231f20; }

html, body {
  overflow-x: hidden; }

* {
  image-rendering: -webkit-optimize-contrast; }

.link_button {
  background-color: #d4a25d;
  color: #fefefe !important;
  border: 0;
  padding: 10px 100px 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }

.link_button:hover {
  background-color: #221f20; }

.mobile-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #d4a25d;
  padding: 15px 10px; }
  @media screen and (min-width: 64em) {
    .mobile-menu {
      display: none; } }
  .mobile-menu .header-social {
    text-align: center;
    flex: 1;
    margin-right: 68px; }
    .mobile-menu .header-social .mailinglist-button {
      text-align: right;
      display: none; }
      .mobile-menu .header-social .mailinglist-button a.subscribe-form-link {
        cursor: pointer;
        color: #211f20;
        font-size: 18px;
        margin-bottom: 7px;
        display: inline-block; }
      @media screen and (min-width: 47.9375em) {
        .mobile-menu .header-social .mailinglist-button {
          display: block; } }
    .mobile-menu .header-social ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: right; }
      .mobile-menu .header-social ul li {
        display: inline-block;
        padding: 0 5px; }
        .mobile-menu .header-social ul li a img {
          width: 35px; }
  .mobile-menu a {
    text-decoration: none; }
  .mobile-menu .topbar_container {
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 0 10px 15px 10px; }
    .mobile-menu .topbar_container > ul {
      display: block;
      list-style: none;
      padding-left: 0;
      text-align: center;
      margin: 0; }
      .mobile-menu .topbar_container > ul li {
        display: inline-block;
        color: #fefefe;
        font-family: 'Gotham-Book', sans-serif;
        font-size: 11px;
        padding: 0 20px; }
        .mobile-menu .topbar_container > ul li a {
          text-decoration: none;
          color: #fefefe; }
      .mobile-menu .topbar_container > ul li.flags-contianer a {
        display: inline-block;
        padding: 0 5px; }
      .mobile-menu .topbar_container > ul li.flags-contianer img {
        width: 25px; }
  .mobile-menu .logo-container {
    padding: 0 3px 0 3px;
    flex: 1; }
    @media screen and (min-width: 27.25em) {
      .mobile-menu .logo-container {
        padding: 0 3px 0 3px; } }
    .mobile-menu .logo-container img {
      width: 100%;
      max-width: 125px; }
  .mobile-menu .wp-menu {
    display: block;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 320px;
    background-color: #d4a25d;
    transition: transform .5s ease-in-out,z-index 0s 0s;
    -webkit-transform: translate3d(100%, 0, 1px);
    transform: translate3d(100%, 0, 1px);
    z-index: 200;
    flex: 1; }
    @media print, screen and (min-width: 40em) {
      .mobile-menu .wp-menu {
        max-width: 400px; } }
    .mobile-menu .wp-menu a {
      text-decoration: none;
      color: #fefefe; }
    .mobile-menu .wp-menu .dp-plain-menu {
      padding-top: 0.45em;
      height: 100%;
      min-height: 100vh;
      height: 100%;
      overflow: auto;
      background-color: #d4a25d;
      z-index: 1; }
    .mobile-menu .wp-menu .menu-item > a {
      display: block;
      padding: 0.75em 1.5em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: normal; }
      .mobile-menu .wp-menu .menu-item > a:hover {
        background-color: rgba(255, 255, 255, 0.05); }
    .mobile-menu .wp-menu .menu-item:first-child > a {
      padding-top: 1.5em; }
    .mobile-menu .wp-menu .menu-item.active > a {
      font-weight: 600; }
    .mobile-menu .wp-menu .menu-item-has-children > a {
      position: relative; }
      .mobile-menu .wp-menu .menu-item-has-children > a:after {
        content: "";
        background: url("../images/arrow-right-thin-white.svg") no-repeat;
        width: 7px;
        height: 10px;
        position: absolute;
        right: 80px;
        bottom: 1.25em; }
  .mobile-menu .second-level-menu {
    position: absolute;
    top: 0;
    right: 10px;
    width: 100%;
    height: 100%;
    background-color: #d4a25d;
    height: 100vh;
    transition: transform .5s ease-in-out,z-index 0s 0s;
    -webkit-transform: translate3d(100%, 0, 1px);
    transform: translate3d(100%, 0, 1px);
    z-index: 1;
    height: calc(100vh - 41px);
    overflow: auto; }
    .mobile-menu .second-level-menu .second-level-parent.menu-item {
      font-weight: bold;
      text-transform: uppercase; }
      .mobile-menu .second-level-menu .second-level-parent.menu-item a {
        padding: 1.25em 1em 1.25em 0; }
    .mobile-menu .second-level-menu > .menu-item > a {
      padding: 0.75em 1.5em 0.75em 10px;
      font-size: 90%; }
  .mobile-menu .mobile-menu-opener {
    position: absolute;
    right: 100%;
    top: 2.9em;
    display: flex;
    align-items: center;
    background: #d4a25d; }
    @media screen and (min-width: 27.25em) {
      .mobile-menu .mobile-menu-opener {
        top: 2.9em; } }
  .mobile-menu .back-to-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #d4a25d;
    z-index: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out 0s,z-index 0s 0s; }
    .mobile-menu .back-to-main:after {
      content: "";
      background: url("../images/arrow-left-thin-white.svg") no-repeat;
      width: 10px;
      height: 20px;
      position: absolute;
      left: 25px;
      top: 18px; }
  .mobile-menu.first-level-open .wp-menu {
    border-left: none;
    -webkit-transform: translate3d(60px, 0, 1px);
    transform: translate3d(60px, 0, 1px); }
  .mobile-menu.second-level-open .back-to-main {
    z-index: 2;
    opacity: 1;
    transition: opacity .5s ease-in-out,z-index 0s 0s; }
  .mobile-menu.second-level-open .wp-menu {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); }
  .mobile-menu.second-level-open .menu-item.open .second-level-menu {
    z-index: 5;
    -webkit-transform: translate3d(60px, 0, 1px);
    transform: translate3d(60px, 0, 1px); }

.desktop-menu {
  background-color: #fff;
  position: relative; }
  .desktop-menu .topbar {
    background-color: #2b2c2c;
    text-align: right;
    padding: 10px 20px; }
    @media screen and (min-width: 75em) {
      .desktop-menu .topbar {
        padding: 24px 20px; } }
    @media screen and (min-width: 95.625em) {
      .desktop-menu .topbar {
        padding: 24px 0px; } }
    .desktop-menu .topbar .header-social {
      max-width: 93.75rem;
      margin: auto; }
      .desktop-menu .topbar .header-social .mailinglist-button {
        position: relative;
        display: inline-block;
        padding-right: 45px; }
        .desktop-menu .topbar .header-social .mailinglist-button a {
          color: #fefefe;
          text-decoration: none;
          text-transform: uppercase; }
        .desktop-menu .topbar .header-social .mailinglist-button:after {
          content: "";
          display: block;
          position: absolute;
          right: 18px;
          top: -2px;
          height: 30px;
          width: 1px;
          background-color: #fefefe; }
      .desktop-menu .topbar .header-social ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0; }
        .desktop-menu .topbar .header-social ul li {
          display: inline-block;
          padding: 0 5px; }
          .desktop-menu .topbar .header-social ul li a img {
            width: 42px; }
          .desktop-menu .topbar .header-social ul li:last-child {
            padding-right: 0; }
  .desktop-menu .header_container {
    display: flex;
    max-width: 93.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 20px; }
    @media screen and (min-width: 64.875em) {
      .desktop-menu .header_container {
        padding: 10px 20px; } }
    @media screen and (min-width: 67.1875em) {
      .desktop-menu .header_container {
        padding: 0px 20px; } }
    @media screen and (min-width: 70em) {
      .desktop-menu .header_container {
        padding: 9px 20px; } }
    @media screen and (min-width: 75em) {
      .desktop-menu .header_container {
        padding: 20px 20px; } }
    @media screen and (min-width: 95em) {
      .desktop-menu .header_container {
        padding: 20px 0; } }
    .desktop-menu .header_container .logo {
      width: 20%;
      text-align: center; }
    .desktop-menu .header_container .dp-plain-menu {
      width: calc(100% - 150px); }
      @media screen and (min-width: 80em) {
        .desktop-menu .header_container .dp-plain-menu {
          width: 75%; } }
      @media screen and (min-width: 90em) {
        .desktop-menu .header_container .dp-plain-menu {
          width: 83%; } }
    .desktop-menu .header_container .desktop-menu__container {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .desktop-menu .header_container .desktop-menu__container .topbar_container {
        width: 100%;
        border-bottom: solid 1px #fff;
        padding: 10px 0; }
        .desktop-menu .header_container .desktop-menu__container .topbar_container > ul {
          display: block;
          list-style: none;
          padding-left: 0;
          text-align: right;
          margin: 0; }
          .desktop-menu .header_container .desktop-menu__container .topbar_container > ul li {
            display: inline-block;
            color: #fefefe;
            font-style: italic;
            font-family: 'Gotham-Book', sans-serif;
            font-size: 11px;
            padding: 0 20px; }
            .desktop-menu .header_container .desktop-menu__container .topbar_container > ul li a {
              text-decoration: none; }
          .desktop-menu .header_container .desktop-menu__container .topbar_container > ul li.flags-contianer a {
            display: inline-block;
            padding: 0 5px; }
          .desktop-menu .header_container .desktop-menu__container .topbar_container > ul li.flags-contianer img {
            width: 25px; }

.desktop-menu {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: none;
  /** First Level Menu **/
  /** Second Level Menu **/ }
  @media screen and (min-width: 64em) {
    .desktop-menu {
      display: block; } }
  .desktop-menu__container {
    max-width: 75rem;
    margin: 0 auto;
    display: flex; }
  .desktop-menu a {
    color: #000; }
    .desktop-menu a:not(.logo-link) {
      letter-spacing: 1px; }
  .desktop-menu .logo {
    margin: 0 auto;
    position: absolute; }
    .desktop-menu .logo > a {
      max-width: 400px;
      display: block; }
      .desktop-menu .logo > a img {
        max-width: 150px; }
        @media screen and (min-width: 75em) {
          .desktop-menu .logo > a img {
            max-width: 200px; } }
  .desktop-menu .dp-plain-menu {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 0; }
    @media screen and (min-width: 67.1875em) {
      .desktop-menu .dp-plain-menu {
        padding: 15px 0; } }
    .desktop-menu .dp-plain-menu > li {
      display: inline-block;
      position: relative;
      padding: 4px 0 4px 30px; }
      @media screen and (min-width: 90em) {
        .desktop-menu .dp-plain-menu > li {
          padding: 4px 0 4px 60px; } }
      .desktop-menu .dp-plain-menu > li.active a {
        color: #c6a465; }
      .desktop-menu .dp-plain-menu > li a {
        text-decoration: none;
        display: inline-block;
        position: relative;
        padding: 8px 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px; }
        @media screen and (min-width: 67.1875em) {
          .desktop-menu .dp-plain-menu > li a {
            font-size: 1rem;
            line-height: 1; } }
        .desktop-menu .dp-plain-menu > li a:after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 0.15rem;
          bottom: 0;
          left: 0;
          transition: all 0.4s ease-in-out 0s;
          background-color: #d4a25d; }
        .desktop-menu .dp-plain-menu > li a:not(.logo-link):hover:after {
          width: 100%; }
      .desktop-menu .dp-plain-menu > li > a > span {
        display: block;
        border-right: 1px solid #d4a25d;
        padding: 0 1rem; }
      .desktop-menu .dp-plain-menu > li.active a:after {
        width: 100%; }
      .desktop-menu .dp-plain-menu > li:last-child a span {
        border: none; }
  .desktop-menu .dp-plain-menu .second-level-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    padding-top: 10px;
    width: 100%;
    min-width: 180px;
    text-transform: none;
    z-index: 9; }
    .desktop-menu .dp-plain-menu .second-level-menu > li {
      background: #fefefe; }
      .desktop-menu .dp-plain-menu .second-level-menu > li:nth-child(2),
      .desktop-menu .dp-plain-menu .second-level-menu > li:nth-child(2) > a {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px; }
      .desktop-menu .dp-plain-menu .second-level-menu > li:last-child,
      .desktop-menu .dp-plain-menu .second-level-menu > li:last-child > a {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
      .desktop-menu .dp-plain-menu .second-level-menu > li a {
        color: #0a0a0a;
        font-size: 0.9rem;
        line-height: 1.2;
        text-transform: uppercase;
        padding: 0.8rem 1rem;
        border-left: 5px solid transparent;
        display: block; }
        .desktop-menu .dp-plain-menu .second-level-menu > li a:after {
          display: none; }
      .desktop-menu .dp-plain-menu .second-level-menu > li.active a {
        border-left: 5px solid #d4a25d; }
  .desktop-menu .dp-plain-menu .menu-item-has-children {
    position: relative; }
    .desktop-menu .dp-plain-menu .menu-item-has-children:hover .second-level-menu {
      display: block; }
  .desktop-menu .dp-plain-menu > .menu-item:last-child .second-level-menu {
    right: 0;
    left: auto; }

/***************
  General Style
 ***************/
.hamburger-icon {
  width: 35px;
  height: 20px;
  position: relative;
  display: block;
  margin: 20px 12px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .hamburger-icon .line {
    display: block;
    background: #fefefe;
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 0;
    /* border-radius: ($height-line/2);*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
    .hamburger-icon .line.line-1 {
      top: 0; }
    .hamburger-icon .line.line-2 {
      top: 50%; }
    .hamburger-icon .line.line-3 {
      top: 100%; }
  .hamburger-icon:hover .line-1, .hamburger-icon:focus .line-1 {
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px); }
  .hamburger-icon:hover .line-3, .hamburger-icon:focus .line-3 {
    transform: translateY(1px);
    -moz-transform: translateY(1px);
    -webkit-transform: translateY(1px); }
  .hamburger-icon.active {
    margin: 20px 15px; }
    .hamburger-icon.active .line-1 {
      transform: translateY(10px) translateX(0) rotate(45deg);
      -moz-transform: translateY(10px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(10px) translateX(0) rotate(45deg); }
    .hamburger-icon.active .line-2 {
      opacity: 0; }
    .hamburger-icon.active .line-3 {
      transform: translateY(-10px) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg); }

.dp-plain-menu,
.second-level-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

.google-translate-container {
  visibility: hidden;
  height: 0;
  width: 0; }

.hero-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 600px;
  text-align: center;
  border-bottom: solid 10px #5f2c4d; }
  .hero-banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  @media print, screen and (min-width: 40em) {
    .hero-banner {
      text-align: left; } }
  .hero-banner .hero-banner__container {
    position: absolute;
    width: 100%;
    margin: auto;
    padding: 0 16px;
    text-align: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%); }
    .hero-banner .hero-banner__container h1 {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
      color: #fefefe;
      position: relative;
      display: inline-block;
      margin: 0; }
      @media print, screen and (min-width: 40em) {
        .hero-banner .hero-banner__container h1 {
          font-size: 2rem;
          line-height: 1.5; } }
      .hero-banner .hero-banner__container h1:before {
        content: "";
        position: absolute;
        bottom: -12px;
        background-color: #fefefe;
        width: 70%;
        height: 5px;
        left: 50%;
        transform: translateX(-50%); }
    .hero-banner .hero-banner__container p {
      text-align: center;
      font-size: 31px;
      color: #fefefe;
      margin: 0;
      letter-spacing: 4px; }

.hero-social-icons-inner {
  display: none;
  position: fixed;
  top: 55%;
  left: 5px; }
  @media screen and (min-width: 77.75em) {
    .hero-social-icons-inner {
      display: inline-block; } }
  @media screen and (min-width: 81.25em) {
    .hero-social-icons-inner {
      left: 40px; } }
  .hero-social-icons-inner ul {
    list-style: none;
    padding-left: 0;
    display: inline-block; }
    .hero-social-icons-inner ul li {
      max-width: 30px;
      margin-bottom: 12px; }

.inner-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  min-height: 300px; }

.hero .slick-slide > div {
  display: flex; }

.hero .slick-prev {
  left: 10px; }
  @media print, screen and (min-width: 64em) {
    .hero .slick-prev {
      left: 60px;
      top: 50%;
      transform: translateY(50%); } }

.hero .slick-next {
  right: 10px; }
  @media print, screen and (min-width: 64em) {
    .hero .slick-next {
      right: 60px;
      top: 50%;
      transform: translateY(50%); } }

.hero .slick-prev, .hero .slick-next {
  height: 26px;
  width: 15px;
  z-index: 9; }
  @media print, screen and (min-width: 64em) {
    .hero .slick-prev, .hero .slick-next {
      height: 31px;
      width: 18px; } }

.hero .slick-dots {
  bottom: 15px; }
  .hero .slick-dots li.slick-active button {
    background-color: #d4a25d; }
  .hero .slick-dots li button {
    background-color: #fefefe;
    border-radius: 100%;
    width: 15px;
    height: 15px; }
    .hero .slick-dots li button:hover {
      background-color: #d4a25d; }
    .hero .slick-dots li button:before {
      content: "";
      width: 15px;
      height: 15px; }

.hero .hero-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px; }
  @media print, screen and (min-width: 40em) {
    .hero .hero-img {
      height: 700px; } }
  @media print, screen and (min-width: 64em) {
    .hero .hero-img {
      height: 600px; } }
  .hero .hero-img > img {
    visibility: hidden; }

.hero-social-icons {
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 9; }
  @media print, screen and (min-width: 64em) {
    .hero-social-icons {
      bottom: 160px;
      left: 60px; } }
  .hero-social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .hero-social-icons ul li {
      margin-bottom: 12px;
      display: inline-block;
      margin-right: 8px; }
      @media print, screen and (min-width: 64em) {
        .hero-social-icons ul li {
          display: list-item;
          margin-right: 0; } }

.text-section {
  position: relative;
  margin: 2rem auto 3rem auto; }
  .text-section a {
    color: #d4a25d;
    text-decoration: none; }
  @media screen and (max-width: 39.99875em) {
    .text-section.column_2 .custom-percentage .text-section__column {
      width: 100% !important; } }
  @media print, screen and (min-width: 40em) {
    .text-section {
      margin: 3rem auto 3rem auto; } }
  @media print, screen and (min-width: 40em) {
    .text-section.column_1 .text-section__column {
      width: 100%; }
    .text-section.column_2 .text-section__column {
      width: 50%; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .text-section.column_3 .text-section__column {
      width: 50%; }
    .text-section.column_3 .text-section__column:last-child {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .text-section.column_3 .text-section__column {
      width: 33.3%; } }
  .text-section h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      .text-section h1 {
        font-size: 2rem;
        line-height: 1.5; } }
  .text-section h2, .text-section h4 {
    color: #d4a25d;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px; }
  .text-section h2 {
    position: relative;
    margin-top: 0;
    color: #0a0a0a;
    font-size: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .text-section h2 {
        font-size: 2rem; } }
  .text-section h5 {
    font-size: 2rem;
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 0;
    letter-spacing: 0; }
  .text-section p {
    margin-top: 0;
    display: block; }
  .text-section hr[style="text-align: center;"] {
    display: block;
    max-width: 300px;
    margin: 2rem auto;
    background-color: #1779ba;
    border-color: #1779ba;
    border-style: solid; }
  .text-section__wrapper {
    display: flex;
    max-width: 75rem;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
  .text-section__column {
    width: 100%;
    padding: 0.5rem 2rem; }
    @media print, screen and (min-width: 64em) {
      .text-section__column {
        padding: 0.5rem 1rem; } }
    .text-section__column ul {
      list-style: none;
      padding-left: 0; }
      .text-section__column ul li:before {
        content: "- ";
        text-indent: -5px; }
  .text-section.gray_background {
    background-color: #e6e6e6;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .text-section.gray_background {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
  .text-section.light_blue_background {
    background-color: blue;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    color: #8a8a8a; }
    @media print, screen and (min-width: 40em) {
      .text-section.light_blue_background {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
    .text-section.light_blue_background h1, .text-section.light_blue_background h2, .text-section.light_blue_background h3, .text-section.light_blue_background h4, .text-section.light_blue_background h5, .text-section.light_blue_background h6 {
      color: #d4a25d !important; }
  .text-section.smaller_width .text-section__wrapper .text-section__column {
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .text-section.smaller_width .text-section__wrapper .text-section__column h2 {
      display: inline-block;
      margin-bottom: 38px; }
      .text-section.smaller_width .text-section__wrapper .text-section__column h2:before {
        content: "";
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 60%;
        background-color: #d4a25d; }
  .text-section.remove_bottom_spacing {
    margin-bottom: 0; }

.home .text-section h3 {
  color: #d4a25d;
  font-size: 1rem; }
  @media screen and (min-width: 65.625em) {
    .home .text-section h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 81.25em) {
    .home .text-section h3 {
      font-size: 1.5rem; } }

.contact-us .text-section.column_2 {
  margin: 0; }
  .contact-us .text-section.column_2 .text-section__column {
    padding: 3rem 2rem; }
    @media print, screen and (min-width: 64em) {
      .contact-us .text-section.column_2 .text-section__column {
        padding: 3rem 2rem; } }
  .contact-us .text-section.column_2 .text-section__column:nth-child(2) {
    position: relative; }
  .contact-us .text-section.column_2 .icon {
    width: 40px;
    margin: 0 0.2rem; }
  .contact-us .text-section.column_2 a {
    color: #d4a25d;
    text-decoration: none; }

.footer {
  background-color: #d4a25d;
  padding: 30px 0; }
  .footer .footer__container {
    max-width: 75rem;
    margin: auto; }
    .footer .footer__container .footer__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -35px; }
      .footer .footer__container .footer__wrapper .footer-col {
        width: 100%;
        margin: 0 30px;
        margin-top: 0;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px; }
        @media print, screen and (min-width: 40em) {
          .footer .footer__container .footer__wrapper .footer-col {
            margin: 0 10px; } }
        @media print, screen and (min-width: 64em) {
          .footer .footer__container .footer__wrapper .footer-col {
            width: 45%;
            padding: 0 35px;
            margin: 0;
            width: 33.33%;
            margin-top: 15px;
            text-align: left; } }
        .footer .footer__container .footer__wrapper .footer-col:first-child {
          margin-top: 0; }
        .footer .footer__container .footer__wrapper .footer-col .footer-social {
          margin-top: 28px; }
          .footer .footer__container .footer__wrapper .footer-col .footer-social ul {
            text-align: center; }
            .footer .footer__container .footer__wrapper .footer-col .footer-social ul li {
              display: inline-block;
              padding: 0 5px;
              border: 0; }
              .footer .footer__container .footer__wrapper .footer-col .footer-social ul li a img {
                width: 32px; }
        .footer .footer__container .footer__wrapper .footer-col h3 {
          font-family: 'Poppins', sans-serif;
          color: #0a0a0a;
          font-size: 20px; }
        .footer .footer__container .footer__wrapper .footer-col p {
          font-family: 'Poppins', sans-serif;
          color: #231f20;
          font-size: 15px;
          font-weight: 500; }
          .footer .footer__container .footer__wrapper .footer-col p a {
            color: #231f20;
            text-decoration: none; }
        .footer .footer__container .footer__wrapper .footer-col ul {
          list-style: none;
          padding: 0 30px; }
          @media print, screen and (min-width: 64em) {
            .footer .footer__container .footer__wrapper .footer-col ul {
              padding: 0; } }
          .footer .footer__container .footer__wrapper .footer-col ul li {
            border-bottom: solid 1px #231f20;
            padding: 10px 0; }
            .footer .footer__container .footer__wrapper .footer-col ul li a {
              color: #231f20;
              text-decoration: none;
              font-size: 15px;
              font-weight: 500; }

.bottom-bar {
  background-color: #333433;
  padding: 25px 0; }
  .bottom-bar .footer__container {
    max-width: 75rem;
    margin: auto; }
    .bottom-bar .footer__container .footer__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .bottom-bar .footer__container .footer__wrapper .bottom_bar_left_text {
        color: #fefefe;
        text-align: center;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .bottom-bar .footer__container .footer__wrapper .bottom_bar_left_text {
            width: 50%;
            text-align: left; } }
      .bottom-bar .footer__container .footer__wrapper .bottom_bar_right_text {
        color: #fefefe;
        text-align: center;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .bottom-bar .footer__container .footer__wrapper .bottom_bar_right_text {
            width: 50%;
            text-align: right; } }

.parent-page-links {
  max-width: 75rem;
  margin: 3rem auto 3rem auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .parent-page-links {
      margin: 4rem auto; } }
  @media print, screen and (min-width: 64em) {
    .parent-page-links {
      padding: 0; } }
  .parent-page-links__link {
    width: 100%;
    max-width: 700px;
    padding: 1rem;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .parent-page-links__link {
        width: 25%; } }
    .parent-page-links__link .more-info {
      display: inline-block;
      background-color: #d4a25d;
      color: #fefefe;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 15px; }
  .parent-page-links__link-wrapper {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer; }
    .parent-page-links__link-wrapper:hover .image-background .click-here-container {
      background-color: rgba(150, 127, 96, 0.9) !important; }
    .parent-page-links__link-wrapper .image-wrapper {
      overflow: hidden; }
      .parent-page-links__link-wrapper .image-wrapper .image-background {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 100%; }
        .parent-page-links__link-wrapper .image-wrapper .image-background .click-here-container {
          background-color: rgba(150, 127, 96, 0.5);
          text-align: left;
          padding: 10px 20px;
          -webkit-transition: background-color 0.5s;
          -moz-transition: background-color 0.5s;
          -ms-transition: background-color 0.5s;
          -o-transition: background-color 0.5s;
          transition: background-color 0.5s; }
          .parent-page-links__link-wrapper .image-wrapper .image-background .click-here-container span {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            font-family: 'Lato', sans-serif; }
          .parent-page-links__link-wrapper .image-wrapper .image-background .click-here-container img {
            float: right;
            width: 30px;
            padding: 2px 0; }
    .parent-page-links__link-wrapper h3 {
      color: #fefefe;
      text-align: center;
      font-size: 22px;
      font-weight: 600;
      background-color: #d4a25d;
      margin: 0;
      padding: 10px 0 7px 0;
      margin-bottom: 2px;
      text-transform: uppercase; }

.youtube-video {
  max-width: 75rem;
  margin: 3rem auto 3rem auto;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .youtube-video {
      margin: 4rem auto; } }

.contact-form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
  padding: 0 18px; }
  .contact-form-container.kids-subscribe {
    padding: 0; }
  @media print, screen and (min-width: 64em) {
    .contact-form-container {
      padding: 0; } }
  .contact-form-container .field-one-whole {
    padding: 0 12px;
    width: 100%; }
  .contact-form-container .field-one-half {
    padding: 0 12px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .contact-form-container .field-one-half {
        width: 50%; } }
  .contact-form-container .field-one-third {
    padding: 0 12px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .contact-form-container .field-one-third {
        width: 33.33%; } }
  .contact-form-container .field-two-third {
    padding: 0 12px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .contact-form-container .field-two-third {
        width: 66.67%; } }
  .contact-form-container .field-one-six {
    padding: 0 12px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .contact-form-container .field-one-six {
        width: 16.67%; } }
  .contact-form-container .field-two-six {
    padding: 0 12px;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .contact-form-container .field-two-six {
        width: 33.33%; } }

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  border-radius: 2px;
  padding: 10px 12px;
  border: solid 1px #005e54;
  margin-bottom: 24px; }

select {
  width: 100%;
  border-radius: 2px;
  padding: 0 3px;
  border: solid 1px #005e54;
  margin-bottom: 24px; }

textarea {
  resize: none;
  max-height: 102px; }

input[type="submit"] {
  background-color: #d4a25d;
  color: #fefefe;
  border: 0;
  padding: 10px 100px 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }

input[type="submit"]:hover {
  background-color: #221f20; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  font-weight: 600;
  color: #a2a19f; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-weight: 600;
  color: #a2a19f; }

::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #a2a19f; }

.dining-info {
  margin: 40px auto 55px auto;
  padding: 50px 16px;
  background-color: #f2f2f2; }
  .dining-info .dining-info__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 64rem;
    margin: auto; }
    .dining-info .dining-info__wrapper .dining_info_image {
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .dining-info .dining-info__wrapper .dining_info_image {
          width: 66%; } }
    .dining-info .dining-info__wrapper .dining_info_content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      @media print, screen and (min-width: 64em) {
        .dining-info .dining-info__wrapper .dining_info_content {
          width: 34%;
          padding-right: 45px; }
          .dining-info .dining-info__wrapper .dining_info_content.dining_info_left {
            padding-left: 45px;
            padding-right: 0; } }
      .dining-info .dining-info__wrapper .dining_info_content h3 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
        margin: 0;
        line-height: 24px;
        border-bottom: solid 2px #d4a25d;
        padding-bottom: 10px; }
      .dining-info .dining-info__wrapper .dining_info_content .dining_info_buttons {
        margin-top: 20px; }
        .dining-info .dining-info__wrapper .dining_info_content .dining_info_buttons .button1 {
          background-color: #d4a25d;
          color: #fefefe;
          border: 0;
          padding: 10px 0;
          border-radius: 3px;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          width: 232px;
          display: inline-block;
          padding: 10px 15px;
          margin-bottom: 18px; }
        .dining-info .dining-info__wrapper .dining_info_content .dining_info_buttons .button2 {
          background-color: #fefefe;
          color: #d4a25d;
          border: 0;
          padding: 10px 0;
          border-radius: 3px;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          width: 232px;
          display: inline-block;
          padding: 10px 15px; }

.events-list {
  max-width: 75rem;
  margin: 40px auto 55px auto;
  padding: 0 2rem; }
  @media print, screen and (min-width: 64em) {
    .events-list {
      padding: 0 16px; } }
  .events-list .heading h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif; }
    @media print, screen and (min-width: 40em) {
      .events-list .heading h2 {
        font-size: 2rem;
        line-height: 1.5; } }
  .events-list .events-wrapper .dp-events-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px; }
    .events-list .events-wrapper .dp-events-wrapper .dp-event {
      width: 100%;
      padding: 10px;
      margin-bottom: 40px; }
      @media print, screen and (min-width: 40em) {
        .events-list .events-wrapper .dp-events-wrapper .dp-event {
          width: 33.33%;
          margin-bottom: 10px; } }
      .events-list .events-wrapper .dp-events-wrapper .dp-event a {
        color: #000;
        text-decoration: none; }
        .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info {
          position: relative; }
          .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .image-wrapper {
            overflow: hidden;
            position: relative; }
            .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .image-wrapper .image-background {
              background-size: cover;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              padding-top: 100%;
              width: 100%; }
            .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .image-wrapper:hover .image-background {
              width: 100%; }
            .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .image-wrapper .date {
              position: absolute;
              bottom: 0;
              left: 0; }
              .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .image-wrapper .date h6 {
                font-family: "Poppins", sans-serif;
                font-size: 18px;
                font-weight: 700;
                margin: 0;
                color: #fff;
                background-color: #000;
                display: inline-block;
                padding: 6px 15px;
                text-transform: uppercase;
                letter-spacing: -1px; }
          .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info h4 {
            color: #fefefe;
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            background-color: #d4a25d;
            margin: 0;
            padding: 10px 0 7px 0;
            margin-bottom: 2px; }
          .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info h4.event-schedule {
            font-size: 16px;
            margin: 0; }
          .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .event-excerpt {
            background-color: #e8e7e6;
            text-align: center;
            padding: 10px 35px; }
          .events-list .events-wrapper .dp-events-wrapper .dp-event a .card-info .event-type {
            color: #fefefe;
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            background-color: #d4a25d;
            margin: 0;
            padding: 4px 0 2px 0;
            margin-bottom: 2px; }

#tribe-events-pg-template {
  padding: 0; }
  #tribe-events-pg-template #tribe-events-content {
    padding: 60px 2em 30px 2em; }
    @media print, screen and (min-width: 64em) {
      #tribe-events-pg-template #tribe-events-content {
        padding: 60px 1em 30px 1em; } }
    #tribe-events-pg-template #tribe-events-content .wrapper .event-image {
      width: 100%;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 40em) {
        #tribe-events-pg-template #tribe-events-content .wrapper .event-image {
          width: 33.3%;
          margin-bottom: 0; } }
      @media print, screen and (min-width: 64em) {
        #tribe-events-pg-template #tribe-events-content .wrapper .event-image {
          width: 50%; } }
      #tribe-events-pg-template #tribe-events-content .wrapper .event-image img {
        width: 100%; }
    #tribe-events-pg-template #tribe-events-content .wrapper .event-info {
      padding: 0;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        #tribe-events-pg-template #tribe-events-content .wrapper .event-info {
          width: 66.7%;
          padding: 0 0 0 2em; } }
      @media print, screen and (min-width: 64em) {
        #tribe-events-pg-template #tribe-events-content .wrapper .event-info {
          width: 50%; } }
      #tribe-events-pg-template #tribe-events-content .wrapper .event-info .tribe-events-schedule {
        background-color: none;
        padding: 0;
        border: 0; }
      #tribe-events-pg-template #tribe-events-content .wrapper .event-info .date-wrapper .month {
        font-size: 50px;
        font-family: 'Gotham-Bold', sans-serif;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
        color: #d4a25d; }

#tribe-events-pg-template {
  max-width: 100%; }

.image-slider {
  max-width: 75rem;
  margin: auto; }
  .image-slider .slick-slide > div {
    display: flex; }
  .image-slider .slick-dots {
    bottom: 15px; }
    .image-slider .slick-dots li.slick-active button {
      background-color: #d4a25d; }
    .image-slider .slick-dots li button {
      background-color: #fefefe;
      border-radius: 100%;
      width: 15px;
      height: 15px; }
      .image-slider .slick-dots li button:hover {
        background-color: #d4a25d; }
      .image-slider .slick-dots li button:before {
        content: "";
        width: 15px;
        height: 15px; }
  .image-slider .slick-prev {
    left: 18px; }
  .image-slider .slick-next {
    right: 18px; }
  .image-slider .slick-prev, .image-slider .slick-next {
    z-index: 9;
    height: 29px;
    width: 17px; }

.functions__container {
  margin: 0 auto 55px auto;
  max-width: 75rem; }
  .functions__container .function__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px; }
    .functions__container .function__wrapper .function_section {
      width: 100%;
      padding: 0 3rem;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 64em) {
        .functions__container .function__wrapper .function_section {
          width: 33.33%;
          padding: 0 15px; } }
      .functions__container .function__wrapper .function_section a {
        text-decoration: none; }
        .functions__container .function__wrapper .function_section a h2 {
          color: #fefefe;
          text-align: center;
          font-size: 22px;
          font-weight: 600;
          background-color: #d4a25d;
          margin: 0;
          padding: 10px 0 7px 0;
          margin-bottom: 2px; }
        .functions__container .function__wrapper .function_section a .function-image .function_image_wrapper {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          min-height: 260px; }
        .functions__container .function__wrapper .function_section a .function_content {
          background-color: #e8e7e6;
          text-align: center;
          padding: 10px 35px;
          color: #231f20; }

.functionroom__container {
  margin: 0 auto 55px auto;
  padding: 0px; }
  .functionroom__container .functionroom_wrapper {
    padding: 80px 1em 30px 1em; }
    .functionroom__container .functionroom_wrapper .functionroom_section {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      max-width: 75rem;
      margin: auto;
      padding: 0 1rem; }
      @media print, screen and (min-width: 64em) {
        .functionroom__container .functionroom_wrapper .functionroom_section {
          padding: 0; } }
      .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_image,
      .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content {
        flex-grow: 1; }
      .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_image {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_image {
            width: 60%; } }
      .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content {
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content {
            padding: 0 0 0 3em;
            width: 30%; } }
        .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content h2 {
          font-size: 2em;
          font-weight: 800;
          margin: 0;
          line-height: 50px;
          margin-top: 20px; }
          @media print, screen and (min-width: 64em) {
            .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content h2 {
              margin-top: 0; } }
        .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content .capacity {
          font-size: 14px; }
        .functionroom__container .functionroom_wrapper .functionroom_section .functionroom_content .functionroom_desc {
          font-size: 16px; }
  .functionroom__container .function_gallery {
    max-width: 75rem;
    margin: auto;
    padding: 0 2rem; }
    @media print, screen and (min-width: 64em) {
      .functionroom__container .function_gallery {
        padding: 0; } }
    .functionroom__container .function_gallery h2 {
      text-align: center;
      text-transform: uppercase; }
    .functionroom__container .function_gallery__bottom {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .functionroom__container .function_gallery__bottom .function_gallery__image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        flex-grow: 1;
        width: 100%;
        height: 270px;
        display: block;
        margin: 10px; }
        @media print, screen and (min-width: 64em) {
          .functionroom__container .function_gallery__bottom .function_gallery__image {
            width: 30%; } }
  .functionroom__container .function_gallery__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer; }
  .functionroom__container .function_gallery__lightbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(20, 20, 20, 0.7);
    display: none;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.3s; }
    .functionroom__container .function_gallery__lightbox.active {
      display: block;
      z-index: 5;
      opacity: 1; }
    .functionroom__container .function_gallery__lightbox.active .functionroom__container .function_gallery__lightbox--close {
      display: block;
      opacity: 1; }
    .functionroom__container .function_gallery__lightbox--close {
      display: none;
      position: fixed !important;
      top: 40px;
      right: 40px;
      opacity: 0;
      transition: opacity 0.5s ease-in-out 0.3s;
      cursor: pointer; }
      .functionroom__container .function_gallery__lightbox--close:before {
        content: '';
        background: url(../images/close-icon.svg);
        display: block;
        width: 30px;
        height: 30px; }
    .functionroom__container .function_gallery__lightbox .lightbox__image {
      position: relative;
      width: 100%;
      height: calc(100vh - 120px); }
      .functionroom__container .function_gallery__lightbox .lightbox__image img {
        max-height: calc(100vh - 120px);
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .functionroom__container .function_gallery__lightbox .lightbox-navigation {
      max-width: 800px;
      max-height: 110px;
      margin: 0 auto;
      position: absolute;
      bottom: 0.5rem;
      left: 0;
      right: 0; }
      .functionroom__container .function_gallery__lightbox .lightbox-navigation__image {
        padding: 0.3rem; }
      .functionroom__container .function_gallery__lightbox .lightbox-navigation__bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 0;
        padding-bottom: 66.6%; }
    .functionroom__container .function_gallery__lightbox .function_gallery__lightbox--close {
      display: none;
      position: fixed !important;
      top: 40px;
      right: 40px;
      opacity: 0;
      transition: opacity 0.5s ease-in-out 0.3s;
      cursor: pointer; }
      .functionroom__container .function_gallery__lightbox .function_gallery__lightbox--close:before {
        content: "";
        background: url("/content/themes/DailyPress/assets/images/close-icon.svg");
        display: block;
        width: 30px;
        height: 30px; }
    .functionroom__container .function_gallery__lightbox.active .function_gallery__lightbox--close {
      display: block;
      opacity: 1; }
    .functionroom__container .function_gallery__lightbox .slick-prev, .functionroom__container .function_gallery__lightbox .slick-next {
      width: 40px;
      height: 40px; }

.featured__container {
  background-color: #fff5e7;
  padding: 75px 0 25px 0; }
  .featured__container .featured__wrapper {
    max-width: 75rem;
    margin: 0 auto 0 auto; }
    .featured__container .featured__wrapper .featured__main {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -20px; }
      .featured__container .featured__wrapper .featured__main .featured_section {
        width: 100%;
        padding: 0 60px;
        margin-bottom: 30px; }
        @media print, screen and (min-width: 64em) {
          .featured__container .featured__wrapper .featured__main .featured_section {
            width: 33.33%;
            padding: 0 20px; } }
        .featured__container .featured__wrapper .featured__main .featured_section .featured-icon {
          text-align: center; }
          .featured__container .featured__wrapper .featured__main .featured_section .featured-icon i.fa {
            font-size: 60px; }
        .featured__container .featured__wrapper .featured__main .featured_section h3 {
          text-align: center; }
        .featured__container .featured__wrapper .featured__main .featured_section .featured_content {
          text-align: center; }
          .featured__container .featured__wrapper .featured__main .featured_section .featured_content a {
            color: #d4a25d;
            text-decoration: none; }

.accordion {
  position: relative;
  max-width: 62.5rem;
  margin: 3rem auto;
  padding: 0 1rem; }
  .accordion h2 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px; }
  .accordion dl:after {
    content: "";
    display: block;
    height: 1rem;
    width: 100%;
    background-color: #d4a25d;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .accordion dd {
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
    max-height: 85rem;
    margin: 0;
    transition: max-height 1s; }
    @media print, screen and (min-width: 40em) {
      .accordion dd {
        transition: max-height 0.5s; } }
    .accordion dd.is-collapsed {
      max-height: 0; }
  .accordion dt:first-child .accordion-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .accordion dt .accordion-title {
    background-color: #d4a25d;
    font-weight: 600;
    padding: 1rem 2rem;
    display: block;
    text-decoration: none;
    color: #fefefe;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid #fefefe; }
    .accordion dt .accordion-title:before {
      content: "+";
      font-size: 1.5rem;
      line-height: 1.3rem;
      float: left;
      margin-right: 1rem;
      transform: rotate(0);
      transform-origin: 50% 60%;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    .accordion dt .accordion-title:hover {
      background-color: #231f20; }
    .accordion dt .accordion-title.is-expanded {
      background-color: #d4a25d; }
      .accordion dt .accordion-title.is-expanded:before {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg); }
  .accordion .accordion-content .content {
    padding: 1rem 2rem 1rem 2rem; }
  .accordion .accordion-content__title .icon {
    height: 60px;
    display: inline-block;
    vertical-align: middle; }
  .accordion .accordion-content__title .title {
    font-weight: 800;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 1.5rem; }
    @media print, screen and (min-width: 40em) {
      .accordion .accordion-content__title .title {
        font-size: 2rem; } }
  .accordion .accordion-content h5, .accordion .accordion-content h6 {
    font-size: 1.5rem;
    font-weight: 600; }
  .accordion .animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1; }
  .accordion .animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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