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

    SCSS COMPILE LIST

\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=9559e384-4eef-4633-8531-ccf84fe423eb");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.link-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Nexa Slab W01 Bold";
  src: url("../fonts/nexaslab/40b3193c-71f5-4592-b613-25c069c6a1cf.woff2") format("woff2"), url("../fonts/nexaslab/42705126-939a-4a90-9a56-266d3f732511.woff") format("woff");
}
@font-face {
  font-family: "Nexa Slab W01 Heavy";
  src: url("../fonts/nexaslab/5311e79a-5c87-4f1e-8de7-dba476f97ace.woff2") format("woff2"), url("../fonts/nexaslab/bbc05e72-3b3c-4867-a514-09b711e661bb.woff") format("woff");
}
@font-face {
  font-family: "Nexa Slab W01 Black";
  src: url("../fonts/nexaslab/d302ea7e-2493-4f21-8995-97c4edd3a8d3.woff2") format("woff2"), url("../fonts/nexaslab/cdcbfcfe-f6fd-4168-9a8b-52bf57a11567.woff") format("woff");
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit, body.search-results,
body.search-no-results, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, .single-event .content .sidebar li,
.single-event .content .sidebar p, .single-post article .content > .content-wrapper > .inner p,
.single-post article .content > .content-wrapper > .inner li,
.single-event article .content > .content-wrapper > .inner p,
.single-event article .content > .content-wrapper > .inner li, .single-post article .content .sidebar li,
.single-post article .content .sidebar p,
.single-event article .content .sidebar li,
.single-event article .content .sidebar p, .promotion-sign-up .dc-text-block.section > .inner .item > h2 + p,
.event-sign-up .dc-text-block.section > .inner .item > h2 + p,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2 + p, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gfield input.button,
.gform_wrapper .gfield input[type=submit], .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item, .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item, .gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_fileupload .gform_button_select_files, .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper .text p,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper .text p, .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper span.meta-data,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper span.meta-data, .section.post-ribbon .inner .section_content .items .item .content-wrapper > h3, .dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4, .dc-grid-layout-2 .dc-grid .content-wrapper p, .business-slider .dc-card .content-wrapper .address, .business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4, .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date,
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.address, .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-card .popular-posts .item .content-wrapper > h4, section.dc-hotboxes .section_content .items .item h3, .dc-image-text-box, .dc-text-block.join-community, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text p, .dc-titlebox .inner p, .section:not(.title-side) > .inner > .section_intro .description, .bottom-sidebar > .inner > .section_intro .description, a.dc-link, a.dc-btn,
.business-slider.event-info-carousel .dc-card .content-wrapper .text,
.business-slider.event-info-carousel .dc-card .content-wrapper p{
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

.single-post article .content > .content-wrapper > .inner p strong,
.single-post article .content > .content-wrapper > .inner li strong,
.single-event article .content > .content-wrapper > .inner p strong,
.single-event article .content > .content-wrapper > .inner li strong {
  font-family: "Nexa Slab W01 Heavy", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit, body.search-results,
body.search-no-results, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, .single-event .content .sidebar li,
.single-event .content .sidebar p, .single-post article .content > .content-wrapper > .inner p,
.single-post article .content > .content-wrapper > .inner li,
.single-event article .content > .content-wrapper > .inner p,
.single-event article .content > .content-wrapper > .inner li, .single-post article .content .sidebar li,
.single-post article .content .sidebar p,
.single-event article .content .sidebar li,
.single-event article .content .sidebar p, .promotion-sign-up .dc-text-block.section > .inner .item > h2 + p,
.event-sign-up .dc-text-block.section > .inner .item > h2 + p,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2 + p, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gfield input.button,
.gform_wrapper .gfield input[type=submit], .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item, .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item, .gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_fileupload .gform_button_select_files, .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper .text p,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper .text p, .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper span.meta-data,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper span.meta-data, .section.post-ribbon .inner .section_content .items .item .content-wrapper > h3, .dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4, .dc-grid-layout-2 .dc-grid .content-wrapper p, .business-slider .dc-card .content-wrapper .address, .business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4, .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date,
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.address, .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-card .popular-posts .item .content-wrapper > h4, section.dc-hotboxes .section_content .items .item h3, .dc-image-text-box, .dc-text-block.join-community, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text p, .dc-titlebox .inner p, .section:not(.title-side) > .inner > .section_intro .description, .bottom-sidebar > .inner > .section_intro .description, a.dc-link, a.dc-btn {
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Macaria";
  src: url("../fonts/macaria/Macaria.woff") format("woff"), url("../fonts/macaria/Macaria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.single-event .content .sidebar .widget-title, .single-post article .content .sidebar .business-types ul li .tax-label,
.single-event article .content .sidebar .business-types ul li .tax-label, .single-post article .content .sidebar .widget-title,
.single-event article .content .sidebar .widget-title, .section-filters .dc-tab-wrapper .tab button, .whats-on .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-intro-section .section_content p, .dc-intro-section .section_content h2, .dc-intro-section .section_content h3, .dc-intro-section .section_content h4, .dc-intro-section .section_content h5, .dc-intro-section .section_content h6, .dc-search-wrapper .dc-search-wrapper-inner .search-input, div.header-contact a, .main_menu .menu ul li a, h1,
h2,
h3,
h4,
h5,
h6, body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, .gform_wrapper .gform_body ul li.gfield label, ul li,
.business-slider.event-info-carousel .dc-card .content-wrapper h3,
.business-slider.event-info-carousel .dc-card .content-wrapper h4,
ol li, body {
  font-family: "Macaria", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
article.news .dc-titlebox.blog_title .back-btn:before,
.section.dc-accordion .accordion .title:before,
.fa-solid,
.far,
.main_menu .menu .open-sub-menu:after,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.fa-rotate-by {
  -ms-transform: rotate(var(--fa-rotate-angle, none));
      transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-angle-up::before {
  content: "\f106";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-play::before {
  content: "\f04b";
}

.fa-times::before {
  content: "\f00d";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-plus::before {
  content: "\+";
}

.fa-minus::before {
  content: "\f068";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-clock::before {
  content: "\f017";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-phone::before {
  content: "\f095";
}

.fa-circle-dollar::before {
    content: "\f2e8";
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far, .main_menu .menu .open-sub-menu:after,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas, article.news .dc-titlebox.blog_title .back-btn:before, .section.dc-accordion .accordion .title:before,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

/* SETTINGS - GRID */
/*------------------------------------*\

    SETTINGS - DEFAULT WIDTHS

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\

    SETTINGS - COLORS - THEME - DC

\*------------------------------------*/
/* SETTINGS - FONTS */
/*------------------------------------*\

    SETTINGS - FONT FAMILY

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - FONT SIZES

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - BASE FONT COLOURS

\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\

    SETTINGS - MENU

\*------------------------------------*/
/* GLOBAL APP */
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    GLOBAL - SITE WIDE
\*------------------------------------*/
button {
  outline: none !important;
  transition: all 250ms ease-in-out;
}

input[type=submit] {
  transition: all 250ms ease-in-out;
}

.page_container {
  background: #E9DFC9;
  width: 100%;
  max-width: 100%;
}

.page_container > .panel {
  max-width: 100%;
  background: #E9DFC9;
}

/* GLOBAL APP - BASE */
/*------------------------------------*\

BASE - SITE WIDE

\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  overflow: auto;
  background: #E9DFC9;
  height: 100%;
  height: -webkit-fill-available;
}
html.js {
  margin-top: 0 !important;
}

body {
  font-size: 14px;
  line-height: 1.5em;
  color: #231F20;
  background: #E9DFC9;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
@media only screen and (min-width: 560px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 850px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 19px;
  }
}

#wpadminbar {
  z-index: 999999;
}

/*------------------------------------*\

BASE - FONTS

\*------------------------------------*/
p {
  margin-bottom: 16px;
  width: 100%;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  p {
    margin-bottom: 30px;
  }
}
p strong,
p strong a {
  font-weight: bolder;
}
p img {
  margin-top: 30px;
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231F20;
  line-height: 1.2em;
  margin: 0 0 25px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
  }
}

h1 {
  font-size: 50px;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 50px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 18px;
}
@media only screen and (max-width: 1099px) {
  h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 849px) {
  h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 559px) {
  h3 {
    font-size: 14px;
  }
}
h3:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  h3:not(:first-child) {
    margin-top: 43px;
  }
}

h4 {
  font-size: 12px;
}
@media only screen and (max-width: 1099px) {
  h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 849px) {
  h4 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 559px) {
  h4 {
    font-size: 8px;
  }
}

h5 {
  font-size: 22px;
}
@media only screen and (max-width: 1099px) {
  h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 849px) {
  h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 559px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 20px;
}
@media only screen and (max-width: 1099px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 849px) {
  h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 559px) {
  h6 {
    font-size: 16px;
  }
}

/*
%blockquote {
	letter-spacing: 1px;
	line-height: 1.2em;
	text-transform: none;

	margin-bottom: 0;

	font-size: 36px;

	@include mq('break-medium', max) {
		font-size: 32px;
	}

	@include mq('break-small', max) {
		font-size: 28px;
	}

	@include mq('break-mobile', max) {
		font-size: 24px;
	}        
}
%pullquote {
	letter-spacing: .8px;
	line-height: 1.2em;
	text-transform: none;

	margin-bottom: 0;

	font-size: 80px;

	@include mq('break-medium', max) {
		font-size: 65px;
	}

	@include mq('break-small', max) {
		font-size: 48px;
	}

	@include mq('break-mobile', max) {
		font-size: 38px;
	}    
}

.pullquote,
blockquote {
	h2 {
		@extend %pullquote;
	}
	h3, h4, h5, p {
		@extend %blockquote;
	}

	&:not(:last-child) {
		margin-bottom: 20px;

		@include mq('tablet', min) {
			margin-bottom: 40px;
		}
	}
}
*/
.dc-promotions-carousel .inner .section_intro > span, .dc-spotlight-section .section_content .right > span, .dc-card .popular-posts > h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (min-width: 560px) {
  .dc-promotions-carousel .inner .section_intro > span, .dc-spotlight-section .section_content .right > span, .dc-card .popular-posts > h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-promotions-carousel .inner .section_intro > span, .dc-spotlight-section .section_content .right > span, .dc-card .popular-posts > h3 {
    font-size: 15px;
  }
}

.single-event .content .sidebar .widget-title, .single-post article .content .sidebar .widget-title,
.single-event article .content .sidebar .widget-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 560px) {
  .single-event .content .sidebar .widget-title, .single-post article .content .sidebar .widget-title,
.single-event article .content .sidebar .widget-title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 850px) {
  .single-event .content .sidebar .widget-title, .single-post article .content .sidebar .widget-title,
.single-event article .content .sidebar .widget-title {
    font-size: 14px;
  }
}

.section-filters .dc-tab-wrapper .tab button {
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
@media only screen and (min-width: 560px) {
  .section-filters .dc-tab-wrapper .tab button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  .section-filters .dc-tab-wrapper .tab button {
    font-size: 13px;
  }
}

.business-slider .dc-card .content-wrapper .address {
  font-size: 12px;
}
@media only screen and (min-width: 560px) {
  .business-slider .dc-card .content-wrapper .address {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1100px) {
  .business-slider .dc-card .content-wrapper .address {
    font-size: 14px;
  }
}

.promotion-sign-up .dc-text-block.section > .inner .item > h2 + p,
.event-sign-up .dc-text-block.section > .inner .item > h2 + p,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2 + p, .dc-spotlight-section .section_content .text .author, .section.post-ribbon .inner .section_content .items .item .content-wrapper > h3, .section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li a, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text p, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content h3.subtitle, .section:not(.title-side) > .inner > .section_intro .description p, .bottom-sidebar > .inner > .section_intro .description p {
  font-size: 12px;
}
@media only screen and (min-width: 560px) {
  .promotion-sign-up .dc-text-block.section > .inner .item > h2 + p,
.event-sign-up .dc-text-block.section > .inner .item > h2 + p,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2 + p, .dc-spotlight-section .section_content .text .author, .section.post-ribbon .inner .section_content .items .item .content-wrapper > h3, .section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li a, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text p, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content h3.subtitle, .section:not(.title-side) > .inner > .section_intro .description p, .bottom-sidebar > .inner > .section_intro .description p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .promotion-sign-up .dc-text-block.section > .inner .item > h2 + p,
.event-sign-up .dc-text-block.section > .inner .item > h2 + p,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2 + p, .dc-spotlight-section .section_content .text .author, .section.post-ribbon .inner .section_content .items .item .content-wrapper > h3, .section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li a, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text p, .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content h3.subtitle, .section:not(.title-side) > .inner > .section_intro .description p, .bottom-sidebar > .inner > .section_intro .description p {
    font-size: 17px;
  }
}

.dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4, .business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4, .dc-card .popular-posts .item .content-wrapper > h4 {
  font-size: 14px;
}
@media only screen and (min-width: 560px) {
  .dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4, .business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4, .dc-card .popular-posts .item .content-wrapper > h4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4, .business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4, .dc-card .popular-posts .item .content-wrapper > h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4, .business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4, .dc-card .popular-posts .item .content-wrapper > h4 {
    font-size: 18px;
  }
}

.single-post article .content > .content-wrapper > .inner h3,
.single-event article .content > .content-wrapper > .inner h3 {
  font-size: 16px;
}
@media only screen and (min-width: 560px) {
  .single-post article .content > .content-wrapper > .inner h3,
.single-event article .content > .content-wrapper > .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 850px) {
  .single-post article .content > .content-wrapper > .inner h3,
.single-event article .content > .content-wrapper > .inner h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post article .content > .content-wrapper > .inner h3,
.single-event article .content > .content-wrapper > .inner h3 {
    font-size: 24px;
  }
}

.whats-on .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-card .content-wrapper h3,
.dc-card .content-wrapper h4, .dc-titlebox.event-title .inner .section_content .event-data span.event-tag, .dc-titlebox.event-title .inner .section_content .event-data span.event-date {
  font-size: 16px;
}
@media only screen and (min-width: 560px) {
  .whats-on .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-card .content-wrapper h3,
.dc-card .content-wrapper h4, .dc-titlebox.event-title .inner .section_content .event-data span.event-tag, .dc-titlebox.event-title .inner .section_content .event-data span.event-date {
    font-size: 20px;
  }
}
@media only screen and (min-width: 850px) {
  .whats-on .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-card .content-wrapper h3,
.dc-card .content-wrapper h4, .dc-titlebox.event-title .inner .section_content .event-data span.event-tag, .dc-titlebox.event-title .inner .section_content .event-data span.event-date {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1100px) {
  .whats-on .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3, .dc-card .content-wrapper h3,
.dc-card .content-wrapper h4, .dc-titlebox.event-title .inner .section_content .event-data span.event-tag, .dc-titlebox.event-title .inner .section_content .event-data span.event-date {
    font-size: 28px;
  }
}

.single-post article .content > .content-wrapper > .inner .pullquote,
.single-event article .content > .content-wrapper > .inner .pullquote, .single-post article .content > .content-wrapper > .inner h2,
.single-event article .content > .content-wrapper > .inner h2, .promotion-sign-up .dc-text-block.section > .inner .item > h2,
.event-sign-up .dc-text-block.section > .inner .item > h2,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2, .dc-titlebox + script + .promotions.grid .section_intro h2.title, .dc-spotlight-section .section_content .text p, .dc-grid-layout-2 .dc-grid .content-wrapper h4, .section.business-grid-wrapper .section_intro h2.title, .dc-intro-section .section_content p, .dc-intro-section .section_content h2, .dc-intro-section .section_content h3, .dc-intro-section .section_content h4, .dc-intro-section .section_content h5, .dc-intro-section .section_content h6, .dc-image-text-box .section_content h3, .section:not(.title-side) > .inner > .section_intro h3, .bottom-sidebar > .inner > .section_intro h3 {
  font-size: 25px;
}
@media only screen and (min-width: 560px) {
  .single-post article .content > .content-wrapper > .inner .pullquote,
.single-event article .content > .content-wrapper > .inner .pullquote, .single-post article .content > .content-wrapper > .inner h2,
.single-event article .content > .content-wrapper > .inner h2, .promotion-sign-up .dc-text-block.section > .inner .item > h2,
.event-sign-up .dc-text-block.section > .inner .item > h2,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2, .dc-titlebox + script + .promotions.grid .section_intro h2.title, .dc-spotlight-section .section_content .text p, .dc-grid-layout-2 .dc-grid .content-wrapper h4, .section.business-grid-wrapper .section_intro h2.title, .dc-intro-section .section_content p, .dc-intro-section .section_content h2, .dc-intro-section .section_content h3, .dc-intro-section .section_content h4, .dc-intro-section .section_content h5, .dc-intro-section .section_content h6, .dc-image-text-box .section_content h3, .section:not(.title-side) > .inner > .section_intro h3, .bottom-sidebar > .inner > .section_intro h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 850px) {
  .single-post article .content > .content-wrapper > .inner .pullquote,
.single-event article .content > .content-wrapper > .inner .pullquote, .single-post article .content > .content-wrapper > .inner h2,
.single-event article .content > .content-wrapper > .inner h2, .promotion-sign-up .dc-text-block.section > .inner .item > h2,
.event-sign-up .dc-text-block.section > .inner .item > h2,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2, .dc-titlebox + script + .promotions.grid .section_intro h2.title, .dc-spotlight-section .section_content .text p, .dc-grid-layout-2 .dc-grid .content-wrapper h4, .section.business-grid-wrapper .section_intro h2.title, .dc-intro-section .section_content p, .dc-intro-section .section_content h2, .dc-intro-section .section_content h3, .dc-intro-section .section_content h4, .dc-intro-section .section_content h5, .dc-intro-section .section_content h6, .dc-image-text-box .section_content h3, .section:not(.title-side) > .inner > .section_intro h3, .bottom-sidebar > .inner > .section_intro h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post article .content > .content-wrapper > .inner .pullquote,
.single-event article .content > .content-wrapper > .inner .pullquote, .single-post article .content > .content-wrapper > .inner h2,
.single-event article .content > .content-wrapper > .inner h2, .promotion-sign-up .dc-text-block.section > .inner .item > h2,
.event-sign-up .dc-text-block.section > .inner .item > h2,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2, .dc-titlebox + script + .promotions.grid .section_intro h2.title, .dc-spotlight-section .section_content .text p, .dc-grid-layout-2 .dc-grid .content-wrapper h4, .section.business-grid-wrapper .section_intro h2.title, .dc-intro-section .section_content p, .dc-intro-section .section_content h2, .dc-intro-section .section_content h3, .dc-intro-section .section_content h4, .dc-intro-section .section_content h5, .dc-intro-section .section_content h6, .dc-image-text-box .section_content h3, .section:not(.title-side) > .inner > .section_intro h3, .bottom-sidebar > .inner > .section_intro h3 {
    font-size: 35px;
  }
}

.dc-titlebox.blog-title .inner .section_content h1, .dc-titlebox.title_style_2 .inner .section_content h1 {
  font-size: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-titlebox.blog-title .inner .section_content h1, .dc-titlebox.title_style_2 .inner .section_content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.blog-title .inner .section_content h1, .dc-titlebox.title_style_2 .inner .section_content h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.blog-title .inner .section_content h1, .dc-titlebox.title_style_2 .inner .section_content h1 {
    font-size: 60px;
  }
}

.dc-image-text-box.highlight h3 {
  font-size: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box.highlight h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-image-text-box.highlight h3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-image-text-box.highlight h3 {
    font-size: 70px;
  }
}

/*------------------------------------*\

BASE - LINKS

\*------------------------------------*/
a {
  text-decoration: none;
  color: #6d97cf;
  outline: none !important;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #7C996D;
}

/*------------------------------------*\

BASE - BUTTONS

\*------------------------------------*/
a.dc-btn {
  font-size: 12px !important;
  line-height: 1em;
  text-transform: none;
  text-align: left;
  color: #EEE2CD;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  margin: 12px 0 0 0;
  padding: 12px 18px;
  opacity: 1;
  background: #231F20;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    margin: 12px 0 0 0;
    padding: 18px 30px;
    font-size: 16px !important;
    border-radius: 12px;
  }
}
a.dc-btn:hover {
  background: #6d97cf;
}

.button-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .button-wrapper {
    margin-top: 50px;
  }
}

/*------------------------------------*\

BASE - LINKS - DC LINK

\*------------------------------------*/
a.dc-link {
  position: relative;
  color: #231F20;
  font-size: 14px;
}
a.dc-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231F20;
  transition: all 250ms ease-in-out;
}
a.dc-link:hover {
  color: #7C996D;
}
a.dc-link:hover:after {
  background: #231F20;
}
@media only screen and (min-width: 768px) {
  a.dc-link {
    font-size: 17px;
  }
}

/*--------------------------------------------------------*\

BASE - LISTS

- includes a higher class for coloured bullets

\*--------------------------------------------------------*/
ul,
ol {
  margin-bottom: 12px;
}
ul li,
ol li {
  line-height: 1.5em;
  color: #231F20;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
.color-dots ul li,
.color-dots ol li {
  list-style: none;
}
.color-dots ul li:before,
.color-dots ol li:before {
  content: "•";
  color: #7C996D;
  display: inline-block;
  width: 15px;
  font-size: 2em;
  position: absolute;
  top: -2px;
  left: -25px;
}

/*------------------------------------*\
    BASE - IMAGES
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\

	HEADER - BASE

\*------------------------------------*/
#header_main + .page_container {
  padding-top: 74px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #header_main + .page_container {
    padding-top: 106px;
  }
}
.home #header_main + .page_container {
  padding-top: 0 !important;
}

#header_main {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 100%;
  transition: all 300ms ease-in-out;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  height: 74px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  #header_main .header_nav_container {
    padding-left: 30px;
    padding-right: 30px;
    height: 106px;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  #header_main .header_nav_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.hide-nav #header_main {
  transform: translate3d(0, -100%, 0);
}

body:not(.home) #header_main,
.sticky-nav #header_main {
  background: #231F20;
}

.sticky-nav #header_main .header_nav_container {
  height: 106px;
}
@media only screen and (max-width: 767px) {
  .sticky-nav #header_main .header_nav_container {
    height: 74px;
  }
}

/*------------------------------------*\

    HEADER - LOGO

\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 194px;
  max-width: 20%;
  min-width: 150px;
  margin: 0 30px 0 0;
  padding: 1px 0px 1px 1px;
  margin-bottom: 17px !important;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 164px;
    margin: 0 16px 2px 0 !important;
  }
}
.home:not(.sticky-nav) .header_logo {
  -ms-flex-align: start;
      align-items: flex-start;
  width: 192px;
  height: 70px;
  margin-bottom: -26px !important;
}
@media only screen and (max-width: 767px) {
  .home:not(.sticky-nav) .header_logo {
    margin-bottom: -50px !important;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 69px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .header_logo a img {
    max-height: 45px;
  }
  .home .header_logo a img {
    max-height: 95px;
  }
}
.home:not(.sticky-nav) .header_logo a img {
  width: 260px;
  height: 94px;
  max-width: 260px;
  filter: brightness(0%) invert(10%) sepia(11%) saturate(386%) hue-rotate(294deg) brightness(100%) contrast(94%);
}
@media only screen and (min-width: 768px) {
  .home:not(.sticky-nav) .header_logo a img {
    width: 466px;
    height: 168px;
    max-height: 11vw;
    max-width: 30vw;
  }
}
.home:not(.sticky-nav) header .header_logo a img {
  display: none;
}
.home.hide-nav .header_logo a img {
  -ms-transform: translateY(-140px);
      transform: translateY(-140px);
}
.header_logo a.desktop-logo {
  display: block;
}
.header_logo a.mobile-logo {
  display: none;
}
@media only screen and (max-width: 766px) {
  .header_logo a.desktop-logo {
    display: none;
  }
  .header_logo a.mobile-logo {
    display: block;
  }
}

.sticky-nav #header_main .header_logo {
  margin: 0 30px 0 0;
}
.sticky-nav #header_main .header_logo a.mobile-logo img {
  max-height: 40px;
}

/* GLOBAL APP - MENU */
/*------------------------------------*\

    MENU - SIMPLE - RIGHT ALIGNED

\*------------------------------------*/
.dc-search-trigger {
  color: #EEE2CD;
  font-size: 24px;
}
.home:not(.sticky-nav) .dc-search-trigger {
  color: #231F20;
}
@media only screen and (max-width: 767px) {
  .dc-search-trigger {
    margin-right: 19px;
  }
  .dc-search-trigger i {
    padding-top: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-search-trigger {
    margin-left: 30px;
  }
}
.dc-search-trigger:before {
  content: "";
  background: url("../img/search-icon.svg") no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  transition: all 450ms ease-in-out;
}
body:not(.home) .dc-search-trigger:before, .sticky-nav .dc-search-trigger:before {
  filter: invert(93%) sepia(12%) saturate(354%) hue-rotate(351deg) brightness(96%) contrast(95%);
}

@media only screen and (min-width: 768px) {
  .search-trigger-wrapper.active a.dc-search-trigger {
    position: relative;
  }
  .search-trigger-wrapper.active a.dc-search-trigger:after {
    content: "";
    background: #EEE2CD;
    position: absolute;
    top: -20px;
    right: -15px;
    height: 54px;
    width: 55px;
    border-radius: 0 0 20px 20px;
    z-index: -1;
  }
  .search-trigger-wrapper.active a.dc-search-trigger:before {
    filter: invert(64%) sepia(44%) saturate(3684%) hue-rotate(329deg) brightness(94%) contrast(90%);
  }
}
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 12px;
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: #EEE2CD;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 16px;
  }
}
.home:not(.sticky-nav) .main_menu .menu ul li a {
  color: #231F20;
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 1549px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 12px;
  }
}
.main_menu .menu > ul > li:first-child {
  margin-left: 0;
}
.main_menu .menu > ul > li > a:hover {
  color: #FFB36D;
}
.sticky-nav .main_menu .menu > ul > li > a:hover {
  color: #FFB36D;
}
.main_menu .menu > ul > li.current_page_parent > a, .main_menu .menu > ul > li.current-menu-item > a {
  color: #FFB36D;
}
.sticky-nav .main_menu .menu > ul > li.current_page_parent > a, .sticky-nav .main_menu .menu > ul > li.current-menu-item > a {
  color: #FFB36D;
}

/*------------------------------------*\

   DEFAULT DROPDOWN

\*------------------------------------*/
@media only screen and (min-width: 1200px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu {
    position: absolute;
    background: transparent;
    top: 100%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    width: 380px;
    margin-left: 0;
    padding: 0;
    background: transparent;
    -ms-transform: translateY(12px);
        transform: translateY(12px);
    transition: all 0ms ease-in-out;
  }
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    transition: all 450ms ease-in-out;
  }
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li:first-child {
    border-top: 5px solid #7C996D;
    padding-top: 20px;
  }
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a {
    display: block;
    padding: 8px 20px 8px 25px;
    min-width: 100%;
    color: black;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1099px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 949px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 767px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li.current_page_item > a,
.main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a:hover {
    background: transparent;
    color: #7C996D;
  }
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper):hover ul.sub-menu {
    max-height: 700px;
    opacity: 1;
    overflow: visible;
    padding: 14px 0;
    background: white;
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: transform 150ms ease-in-out, opacity 200ms ease-in-out;
  }
}
/*------------------------------------*\

   MOMENTUM MENU STRUCTURE

\*------------------------------------*/
.main_menu {
  display: -ms-flexbox;
  display: flex;
}
.main_menu .menu-toggle-wrapper {
  position: relative !important;
  top: auto;
  right: auto;
  margin-right: -10px;
}

div.header-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 1359px) {
  div.header-contact {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact {
    margin-left: 0;
  }
}
div.header-contact a {
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2em;
  display: block;
  position: relative;
}
div.header-contact .enquire {
  position: relative;
  margin: 0 0 0 12px;
}
div.header-contact .enquire a {
  color: white;
  font-size: 18px;
  background: #7C996D;
  border-radius: 30px;
  padding: 16px 40px;
}
div.header-contact .enquire a:hover {
  background: #231F20;
}
@media only screen and (max-width: 1359px) {
  div.header-contact .enquire a {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 1099px) {
  div.header-contact .enquire a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 949px) {
  div.header-contact .enquire a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact .enquire a {
    padding: 10px 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .enquire a {
    padding: 10px 12px;
    font-size: 10px;
  }
}

/*------------------------------------*\

    MENU - Toggle

\*------------------------------------*/
.menu-toggle-wrapper {
  display: none;
  position: fixed;
  padding: 0 !important;
  width: 53px;
  right: 8px;
  top: 17px;
  z-index: 10000;
  font-size: 20px;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .menu-toggle-wrapper {
    display: block;
    padding: 10px;
  }
}
.menu-toggle-wrapper .mobile-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 32px;
  height: 33px;
}
.menu-toggle-wrapper .mobile-menu-toggle span {
  display: block;
  width: 100%;
  background: #85D9DE;
  transition: all 150ms ease-in-out;
}
.menu-toggle-wrapper .mobile-menu-toggle span:first-child {
  height: 8px;
}
.menu-toggle-wrapper .mobile-menu-toggle span:nth-child(2) {
  height: 4px;
}
.menu-toggle-wrapper .mobile-menu-toggle span:last-child {
  height: 8px;
}
.menu-toggle-wrapper.active .mobile-menu-toggle span:first-child {
  height: 0;
}
.menu-toggle-wrapper.active .mobile-menu-toggle span:nth-child(2) {
  height: 8px;
}
.menu-toggle-wrapper.active .mobile-menu-toggle span:last-child {
  height: 0;
}

/*------------------------------------*\

    MENU - Mobile

\*------------------------------------*/
@media only screen and (max-width: 766px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu .menu {
    position: fixed;
    top: 0;
    right: -500px;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    padding-bottom: 0;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    background: #FFFFFF;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 0;
    right: 0;
  }
  .main_menu .menu > ul {
    padding: 110px 15px 20px !important;
    margin-top: 0 !important;
    background: #231F20;
  }
  .home .main_menu .menu > ul {
    padding-top: 160px !important;
  }
  .main_menu .menu > ul > li {
    padding-bottom: 16px;
  }
  .main_menu .menu > ul > li > a {
    padding: 6px 40px 6px 0;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 16px 0 0 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 28px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;
    margin: 0;
    padding: 6px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: #EEE2CD !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: #7C996D !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a {
    color: #85D9DE !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 13px;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 0;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
}
/*------------------------------------*\

    MENU - OPEN SUB MENU

\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 0;
  right: -13px;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #7C996D;
  cursor: pointer;
}
.main_menu .menu .open-sub-menu:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\+";
  vertical-align: 0;
  font-size: 18px;
  color: #7C996D;
}
.main_menu .menu .open-sub-menu.down:after {
  content: "\f068";
}
@media only screen and (min-width: 767px) {
  .main_menu .menu .open-sub-menu {
    display: none;
  }
}

/*------------------------------------*\

    HEADER SEARCH

\*------------------------------------*/
.dc-search-wrapper {
  width: 0;
  max-width: 100vw;
  position: absolute;
  left: calc(50% + 337px);
  top: -52px;
  width: 378px;
  height: 52px;
  overflow: hidden;
  border-radius: 0;
  background: #EEE2CD;
  z-index: 999999;
  border-radius: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .dc-search-wrapper {
    left: unset;
    right: 0;
    top: -74px;
    height: 74px;
    width: 100%;
  }
}
.dc-search-wrapper.show {
  top: 0;
}
.dc-search-wrapper .dc-search-wrapper-inner {
  width: 1360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  height: 100%;
}
.dc-search-wrapper .dc-search-wrapper-inner form {
  position: relative;
  width: 100%;
}
.dc-search-wrapper .dc-search-wrapper-inner .search-input {
  padding: 15px 15px 15px 0;
  border: unset;
  font-size: 18px;
  background: transparent;
  color: #90887A;
}
.dc-search-wrapper .dc-search-wrapper-inner .search-submit {
  display: none;
}
.dc-search-wrapper .dc-search-wrapper-inner .dc-search-close {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 13px 20px;
  font-size: 20px;
  color: #000000;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .dc-search-wrapper .dc-search-wrapper-inner .dc-search-close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dc-search-wrapper .dc-search-wrapper-inner .dc-search-close {
    padding: 15px 20px;
  }
}
.dc-search-wrapper .dc-search-wrapper-inner .dc-search-close i {
  font-weight: 700;
}

/* GLOBAL APP - FOOTER */
/*------------------------------------*\

    FOOTER - SITE WIDE

\*------------------------------------*/
.footer {
  background-color: #231F20;
  color: #809792;
  position: relative;
}
.footer:before {
  content: "";
  background: url("../img/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -1px;
  position: absolute;
  top: 0;
  left: -19px;
  width: 86px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .footer:before {
    width: 180px;
    height: 316px;
    left: -57px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer:before {
    width: 180px;
    height: 100%;
    left: calc(50% - 735px);
  }
}
.footer .footer-top-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-wrapper {
    padding: 0 20px;
  }
}
.footer .footer-top-inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1285px;
  padding-top: 150px;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    padding-top: 70px;
    padding-bottom: 24px;
  }
}
.footer .footer-top-inner .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .top .footer-widget.footer-1 {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer-top-inner .top .footer-widget.footer-1 ul.menu li {
  margin: 0 80px 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .top .footer-widget.footer-1 ul.menu li {
    margin: 0 20px 10px 0;
  }
}
.footer .footer-top-inner .top .footer-widget.footer-2 .dc_social_icons ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top-inner .top .footer-widget.footer-2 .dc_social_icons ul li {
  display: inline;
  margin-left: 16px;
}
.footer .footer-top-inner .top .footer-widget.footer-2 .dc_social_icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #F6CD81;
  border-radius: 50%;
  color: #231F20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 21px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .top .footer-widget.footer-2 .dc_social_icons ul li a {
    width: 30px;
    height: 30px;
  }
}
.footer .footer-top-inner .top .footer-widget.footer-2 .dc_social_icons ul li a i.fa-instagram {
  font-weight: 700;
}
.footer .footer-top-inner .top .footer-widget.footer-2 .dc_social_icons ul li a:hover {
  background: #d5c9b7;
}
.footer .footer-top-inner .top .gform_wrapper .gform_title {
  color: #E9C796;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text] {
  background: #5C6E75 !important;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white !important;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E9C796;
  transition: all 250ms ease-in-out;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E9C796;
  transition: all 250ms ease-in-out;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E9C796;
  transition: all 250ms ease-in-out;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E9C796;
  transition: all 250ms ease-in-out;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder {
  color: white;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder {
  color: white;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus:-ms-input-placeholder {
  color: white;
}
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.footer .footer-top-inner .top .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder {
  color: white;
}
.footer .footer-top-inner .footer-widget {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget {
    font-size: 17px;
  }
}
.footer .footer-top-inner .footer-widget li {
  list-style: none;
}
.footer .footer-top-inner .footer-widget li a {
  color: #d5c9b7;
}
.footer .footer-top-inner .footer-widget li a:hover {
  color: #7C996D;
}
.footer .footer-bottom-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-wrapper {
    padding: 0 20px;
  }
}
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1285px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 40px;
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom-inner .left ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.footer .footer-bottom-inner .left ul li {
  display: inline;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left ul li {
    font-size: 8px;
    margin: 0 20px 8px 0;
  }
}
.footer .footer-bottom-inner .left ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left ul li a {
    font-size: 8px;
  }
}
.footer .footer-bottom-inner .left a {
  text-decoration: underline;
}
.footer .footer-bottom-inner .right .footer-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer .footer-bottom-inner .right .footer-3 img {
  margin-left: 40px;
  width: auto;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .right .footer-3 .widget_media_image:nth-child(1) {
    display: none;
  }
}
.footer .footer-bottom-inner .right .footer-3 .widget_media_image:nth-child(1) img {
  max-height: 5vw;
}
.footer .footer-bottom-inner .right .footer-3 .widget_media_image:nth-child(2) img {
  max-height: 8vw;
  min-height: 90px;
}
.footer .footer-bottom-inner a,
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span,
.footer .footer-bottom-inner li {
  color: #EEE2CD;
  font-size: 12px;
  line-height: 1.2em;
}
.footer .footer-bottom-inner span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-bottom-inner a:hover {
  color: #7C996D;
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}
.footer .footer-bottom-inner ul.social_icons {
  margin: 0;
}
.footer .footer-bottom-inner ul.social_icons li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
}
.footer .footer-bottom-inner ul.social_icons li a {
  color: #334A52;
  font-size: 18px;
  border-radius: 20px;
  background: #809792;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer .footer-bottom-inner ul.social_icons li a:hover {
  text-decoration: none;
  background: #E9C796;
}

/*------------------------------------*\

    FOOTER - CTA

\*------------------------------------*/
.bottom-sidebar {
  position: relative;
  z-index: 1;
  background-image: url("../img/bg-pink-with-tick.svg");
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 30px;
}
.bottom-sidebar > .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
  max-width: 1920px;
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar > .inner {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-sidebar > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .bottom-sidebar {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.bottom-sidebar > .inner {
  max-width: 1190px !important;
}
.bottom-sidebar > .inner > .section_intro {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  text-align: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar > .inner > .section_intro {
    margin-bottom: 50px;
    margin: 0 auto 30px;
  }
}
.bottom-sidebar > .inner > .section_intro:last-child {
  margin-bottom: 0;
}
.bottom-sidebar > .inner > .section_intro .title-wrapper .title,
.bottom-sidebar > .inner > .section_intro .description,
.bottom-sidebar > .inner > .section_intro .description p {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 0;
  text-align: center !important;
}
.bottom-sidebar > .inner > .section_intro h2, .bottom-sidebar > .inner > .section_intro h3, .bottom-sidebar > .inner > .section_intro h4 {
  max-width: 640px;
}
.bottom-sidebar > .inner > .section_intro .title-wrapper {
  width: 100%;
}
.bottom-sidebar > .inner > .section_intro .description {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar > .inner > .section_intro .description {
    width: calc(100% - 140px);
  }
}
.bottom-sidebar > .inner > .section_intro .description > * {
  display: block;
  max-width: 1010px;
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar > .inner > .section_intro .description > * {
    padding-right: 50px;
  }
}
.bottom-sidebar > .inner > .section_intro .description p:last-child {
  margin: 0;
}
.bottom-sidebar > .inner > .section_intro .button-wrapper {
  text-align: right;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .bottom-sidebar > .inner > .section_intro .button-wrapper {
    margin-top: 10px;
  }
}

/* COMPONENTS */
/*------------------------------------*\

ARTICLE SECTION 

\*------------------------------------*/
.section.dc-hotboxes, .section.dc-grid-layout, .section.dc-grid-layout-2, .section.dc-image-text-box, .section.dc-news-grid, .section.dc-spotlight-section, .section.dc-text-block, .section.dc-text-carousel, .section.dc-video, .section.business-grid-wrapper, .section.business-slider, .section.post-ribbon, .section.promotions, .section.dc-accordion {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dc-hotboxes > .inner, .section.dc-grid-layout > .inner, .section.dc-grid-layout-2 > .inner, .section.dc-image-text-box > .inner, .section.dc-news-grid > .inner, .section.dc-spotlight-section > .inner, .section.dc-text-block > .inner, .section.dc-text-carousel > .inner, .section.dc-video > .inner, .section.business-grid-wrapper > .inner, .section.business-slider > .inner, .section.post-ribbon > .inner, .section.promotions > .inner, .section.dc-accordion > .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes > .inner, .section.dc-grid-layout > .inner, .section.dc-grid-layout-2 > .inner, .section.dc-image-text-box > .inner, .section.dc-news-grid > .inner, .section.dc-spotlight-section > .inner, .section.dc-text-block > .inner, .section.dc-text-carousel > .inner, .section.dc-video > .inner, .section.business-grid-wrapper > .inner, .section.business-slider > .inner, .section.post-ribbon > .inner, .section.promotions > .inner, .section.dc-accordion > .inner {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-hotboxes > .inner, .section.dc-grid-layout > .inner, .section.dc-grid-layout-2 > .inner, .section.dc-image-text-box > .inner, .section.dc-news-grid > .inner, .section.dc-spotlight-section > .inner, .section.dc-text-block > .inner, .section.dc-text-carousel > .inner, .section.dc-video > .inner, .section.business-grid-wrapper > .inner, .section.business-slider > .inner, .section.post-ribbon > .inner, .section.promotions > .inner, .section.dc-accordion > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section.dc-hotboxes.fullwidth > .inner, .section.dc-grid-layout.fullwidth > .inner, .section.dc-grid-layout-2.fullwidth > .inner, .section.dc-image-text-box.fullwidth > .inner, .section.dc-news-grid.fullwidth > .inner, .section.dc-spotlight-section.fullwidth > .inner, .section.dc-text-block.fullwidth > .inner, .section.dc-text-carousel.fullwidth > .inner, .section.dc-video.fullwidth > .inner, .section.business-grid-wrapper.fullwidth > .inner, .section.business-slider.fullwidth > .inner, .section.post-ribbon.fullwidth > .inner, .section.promotions.fullwidth > .inner, .section.dc-accordion.fullwidth > .inner {
  max-width: 1920px;
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes, .section.dc-grid-layout, .section.dc-grid-layout-2, .section.dc-image-text-box, .section.dc-news-grid, .section.dc-spotlight-section, .section.dc-text-block, .section.dc-text-carousel, .section.dc-video, .section.business-grid-wrapper, .section.business-slider, .section.post-ribbon, .section.promotions, .section.dc-accordion {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-hotboxes, .section.dc-grid-layout, .section.dc-grid-layout-2, .section.dc-image-text-box, .section.dc-news-grid, .section.dc-spotlight-section, .section.dc-text-block, .section.dc-text-carousel, .section.dc-video, .section.business-grid-wrapper, .section.business-slider, .section.post-ribbon, .section.promotions, .section.dc-accordion {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

.d_p_top {
  padding-top: 0 !important;
}

.d_p_bottom {
  padding-bottom: 0 !important;
}

.bg_cream + .bg_cream,
.bg_cream + script + .bg_cream {
  padding-top: 0 !important;
}

.section:not(.title-side) > .inner > .section_intro {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section:not(.title-side) > .inner > .section_intro {
    margin-bottom: 50px;
    margin: 0 auto 60px;
  }
}
.section:not(.title-side) > .inner > .section_intro:last-child {
  margin-bottom: 0;
}
.section:not(.title-side) > .inner > .section_intro h2,
.section:not(.title-side) > .inner > .section_intro h3,
.section:not(.title-side) > .inner > .section_intro h4 {
  max-width: 640px;
}
.section:not(.title-side) > .inner > .section_intro .title-wrapper {
  width: 100%;
}
.section:not(.title-side) > .inner > .section_intro .description {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section:not(.title-side) > .inner > .section_intro .description {
    width: calc(100% - 140px);
  }
}
.section:not(.title-side) > .inner > .section_intro .description > * {
  display: block;
  max-width: 1010px;
}
@media only screen and (min-width: 768px) {
  .section:not(.title-side) > .inner > .section_intro .description > * {
    padding-right: 50px;
  }
}
.section:not(.title-side) > .inner > .section_intro .description p:last-child {
  margin: 0;
}
.section:not(.title-side) > .inner > .section_intro .button-wrapper {
  text-align: right;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section:not(.title-side) > .inner > .section_intro .button-wrapper {
    margin-top: 10px;
  }
}
.section.title-center > .inner > .section_intro,
.section > .inner > .section_intro.title-center {
  text-align: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.title-center > .inner > .section_intro .title-wrapper .title,
.section.title-center > .inner > .section_intro .description,
.section.title-center > .inner > .section_intro .description p,
.section > .inner > .section_intro.title-center .title-wrapper .title,
.section > .inner > .section_intro.title-center .description,
.section > .inner > .section_intro.title-center .description p {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 0;
  text-align: center !important;
}

.section.bg_pink {
  background: #FFBDC3;
}
.section.bg_brown {
  background: #C9A68A;
}
.section.bg_green {
  background: #C4DF6D;
}

.section > .inner > .button-wrapper {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}
.section > .inner .section_intro.title-center + div + .button-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
}

a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lefttitle .section_intro {
  max-width: 100% !important;
}
.lefttitle .section_intro .title-wrapper,
.lefttitle .section_intro .description {
  text-align: left !important;
  max-width: 740px;
}

section.line-above > .inner:before {
  content: "";
  height: 7px;
  width: 100%;
  background: #231F20;
  position: relative;
  display: block;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  section.line-above > .inner:before {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  section.line-above > .inner:before {
    margin-bottom: 124px;
  }
}

section.line-below > .inner:after {
  content: "";
  height: 7px;
  width: 100%;
  background: #231F20;
  position: relative;
  display: block;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  section.line-below > .inner:after {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 950px) {
  section.line-below > .inner:after {
    margin-top: 124px;
  }
}

/* SLICK SLIDER */
/*------------------------------------*\

    SLICK DOTS

\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}
.slick-dots li {
  display: inline;
  margin: 0 3px;
}
.slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 5px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 5px;
  width: 20px;
  border-radius: 1px;
  background-color: #877060;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #231F20;
}

/*------------------------------------*\

    SLICK ARROWS

\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 127px);
  width: 55px;
  height: 55px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow {
    width: 35px;
    height: 35px;
  }
}
button.slick-arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
  color: #231F20;
  font-size: 25px;
  vertical-align: 0;
  background: #FCB774 url("../img/see-sub-arrow.svg") no-repeat;
  background-position: 12px center;
  background-size: 26px;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow:after {
    width: 35px;
    height: 35px;
    background-position: 6px center;
    background-size: 19px;
  }
}
button.slick-arrow.slick-prev {
  left: -27px;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow.slick-prev {
    left: -17px;
  }
}
button.slick-arrow.slick-prev:after {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
button.slick-arrow.slick-next {
  right: -27px;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow.slick-next {
    right: -17px;
  }
}
button.slick-arrow:hover:after {
  background-color: #C4DF6D;
}

.carousel-active {
  display: block !important;
}

/* TITLEBOX */
/*------------------------------------*\

    TITLE BOX 

\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
}
.dc-titlebox .inner h1 {
  color: #EEE2CD;
  position: relative;
  margin-bottom: 8px !important;
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.dc-titlebox .inner .text {
  position: relative;
}
.dc-titlebox .inner .text > *:last-child {
  margin-bottom: 0 !important;
}
.dc-titlebox .inner p {
  color: white;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner p {
    font-size: 19px;
  }
}
.dc-titlebox .inner a.dc-btn {
  color: #231F20;
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner a.dc-btn {
    margin-top: 5px;
  }
}
.dc-titlebox .inner a.dc-btn:hover {
  color: white;
  background: #231F20;
}
.dc-titlebox.bg_blue {
  background-color: #6197D0;
}
.dc-titlebox.bg_blue .inner .section_content h1 {
  color: #98D6DD;
}
.dc-titlebox.bg_blue .dc-btn {
  background: #85D9DE;
}
.dc-titlebox.bg_blue .multipleSliders .item .image-wrapper:after {
  filter: invert(62%) sepia(21%) saturate(839%) hue-rotate(175deg) brightness(89%) contrast(91%);
}
.dc-titlebox.bg_green {
  background-color: #7C996D;
}
.dc-titlebox.bg_green .inner .section_content h1 {
  color: #FCB774;
}
.dc-titlebox.bg_green .dc-btn {
  background: #FFB36D;
}
.dc-titlebox.bg_purple {
  background-color: #b899c8;
}
.dc-titlebox.bg_cream {
  background-color: #E9DFC9;
}
.dc-titlebox.bg_brown {
  background-color: #C9A68A;
}
.dc-titlebox.bg_orange {
  background-color: #e4704a;
}
.dc-titlebox.bg_orange .inner .section_content h1 {
  color: #EEE2CD;
}
.dc-titlebox.bg_orange .dc-btn {
  background: #FFBDC3;
}
.dc-titlebox .content .dc-btn:hover {
  background: #231F20;
}

.dc-titlebox:not(.multiple-sliders).title_style_1 {
  border-radius: 0 0 70px 70px;
  overflow: hidden;
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox:not(.multiple-sliders).title_style_1 .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox:not(.multiple-sliders).title_style_1 .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content {
  max-width: 780px;
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content h3.subtitle {
  color: #EEE2CD;
  border: 1px solid #EEE2CD;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 15px 2px;
  width: auto;
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text {
  margin-top: 4px;
  max-width: 540px;
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text p {
  color: #EEE2CD;
  margin-bottom: 0;
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text .button-wrapper {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text .button-wrapper {
    margin-top: 30px;
  }
}
.dc-titlebox:not(.multiple-sliders).title_style_1 .inner .section_content .text .button-wrapper .dc-btn {
  margin-top: 0;
}
.dc-titlebox:not(.multiple-sliders).title_style_1.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0.79%, rgba(0, 0, 0, 0) 47.81%, rgba(0, 0, 0, 0) 100%);
}

.dc-titlebox.blog-title .inner, .dc-titlebox.title_style_2 .inner {
  position: relative;
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.blog-title .inner, .dc-titlebox.title_style_2 .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.blog-title .inner, .dc-titlebox.title_style_2 .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.dc-titlebox.blog-title .inner:before, .dc-titlebox.title_style_2 .inner:before {
  content: "";
  background: url("../img/title-blog-tick-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  left: -92px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.blog-title .inner:before, .dc-titlebox.title_style_2 .inner:before {
    width: 180px;
    left: -15px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-titlebox.blog-title .inner:before, .dc-titlebox.title_style_2 .inner:before {
    width: 180px;
    left: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.blog-title .inner:before, .dc-titlebox.title_style_2 .inner:before {
    width: 180px;
    left: 104px;
  }
}
.dc-titlebox.blog-title .inner .section_content, .dc-titlebox.title_style_2 .inner .section_content {
  max-width: 1130px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.blog-title .inner .section_content, .dc-titlebox.title_style_2 .inner .section_content {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-titlebox.blog-title .inner .section_content, .dc-titlebox.title_style_2 .inner .section_content {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.blog-title .inner .section_content, .dc-titlebox.title_style_2 .inner .section_content {
    padding-left: 130px;
  }
}
.dc-titlebox.blog-title .inner .section_content h1, .dc-titlebox.title_style_2 .inner .section_content h1 {
  color: #98D6DD;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.blog-title .inner .section_content h1, .dc-titlebox.title_style_2 .inner .section_content h1 {
    padding-bottom: 90px;
  }
}
.dc-titlebox.blog-title.bg_green .inner:before, .dc-titlebox.title_style_2.bg_green .inner:before {
  background-image: url("../img/title-blog-tick-green.svg");
}
.dc-titlebox.blog-title.bg_blue .inner:before, .dc-titlebox.title_style_2.bg_blue .inner:before {
  background-image: url("../img/title-blog-tick-blue.svg");
}
.dc-titlebox.blog-title.bg_orange .inner:before, .dc-titlebox.title_style_2.bg_orange .inner:before {
  background-image: url("../img/title-blog-tick-orange.svg");
}

.dc-titlebox.title_style_2 {
  height: 200px !important;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2 {
    height: 250px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.title_style_2 {
    height: 300px !important;
  }
}
.dc-titlebox.title_style_2 .inner .section_content {
  padding-left: 0 !important;
}
.dc-titlebox.title_style_2 .inner .section_content h1 {
  color: #F6CD81;
  padding: 0;
  margin: 0;
}
.dc-titlebox.title_style_2.bg_purple .inner:before, .dc-titlebox.title_style_2.bg_purple.blog-title .inner:before {
  left: -73px !important;
  background-image: url("../img/title-blog-tick-purple-with-yellow.svg");
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2.bg_purple .inner:before, .dc-titlebox.title_style_2.bg_purple.blog-title .inner:before {
    left: -55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.title_style_2.bg_purple .inner:before, .dc-titlebox.title_style_2.bg_purple.blog-title .inner:before {
    left: -30px !important;
  }
}
.dc-titlebox.title_style_2.bg_blue .inner h1, .dc-titlebox.title_style_2.bg_blue.blog-title .inner h1 {
  color: #F6CD81 !important;
}
.dc-titlebox.title_style_2.bg_blue .inner:before, .dc-titlebox.title_style_2.bg_blue.blog-title .inner:before {
  left: -73px !important;
  background-image: url("../img/title-blog-tick-blue-with-yellow.svg");
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2.bg_blue .inner:before, .dc-titlebox.title_style_2.bg_blue.blog-title .inner:before {
    left: -55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.title_style_2.bg_blue .inner:before, .dc-titlebox.title_style_2.bg_blue.blog-title .inner:before {
    left: -30px !important;
  }
}
.dc-titlebox.title_style_2.bg_brown .inner h1, .dc-titlebox.title_style_2.bg_brown.blog-title .inner h1 {
  color: #231F20 !important;
}
.dc-titlebox.title_style_2.bg_brown .inner:before, .dc-titlebox.title_style_2.bg_brown.blog-title .inner:before {
  left: -73px !important;
  background-image: url("../img/title-blog-tick-brown-with-yellow.svg");
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2.bg_brown .inner:before, .dc-titlebox.title_style_2.bg_brown.blog-title .inner:before {
    left: -55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.title_style_2.bg_brown .inner:before, .dc-titlebox.title_style_2.bg_brown.blog-title .inner:before {
    left: -30px !important;
  }
}

.dc-titlebox.event-title {
  background-color: #C4DF6D;
  height: 510px !important;
  max-height: 52vw;
}
@media only screen and (max-width: 650px) {
  .dc-titlebox.event-title {
    height: auto !important;
    max-height: 1000px;
  }
}
.dc-titlebox.event-title .inner h1 {
  color: #231F20 !important;
}
.dc-titlebox.event-title .inner .section_content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  padding: 54px 30px;
  z-index: 1;
}
@media only screen and (max-width: 849px) {
  .dc-titlebox.event-title .inner .section_content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 559px) {
  .dc-titlebox.event-title .inner .section_content {
    padding: 50px 30px;
  }
}
.dc-titlebox.event-title .inner .section_content:before {
  content: "";
  background-image: url("../img/title-event-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 30px);
  max-width: 982px;
  width: calc(100% + 30px);
  left: -15px;
}
@media only screen and (min-width: 560px) {
  .dc-titlebox.event-title .inner .section_content:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.event-title .inner .section_content:before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.event-title .inner .section_content:before {
    left: calc(50% - 491px);
  }
}
.dc-titlebox.event-title .inner .section_content h1 {
  text-align: center;
  text-transform: uppercase;
  max-width: 720px;
  font-size: 44px;
  padding-top: clamp(30px, 8vw, 130px);
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.event-title .inner .section_content h1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 560px) {
  .dc-titlebox.event-title .inner .section_content h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.event-title .inner .section_content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.event-title .inner .section_content h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-titlebox.event-title .inner .section_content .event-data {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.event-title .inner .section_content .event-data {
    position: absolute;
    right: 0;
    bottom: 70px;
  }
}
.dc-titlebox.event-title .inner .section_content .event-data span {
  display: block;
}
.dc-titlebox.event-title .inner .section_content .event-data span.event-date {
  border: 1px solid #231F20;
  border-radius: 30px;
  display: initial;
  padding: 6px 10px 0px;
  line-height: 0.9em;
  white-space: nowrap;
}
.dc-titlebox.event-title .inner .section_content .event-data span.event-tag {
  line-height: 1.2em;
  margin-top: 10px;
  margin-left: 12px;
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.event-title .inner .section_content .event-data span.event-tag {
    max-width: 250px;
  }
}
.dc-titlebox.event-title .inner .section_content .event-data span.event-business {
  display: none;
}

.dc-titlebox:not(.multiple-sliders).event-title-full {
  height: 615px !important;
  max-height: 60vw !important;
  min-height: 400px !important;
}
.dc-titlebox:not(.multiple-sliders).event-title-full .event-full-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
}
.dc-titlebox:not(.multiple-sliders).event-title-full:before {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox:not(.multiple-sliders).event-title-full .event-full-bg {
    width: 70vw;
    left: 30vw;
  }
  .dc-titlebox:not(.multiple-sliders).event-title-full:before {
    width: 60% !important;
    background: linear-gradient(90deg, rgb(33, 33, 33) 50%, rgba(33, 33, 33, 0) 100%) !important;
  }
}
.dc-titlebox:not(.multiple-sliders).event-title-full > .inner {
  z-index: 2;
}
.dc-titlebox:not(.multiple-sliders).event-title-full > .inner > .section_content h1 {
  max-width: 620px;
  font-size: clamp(1.875rem, 0.758rem + 3.1915vw, 3.75rem) !important;
}
.dc-titlebox:not(.multiple-sliders).event-title-full > .inner > .section_content h3.subtitle {
  font-size: clamp(1rem, 0.7021rem + 0.8511vw, 1.5rem) !important;
  padding: 7px 20px 2px;
}
.dc-titlebox:not(.multiple-sliders).event-title-full > .inner > .section_content .text {
  max-width: 520px;
  margin-top: 17px;
}
.dc-titlebox:not(.multiple-sliders).event-title-full > .inner > .section_content .text p {
  font-family: "Macaria", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  font-size: clamp(1.125rem, 0.492rem + 1.8085vw, 2.1875rem) !important;
}

/*------------------------------------*\

    TITLE BOX - HEIGHTS

\*------------------------------------*/
.dc-titlebox {
  height: 156px;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox {
    height: 336px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    height: 396px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    height: 456px;
  }
}
.dc-titlebox.title_style_1 {
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_1 {
    height: 500px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.title_style_1 {
    height: 550px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_style_1 {
    height: 650px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_style_1 {
    height: 750px;
  }
}
.dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide {
  height: auto;
}
.dc-titlebox.blog-title {
  min-height: 260px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.blog-title {
    height: 300px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.blog-title {
    height: 350px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.blog-title {
    height: 400px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.blog-title {
    height: 450px;
  }
}

/*------------------------------------*\

    TITLE BOX - SLIDER

\*------------------------------------*/
:root {
  --slide-bg: #6d97cf;
  --button-bg: #231F20;
  --button-bg-hover: #FFFFFF;
  --button-text: #FFFFFF;
  --button-text-hover: #231F20;
  --slide-text: #231F20;
}

@media only screen and (max-width: 767px) {
  .dc-titlebox.multiple-sliders + script + .section {
    padding-top: 0 !important;
  }
}
.dc-titlebox svg.clippy {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 0;
  height: 0;
}
.dc-titlebox.multiple-sliders {
  display: block;
  height: auto !important;
}
.dc-titlebox .multipleSliders {
  width: 100%;
  margin: 0 auto !important;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.dc-titlebox .multipleSliders:before, .dc-titlebox .multipleSliders:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 73px;
  z-index: 1000;
  background: #E9E0CA;
  border-radius: 0 84px 0 0;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders:before, .dc-titlebox .multipleSliders:after {
    height: 73px;
    border-radius: 0 30px 0 0;
  }
}
.dc-titlebox .multipleSliders:after {
  right: 0;
  border-radius: 84px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders:after {
    height: 73px;
    border-radius: 30px 0 0 0;
  }
}
.dc-titlebox .multipleSliders .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.dc-titlebox .multipleSliders.slick-initialized {
  display: block;
  opacity: 1;
}
.dc-titlebox .multipleSliders .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: unset;
  padding-top: 170px;
  background-size: cover;
  background: var(--slide-bg);
  /*
  &.blue {
  	background: $blue;

  	a.dc-btn {
  		background: $bluelight;
  	}
  }
  &.green {
  	background: $green;

  	a.dc-btn {
  		background: $orange;
  	}
  }
  &.orange {
  	background: $orange;

  	a.dc-btn {
  		background: $pink;
  	}
  }
  */
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item {
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 195px;
  }
}
.dc-titlebox .multipleSliders .item .content {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .content {
    top: 50vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox .multipleSliders .item .content {
    padding-left: 60px;
    padding-right: 60px;
    top: 45vw;
  }
}
@media only screen and (min-width: 1440px) {
  .dc-titlebox .multipleSliders .item .content {
    top: 660px;
  }
}
.dc-titlebox .multipleSliders .item .content > * {
  max-width: 410px;
}
.dc-titlebox .multipleSliders .item .content h1 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .content h1 {
    max-width: 300px;
    margin-bottom: 20px !important;
  }
}
.dc-titlebox .multipleSliders .item .content a.dc-btn {
  margin-top: 0;
}
.dc-titlebox .multipleSliders .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  max-width: calc(100% - 60px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 60px;
  /*
  &.title-overlay1-blue>.title-overlay1-blue {
  	display: block;
  }
  &.title-overlay2-blue>.title-overlay2-blue {
  	display: block;
  }
  &.title-overlay3-blue>.title-overlay3-blue {
  	display: block;
  }
  &.title-overlay1-green>.title-overlay1-green {
  	display: block;
  }
  &.title-overlay2-green>.title-overlay2-green {
  	display: block;
  }
  &.title-overlay3-green>.title-overlay3-green {
  	display: block;
  }
  &.title-overlay1-orange>.title-overlay1-orange {
  	display: block;
  }
  &.title-overlay2-orange>.title-overlay2-orange {
  	display: block;
  }
  &.title-overlay3-orange>.title-overlay3-orange {
  	display: block;
  }
  */
}
@media only screen and (max-width: 1549px) {
  .dc-titlebox .multipleSliders .item .image-wrapper {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1199px) {
  .dc-titlebox .multipleSliders .item .image-wrapper {
    max-width: 88%;
  }
}
@media only screen and (max-width: 949px) {
  .dc-titlebox .multipleSliders .item .image-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .image-wrapper {
    margin-top: 80px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.dc-titlebox .multipleSliders .item .image-wrapper img.overlay-image {
  z-index: 10;
}
.dc-titlebox .multipleSliders .item .image-wrapper.title_overlay_left {
  -webkit-clip-path: url(#rounded-left);
          clip-path: url(#rounded-left);
}
.dc-titlebox .multipleSliders .item .image-wrapper.title_overlay_center {
  -webkit-clip-path: url(#rounded-center);
          clip-path: url(#rounded-center);
}
.dc-titlebox .multipleSliders .item .image-wrapper.title_overlay_right {
  -webkit-clip-path: url(#rounded-right);
          clip-path: url(#rounded-right);
}
.dc-titlebox .multipleSliders .item .header_logo {
  position: absolute;
  top: 32px;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .header_logo {
    left: 30px;
    top: 62px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .header_logo {
    left: 60px;
  }
}
.dc-titlebox .multipleSliders .item .header_logo > a {
  display: block;
}
.dc-titlebox .multipleSliders .item a.dc-btn {
  background: var(--button-bg);
  color: var(--button-text);
}
.dc-titlebox .multipleSliders .item a.dc-btn:hover {
  background: var(--button-bg-hover);
  color: var(--button-text-hover);
}
.dc-titlebox .multipleSliders .item .dc-intro-section {
  background: var(--slide-bg);
}
.dc-titlebox .multipleSliders .item h1,
.dc-titlebox .multipleSliders .item .dc-intro-section .section_content p {
  color: var(--slide-text);
}
.dc-titlebox .multipleSliders .item .dc-intro-section .section_content p a:not(:hover) {
  color: inherit;
}
.dc-titlebox .multipleSliders .item .dc-intro-section .section_content p a {
  border-color: inherit;
}
.dc-titlebox .multipleSliders .item .dc-intro-section .section_content p a:hover {
  border-color: var(--slide-text);
  background-color: var(--slide-text);
  color: #6d97cf;
}
.dc-titlebox .multipleSliders .item.color_setting_2, .dc-titlebox .multipleSliders .item.color_setting_7, .dc-titlebox .multipleSliders .item.color_setting_8 {
  --button-bg: #FFFFFF;
  --button-bg-hover: #231F20;
  --button-text: #231F20;
  --button-text-hover: #FFFFFF;
  --slide-text: #FFFFFF;
}
.dc-titlebox .multipleSliders .item.color_setting_2 .header_logo img, .dc-titlebox .multipleSliders .item.color_setting_7 .header_logo img, .dc-titlebox .multipleSliders .item.color_setting_8 .header_logo img {
  filter: none;
}
.dc-titlebox .multipleSliders .item.color_setting_1 {
  --slide-bg: #6d97cf;
}
.dc-titlebox .multipleSliders .item.color_setting_2 {
  --slide-bg: #7C996D;
}
.dc-titlebox .multipleSliders .item.color_setting_3 {
  --slide-bg: #C4DF6D;
}
.dc-titlebox .multipleSliders .item.color_setting_4 {
  --slide-bg: #FFBDC3;
}
.dc-titlebox .multipleSliders .item.color_setting_5 {
  --slide-bg: #85D9DE;
}
.dc-titlebox .multipleSliders .item.color_setting_6 {
  --slide-bg: #FCB774;
}
.dc-titlebox .multipleSliders .item.color_setting_7 {
  --slide-bg: #b899c8;
}
.dc-titlebox .multipleSliders .item.color_setting_8 {
  --slide-bg: #e4704a;
}
.dc-titlebox .multipleSliders .item.custom_setting .header_logo .light img {
  filter: none;
}
.dc-titlebox .slick-dots {
  position: absolute;
  bottom: 26px;
  margin: 0 0 0 30px;
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .slick-dots {
    margin: 0 0 0 60px;
  }
}

.home:not(.sticky-nav):has(.page_container .slick-active .header_logo .light) .main_menu .menu ul li a {
  color: #EEE2CD;
}
.home:not(.sticky-nav):has(.page_container .slick-active .header_logo .light) .main_menu .dc-search-trigger:before {
  filter: brightness(0) saturate(100%) invert(98%) sepia(32%) saturate(527%) hue-rotate(311deg) brightness(94%) contrast(98%);
  transition: all 150ms ease-in-out;
}

.dc-titlebox .multipleSliders .item .image-wrapper {
  aspect-ratio: 1337/812;
  width: 100%;
  max-width: 1337px;
}

.dc-titlebox .multipleSliders .item .image-wrapper img {
  display: none !important;
}

/*------------------------------------*\

    TITLE BOX - POSITION

\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner.align_center,
.dc-titlebox .inner .item.align_center {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .dc-titlebox .inner.align_center > h1,
.dc-titlebox .inner .item.align_center > h1 {
    padding: 0 60px;
    margin: 0;
    text-align: center;
  }
  .dc-titlebox .inner.align_center .content,
.dc-titlebox .inner .item.align_center .content {
    padding: 0 60px;
    margin: 0;
    text-align: center;
  }
  .dc-titlebox .inner.align_right,
.dc-titlebox .inner .item.align_right {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .dc-titlebox .inner.align_right > h1,
.dc-titlebox .inner .item.align_right > h1 {
    margin: 0 60px 0 0;
    text-align: right;
  }
  .dc-titlebox .inner.align_right .content,
.dc-titlebox .inner .item.align_right .content {
    margin: 0 60px 0 0;
    text-align: right;
  }
}

/* BLOCKS */
/*------------------------------------*\

TEXT BOX

\*------------------------------------*/
.dc-text-block.join-community {
  overflow: hidden;
}
.dc-text-block.join-community > .inner {
  max-width: 1190px !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.join-community > .inner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block.join-community > .inner {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
}
.dc-text-block.join-community > .inner:before {
  content: "";
  background: url("../img/subi_bg_pink_two_shapes.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: calc(50% - 375px);
  height: 460px;
  width: 750px;
}
.dc-text-block.join-community > .inner .section_intro {
  margin-bottom: 10px !important;
}

.dc-text-block .section_content {
  display: -ms-flexbox;
  display: flex;
}
.dc-text-block .section_content .description {
  width: 50%;
  padding: 0 25px;
}
.dc-text-block .section_content .items {
  width: 65%;
}
.dc-text-block .section_content .items .item > *:last-child {
  margin-bottom: 0;
}
.dc-text-block .section_content:not(.description) .items {
  width: 100%;
}
.dc-text-block.section > .inner {
  position: relative;
}
.dc-text-block.section > .inner:not(.width_4_4_4) {
  max-width: 1270px;
}
.dc-text-block.centered .section_intro,
.dc-text-block.centered .section_content {
  text-align: center !important;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-text-block.centered .description > * {
  padding-right: 0 !important;
}
.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .dc-text-block .items .item.width_12 {
    width: 100%;
  }
  .dc-text-block .items .item.width_6_6, .dc-text-block .items .item.width_8_4, .dc-text-block .items .item.width_4_8, .dc-text-block .items .item.width_7_5, .dc-text-block .items .item.width_5_7 {
    padding: 45px 40px 0 40px;
  }
  .dc-text-block .items .item.width_6_6:nth-child(odd), .dc-text-block .items .item.width_8_4:nth-child(odd), .dc-text-block .items .item.width_4_8:nth-child(odd), .dc-text-block .items .item.width_7_5:nth-child(odd), .dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .dc-text-block .items .item.width_6_6:nth-child(even), .dc-text-block .items .item.width_8_4:nth-child(even), .dc-text-block .items .item.width_4_8:nth-child(even), .dc-text-block .items .item.width_7_5:nth-child(even), .dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .dc-text-block .items .item.width_6_6:nth-child(1), .dc-text-block .items .item.width_6_6:nth-child(2), .dc-text-block .items .item.width_8_4:nth-child(1), .dc-text-block .items .item.width_8_4:nth-child(2), .dc-text-block .items .item.width_4_8:nth-child(1), .dc-text-block .items .item.width_4_8:nth-child(2), .dc-text-block .items .item.width_7_5:nth-child(1), .dc-text-block .items .item.width_7_5:nth-child(2), .dc-text-block .items .item.width_5_7:nth-child(1), .dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 40px 0 40px;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(1), .dc-text-block .items .item.width_4_4_4:nth-child(2), .dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.dc-text-block.text-center {
  text-align: center;
}

/*------------------------------------*\

    POST GRID - ITEMS

\*------------------------------------*/
.dc-text-carousel > .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
.dc-text-carousel .items .item {
  text-transform: uppercase;
  font-size: 40px;
  background-color: #7c996d;
  position: relative;
  padding: 14px 60px 0 110px;
  margin-left: -31px;
}
@media only screen and (max-width: 650px) {
  .dc-text-carousel .items .item {
    padding: 8px 60px 0 110px;
  }
}
.dc-text-carousel .items .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  width: 60px;
  height: 100%;
  z-index: 1;
  background-color: #749B6A;
  border-radius: 0 60px 60px 0;
}
.dc-text-carousel .items .item p {
  margin-bottom: 0;
  color: #FCB774;
  font-size: 70px;
}
@media only screen and (max-width: 1099px) {
  .dc-text-carousel .items .item p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-text-carousel .items .item p {
    font-size: 45px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-text-carousel .items .item p {
    font-size: 30px;
  }
}
.dc-text-carousel .items .item p a {
  color: #FCB774;
}
.dc-text-carousel .items .item p a:hover {
  color: #231F20;
}
.dc-text-carousel .items .item:nth-child(2n) {
  background-color: #ffc1c4;
}
.dc-text-carousel .items .item:nth-child(2n)::after {
  background-color: #ffc1c4;
}
.dc-text-carousel .items .item:nth-child(2n) p {
  color: #749B6A;
}
.dc-text-carousel .items .item:nth-child(2n) p a {
  color: #749B6A;
}
.dc-text-carousel .items .item:nth-child(2n) p a:hover {
  color: #FCB774;
}

/*------------------------------------*\

IMAGE TEXT BOX

\*------------------------------------*/
.dc-image-text-box .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-box .section_content .left,
.dc-image-text-box .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .left,
.dc-image-text-box .section_content .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .right {
    padding: 0;
  }
}
.dc-image-text-box .section_content .text {
  max-width: 535px;
}
.dc-image-text-box .section_content .text > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content .text {
    width: 100%;
    max-width: 470px;
  }
  .dc-image-text-box .section_content .text br {
    display: none;
  }
}
.dc-image-text-box .section_content .button-wrapper {
  margin-top: 20px !important;
}
.dc-image-text-box .section_content .image-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content .image-wrapper {
    margin-top: 30px !important;
  }
}
.dc-image-text-box .section_content .image-wrapper > img {
  width: 100%;
  display: block;
}
.dc-image-text-box .section_content .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 60px;
  }
}
.dc-image-text-box .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .image_left .section_content .left {
    padding-right: 0;
  }
  .dc-image-text-box .image_left .section_content .right {
    padding: 0 0 0 6%;
  }
  .dc-image-text-box .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box .image_right .section_content .left {
    padding-left: 0;
  }
  .dc-image-text-box .image_right .section_content .right {
    padding: 0 6% 0 0;
    padding-top: 30px;
  }
  .dc-image-text-box .image_right .section_content .right {
    margin-left: 0;
  }
}
.dc-image-text-box .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
.dc-image-text-box .align-center .section_content .right {
  padding-top: 0;
}
.dc-image-text-box.highlight {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.dc-image-text-box.highlight:before {
  content: "";
  background: url("../img/image-text-box-hitlight-bg-tick.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  height: 100%;
  width: 180px;
  left: -92px;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.highlight:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.highlight:before {
    width: 180px;
    left: -65px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-image-text-box.highlight:before {
    width: 180px;
    left: 40px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-image-text-box.highlight:before {
    left: calc(50% - 720px);
  }
}
.dc-image-text-box.highlight h3 {
  line-height: 1em;
}
@media only screen and (min-width: 1200px) {
  .dc-image-text-box.highlight h3 {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-image-text-box.highlight .text,
.dc-image-text-box.highlight .button-wrapper {
    padding-left: 70px;
  }
}

/*------------------------------------*\

    IMAGE TEXT SECTION

\*------------------------------------*/
.dc-image-text-slider .section_content {
  max-width: 100%;
}
.dc-image-text-slider .section_content .item {
  display: -ms-flexbox;
  display: flex;
}
.dc-image-text-slider .section_content .item > .left,
.dc-image-text-slider .section_content .item > .right {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-slider .section_content .item .left {
    width: 58.331%;
  }
  .dc-image-text-slider .section_content .item .right {
    width: 41.665%;
  }
  .dc-image-text-slider .section_content .item.image_left .left {
    padding-right: 40px;
  }
  .dc-image-text-slider .section_content .item.image_left .right {
    padding-left: 40px;
  }
  .dc-image-text-slider .section_content .item.image_right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-slider .section_content .item.image_right .left {
    padding-left: 40px;
  }
  .dc-image-text-slider .section_content .item.image_right .right {
    padding-right: 40px;
  }
}
.dc-image-text-slider .section_content .item .image-wrapper {
  position: relative;
  width: 100%;
}
.dc-image-text-slider .section_content .item .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.dc-image-text-slider .section_content .item .embed-container iframe {
  width: 100%;
}
.dc-image-text-slider .section_content .item .content-wrapper {
  padding: 0 40px 0 0;
}
.dc-image-text-slider .section_content .item a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-image-text-slider .section_content .item a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(35, 31, 32, 0.2);
  border-radius: 100%;
  border: 2px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-image-text-slider .section_content .item a.overlay span.play-btn {
    width: 130px;
    height: 130px;
  }
}
.dc-image-text-slider .section_content .item a.overlay span.play-btn i {
  color: white;
  font-size: 55px;
  margin-left: 17px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-image-text-slider .section_content .item a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.dc-image-text-slider .section_content .item a.overlay:hover span.play-btn {
  background-color: rgba(35, 31, 32, 0.6);
}
.dc-image-text-slider .section_content .item a.overlay:hover span.play-btn i {
  color: #7C996D;
}
.dc-image-text-slider.events-slider .item {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-slider.events-slider .item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .dc-image-text-slider.events-slider .item .left {
    width: 100%;
    margin-top: 40px;
  }
  .dc-image-text-slider.events-slider .item .right {
    width: 100%;
  }
}
@media only screen and (max-width: 949px) {
  .dc-image-text-slider.style_2 .section_content .item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-slider.style_2 .left {
  width: 66.666% !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 949px) {
  .dc-image-text-slider.style_2 .left {
    width: 100% !important;
  }
}
.dc-image-text-slider.style_2 .left .image-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.dc-image-text-slider.style_2 .left .image-wrapper img {
  object-fit: cover;
}
.dc-image-text-slider.style_2 .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: -8%;
  width: 41.666%;
  padding: 40px 0;
  min-width: 500px;
}
@media only screen and (max-width: 949px) {
  .dc-image-text-slider.style_2 .right {
    width: 100% !important;
    margin-right: 0;
    min-width: 100%;
  }
}
.dc-image-text-slider.style_2 .right .content-wrapper {
  background: white;
  padding: 60px 53px;
}
@media only screen and (max-width: 949px) {
  .dc-image-text-slider.style_2 .right .content-wrapper {
    padding: 40px 33px 40px 20px;
  }
  .dc-image-text-slider.style_2 .right .content-wrapper p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1099px) {
  .dc-image-text-slider.style_2.bg_white .right .content-wrapper {
    padding: 30px 30px 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-slider.style_2.bg_white .right .content-wrapper {
    padding: 0;
  }
}

/*------------------------------------*\

    IMAGE CAROUSEL & SLIDER 

\*------------------------------------*/
.dc-image-carousel .slick-list,
.dc-image-slider .slick-list {
  padding: 0 !important;
  margin: 0 -6px;
}
.dc-image-carousel .slick-list:before, .dc-image-carousel .slick-list:after,
.dc-image-slider .slick-list:before,
.dc-image-slider .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 6px;
  height: 100%;
}
.dc-image-carousel .slick-list:before,
.dc-image-slider .slick-list:before {
  left: 0;
}
.dc-image-carousel .slick-list:after,
.dc-image-slider .slick-list:after {
  right: 0;
}
.dc-image-carousel.bg_white:before, .dc-image-carousel.bg_white:after,
.dc-image-slider.bg_white:before,
.dc-image-slider.bg_white:after {
  background: white;
}
.dc-image-carousel.bg_grey:before, .dc-image-carousel.bg_grey:after,
.dc-image-slider.bg_grey:before,
.dc-image-slider.bg_grey:after {
  background: #F0F0F4;
}
.dc-image-carousel.bg_blue:before, .dc-image-carousel.bg_blue:after,
.dc-image-slider.bg_blue:before,
.dc-image-slider.bg_blue:after {
  background: #7C996D;
}
.dc-image-carousel .item,
.dc-image-slider .item {
  padding: 0 6px;
}
.dc-image-carousel .item img,
.dc-image-slider .item img {
  width: 100%;
}
.dc-image-carousel > .inner > .button-wrapper,
.dc-image-slider > .inner > .button-wrapper {
  margin-top: 30px;
}

.section.dc-image-slider > .inner {
  max-width: 1220px;
}
.section.dc-image-slider > .inner .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-slider > .inner .item {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
}
.section.dc-image-slider > .inner .item img {
  object-fit: contain;
}

/*------------------------------------*\

    CARDS CAROUSEL

\*------------------------------------*/
.dc-cards-carousel > .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-bottom: 30px;
  }
}
.dc-cards-carousel .section_intro {
  width: 41.665%;
  padding-right: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .dc-cards-carousel .section_intro h2,
.dc-cards-carousel .section_intro h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1850px) {
  .dc-cards-carousel .section_intro {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_intro {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .dc-cards-carousel .section_intro .description {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-cards-carousel .section_intro {
    padding-right: 0;
  }
}
.dc-cards-carousel .section_intro .button-wrapper {
  margin-top: 50px;
}
.dc-cards-carousel .section_intro .slick-dots {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.dc-cards-carousel .section_intro .slick-dots li {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_intro .slick-dots {
    position: absolute;
    bottom: -50px;
  }
}
.dc-cards-carousel .section_content {
  width: 58.331%;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_content {
    width: 100%;
    padding: 50px 30px 0 0;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_content button.slick-arrow {
    margin-bottom: 30px;
  }
}
.dc-cards-carousel .section_content button.slick-arrow.slick-prev, .dc-cards-carousel .section_content button.slick-arrow.slick-next {
  left: -80px;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_content button.slick-arrow.slick-prev, .dc-cards-carousel .section_content button.slick-arrow.slick-next {
    position: absolute !important;
    left: 0 !important;
    bottom: -90px !important;
    top: unset !important;
  }
}
.dc-cards-carousel .section_content button.slick-arrow.slick-prev {
  top: calc(50% + 20px);
}
.dc-cards-carousel .section_content button.slick-arrow.slick-prev:after {
  padding-right: 4px;
}
.dc-cards-carousel .section_content button.slick-arrow.slick-next {
  top: calc(50% - 60px);
}
.dc-cards-carousel .section_content button.slick-arrow.slick-next:after {
  padding-left: 4px;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_content button.slick-arrow.slick-next {
    left: 58px !important;
  }
}
.dc-cards-carousel .section_content button.slick-arrow:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  max-width: 6vw;
  max-height: 6vw;
  min-width: 46px;
  min-height: 46px;
  border-radius: 50%;
  border: 2px solid #9C9CA6;
}
.dc-cards-carousel .section_content button.slick-arrow:after {
  color: #9C9CA6;
}
.dc-cards-carousel .section_content button.slick-arrow:hover:before {
  border-color: #7C996D;
}
.dc-cards-carousel .section_content button.slick-arrow:hover:after {
  color: #7C996D;
}
.dc-cards-carousel .section_content .slick-vertical {
  height: 100%;
}
.dc-cards-carousel .section_content .slick-vertical .slick-list {
  height: 100%;
}
.dc-cards-carousel .section_content .slick-vertical .slick-list .slick-track {
  display: block;
  height: 100% !important;
}
.dc-cards-carousel .slick-list {
  padding-right: 33.333%;
  width: 133.333%;
}
.dc-cards-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.dc-cards-carousel .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 50px;
  padding-bottom: 0;
  height: auto;
  border: 0 none;
  background: none;
}
.dc-cards-carousel .item .text {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding-bottom: 75px;
}
.dc-cards-carousel .item .text > span:first-child {
  color: #E6E6E6;
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
}
.dc-cards-carousel .item .text h3 {
  display: -ms-flexbox;
  display: flex;
  min-height: 3.6em;
  margin-bottom: 10px;
}
.dc-cards-carousel .item .button-wrapper {
  padding: 0;
  margin: 20px 0 30px;
  position: absolute;
  bottom: 0;
}
.dc-cards-carousel .item .icon-wrapper {
  -ms-flex-order: 10;
      order: 10;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  max-height: 14.8vw;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .item .icon-wrapper {
    max-height: 25vw;
  }
}
@media only screen and (max-width: 650px) {
  .dc-cards-carousel .item .icon-wrapper {
    max-height: 37vw;
  }
}
.dc-cards-carousel .item .icon-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .dc-cards-carousel .item h3 {
    font-size: 26px;
  }
}
.dc-cards-carousel .item:hover {
  box-shadow: none !important;
}
.dc-cards-carousel.bg_grey, .dc-cards-carousel.bg_blue {
  background: white;
}
.dc-cards-carousel.bg_grey:before, .dc-cards-carousel.bg_blue:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
}
@media only screen and (max-width: 1850px) {
  .dc-cards-carousel.bg_grey:before, .dc-cards-carousel.bg_blue:before {
    width: calc(100% - 30px);
    left: 30px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel.bg_grey:before, .dc-cards-carousel.bg_blue:before {
    width: 100%;
    left: 0;
  }
}
.dc-cards-carousel.bg_grey .item .text > span:first-child, .dc-cards-carousel.bg_blue .item .text > span:first-child {
  color: white;
}
.dc-cards-carousel.bg_grey:before {
  background: #F0F0F4;
}
.dc-cards-carousel.bg_blue .item .description {
  color: white;
}
.dc-cards-carousel.bg_blue:before {
  background: #7C996D;
}
.dc-cards-carousel.image_top .section_content .item .text {
  -ms-flex-order: 11;
      order: 11;
  padding-top: 20px;
}
.dc-cards-carousel.image_top .section_content .item .text > span:first-child {
  margin-bottom: 0;
  margin-top: 20px;
}

/*------------------------------------*\

    CARDS

\*------------------------------------*/
@media only screen and (min-width: 1100px) {
  .dc-cards-section .section_content .dc-grid.col2 {
    width: calc(50% + 40px);
  }
}
@media only screen and (max-width: 1099px) {
  .dc-cards-section .section_content .dc-grid.col2 .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-cards-section .section_content .dc-grid.col2 .item {
    margin-right: 0;
  }
}
.dc-cards-section .section_content .dc-card .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

/*------------------------------------*\

    HOTBOX SECTION

\*------------------------------------*/
section.dc-hotboxes .section_content {
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (min-width: 950px) {
  section.dc-hotboxes .section_content {
    padding-bottom: 22px;
  }
}
section.dc-hotboxes .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  /*
  &.col3 {

  	.item{
  		width: calc(33.333% - 74px);

  		@include mq('900', max) {
  			width: calc(33.333% - 30px);
  		}

  		@include mq('650', max) {
  			width: 100%;
  		}
  	}
  }
  */
}
@media only screen and (max-width: 899px) {
  section.dc-hotboxes .section_content .items {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 559px) {
  section.dc-hotboxes .section_content .items {
    width: calc(100% + 20px);
  }
}
section.dc-hotboxes .section_content .items .item {
  position: relative;
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  section.dc-hotboxes .section_content .items .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 559px) {
  section.dc-hotboxes .section_content .items .item {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
section.dc-hotboxes .section_content .items.col6 .item {
  width: calc(16.6666666667% - 40px);
}
@media only screen and (max-width: 899px) {
  section.dc-hotboxes .section_content .items.col6 .item {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 559px) {
  section.dc-hotboxes .section_content .items.col6 .item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
section.dc-hotboxes .section_content .items .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 83px;
  max-width: 80%;
  height: 133px;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  section.dc-hotboxes .section_content .items .item .image-wrapper {
    height: 110px;
  }
}
@media only screen and (max-width: 650px) {
  section.dc-hotboxes .section_content .items .item .image-wrapper {
    height: 90px;
    width: 70px;
  }
}
section.dc-hotboxes .section_content .items .item .image-wrapper img {
  object-fit: contain;
}
section.dc-hotboxes .section_content .items .item h3 {
  font-size: 18px;
  text-align: center;
  margin: 28px 0 25px;
}
@media only screen and (max-width: 1099px) {
  section.dc-hotboxes .section_content .items .item h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 899px) {
  section.dc-hotboxes .section_content .items .item h3 {
    font-size: 18px;
  }
}

/*
	.section_content{

		.items{

			.item {

				&:hover {

					.button-wrapper .dc-btn:before {
						width: 100%;
					}
				}

				@include mq('phablet', max) {

					&:last-child {
						margin-bottom: 0;
					}
				}

				.image-wrapper {
					display: flex;
					width: 100%;

					img {
						object-fit: cover;
						min-width: 100%;
					}
				}

				h3 {
					margin: 28px 0 25px;
				}

				.text {
					padding-bottom: 43px;
				}

				.button-wrapper {
					position: absolute;
					bottom: 0;
					left: 0;
				}
			}

			&.col2 {

				.item {

					@include mq('phablet', max) {
						margin-bottom: 30px;
					}

					.image-wrapper {
						height: 400px;
						max-height: 31vw;

						@include mq('phablet', max) {
							max-height: 69vw;
						}
					}
				}
			}

			&.col3 {

				.item {

					@include mq('650', max) {
						margin-bottom: 30px;
					}

					.image-wrapper {
						height: 310px;
						max-height: 20vw;

						@include mq('650', max) {
							max-height: 50vw;
						}
					}
				}				
			}
		}
	}
}
*/
/*------------------------------------*\

    VIDEO BLOCK

\*------------------------------------*/
.dc-video.section > .inner {
  max-width: 1220px;
}
.dc-video .video-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.dc-video .video-wrapper img {
  display: block;
  width: 100%;
}
.dc-video a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-video a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(35, 31, 32, 0.2);
  border-radius: 100%;
  border: 2px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-video a.overlay span.play-btn {
    width: 130px;
    height: 130px;
  }
}
.dc-video a.overlay span.play-btn i {
  color: white;
  font-size: 55px;
  margin-left: 17px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-video a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.dc-video a.overlay:hover span.play-btn {
  background-color: rgba(35, 31, 32, 0.6);
}
.dc-video a.overlay:hover span.play-btn i {
  color: #7C996D;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\

	INTRO SECTION

\*------------------------------------*/
.dc-intro-section {
  background: #6d97cf;
  position: relative;
  padding-top: 40px;
  padding-bottom: 110px;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .dc-intro-section {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-intro-section {
    padding-top: 130px;
    padding-bottom: 170px;
  }
}
.item.orange .dc-intro-section {
  background: #e4704a;
}
.item.green .dc-intro-section {
  background: #7C996D;
}
.item.blue .dc-intro-section {
  background: #6d97cf;
}
.dc-intro-section .section_content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-intro-section .section_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-intro-section .section_content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.dc-intro-section .section_content p, .dc-intro-section .section_content h2, .dc-intro-section .section_content h3, .dc-intro-section .section_content h4, .dc-intro-section .section_content h5, .dc-intro-section .section_content h6 {
  color: #EEE2CD;
}
.dc-intro-section .section_content p:last-child, .dc-intro-section .section_content h2:last-child, .dc-intro-section .section_content h3:last-child, .dc-intro-section .section_content h4:last-child, .dc-intro-section .section_content h5:last-child, .dc-intro-section .section_content h6:last-child {
  margin-bottom: 0;
}
.dc-intro-section .section_content p a, .dc-intro-section .section_content h2 a, .dc-intro-section .section_content h3 a, .dc-intro-section .section_content h4 a, .dc-intro-section .section_content h5 a, .dc-intro-section .section_content h6 a {
  color: #EEE2CD;
  line-height: 1.2em;
  display: inline-block;
  border: 2px solid #EEE2CD;
  border-radius: 40px;
  padding: 2px 12px 0;
}
.dc-intro-section .section_content p a:hover, .dc-intro-section .section_content h2 a:hover, .dc-intro-section .section_content h3 a:hover, .dc-intro-section .section_content h4 a:hover, .dc-intro-section .section_content h5 a:hover, .dc-intro-section .section_content h6 a:hover {
  background: #EEE2CD;
  color: #6197D0;
}
[data-bgcolor=orange] .dc-intro-section .section_content p a:hover, [data-bgcolor=orange] .dc-intro-section .section_content h2 a:hover, [data-bgcolor=orange] .dc-intro-section .section_content h3 a:hover, [data-bgcolor=orange] .dc-intro-section .section_content h4 a:hover, [data-bgcolor=orange] .dc-intro-section .section_content h5 a:hover, [data-bgcolor=orange] .dc-intro-section .section_content h6 a:hover {
  color: #e4704a;
}
[data-bgcolor=blue] .dc-intro-section .section_content p a:hover, [data-bgcolor=blue] .dc-intro-section .section_content h2 a:hover, [data-bgcolor=blue] .dc-intro-section .section_content h3 a:hover, [data-bgcolor=blue] .dc-intro-section .section_content h4 a:hover, [data-bgcolor=blue] .dc-intro-section .section_content h5 a:hover, [data-bgcolor=blue] .dc-intro-section .section_content h6 a:hover {
  color: #6d97cf;
}
[data-bgcolor=green] .dc-intro-section .section_content p a:hover, [data-bgcolor=green] .dc-intro-section .section_content h2 a:hover, [data-bgcolor=green] .dc-intro-section .section_content h3 a:hover, [data-bgcolor=green] .dc-intro-section .section_content h4 a:hover, [data-bgcolor=green] .dc-intro-section .section_content h5 a:hover, [data-bgcolor=green] .dc-intro-section .section_content h6 a:hover {
  color: #7C996D;
}

/* GRIDS */
/*------------------------------------*\

	POST GRID - ITEMS

\*------------------------------------*/
.dc-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
.dc-grid.col2 {
  width: calc(100% + 50px);
  margin-bottom: -50px;
}
@media only screen and (max-width: 1099px) {
  .dc-grid.col2 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-grid.col2 {
    width: 100%;
  }
}
.dc-grid.col2 > .item {
  width: calc(calc(100% / 2) - 50px);
  margin-right: 50px;
}
@media only screen and (max-width: 849px) {
  .dc-grid.col2 > .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-grid.col2 > .item {
    width: 100%;
    margin-right: 0;
  }
}
.dc-grid.col3 {
  width: calc(100% + 50px);
  margin-bottom: -50px;
}
@media only screen and (max-width: 1099px) {
  .dc-grid.col3 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 849px) {
  .dc-grid.col3 {
    width: calc(100% + 15px);
    margin-bottom: -30px;
  }
}
.dc-grid.col3 > .item {
  width: calc(calc(100% / 3) - 50px);
  margin-right: 50px;
}
@media only screen and (max-width: 1099px) {
  .dc-grid.col3 > .item {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-grid.col3 > .item {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
.dc-grid.col4 {
  width: calc(100% + 40px);
  margin-bottom: -40px;
}
@media only screen and (max-width: 1099px) {
  .dc-grid.col4 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-grid.col4 {
    width: 100%;
  }
}
.dc-grid.col4 > .item {
  width: calc(calc(100% / 4) - 40px);
  margin-right: 40px;
}
@media only screen and (max-width: 1099px) {
  .dc-grid.col4 > .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-grid.col4 > .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-grid.col4 > .item {
    width: 100%;
    margin-right: 0;
  }
}
.dc-grid.slick-slider {
  width: 100%;
  display: block;
}
.dc-grid.slick-slider .item {
  margin-right: 0;
}

/*------------------------------------*\

	POST GRID - ITEMS

\*------------------------------------*/
.dc-card {
  position: relative;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 650px) {
  .dc-card {
    margin-bottom: 22px;
  }
}
.dc-card .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  width: 100%;
}
.dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
  min-width: 100%;
  aspect-ratio: 3/2.2;
}
@media only screen and (max-width: 650px) {
  .dc-card .popular-posts {
    margin: 10px 0 20px;
  }
}
.dc-card .popular-posts > h3 {
  margin: 0 0 19px;
}
.dc-card .popular-posts .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dc-card .popular-posts .item:not(:last-child) {
  margin-bottom: 25px;
}
.dc-card .popular-posts .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  width: 144px;
  max-height: 12.12vw;
  max-width: 21.8vw;
  min-height: 67px;
  min-width: 104px;
  margin-right: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .dc-card .popular-posts .item .image-wrapper {
    margin-right: 23px;
  }
}
.dc-card .popular-posts .item .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dc-card .popular-posts .item .content-wrapper {
  -ms-flex: 1;
      flex: 1;
}
.dc-card .popular-posts .item .content-wrapper > h4 {
  margin: 0;
}
@media only screen and (max-width: 650px) {
  .dc-card.pp {
    width: 100% !important;
  }
  .dc-card.pp ~ .dc-card:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .dc-card {
    -ms-flex-order: 1;
        order: 1;
  }
  .dc-card.pp {
    -ms-flex-order: 2;
        order: 2;
  }
  .dc-card:last-child {
    -ms-flex-order: 3;
        order: 3;
  }
}

span.sold-out {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #231F20;
  color: #EEE2CD;
  border: 2px solid #EEE2CD;
  border-radius: 20px;
  padding: 5px 16px 1px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

/*------------------------------------*\

POST GRID- FILTER

\*------------------------------------*/
.section.business-grid-wrapper .section_intro {
  margin-bottom: 0 !important;
  padding: 40px 0;
  min-height: 120px;
}
@media only screen and (min-width: 768px) {
  .section.business-grid-wrapper .section_intro {
    min-height: 274px;
  }
}
.section.business-grid-wrapper .section_intro h2.title {
  max-width: 1040px;
  margin-bottom: 0;
}
.section.business-grid-wrapper .dc-grid .dc-card {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 55px;
}
.section.business-grid-wrapper .dc-grid .dc-card .image-wrapper {
  margin-bottom: 28px;
}
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date,
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.address {
  font-size: 14px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
}
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date i,
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.address i {
  margin-right: 10px;
  margin-top: 2px;
  font-size: 18px;
}
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date {
    margin-bottom: 10px;
  }
}
.section.business-grid-wrapper .dc-grid .dc-card .content-wrapper span.event-date i {
  font-size: 14px;
}
.whats-on .section.business-grid-wrapper .dc-grid .dc-card {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .whats-on .section.business-grid-wrapper .dc-grid .dc-card {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 900px) {
  .whats-on .section.business-grid-wrapper .dc-grid .dc-card {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .whats-on .section.business-grid-wrapper .dc-grid .dc-card {
    margin-bottom: 100px;
  }
}
.section-filters {
  position: relative;
  z-index: 1;
}
.section-filters:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  height: 100%;
  width: 100vw;
  background: #F6CD81;
}
.section-filters .dc-tab-wrapper {
  position: relative;
  height: 60px;
}
.section-filters .dc-tab-wrapper .tab .dropdown-content {
  overflow: auto;
  white-space: nowrap;
  margin-left: -16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 100%;
  overflow: scroll;
}
.section-filters .dc-tab-wrapper .tab .dropdown-content::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 950px) {
  .section-filters .dc-tab-wrapper .tab .dropdown-content {
    margin-left: -20px;
  }
}
.section-filters .dc-tab-wrapper .tab button {
  background-color: transparent;
  border: 0;
  padding: 20px 16px;
  border-right: 1px solid #E9DFC9;
  margin-left: -6px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 950px) {
  .section-filters .dc-tab-wrapper .tab button {
    padding: 20px 30px;
  }
}
.section-filters .dc-tab-wrapper .tab button i {
  font-size: 16px;
}
.section-filters .dc-tab-wrapper .tab button:first-child {
  font-weight: 700;
  text-transform: none;
  cursor: default;
}
.section-filters .dc-tab-wrapper .tab button:first-child i {
  margin-right: 8px;
  font-size: 18px;
}
.section-filters .dc-tab-wrapper .tab button:last-child {
  border-right: 0;
}
.section-filters .dc-tab-wrapper .tab button.active {
  border-bottom: 0;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper {
  position: relative;
  padding: 0;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper:before {
  content: "";
  background: #F6CD81;
  border-top: 1px solid #E9DFC9;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent {
  padding: 35px 60px 20px 0;
  min-height: 262px;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li {
  display: inline;
  margin-bottom: 15px;
  margin-left: 20px;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li a {
  border: 1px solid #231F20;
  padding: 7px 15px 3px;
  border-radius: 30px;
  color: #231F20;
  line-height: 1em;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li a.active, .section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .filter-items li a:hover {
  color: #FFFFFF;
  background: #231F20;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .close-filter {
  position: absolute;
  top: 30px;
  color: black;
  right: 0;
  font-size: 42px;
}
.section-filters .dc-tab-wrapper .tab-content-wrapper .tabcontent .close-filter:hover {
  color: #6197D0;
}

.section-pagination {
  margin-top: 45px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-pagination {
    margin-top: 65px;
    margin-bottom: 40px;
  }
}
.section-pagination .button-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
}

.dc-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: inset 1000px 1000px 1000px 1000px rgba(0, 0, 0, 0.2);
}
.dc-loader img {
  max-width: 100px;
}

.results-container .item.dc-card .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .business-grid-wrapper .section-filters .dc-tab-wrapper {
    height: 130px;
  }
}
.business-grid-wrapper .section-filters .dc-tab-wrapper .tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1199px) {
  .business-grid-wrapper .section-filters .dc-tab-wrapper .tab {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 1199px) {
  .business-grid-wrapper .section-filters .dc-tab-wrapper .tab .search-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.business-grid-wrapper .section-filters .dc-tab-wrapper .tab .search-wrapper .search-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.business-grid-wrapper .section-filters .dc-tab-wrapper .tab .search-wrapper .search-wrapper-inner .search-business-directory {
  border: none;
  border-radius: 30px;
  height: 30px;
  padding: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .business-grid-wrapper .section-filters .dc-tab-wrapper .tab .search-wrapper .search-wrapper-inner .search-business-directory {
    padding: 16px;
  }
}
.business-grid-wrapper .section-filters .dc-tab-wrapper .tab .search-wrapper .search-wrapper-inner .dc-btn.bd-search {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}

/*------------------------------------*\

SELECTED FILTERS

\*------------------------------------*/
.selected-filters-wrapper {
  padding-top: 20px;
}
.selected-filters-wrapper .inner .selected-filters {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.selected-filters-wrapper .inner .selected-filters li a {
  border: 1px solid #231F20;
  padding: 7px 7px 3px 19px;
  border-radius: 30px;
  color: #231F20;
  font-size: 0.7em;
  white-space: nowrap;
}
.selected-filters-wrapper .inner .selected-filters li a i {
  opacity: 0;
  visibility: hidden;
  font-size: 0.8em;
}
.selected-filters-wrapper .inner .selected-filters li a:hover {
  color: #FFFFFF;
  background: #231F20;
}
.selected-filters-wrapper .inner .selected-filters li a:hover i {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*\

	POST GRID - ITEMS

\*------------------------------------*/
.business-slider {
  overflow: hidden;
}
.business-slider .dc-grid {
  overflow: visible;
}
.business-slider .slick-list {
  width: calc(150% + 50px);
  padding: 0 25% !important;
  margin-left: -25%;
  margin-bottom: -50px;
}
.business-slider .dc-card {
  padding-right: 50px;
}
.business-slider .dc-card .image-wrapper {
  margin-bottom: 29px;
}
.business-slider .dc-card .content-wrapper h3, .business-slider .dc-card .content-wrapper h4 {
  margin: 0 0 10px;
}
.business-slider .dc-card .content-wrapper .address {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6em;
}
.business-slider .dc-card .content-wrapper .address i {
  font-size: 1.3em;
  display: block;
  margin-right: 11px;
}

/*
// POST GRID ITEMS
.dc-card {
	position: relative;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;

	@include effect(all, 250ms, ease-in-out);

	@include mq('650', max) {
		margin-bottom: 22px;
	}

	.image-wrapper {
		position: relative;
		display: flex;
		margin-bottom: 24px;

		img {
			display: block;
			object-fit: contain;
			min-width: 100%;
		}
	}

	.content-wrapper {

		h3, h4 {
			@extend %font-28;
		}
	}
}
*/
/*
//popular posts
.dc-card {

	.popular-posts {

		@include mq('650', max) {
			margin: 10px 0 20px;
		}	

		> h3 {
			@extend %smallcaps;
			margin: 0 0 19px;
		}

		.item {
			display: flex;
			align-items: center;

			&:not(:last-child) {
				margin-bottom: 25px;			
			}

			.image-wrapper {
				display: flex;
				height: 88px;
				width: 144px;
				max-height: 12.12vw;
				max-width: 21.8vw;
				min-height: 67px;
				min-width: 104px;

				margin-right: 16px;
				margin-bottom: 0;

				@include mq('1000', min) {
					margin-right: 23px;
				}

				img {
					width: 100%;
					object-fit: cover;
				}
			}

			.content-wrapper {
				flex: 1;

				> h4 {
					@extend %font-18;
					margin: 0;
				}
			}
		}
	}

	&.pp {

		@include mq('650', max) {
			width: 100% !important;

			~ .dc-card:nth-child(even):last-child {
				width: 100%;
			}
		}		
	}

	// RE ORDER ON MOBILE
	@include mq('650', max) {
		order: 1;

		&.pp {
				order: 2;
		}

		&:last-child {
			order: 3;
		}
	}
}
*/

/* event/custom-events-template - event info carousel */
.business-slider.event-info-carousel {
  /*padding: 56px 0;
  overflow: hidden;

  .inner {
  	width: 100%;
  }*/
}
.business-slider.event-info-carousel .results-container {
  overflow: visible;
}
.business-slider.event-info-carousel .dc-grid {
  overflow: visible;
}
.business-slider.event-info-carousel .slick-list {
  /*width: calc(100% + 18px);*/
  /*padding: 0 0 0 0 !important;
  margin-left: 0;
  margin-bottom: 0;*/
}
.business-slider.event-info-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.business-slider.event-info-carousel .dc-card {
  margin-bottom: 0;
  height: auto;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  margin: 0;
}
.business-slider.event-info-carousel .dc-card .item-inner {
  border-radius: 30px;
  overflow: hidden;
}
.business-slider.event-info-carousel .dc-card .image-wrapper {
  margin-bottom: 0;
}
.business-slider.event-info-carousel .dc-card .image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 433/266;
  max-height: 266px;
  object-fit: cover;
}
.business-slider.event-info-carousel .dc-card .content-wrapper {
  padding: 50px 24px 0 24px;
}
.business-slider.event-info-carousel .dc-card .content-wrapper h3,
.business-slider.event-info-carousel .dc-card .content-wrapper h4 {
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-size: 26px;
}
.business-slider.event-info-carousel .dc-card .content-wrapper .text,
.business-slider.event-info-carousel .dc-card .content-wrapper p {
  line-height: 1.45;
  font-size: 17px;
}
.business-slider.event-info-carousel .dc-card .content-wrapper .text a {
  text-decoration: underline;
  color: #231F20;
}
.business-slider.event-info-carousel .dc-card .button-wrapper {
  position: relative;
  padding: 0 24px 50px;
  margin-top: auto;
}
.business-slider.event-info-carousel .dc-card .button-wrapper a {
  font-size: 16px;
  line-height: 1.2rem;
  text-decoration: none;
}
@media only screen and (max-width: 766px) {
  .business-slider.event-info-carousel {
    padding: 38px 0;
  }
  .business-slider.event-info-carousel .section_intro {
    display: block;
    margin-bottom: 18px;
  }
  .business-slider.event-info-carousel .section_intro .description {
    max-width: 100%;
  }
  .business-slider.event-info-carousel .section_intro .button-wrapper {
    margin-top: 10px;
    margin-left: 0;
  }
  .business-slider.event-info-carousel .dc-card {
    padding-right: 14px;
    border-radius: 16px;
  }
  .business-slider.event-info-carousel .dc-card .image-wrapper img {
    height: 150px;
  }
  .business-slider.event-info-carousel .dc-card .content-wrapper {
    padding: 14px 14px 6px;
  }
  .business-slider.event-info-carousel .dc-card .button-wrapper {
    padding: 0 14px 14px;
  }
}

/* beige section */
.business-slider.event-info-carousel.bg-beige {
  background: #d9cfbc;
}
.business-slider.event-info-carousel.bg-beige .dc-card {
  background: #efb7c3;
}
.business-slider.event-info-carousel.bg-beige .content-wrapper,
.business-slider.event-info-carousel.bg-beige .content-wrapper h3,
.business-slider.event-info-carousel.bg-beige .content-wrapper h4,
.business-slider.event-info-carousel.bg-beige .content-wrapper p,
.business-slider.event-info-carousel.bg-beige .button-wrapper,
.business-slider.event-info-carousel.bg-beige .button-wrapper a {
  color: #2a1f28;
}

/* purple section */
.business-slider.event-info-carousel.bg-purple {
  background: #c9b1df;
}
.business-slider.event-info-carousel.bg-purple .dc-card {
  background: #f3ecdb;
}
.business-slider.event-info-carousel.bg-purple .content-wrapper,
.business-slider.event-info-carousel.bg-purple .content-wrapper h3,
.business-slider.event-info-carousel.bg-purple .content-wrapper h4,
.business-slider.event-info-carousel.bg-purple .content-wrapper p,
.business-slider.event-info-carousel.bg-purple .button-wrapper,
.business-slider.event-info-carousel.bg-purple .button-wrapper a {
  color: #2a1f28;
}

/* dark card section */
.business-slider.event-info-carousel.bg-pink {
  background: #e6c2dd;
}
.business-slider.event-info-carousel.bg-pink .dc-card {
  background: #1d1820;
}
.business-slider.event-info-carousel.bg-pink .content-wrapper,
.business-slider.event-info-carousel.bg-pink .content-wrapper h3,
.business-slider.event-info-carousel.bg-pink .content-wrapper h4,
.business-slider.event-info-carousel.bg-pink .content-wrapper p,
.business-slider.event-info-carousel.bg-pink .button-wrapper,
.business-slider.event-info-carousel.bg-pink .button-wrapper a {
  color: #ffffff;
}

.carousel-4 button.slick-arrow {
  top: calc(50% - 55px);
}

.carousel-3 button.slick-arrow {
  top: calc(50% - 50px);
}

.carousel-4 .slick-slide {
  padding: 0 5px !important;
}

@media (max-width: 1100px) {
  .carousel-3 .slick-list,
  .carousel-4 .slick-list {
    width: 100%;
    padding: unset !important;
    margin-left: unset !important;
    margin-bottom: unset !important;
  }
}
@media (max-width: 1300px) {
  .carousel-3 .inner .section_content .item .content-wrapper,
  .carousel-4 .inner .section_content .item .content-wrapper {
    padding: clamp(30px, 1.128px + 3.759vw, 50px) clamp(18px, 9.338px + 1.128vw, 24px) 0;
  }
  .carousel-3 .inner .section_content .item .content-wrapper h3,
  .carousel-3 .inner .section_content .item .content-wrapper h4,
  .carousel-4 .inner .section_content .item .content-wrapper h3,
  .carousel-4 .inner .section_content .item .content-wrapper h4 {
    font-size: clamp(1.1875rem, 0.5559rem + 1.3158vw, 1.625rem);
  }
  .carousel-3 .inner .section_content .item .content-wrapper .text,
  .carousel-3 .inner .section_content .item .content-wrapper p,
  .carousel-4 .inner .section_content .item .content-wrapper .text,
  .carousel-4 .inner .section_content .item .content-wrapper p {
    font-size: clamp(0.8125rem, 0.4516rem + 0.7519vw, 1.0625rem);
  }
  .carousel-3 .inner .section_content .item .button-wrapper,
  .carousel-4 .inner .section_content .item .button-wrapper {
    padding: 0 clamp(18px, 9.338px + 1.128vw, 24px) clamp(30px, 1.128px + 3.759vw, 50px);
  }
  .carousel-3 .inner .section_content .item .button-wrapper a,
  .carousel-4 .inner .section_content .item .button-wrapper a {
    font-size: clamp(0.75rem, 0.3891rem + 0.7519vw, 1rem);
  }
}
@media (max-width: 1100px) {
  .carousel-3 .slick-slide,
  .carousel-4 .slick-slide {
    padding: 0 !important;
  }
}
.business-slider.carousel-4 .slick-list {
  margin-left: -26.8%;
}

.business-slider.carousel-4 .content-wrapper {
  padding-top: 40px !important;
}
.business-slider.carousel-4 .content-wrapper h3,
.business-slider.carousel-4 .content-wrapper h4 {
  font-size: 21px !important;
}
.business-slider.carousel-4 .content-wrapper p {
  font-size: 15px !important;
}
.business-slider.carousel-4 .content-wrapper .button-wrapper a {
  font-size: 14px !important;
}

.bg_transparent.dc-logo-carousel .inner .slick-list {
  overflow: visible;
}

body {
  max-width: 100vw;
  overflow: hidden;
}

/*------------------------------------*\

  NEWS

\*------------------------------------*/
.dc-grid-layout > .inner,
.dc-grid-layout-2 > .inner {
  overflow: hidden;
}

.dc-grid-layout .dc-grid {
  -ms-flex-align: start;
      align-items: flex-start;
}

.dc-grid-layout-2 .dc-grid {
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .dc-grid-layout-2 .dc-grid {
    margin-bottom: -50px;
  }
}
.dc-grid-layout-2 .dc-grid .image-warpper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-grid-layout-2 .dc-grid .image-warpper {
    margin-bottom: 30px;
  }
}
.dc-grid-layout-2 .dc-grid .content-wrapper {
  width: 100%;
}
.dc-grid-layout-2 .dc-grid .content-wrapper h4 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .dc-grid-layout-2 .dc-grid > * {
    width: 50%;
  }
}
.dc-grid-layout-2 .dc-grid > .item {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 849px) {
  .dc-grid-layout-2 .dc-grid > .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-grid-layout-2 .dc-grid > .item {
    width: 100%;
    margin-right: 0;
  }
}
.dc-grid-layout-2 .dc-grid > .item .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dc-grid-layout-2 .dc-grid .small-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-grid-layout-2 .dc-grid .small-items {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dc-grid-layout-2 .dc-grid .small-items {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .dc-grid-layout-2 .dc-grid .small-items .item {
    padding-left: 50px;
  }
}
.dc-grid-layout-2 .dc-grid .small-items .item .image-warpper {
  margin-bottom: 16px;
}
.dc-grid-layout-2 .dc-grid .small-items .item .content-wrapper h4 {
  margin: 0;
}
.dc-grid-layout-2 .dc-grid .small-items .left {
  -ms-flex: 1;
      flex: 1;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .dc-grid-layout-2 .dc-grid .small-items .left {
    margin-right: 12px;
  }
}
.dc-grid-layout-2 .dc-grid .small-items .right {
  -ms-flex: 1;
      flex: 1;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .dc-grid-layout-2 .dc-grid .small-items .right {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-grid-layout-2.image-right .dc-grid .small-items .item {
    padding-left: 0;
    padding-right: 50px;
  }
}
.dc-grid-layout-2.image-right .dc-grid > .item {
  -ms-flex-order: 2;
      order: 2;
}
.dc-grid-layout-2.image-right .dc-grid .small-items {
  -ms-flex-order: 1;
      order: 1;
}
.dc-grid-layout-2.image-right .dc-grid .small-items .left {
  padding-top: 0;
}
.dc-grid-layout-2.image-right .dc-grid .small-items .right {
  padding-top: 25px;
}

/*
.dc-news-grid {

  .dc-grid {
    max-width: 1120px;
    width: 100%;
    justify-content: space-between;
    overflow: visible;

    @include mq('950', min) {
      width: 93%;
      margin-left: 7%;
    }

    &.col2 {

      .item {
        width: 100%;

        background: transparent;
        border: none;
        padding-bottom: 16px;

        @include mq('tablet', min) {
          width: calc(calc(100% / 2) - 54px);
          max-width: 445px;
          margin-right: 54px;
          padding-bottom: 22px;
        }

        @include mq('tablet', max) {
          margin-bottom: 20px;

          &:last-child {
            margin-bottom: 0;
          }

          .button-wrapper {
            margin-bottom: 20px;
          }
        }

        &:hover {

          .button-wrapper .dc-btn {
            &:before {
              width: 100%;
            }          
          }	
        }
      }
    }

    .content-wrapper {

      @include mq('tablet', min) {
        padding-left: 35px;
      }

      .meta .date {
        margin-bottom: 10px;

        @include mq('tablet', min) {
          margin-bottom: 20px;
        }
      }

      h2 {

      }

      p {
        margin: 0;			
      }	
    }

    .button-wrapper {
      margin-top: 10px;

      @include mq('tablet', min) {
        padding-left: 35px;
        margin-top: 30px;
      }
    }
  }

  .section_content:not(.results-container) {

    .item {

      &:nth-child(2) {

        @include mq('950', min) {
          margin-top: -140px;
        }
      }
    }
  }

  &.with-motif {
    padding-top: 100px;
    z-index: 0;

    @include mq('950', min) {
      padding-top: 200px;
    }

    &:before {
      content: "";

      background-image: url( '../img/bg-arches.png' );
      background-size: 100%;
      background-repeat: no-repeat;

      position: absolute;
      top: -120px;
      right: 0;

      width: 1155px;
      max-width: 75vw;
      height: 1460px;

      @include mq('950', min) {
        top: -270px;
      }
    }
  }

  &.title-only {
    .dc-grid {
      .content-wrapper {
        .meta-date , p {
          display: none;
        }
      }

      .button-wrapper {
        display: none;
      }
    }
  }
}
*/
/*------------------------------------*\

	POST GRID - ITEMS

\*------------------------------------*/
.section.post-ribbon + .section {
  padding-top: 45px !important;
}

.section.post-ribbon {
  background-color: #7C996D;
  padding-top: 120px !important;
  padding-bottom: 112px !important;
  margin-top: -80px;
}
.page_orange .section.post-ribbon {
  background-color: #e4704a;
}
.page_blue .section.post-ribbon {
  background-color: #6d97cf;
}
.section.post-ribbon:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 72px;
  width: 100%;
  background: url("../img/ribbon-bottom.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
.section.post-ribbon .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.section.post-ribbon .inner .section_content .items .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  -ms-flex-align: center;
      align-items: center;
}
.section.post-ribbon .inner .section_content .items .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  width: 144px;
  max-height: 12.12vw;
  max-width: 21.8vw;
  min-height: 67px;
  min-width: 104px;
  margin-right: 16px;
}
@media only screen and (min-width: 1000px) {
  .section.post-ribbon .inner .section_content .items .item .image-wrapper {
    margin-right: 23px;
  }
}
.section.post-ribbon .inner .section_content .items .item .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.section.post-ribbon .inner .section_content .items .item .content-wrapper {
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
}
.section.post-ribbon .inner .section_content .items .item .content-wrapper > h3 {
  margin: 0;
}

/*------------------------------------*\

    ACCORDION

\*------------------------------------*/
.section.dc-accordion > .inner {
  max-width: 1020px !important;
}
.section.dc-accordion > .inner > .section_intro {
  margin: 0 0 60px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section.dc-accordion > .inner > .section_intro {
    margin: 0 0 60px 0;
    margin-left: calc(50% - 50vw + 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-accordion > .inner > .section_intro {
    margin: 0 0 60px 0;
    margin-left: calc(50% - 50vw + 60px);
  }
}
@media only screen and (min-width: 1290px) {
  .section.dc-accordion > .inner > .section_intro {
    margin: 0 0 60px -130px;
  }
}
.section.dc-accordion .accordion {
  margin: 0 auto 6px;
  padding: 24px 24px 22px;
  background: #E9C796;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: all 500ms ease-in;
}
@media only screen and (min-width: 768px) {
  .section.dc-accordion .accordion {
    padding: 31px 44px 30px;
  }
}
.section.dc-accordion .accordion .title {
  position: relative;
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 500ms ease-in;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion .title {
    margin-bottom: 6px;
  }
}
.section.dc-accordion .accordion .title h3 {
  margin-bottom: 0;
  text-transform: none;
}
.section.dc-accordion .accordion .title:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f107";
  right: 0;
  font-size: 21px;
  font-weight: 900;
}
.section.dc-accordion .accordion .content {
  overflow: hidden;
  max-height: 0;
  transition: all 500ms ease-in;
}
.section.dc-accordion .accordion .content > *:last-child {
  margin-bottom: 0;
}
.section.dc-accordion .accordion .content > *:first-child {
  padding-top: 20px;
}
.section.dc-accordion .accordion .content p img {
  width: 100%;
}
.section.dc-accordion .accordion.active .title:before {
  content: "\f106";
}
.section.dc-accordion .accordion.active .content {
  max-height: 2000px;
  height: auto;
}
.section.dc-accordion.bg_grey .accordion:after {
  background: white;
}
.section.dc-accordion.bg_blue .accordion:after {
  background: white;
}

/*------------------------------------*\

   SPOTLIGHT SECTION

\*------------------------------------*/
.dc-spotlight-section .section_content {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-spotlight-section .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-spotlight-section .section_content .left,
.dc-spotlight-section .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-spotlight-section .section_content .left,
.dc-spotlight-section .section_content .right {
    width: 50%;
  }
}
.dc-spotlight-section .section_content .right {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .dc-spotlight-section .section_content .right {
    padding: 0;
  }
}
.dc-spotlight-section .section_content .right > * {
  width: 100%;
}
.dc-spotlight-section .section_content .right > span {
  display: block;
  margin-bottom: 20px;
}
.dc-spotlight-section .section_content .text {
  max-width: 100%;
}
.dc-spotlight-section .section_content .text > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dc-spotlight-section .section_content .text {
    width: 100%;
  }
  .dc-spotlight-section .section_content .text br {
    display: none;
  }
}
.dc-spotlight-section .section_content .text p {
  line-height: 1.25em;
  margin-bottom: 14px;
}
.dc-spotlight-section .section_content .image-wrapper {
  width: 100%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dc-spotlight-section .section_content .image-wrapper {
    margin-top: 30px !important;
  }
}
.dc-spotlight-section .section_content .image-wrapper > img {
  width: 100%;
}
.dc-spotlight-section .section_content .button-wrapper {
  margin-top: 12px;
}
@media only screen and (min-width: 560px) {
  .dc-spotlight-section .section_content .button-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-spotlight-section .section_content .button-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-spotlight-section .section_content .button-wrapper {
    margin-top: 40px;
  }
}
.dc-spotlight-section .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-spotlight-section .image_left .section_content .left {
    padding-right: 6%;
  }
  .dc-spotlight-section .image_left .section_content .right {
    padding: 0 6%;
    padding-top: 70px;
  }
  .dc-spotlight-section .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-spotlight-section .image_right .section_content .left {
    padding-left: 6%;
  }
  .dc-spotlight-section .image_right .section_content .right {
    padding: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .dc-spotlight-section .image_right .section_content .right > * {
    max-width: 596px;
  }
}
.dc-spotlight-section .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
.dc-spotlight-section .align-center .section_content .right {
  padding-top: 0;
}

/*------------------------------------*\

    PROMOTIONS CAROUSEL

\*------------------------------------*/
.promotions.grid {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .promotions.grid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 950px) {
  .promotions.grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .promotions.grid .section_content .dc-grid.promotion-items.col2 .item.dc-card .inner-wrapper,
.promotions.grid .section_content .carousel-items.col2 .item.dc-card .inner-wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .promotions.grid .section_content .dc-grid.promotion-items.col2 .item.dc-card .content-wrapper,
.promotions.grid .section_content .carousel-items.col2 .item.dc-card .content-wrapper {
    width: 100%;
  }
  .promotions.grid .section_content .dc-grid.promotion-items.col2 .item.dc-card .image-wrapper,
.promotions.grid .section_content .carousel-items.col2 .item.dc-card .image-wrapper {
    max-height: 300px;
  }
}
@media only screen and (max-width: 899px) {
  .promotions.grid .section_content .dc-grid.promotion-items.col2 .item.dc-card,
.promotions.grid .section_content .carousel-items.col2 .item.dc-card {
    width: calc(50% - 30px);
    margin-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .promotions.grid .section_content .dc-grid.promotion-items.col2 .item.dc-card,
.promotions.grid .section_content .carousel-items.col2 .item.dc-card {
    width: 100%;
    margin-right: 0 !important;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .slick-track,
.promotions.grid .section_content .carousel-items .slick-track {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .promotions.grid .section_content .dc-grid.promotion-items .slick-dots,
.promotions.grid .section_content .carousel-items .slick-dots {
    display: none !important;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card,
.promotions.grid .section_content .carousel-items .item.dc-card {
  margin-right: 30px;
  margin-bottom: 0;
  height: auto;
  float: none;
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card,
.promotions.grid .section_content .carousel-items .item.dc-card {
    margin-right: 15px;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .inner-wrapper,
.promotions.grid .section_content .carousel-items .item.dc-card .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  border-radius: 50px;
  overflow: hidden;
  background-color: #231F20;
  padding-bottom: 0 !important;
  height: 100%;
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .inner-wrapper,
.promotions.grid .section_content .carousel-items .item.dc-card .inner-wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    border-radius: 20px;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .image-wrapper,
.promotions.grid .section_content .carousel-items .item.dc-card .image-wrapper {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .image-wrapper img,
.promotions.grid .section_content .carousel-items .item.dc-card .image-wrapper img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper {
  position: relative;
  padding: 40px 34px;
  margin-right: -43px;
  width: 60%;
  border-radius: 50px;
  background: #231F20;
  color: #EEE2CD;
}
@media only screen and (min-width: 1100px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper {
    min-width: 250px;
    border-radius: 20px;
    width: 100%;
    padding: 32px 26px;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper i,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper i {
  color: #FFB36D;
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper h4,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper h4 {
  color: #EEE2CD;
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper h4,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper h4 {
    font-size: 21px;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper span.meta-data,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper span.meta-data {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4em;
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper span.meta-data,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper span.meta-data {
    font-size: 12px;
  }
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper span.meta-data i,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper span.meta-data i {
  margin-right: 10px;
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper span.meta-data.business i,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper span.meta-data.business i {
  font-size: 18px;
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper .text,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper .text {
  margin-top: 20px;
}
.promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper .text p,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper .text p {
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card .content-wrapper .text p,
.promotions.grid .section_content .carousel-items .item.dc-card .content-wrapper .text p {
    font-size: 12px;
  }
}

.dc-promotions-carousel {
  overflow: hidden;
}
.dc-promotions-carousel .inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1310px !important;
}
@media only screen and (max-width: 999px) {
  .dc-promotions-carousel .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-promotions-carousel .inner:before {
  content: "";
  background: url("../img/bg-portfolio-carousel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: calc(50% - 730px);
  top: 0;
  height: 100%;
  width: 144px;
}
@media only screen and (min-width: 1000px) {
  .dc-promotions-carousel .inner:before {
    width: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .dc-promotions-carousel .inner:before {
    left: -70px;
  }
}
@media only screen and (max-width: 999px) {
  .dc-promotions-carousel .inner:before {
    background-size: auto 118%;
    background-position: center top;
    left: -20px;
    height: 220px;
    width: 104px;
  }
}
.dc-promotions-carousel .inner .section_intro {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 0;
  text-align: left !important;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 1000px) {
  .dc-promotions-carousel .inner .section_intro {
    width: 35% !important;
  }
}
.dc-promotions-carousel .inner .section_intro .button-wrapper {
  text-align: left !important;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.dc-promotions-carousel .inner .section_intro .title {
  margin-bottom: 0;
}
.dc-promotions-carousel .inner .section_intro .description {
  display: none;
}
.dc-promotions-carousel .inner .section_intro .button-wrapper {
  -ms-flex: unset !important;
      flex: unset !important;
}
.dc-promotions-carousel .inner .section_content {
  width: 90%;
  max-width: 600px;
}
@media only screen and (min-width: 1000px) {
  .dc-promotions-carousel .inner .section_content {
    width: calc(69% - 100px);
    margin-left: 70px;
  }
}
@media only screen and (max-width: 999px) {
  .dc-promotions-carousel .inner .section_content {
    margin-top: 40px;
  }
}

.promotions.grid .section_content .dc-grid.promotion-items .slick-list,
.promotions.grid .section_content .carousel-items .slick-list {
  padding: 0 100% 0 0 !important;
  width: 212%;
}
@media only screen and (max-width: 559px) {
  .promotions.grid .section_content .dc-grid.promotion-items .slick-list,
.promotions.grid .section_content .carousel-items .slick-list {
    padding: 0 90% 0 0 !important;
  }
}

.dc-titlebox + script + .promotions.grid {
  padding-top: 0 !important;
}
.dc-titlebox + script + .promotions.grid .section_intro {
  text-align: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0 !important;
  padding: 40px 0;
  min-height: 120px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox + script + .promotions.grid .section_intro {
    min-height: 274px;
  }
}
.dc-titlebox + script + .promotions.grid .section_intro h2.title {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 0;
  text-align: center !important;
  max-width: 1040px;
  margin-bottom: 0;
}
.dc-titlebox + script + .promotions.grid .section_content .dc-grid.promotion-items .item.dc-card {
  margin-bottom: 50px;
  margin-right: 50px;
}

.promotions.grid .results-container .item.dc-card .button-wrapper {
  position: relative;
}

.filtered-promotion-grid .inner .section_content .promotion-items .item.dc-card .inner-wrapper {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.filtered-promotion-grid .inner .section_content .promotion-items .item.dc-card{
	margin-bottom: 30px !important;	
}

.filtered-promotion-grid .inner .section_content .promotion-items .item.dc-card .inner-wrapper .content-wrapper {
  width: 100%;
}

/* GRAVITY FORMS */
/*------------------------------------*\

    GRAVITY FORM

\*------------------------------------*/
.form-wrapper .title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1099px) {
  .form-wrapper .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .form-wrapper .title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper .title h2 {
    font-size: 22px;
  }
}

.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gf_simple_horizontal {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
@media only screen and (max-width: 650px) {
  .gform_wrapper .gf_simple_horizontal {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.gform_wrapper .gf_simple_horizontal .gform_body {
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 100% !important;
}
@media only screen and (max-width: 650px) {
  .gform_wrapper .gf_simple_horizontal .gform_body {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.gform_wrapper .gf_simple_horizontal .gform_body > ul {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 650px) {
  .gform_wrapper .gf_simple_horizontal .gform_body > ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.gform_wrapper .gf_simple_horizontal .gform_body > ul > li.gfield {
  padding: 0 !important;
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gf_simple_horizontal .gform_body > ul > li.gfield {
    margin: 0 10px 0 0 !important;
  }
}
.gform_wrapper .gf_simple_horizontal .gform_body > ul > li.gfield.gf_left_half {
  padding: 0 10px 0 0 !important;
}
.gform_wrapper#gform_wrapper_1 .gform_heading {
  text-align: center;
}
.gform_wrapper#gform_wrapper_1 .gform_body {
  -ms-flex: 1;
      flex: 1;
}
.gform_wrapper#gform_wrapper_1 .gform_body > ul > li.gfield:nth-child(1) {
  -ms-flex: 1;
      flex: 1;
}
.gform_wrapper#gform_wrapper_1 .gform_body > ul > li.gfield:nth-child(2) {
  -ms-flex: 1;
      flex: 1;
}
.gform_wrapper#gform_wrapper_1 .gform_body > ul > li.gfield:nth-child(3) {
  width: 174px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper#gform_wrapper_1 .gform_body > ul > li.gfield:nth-child(3) {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
}
.gform_wrapper#gform_wrapper_1 .gform_footer {
  width: 174px;
  padding-top: 12px !important;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper#gform_wrapper_1 .gform_footer {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
}
.gform_wrapper#gform_wrapper_1 .gform_footer input {
  width: 100% !important;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  max-width: 730px;
  margin: 40px auto 0;
}
.gform_wrapper .gform_body ul {
  margin: 0;
  position: relative;
}
.gform_wrapper .gform_body ul li.gfield {
  position: relative;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #231F20 !important;
  border: unset !important;
  background: none;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_left_half {
  width: 50%;
  max-width: 50%;
  padding: 11px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  max-width: 50%;
  padding: 11px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half label {
    left: 0;
  }
}
.gform_wrapper .gform_body ul li.gfield label {
  color: #231F20;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield legend.gfield_label, .gform_wrapper .gform_body ul li.gfield.hf_checkbox > label {
  font-size: 16px !important;
  padding-top: 30px !important;
  font-weight: 400;
}
@media only screen and (min-width: 560px) {
  .gform_wrapper .gform_body ul li.gfield legend.gfield_label, .gform_wrapper .gform_body ul li.gfield.hf_checkbox > label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 850px) {
  .gform_wrapper .gform_body ul li.gfield legend.gfield_label, .gform_wrapper .gform_body ul li.gfield.hf_checkbox > label {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .gform_wrapper .gform_body ul li.gfield legend.gfield_label, .gform_wrapper .gform_body ul li.gfield.hf_checkbox > label {
    font-size: 28px !important;
  }
}
.gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body ul li.gfield .ginput_container select,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  color: #231F20 !important;
  border-radius: 12px !important;
  background: none;
  background-color: transparent !important;
  padding: 15px 23px 15px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #231F20 !important;
  -webkit-appearance: none;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px;
  color: #231F20;
  transition: all 250ms ease-in-out;
  opacity: 0.6;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px;
  color: #231F20;
  transition: all 250ms ease-in-out;
  opacity: 0.6;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px;
  color: #231F20;
  transition: all 250ms ease-in-out;
  opacity: 0.6;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-family: "Nexa Slab W01 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px;
  color: #231F20;
  transition: all 250ms ease-in-out;
  opacity: 0.6;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #7C996D;
  opacity: 1;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #7C996D;
  opacity: 1;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #7C996D;
  opacity: 1;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #7C996D;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body ul li.gfield .ginput_container select,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 18px 8px !important;
  }
  .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
    font-size: 12px;
  }
  .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
    font-size: 12px;
  }
  .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:-ms-input-placeholder {
    font-size: 12px;
  }
  .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
    font-size: 12px;
  }
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text].datepicker {
  width: 100%;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large {
  height: 250px;
  background: transparent;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:focus textarea:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:focus {
  -webkit-text-fill-color: #231F20;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container select {
  background-color: white;
  background-image: url("../img/ic_arrow.svg");
  background-size: 21px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_fileupload .gform_button_select_files {
  font-size: 16px;
  border: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 10px 24px;
  background: #231F20;
  color: #EEE2CD;
  border-radius: 12px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_fileupload .gform_button_select_files {
    font-size: 12px;
    min-height: 38px;
  }
}
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_fileupload .gform_fileupload_rules {
  font-size: 14px;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi {
  border-bottom: 1px solid #8e9498 !important;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container select {
  border: unset !important;
}
.gform_wrapper .gform_body ul li.gfield.gfield_html {
  font-size: 12px;
  line-height: 1.2em;
  color: #231F20 !important;
  padding: 13px 30px !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body ul li.gfield.gfield_html {
    max-width: 235px;
  }
}
.gform_wrapper .gform_body ul li.gfield#field_submit {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.gform_wrapper .gform_body ul li.gfield .gfield_required {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox input[type=checkbox] {
  position: relative;
  margin: 0 6px 0 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #E9E0CA;
  padding: 12px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid black;
  width: 18px;
  height: 18px;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox input[type=checkbox]:checked {
  background: white;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox label {
  margin-bottom: 0;
  color: #726C63;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
  display: block;
  position: relative;
  color: #726C63;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 70px 0 0 !important;
  margin: 0 40px 0 0;
  height: 45px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  left: 0;
  max-width: 100% !important;
  width: auto !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 50px 0 0 !important;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 40px 0 0 !important;
    margin: 0 20px 0 0;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid #f7f8fc;
  border-radius: 100%;
  height: 37px;
  width: 37px;
  top: 4px;
  right: 20px;
  z-index: 5;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
    right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
    top: 9px;
    height: 30px;
    width: 30px;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before:hover:before {
  background: #7C996D;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label:before {
  border: 8px solid #7C996D;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gform_body ul li.gfield.message {
    margin-top: -50px !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.hidden_label {
  padding-top: 12px !important;
}
.gform_wrapper .gform_body ul li.gfield.hf_checkbox .ginput_container .gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gform_body ul li.gfield.hf_checkbox .ginput_container .gfield_checkbox .gchoice {
  width: 50%;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container {
  border: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_label {
  color: #231F20;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 !important;
  font-weight: 400;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container legend.gfield_label {
  padding-top: 30px !important;
  font-weight: 400;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {
  width: 30%;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons {
  width: 100%;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item, .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item {
  font-size: 16px;
  border: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 10px 24px;
  background: #231F20;
  color: #EEE2CD;
  border-radius: 12px;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item:hover, .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item:hover {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item, .gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item {
    font-size: 12px;
    min-height: 38px;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_repeater_wrapper .gfield_repeater_container .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item {
  margin-left: 15px;
}
.gform_wrapper .gform_body ul li.gfield .gform_fileupload_rules {
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  margin-top: 30px;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}
@media only screen and (max-width: 650px) {
  .gform_wrapper .gform_footer {
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gfield input.button,
.gform_wrapper .gfield input[type=submit] {
  font-size: 16px !important;
  border: 0 !important;
  display: block !important;
  height: 100% !important;
  width: 100px !important;
  margin: 0 !important;
  min-height: 48px !important;
  background: #231F20;
  color: #EEE2CD;
  border-radius: 12px;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gfield input.button:hover,
.gform_wrapper .gfield input[type=submit]:hover {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gfield input.button,
.gform_wrapper .gfield input[type=submit] {
    font-size: 12px !important;
    min-height: 38px !important;
  }
}

body img.gform_ajax_spinner {
  position: absolute;
  bottom: 18px;
  left: calc(50% + 62px);
  width: 36px !important;
  height: 36px !important;
  max-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Spinner */
/*
.gform_ajax_spinner {
	margin-left: 20px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-left: 4px solid rgba(110, 73, 217, 0.7);
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
*/
#ui-id-1 {
  z-index: 999999;
}

form#gform_5 .space_above,
form#gform_6 .space_above,
form#gform_7 .space_above {
  padding-top: 60px !important;
}
form#gform_5 .gform_footer input,
form#gform_6 .gform_footer input,
form#gform_7 .gform_footer input {
  margin: 50px auto 0 !important;
}

.promotion-sign-up .dc-text-block.section > .inner,
.event-sign-up .dc-text-block.section > .inner,
.business-directory-sign-up .dc-text-block.section > .inner {
  max-width: 800px;
}
.promotion-sign-up .dc-text-block.section > .inner .item > h2 + p,
.event-sign-up .dc-text-block.section > .inner .item > h2 + p,
.business-directory-sign-up .dc-text-block.section > .inner .item > h2 + p {
  line-height: 2em;
  text-align: left !important;
}

/*------------------------------------*\

    GRAVITY FORM POPUP CONFIRMATION

\*------------------------------------*/
#dc-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.dc-gform-popup {
  display: block;
  margin: auto;
  max-height: 400px;
  max-width: 720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
}
.dc-gform-popup .button-wrapper {
  margin-top: 40px;
}
.dc-gform-popup .notification-inner {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 60px;
}
.dc-gform-popup .notification-inner .button-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-gform-popup:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10000;
  background: rgba(40, 40, 40, 0.2);
}

/* FANCYBOX */
/*------------------------------------*\

	DC FANCYBOX

\*------------------------------------*/
.compensate-for-scrollbar {
  margin-right: auto !important;
}

.fancybox-container {
  z-index: 100000;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(36, 62, 83, 0.96);
}

.fancybox__container {
  z-index: 100000;
}
.fancybox__container .fancybox__slide {
  padding: 0;
}

/* PAGES */
/*------------------------------------*\

PAGE - NEWS

\*------------------------------------*/
article.news .dc-titlebox.blog_title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 849px) {
  article.news .dc-titlebox.blog_title {
    height: auto;
  }
}
article.news .dc-titlebox.blog_title .text {
  max-width: 720px;
  padding: 50px 30px 40px;
}
article.news .dc-titlebox.blog_title h1 {
  font-size: 44px;
}
@media only screen and (max-width: 1099px) {
  article.news .dc-titlebox.blog_title h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 949px) {
  article.news .dc-titlebox.blog_title h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  article.news .dc-titlebox.blog_title h1 {
    font-size: 28px;
  }
}
article.news .dc-titlebox.blog_title .back-btn {
  display: block;
  margin-top: 15px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
article.news .dc-titlebox.blog_title .back-btn:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 12px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  content: "\f104";
}
article.news .dc-titlebox.blog_title .back-btn:hover {
  color: #7C996D;
}
article.news .dc-titlebox.blog_title .episode,
article.news .dc-titlebox.blog_title .meta-date {
  color: white;
}
article.news > .content,
article.news > .post-content {
  max-width: 830px !important;
  margin: 0 auto 130px;
  padding: 20px 30px;
}
article.news > .content img,
article.news > .post-content img {
  margin: 30px -100px;
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
}
@media only screen and (max-width: 999px) {
  article.news > .content img,
article.news > .post-content img {
    margin: 30px -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 899px) {
  article.news > .content img,
article.news > .post-content img {
    margin: 30px 0;
    width: 100%;
    max-width: 100%;
  }
}
article.news section.post-content .inner-wrapper > div {
  width: 100% !important;
}

/*------------------------------------*\

PAGE - SINGLE

\*------------------------------------*/
.single-post article .content,
.single-event article .content {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .single-post article .content,
.single-event article .content {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post article .content,
.single-event article .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post article .content,
.single-event article .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.single-post article .content .sidebar,
.single-event article .content .sidebar {
  width: 100%;
  max-width: 374px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .single-post article .content .sidebar,
.single-event article .content .sidebar {
    width: 35%;
    min-width: 340px;
    margin-top: 90px;
    padding-right: 80px;
  }
}
.single-post article .content .sidebar > .sidebar-widget,
.single-event article .content .sidebar > .sidebar-widget {
  margin-bottom: 30px;
}
.single-post article .content .sidebar > .sidebar-widget:not(:first-child),
.single-event article .content .sidebar > .sidebar-widget:not(:first-child) {
  border-top: 2px solid #231F20;
  padding-top: 25px;
}
.single-post article .content .sidebar .widget-title,
.single-event article .content .sidebar .widget-title {
  margin-bottom: 15px;
}
.single-post article .content .sidebar .widget-title.follow-us,
.single-event article .content .sidebar .widget-title.follow-us {
  margin-top: 20px;
}
.single-post article .content .sidebar li,
.single-post article .content .sidebar p,
.single-event article .content .sidebar li,
.single-event article .content .sidebar p {
  font-size: 14px;
}
.single-post article .content .sidebar ul:not(:last-child),
.single-event article .content .sidebar ul:not(:last-child) {
  margin-bottom: 0;
}
.single-post article .content .sidebar ul li,
.single-event article .content .sidebar ul li {
  list-style: none;
  line-height: 1.6em;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding-bottom: 6px;
}
.single-post article .content .sidebar ul li:last-child,
.single-event article .content .sidebar ul li:last-child {
  padding-bottom: 0;
}
.single-post article .content .sidebar a,
.single-event article .content .sidebar a {
  color: #231F20;
}
.single-post article .content .sidebar a:hover,
.single-event article .content .sidebar a:hover {
  color: #e4704a;
}
.single-post article .content .sidebar .social-share-inner ul,
.single-event article .content .sidebar .social-share-inner ul {
  display: -ms-flexbox;
  display: flex;
}
.single-post article .content .sidebar .social-share-inner ul li a,
.single-event article .content .sidebar .social-share-inner ul li a {
  background: #231F20;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  color: #E9E0CA;
  font-size: 19px;
}
.single-post article .content .sidebar .social-share-inner ul li a:hover,
.single-event article .content .sidebar .social-share-inner ul li a:hover {
  background: #FFB36D;
}
.single-post article .content .sidebar .business-details i,
.single-event article .content .sidebar .business-details i {
  font-size: 19px;
  display: inline-block;
  margin-right: 10px;
}
.single-post article .content .sidebar .business-details span,
.single-event article .content .sidebar .business-details span {
  font-size: 0;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 10px;
  background: black;
  border-radius: 50%;
}
.single-post article .content .sidebar .opening-hours ul li,
.single-event article .content .sidebar .opening-hours ul li {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.single-post article .content .sidebar .business-feature ul li,
.single-event article .content .sidebar .business-feature ul li {
  padding-bottom: 8px;
}
.single-post article .content .sidebar .business-feature ul li a,
.single-event article .content .sidebar .business-feature ul li a {
  display: -ms-flexbox;
  display: flex;
}
.single-post article .content .sidebar .business-feature ul li a span,
.single-event article .content .sidebar .business-feature ul li a span {
  display: inline-block;
  margin-top: -1px;
  margin-right: 10px;
}
.single-post article .content .sidebar .business-types ul li,
.single-event article .content .sidebar .business-types ul li {
  padding-bottom: 9px;
}
.single-post article .content .sidebar .business-types ul li .tax-label,
.single-event article .content .sidebar .business-types ul li .tax-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1em;
  text-transform: uppercase;
  border: 1px solid #231F20;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 12px 2px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .single-post article .content .sidebar .business-types ul li .tax-label,
.single-event article .content .sidebar .business-types ul li .tax-label {
    font-size: 13px;
  }
}
.single-post article .content > .content-wrapper,
.single-event article .content > .content-wrapper {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  .single-post article .content > .content-wrapper,
.single-event article .content > .content-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .single-post article .content > .content-wrapper > .inner:first-child,
.single-event article .content > .content-wrapper > .inner:first-child {
    padding-top: 90px;
  }
}
.single-post article .content > .content-wrapper > .inner h2,
.single-event article .content > .content-wrapper > .inner h2 {
  margin-bottom: 14px;
}
.single-post article .content > .content-wrapper > .inner h2:not(:first-child),
.single-event article .content > .content-wrapper > .inner h2:not(:first-child) {
  margin-top: 45px;
}
.single-post article .content > .content-wrapper > .inner h3,
.single-event article .content > .content-wrapper > .inner h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-post article .content > .content-wrapper > .inner p > img,
.single-event article .content > .content-wrapper > .inner p > img {
  width: 100%;
}
.single-post article .content > .content-wrapper > .inner .pullquote,
.single-event article .content > .content-wrapper > .inner .pullquote {
  float: right;
  border-bottom: 6px solid black;
  border-top: 6px solid black;
  width: 40%;
  padding: 30px 0 0;
  margin: 4px 0 30px 5%;
}
.single-post article .content > .content-wrapper > .inner .gallery,
.single-event article .content > .content-wrapper > .inner .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-post article .content > .content-wrapper > .inner .gallery .gallery-item,
.single-event article .content > .content-wrapper > .inner .gallery .gallery-item {
  width: 25%;
  padding-right: 10px;
}
.single-post article .content > .content-wrapper > .inner .gallery .gallery-item img,
.single-event article .content > .content-wrapper > .inner .gallery .gallery-item img {
  width: 100%;
  border: none !important;
  display: block;
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related {
  border-top: 2px solid #000;
  padding: 50px 0;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related {
    margin-top: 90px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner {
  padding-left: 0;
  padding-right: 0;
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .section_intro,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .section_intro {
  margin-bottom: 0;
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  float: none;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 559px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card {
    margin-right: 15px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .inner-wrapper,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  border-radius: 50px;
  overflow: hidden;
  background-color: #231F20;
  padding-bottom: 0 !important;
  height: 100%;
}
@media only screen and (max-width: 559px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .inner-wrapper,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .inner-wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    border-radius: 20px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .image-wrapper,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 175px;
  min-height: 175px;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .image-wrapper img,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper {
  position: relative;
  padding: 37px 43px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 25px 25px 0;
  background: #231F20;
  color: #EEE2CD;
}
@media only screen and (min-width: 1100px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper {
    padding: 37px 43px;
  }
}
@media only screen and (max-width: 559px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper {
    min-width: 250px;
    border-radius: 20px;
    width: 100%;
    padding: 37px 43px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper i,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper i {
  color: #FFB36D;
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper h4,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper h4 {
  color: #EEE2CD;
  margin-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper h4,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper h4 {
    font-size: 21px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper span.duration,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper span.duration {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4em;
}
@media only screen and (max-width: 559px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper span.duration,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper span.duration {
    font-size: 12px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper .text p,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper .text p {
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 559px) {
  .single-post article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper .text p,
.single-event article .content > .content-wrapper > .inner > .section.promotions.related .inner .promotion-items .item.dc-card .content-wrapper .text p {
    font-size: 12px;
  }
}
.single-post article .content > .content-wrapper > .inner > .section:last-child,
.single-event article .content > .content-wrapper > .inner > .section:last-child {
  padding-bottom: 0 !important;
}
.single-post article .content > .content-wrapper > .image-wrapper:first-child,
.single-event article .content > .content-wrapper > .image-wrapper:first-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post article .content > .content-wrapper > .image-wrapper:first-child,
.single-event article .content > .content-wrapper > .image-wrapper:first-child {
    margin-top: -90px;
    margin-bottom: 50px;
  }
}
.single-post article .content > .content-wrapper > .image-wrapper:first-child img,
.single-event article .content > .content-wrapper > .image-wrapper:first-child img {
  width: 100%;
}
.single-post article .content + .dc-grid-layout,
.single-event article .content + .dc-grid-layout {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  .single-post article .content + .dc-grid-layout,
.single-event article .content + .dc-grid-layout {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1000px) {
  .single-post article .content + .dc-grid-layout,
.single-event article .content + .dc-grid-layout {
    padding-top: 200px;
  }
}
.single-post article .content + .dc-grid-layout.line-above > .inner:before,
.single-event article .content + .dc-grid-layout.line-above > .inner:before {
  margin-bottom: 40px;
}
.single-post article .content + .dc-grid-layout.line-above > .inner .section_intro,
.single-event article .content + .dc-grid-layout.line-above > .inner .section_intro {
  margin-bottom: 25px;
}

.dc-social-share {
  margin-bottom: 30px;
}
.dc-social-share ul {
  list-style: none;
}
.dc-social-share ul li {
  display: inline;
}
.dc-social-share ul li:first-child {
  margin-left: 0;
}

.single-event .content {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .single-event .content {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .single-event .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.single-event .content .sidebar {
  width: 100%;
  max-width: 374px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .single-event .content .sidebar {
    width: 35%;
    min-width: 340px;
    margin-top: 90px;
    padding-right: 80px;
  }
}
.single-event .content .sidebar > .sidebar-widget {
  margin-bottom: 30px;
}
.single-event .content .sidebar > .sidebar-widget:not(:first-child) {
  border-top: 2px solid #231F20;
  padding-top: 25px;
}
.single-event .content .sidebar > .sidebar-widget i {
  font-size: 19px;
  display: inline-block;
  margin-right: 10px;
}
.single-event .content .sidebar > .sidebar-widget .price {
  font-size: 24px;
}
.single-event .content .sidebar .widget-title {
  margin-bottom: 15px;
}
.single-event .content .sidebar .widget-title.follow-us {
  margin-top: 20px;
}
.single-event .content .sidebar li,
.single-event .content .sidebar p {
  font-size: 14px;
}
.single-event .content .sidebar ul:not(:last-child) {
  margin-bottom: 0;
}
.single-event .content .sidebar ul li {
  list-style: none;
  line-height: 1.6em;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-bottom: 10px !important;
}
.single-event .content .sidebar ul li:last-child {
  padding-bottom: 0;
}
.single-event .content .sidebar a:not(.dc-btn) {
  color: #231F20;
}
.single-event .content .sidebar a:not(.dc-btn):hover {
  color: #e4704a;
}
.single-event .content .sidebar a.dc-btn {
  color: #FFFFFF !important;
}

.acf-map {
  width: 100%;
  height: 200px;
  border: #ccc solid 1px;
}

.event-title-full .event-meta {
  list-style: none;
}
.event-title-full .event-meta li {
  display: inline;
  color: #E9DFC9;
}
.event-title-full .event-meta li i {
  margin-right: 8px;
}
.event-title-full .event-meta li:first-child {
  margin-left: 0;
}

.dc-titlebox:not(.multiple-sliders).title_style_1.event-title-full .inner .section_content .text {
  max-width: 780px;
}

/*------------------------------------*\
   404
\*------------------------------------*/
#post-404 a {
  margin-top: 50px !important;
}
#post-404 a:hover {
  text-decoration: none;
}

body.error404 .panel.main .row {
  margin: 300px auto 150px;
}
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 100px auto !important;
  text-align: center;
  font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  color: #7C996D;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #7C996D;
  font-size: 180px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 100;
  line-height: 170px;
}
body.error404 .panel.main .row #post-404 .error_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body.error404 .panel.main .row #post-404 .error_search form.search {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
  color: #231F20 !important;
  font-size: 14px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 12px !important;
  background: none;
  background-color: transparent !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: #7C996D !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
  color: #7C996D;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #7C996D;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #7C996D;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #7C996D;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 12px !important;
  line-height: 1em;
  text-transform: none;
  text-align: left;
  color: #EEE2CD;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  margin: 12px 0 0 0;
  padding: 12px 18px;
  opacity: 1;
  background: #231F20;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    margin: 12px 0 0 0;
    padding: 18px 30px;
    font-size: 16px !important;
    border-radius: 12px;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #6d97cf;
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #7C996D !important;
  color: #FFFFFF !important;
}

/*------------------------------------*\

    SEARCH RESULTS

\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 80px !important;
  margin-bottom: 50px !important;
}
body.search-results .search-content form.search,
body.search-no-results .search-content form.search {
  max-width: 800px;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
}
body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input {
  color: #231F20 !important;
  font-size: 14px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 12px !important;
  background: none;
  background-color: transparent !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
  border-color: #7C996D !important;
}
body.search-results .search-content form.search input::-webkit-input-placeholder,
body.search-no-results .search-content form.search input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:-ms-input-placeholder,
body.search-no-results .search-content form.search input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300 !important;
  color: #231F20;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:focus::-webkit-input-placeholder,
body.search-no-results .search-content form.search input:focus::-webkit-input-placeholder {
  color: #7C996D;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #7C996D;
}
body.search-results .search-content form.search input:focus:-ms-input-placeholder,
body.search-no-results .search-content form.search input:focus:-ms-input-placeholder {
  color: #7C996D;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #7C996D;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 12px !important;
  line-height: 1em;
  text-transform: none;
  text-align: left;
  color: #EEE2CD;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  margin: 12px 0 0 0;
  padding: 12px 18px;
  opacity: 1;
  background: #231F20;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    margin: 12px 0 0 0;
    padding: 18px 30px;
    font-size: 16px !important;
    border-radius: 12px;
  }
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #6d97cf;
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #7C996D !important;
  color: #FFFFFF !important;
}
body.search-results .search-content > article,
body.search-no-results .search-content > article {
  max-width: 1000px;
  margin: 0 !important;
  padding-left: 30px;
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
  margin: 30px 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
    margin: 30px 0;
  }
}
body.search-results .search-content .result_post .title,
body.search-no-results .search-content .result_post .title {
  margin-bottom: 6px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
  color: #7C996D;
  font-size: 23px;
  line-height: 1.15em;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
    font-size: 18px;
  }
}
body.search-results .search-content .result_post .title a:hover,
body.search-no-results .search-content .result_post .title a:hover {
  color: #7C996D;
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
  margin-bottom: 18px;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  color: #FFFFFF;
  background: #7C996D;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #7C996D;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

.last-post .filter-items li[data-activeli="0"] {
	display: none !important;
}

.section.dc-images-grid {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.dc-images-grid > .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.section.dc-images-grid.fullwidth > .inner {
  max-width: 1920px;
}

@media only screen and (min-width: 768px) {
  .section.dc-images-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.dc-images-grid > .inner {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 950px) {
  .section.dc-images-grid {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

@media only screen and (min-width: 1200px) {
  .section.dc-images-grid > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dc-images-grid .section_content {
  margin: 0;
}

.dc-images-grid .grid-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  overflow: hidden;
}

.dc-images-grid .item {
  margin: 0;
  min-width: 0;
}

.dc-images-grid .item:last-child {
  border-right: 0;
}

.dc-images-grid .image-wrapper {
  width: 100%;
  height: 100%;
}

.dc-images-grid .image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 460/291;
  object-fit: cover;
}

@media only screen and (max-width: 766px) {
  .dc-images-grid {
    padding: 44px 0;
  }
  .dc-images-grid .inner {
    padding: 0 16px;
  }
  .dc-images-grid .grid-items {
    grid-template-columns: 1fr;
  }
  .dc-images-grid .item {
    border-right: 0;
    border-bottom: 1px solid #c7bfaf;
  }
  .dc-images-grid .item:last-child {
    border-bottom: 0;
  }
  .dc-images-grid .image-wrapper img {
    height: 220px;
  }
}

.section.dc-logo-grid {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.dc-logo-grid > .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.section.dc-logo-grid.fullwidth > .inner {
  max-width: 1920px;
}

@media only screen and (min-width: 768px) {
  .section.dc-logo-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.dc-logo-grid > .inner {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 950px) {
  .section.dc-logo-grid {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

@media only screen and (min-width: 1200px) {
  .section.dc-logo-grid > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dc-logo-grid .section_content > div,
.logo-grid-section .section_content > div {
  background: #ffffff;
  border-radius: 28px;
  padding: 50px 36px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 50px;
}

@media (max-width: 768px) {
  .dc-logo-grid .section_content > div,
  .logo-grid-section .section_content > div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .dc-logo-grid .section_content > div,
  .logo-grid-section .section_content > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 550px) {
  .dc-logo-grid .section_content > div,
  .logo-grid-section .section_content > div {
    grid-template-columns: 1fr !important;
  }
}

.dc-logo-grid .item,
.logo-grid-section .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.dc-logo-grid .image-wrapper,
.logo-grid-section .image-wrapper {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dc-logo-grid .image-wrapper span.image-caption,
.logo-grid-section .image-wrapper span.image-caption {
  display: block;
  font-size: 14px;
  margin-top: 24px;
}

.dc-logo-grid .image-wrapper img,
.logo-grid-section .image-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .dc-logo-grid .image-wrapper img,
  .logo-grid-section .image-wrapper img {
    max-height: 110px;
  }
}

@media (max-width: 768px) {
  .dc-logo-grid .image-wrapper img,
  .logo-grid-section .image-wrapper img {
    max-height: 55px;
  }
}

@media (max-width: 600px) {
  .dc-logo-grid .image-wrapper img,
  .logo-grid-section .image-wrapper img {
    max-height: 85px;
  }
}

@media only screen and (max-width: 766px) {
  .dc-logo-grid,
  .logo-grid-section {
    padding-bottom: 40px;
  }
  .dc-logo-grid .section_content,
  .logo-grid-section .section_content {
    padding: 0 16px;
  }
  .dc-logo-grid .section_content > div,
  .logo-grid-section .section_content > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 22px;
    padding: 22px 18px;
    border-radius: 22px;
  }
  .dc-logo-grid .image-wrapper,
  .logo-grid-section .image-wrapper {
    min-height: 42px;
  }
  .dc-logo-grid .image-wrapper img,
  .logo-grid-section .image-wrapper img {
    max-height: 34px;
  }
}

.section.dc-logo-carousel {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.dc-logo-carousel > .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 1;
}

.section.dc-logo-carousel.fullwidth > .inner {
  max-width: 1920px;
}

@media only screen and (min-width: 768px) {
  .section.dc-logo-carousel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.dc-logo-carousel > .inner {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto !important;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 950px) {
  .section.dc-logo-carousel {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

@media only screen and (min-width: 1200px) {
  .section.dc-logo-carousel > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dc-logo-carousel {
  padding: 70px 0;
}

.dc-logo-carousel .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.dc-logo-carousel .section_content {
  margin-top: 34px;
}

.dc-logo-carousel .slick-slider {
  position: relative;
}

.dc-logo-carousel .slick-list {
  overflow: hidden;
  margin: 0 -14px;
}

.dc-logo-carousel .slick-track {
  display: flex;
  align-items: center;
}

.dc-logo-carousel .item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  min-height: 90px;
}

.dc-logo-carousel .image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dc-logo-carousel .image-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .dc-logo-carousel .image-wrapper img {
    max-height: 110px;
  }
}

@media (max-width: 600px) {
  .dc-logo-carousel .image-wrapper img {
    max-height: 85px;
  }
}

.dc-logo-carousel .image-wrapper span.image-caption {
  display: block;
  font-size: 14px;
  margin-top: 24px;
}

.dc-logo-carousel .slick-arrow {
  display: none;
}

.dc-logo-carousel .slick-arrow:after {
  display: none;
}

.dc-logo-carousel .slick-prev {
  left: -8px;
}

.dc-logo-carousel .slick-next {
  right: -8px;
}

/* 2nd white rounded box variant */
.dc-logo-carousel.carousel_bg_white .inner {
  /*padding: 0 40px;*/
}

.dc-logo-carousel.carousel_bg_white .section_content {
  background: #ffffff;
  border-radius: 28px;
  padding: 40px 34px;
}

/* Transparent variant */
.bg_transparent.dc-logo-carousel .inner .slick-list {
  overflow: visible;
}

@media only screen and (max-width: 766px) {
  .dc-logo-carousel {
    padding: 40px 0;
  }
  .dc-logo-carousel .inner {
    padding: 0 16px;
  }
  .dc-logo-carousel .section_content {
    margin-top: 24px;
  }
  .dc-logo-carousel .slick-list {
    margin: 0 -8px;
  }
  .dc-logo-carousel .item {
    padding: 0 8px;
    min-height: 64px;
  }
  .dc-logo-carousel .image-wrapper img {
    max-height: 36px;
  }
  .dc-logo-carousel .slick-prev {
    left: -2px;
  }
  .dc-logo-carousel .slick-next {
    right: -2px;
  }
  .dc-logo-carousel.carousel_bg_white .section_content {
    padding: 18px 18px;
    border-radius: 20px;
  }
}