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

    SCSS COMPILE LIST

\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

form.search input.search-input, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select, ul li, body {
  font-family: "Barlow", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow:after, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, .gform_wrapper .gform_footer input.button.arrow:after,
.gform_wrapper .gform_footer input[type=submit].arrow:after, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .section.dc-testimonials .item .author, .section.dc-testimonials .item .text, .section-filters .dropdown-label, .post-item.dc-card .bottom-wrapper .meta-details .start-date,
.post-item.dc-card .bottom-wrapper .meta-details .price, .post-item.dc-card .content-wrapper h3, .dc-titlebox .inner .content-wrapper > span, a.dc-btn.arrow:after, .section-filters .filters .filter-items li a.arrow:after, a.dc-btn, .section-filters .filters .filter-items li a, h5, .h5, h4, .h4, .main_menu .menu ul li a {
  font-family: "Barlow", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 500;
}

/* 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,
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow:after,
.gform_wrapper .gform_footer input.button.arrow:after,
.gform_wrapper .gform_footer input[type=submit].arrow:after,
.section-filters .filter-search:after,
.dc-breadcrumb span:not(:last-child):after,
button.slick-arrow:after,
.main_menu .menu > ul > li.menu-item-has-children:before,
a.white-link:after,
a.dc-link:after,
a.dc-btn.arrow:after,
.section-filters .filters .filter-items li a.arrow:after,
a:not(.dc-btn).arrow-right:after,
.fa-solid,
.far,
.main_menu .menu .open-sub-menu:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.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-magnifying-glass::before {
  content: "\f002";
}

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

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-caret-right::before {
  content: "\f0da";
}

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

.fa-envelope::before {
  content: "\f0e0";
}

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

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

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

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

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

.fa-angle-up::before {
  content: "\f106";
}

.fa-rss-square::before {
  content: "\f143";
}

.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, .menu-toggle-wrapper .mobile-menu-toggle:before,
.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, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow:after, .gform_wrapper .gform_footer input.button.arrow:after,
.gform_wrapper .gform_footer input[type=submit].arrow:after, .section-filters .filter-search:after, .dc-breadcrumb span:not(:last-child):after, button.slick-arrow:after, .main_menu .menu > ul > li.menu-item-has-children:before, a.white-link:after, a.dc-link:after, a.dc-btn.arrow:after, .section-filters .filters .filter-items li a.arrow:after, a:not(.dc-btn).arrow-right:after,
.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-linkedin:before {
  content: "\f08c";
}

/*!
 * 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: white;
  width: 100%;
  max-width: 100%;
  min-height: calc(100vh - 440px);
}

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

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

BASE - SITE WIDE

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

html {
  overflow: auto;
  background: #FFFFFF;
}

body {
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
  background: #FFFFFF;
  overflow-x: hidden !important;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.single-course {
  overflow: unset !important;
}

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

BASE - FONTS

\*------------------------------------*/
p {
  margin-bottom: 8px;
  width: 100%;
  line-height: 1.5em;
}
p strong,
p strong a {
  font-weight: bolder;
}

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

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.17em;
  margin: 0 0 clamp(16px, 1vw, 18px);
  width: 100%;
}

h1, .h1 {
  font-weight: 500;
  font-size: clamp(2rem, 0.9574rem + 2.9787vw, 3.75rem);
  letter-spacing: -0.07;
  line-height: 1.08;
}

h2, .h2, .section.dc-news-featured .inner .section_content .items .item .content-wrapper h3 {
  font-weight: 500;
  font-size: clamp(1.9375rem, 1.5279rem + 1.1702vw, 2.625rem);
  line-height: 1.12;
}

h3, .h3, .single-post article .content .sidebar .sidebar-widget .widget-title,
.single-course article .content .sidebar .sidebar-widget .widget-title {
  font-weight: 400;
  font-size: clamp(1.375rem, 1.2261rem + 0.4255vw, 1.625rem);
  line-height: 1.12;
}

h4, .h4 {
  font-size: clamp(1.125rem, 0.9761rem + 0.4255vw, 1.375rem);
  line-height: 1.36;
}

h5, .h5 {
  font-size: clamp(1.125rem, 0.9761rem + 0.4255vw, 1.375rem);
  line-height: 1.36;
}

h6, .h6 {
  font-size: clamp(1.125rem, 0.9761rem + 0.4255vw, 1.375rem);
  line-height: 1.36;
}

.section.dc-search-section .search-title, .footer .footer-top-inner .footer-widget {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .section.dc-search-section .search-title, .footer .footer-top-inner .footer-widget {
    font-size: 16px;
  }
}

.post-item.dc-card .content-wrapper h3, .post-item.dc-card .image-wrapper h3, .dc-titlebox .inner .content-wrapper > span {
  font-size: 18px;
  line-height: 1.36em;
}
@media only screen and (min-width: 768px) {
  .post-item.dc-card .content-wrapper h3, .post-item.dc-card .image-wrapper h3, .dc-titlebox .inner .content-wrapper > span {
    font-size: 22px;
  }
}

.section.dc-testimonials .item .text, .section.dc-cards-section .section_content .grid-items.col4 .item h3, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item h3, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item h3, .footer .footer-top-inner .footer-widget .widgettitle {
  font-size: 22px;
  line-height: 1.36em;
}
@media only screen and (min-width: 768px) {
  .section.dc-testimonials .item .text, .section.dc-cards-section .section_content .grid-items.col4 .item h3, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item h3, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item h3, .footer .footer-top-inner .footer-widget .widgettitle {
    font-size: 26px;
  }
}

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

BASE - LINKS

\*------------------------------------*/
a {
  transition: all 250ms ease-in-out;
  outline: none !important;
}

a:not(.dc-btn) {
  text-decoration: none;
  color: #27B298;
}
p > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover p > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active p > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active p > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li p > a.active:not(.dc-btn), li > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover li > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active li > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active li > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li > a.active:not(.dc-btn), h1 > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover h1 > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active h1 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active h1 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li h1 > a.active:not(.dc-btn), h2 > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover h2 > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active h2 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active h2 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li h2 > a.active:not(.dc-btn), h3 > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover h3 > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active h3 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active h3 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li h3 > a.active:not(.dc-btn), h4 > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover h4 > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active h4 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active h4 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li h4 > a.active:not(.dc-btn), h5 > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover h5 > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active h5 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active h5 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li h5 > a.active:not(.dc-btn), h6 > a:not(.dc-btn):hover, .section.dc-hotboxes > .inner .section_content .items .item:hover h6 > a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active h6 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active h6 > a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li h6 > a.active:not(.dc-btn) {
  text-decoration: underline;
}
a:not(.dc-btn).arrow-right: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: "\f061";
  margin-left: 10px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
}
a:not(.dc-btn).arrow-right:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link:not(.dc-btn).arrow-right, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link:not(.dc-btn).arrow-right, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link:not(.dc-btn).arrow-right, .section-filters .filters .filter-items li a.active:not(.dc-btn).arrow-right {
  color: #27B298;
}
a:not(.dc-btn).arrow-right:hover:after, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link:not(.dc-btn).arrow-right:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link:not(.dc-btn).arrow-right:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link:not(.dc-btn).arrow-right:after, .section-filters .filters .filter-items li a.active:not(.dc-btn).arrow-right:after {
  -ms-transform: translateX(3px);
      transform: translateX(3px);
}
.dc-text-block a:not(.dc-btn) {
  text-decoration: underline;
  color: #000000;
}
.dc-text-block a:not(.dc-btn):hover, .dc-text-block .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .item:hover .dc-text-block a.dc-link:not(.dc-btn), .dc-text-block .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-text-block a.dc-link:not(.dc-btn), .dc-text-block .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .dc-text-block a.dc-link:not(.dc-btn), .dc-text-block .section-filters .filters .filter-items li a.active:not(.dc-btn), .section-filters .filters .filter-items li .dc-text-block a.active:not(.dc-btn) {
  color: #27B298;
}

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

BASE - BUTTONS

\*------------------------------------*/
a.dc-btn, .section-filters .filters .filter-items li a {
  line-height: 20px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 8px 18px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  a.dc-btn, .section-filters .filters .filter-items li a {
    padding: 9px 18px;
  }
}
a.dc-btn.arrow:after, .section-filters .filters .filter-items li a.arrow: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: "\f061";
  vertical-align: 0;
  position: relative;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
a.dc-btn:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-btn.dc-link, .section-filters .filters .filter-items li a:hover, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li a.active {
  border: 2px solid #27B298;
  background: #27B298;
  text-decoration: none !important;
}
a.dc-btn:hover:after, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-btn.dc-link:after, .section-filters .filters .filter-items li a:hover:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li a.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link:after, .section-filters .filters .filter-items li a.active:after {
  -ms-transform: translateX(3px);
      transform: translateX(3px);
}
a.dc-btn.white, .section-filters .filters .filter-items li a.white {
  border: 2px solid white;
  background: transparent;
  color: white;
}
a.dc-btn.white:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-btn.white.dc-link, .section-filters .filters .filter-items li a.white:hover, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover a.white.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li a.white.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.white.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.white.dc-link, .section-filters .filters .filter-items li a.white.active {
  border: 2px solid white;
  background: white;
  color: #000000;
}
a.dc-btn.green, .section-filters .filters .filter-items li a.green, .dc-titlebox.title_style_3 .inner .content-wrapper a.dc-btn, .dc-titlebox.title_style_3 .inner .content-wrapper .section-filters .filters .filter-items li a, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .inner .content-wrapper a, .dc-titlebox.title_style_2 .inner .content-wrapper a.dc-btn, .dc-titlebox.title_style_2 .inner .content-wrapper .section-filters .filters .filter-items li a, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .inner .content-wrapper a {
  border: 1px solid #27B298;
  background: #27B298;
  color: #000000;
}
a.dc-btn.green:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-btn.green.dc-link, .section-filters .filters .filter-items li a.green:hover, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover a.green.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li a.green.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.green.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.green.dc-link, .section-filters .filters .filter-items li a.green.active, .dc-titlebox.title_style_3 .inner .content-wrapper a.dc-btn:hover, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .content-wrapper .section_content .items .item:hover a.dc-btn.dc-link, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper a.dc-btn.dc-link, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .content-wrapper a.dc-btn.dc-link, .dc-titlebox.title_style_3 .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .content-wrapper .section_content .items a.item.active a.dc-btn.dc-link, .dc-titlebox.title_style_3 .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .content-wrapper a.dc-btn.dc-link, .dc-titlebox.title_style_3 .inner .content-wrapper .section-filters .filters .filter-items li a:hover, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .content-wrapper .section-filters .filters .filter-items li .section_content .items .item:hover a.dc-link, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper .section-filters .filters .filter-items li a.dc-link, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .content-wrapper .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .section_content .items .content-wrapper .section-filters .filters .filter-items li a.item.active a.dc-link, .dc-titlebox.title_style_3 .inner .content-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .dc-titlebox.title_style_3 .inner .content-wrapper .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .inner .content-wrapper a:hover, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .content-wrapper .section_content .items .item:hover a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .inner .content-wrapper a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-titlebox.title_style_3 .inner .content-wrapper a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .content-wrapper .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .section.dc-hotboxes > .inner .section_content .items a.item.active .content-wrapper a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_3 .inner .content-wrapper a.active, .dc-titlebox.title_style_2 .inner .content-wrapper a.dc-btn:hover, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .content-wrapper .section_content .items .item:hover a.dc-btn.dc-link, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper a.dc-btn.dc-link, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .content-wrapper a.dc-btn.dc-link, .dc-titlebox.title_style_2 .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .content-wrapper .section_content .items a.item.active a.dc-btn.dc-link, .dc-titlebox.title_style_2 .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .content-wrapper a.dc-btn.dc-link, .dc-titlebox.title_style_2 .inner .content-wrapper .section-filters .filters .filter-items li a:hover, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .content-wrapper .section-filters .filters .filter-items li .section_content .items .item:hover a.dc-link, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper .section-filters .filters .filter-items li a.dc-link, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .content-wrapper .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .section_content .items .content-wrapper .section-filters .filters .filter-items li a.item.active a.dc-link, .dc-titlebox.title_style_2 .inner .content-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .dc-titlebox.title_style_2 .inner .content-wrapper .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .inner .content-wrapper a:hover, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .content-wrapper .section_content .items .item:hover a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .inner .content-wrapper a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-titlebox.title_style_2 .inner .content-wrapper a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .content-wrapper .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .section.dc-hotboxes > .inner .section_content .items a.item.active .content-wrapper a.dc-link, .section-filters .filters .filter-items li .dc-titlebox.title_style_2 .inner .content-wrapper a.active {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
}

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

	BASE - LINKS - DC LINK

\*------------------------------------*/
a.dc-link {
  position: relative;
  color: #000000;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.dc-link: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: "\f061";
  vertical-align: 0;
  font-weight: 700;
  position: relative;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
a.dc-link:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li a.dc-link.active {
  color: #27B298;
  -webkit-text-decoration-color: #27B298;
          text-decoration-color: #27B298;
}
a.dc-link:hover:after, .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link:after, .section-filters .filters .filter-items li a.dc-link.active:after {
  padding-left: 3px;
}
a.white-link {
  position: relative;
  color: #000000;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.white-link: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: "\f061";
  vertical-align: 0;
  font-weight: 700;
  position: relative;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
a.white-link:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.white-link.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.white-link.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.white-link.dc-link, .section-filters .filters .filter-items li a.white-link.active {
  color: #27B298;
  -webkit-text-decoration-color: #27B298;
          text-decoration-color: #27B298;
}
a.white-link:hover:after, .section.dc-hotboxes > .inner .section_content .items .item:hover a.white-link.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.white-link.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.white-link.dc-link:after, .section-filters .filters .filter-items li a.white-link.active:after {
  padding-left: 3px;
}
a.white-link.white-link {
  color: white;
}
a.white-link.white-link:after {
  background: white;
}
a.white-link.white-link:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover a.white-link.white-link.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.white-link.white-link.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.white-link.white-link.dc-link, .section-filters .filters .filter-items li a.white-link.white-link.active {
  color: #000000;
}
a.white-link.white-link:hover:after, .section.dc-hotboxes > .inner .section_content .items .item:hover a.white-link.white-link.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.white-link.white-link.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.white-link.white-link.dc-link:after, .section-filters .filters .filter-items li a.white-link.white-link.active:after {
  background: #000000;
}

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

BASE - LISTS

- includes a higher class for coloured bullets

\*--------------------------------------------------------*/
ul {
  margin-top: 20px;
  margin-bottom: 15px;
}
ul li {
  line-height: 1.5em;
  color: #000000;
  margin-left: 25px;
  padding-bottom: 16px;
  position: relative;
}

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

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

    HEADER - BASE

\*------------------------------------*/
#header_main + .page_container {
  padding-top: 114px;
  margin: 0 auto;
}
@media only screen and (max-width: 949px) {
  #header_main + .page_container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 766px) {
  #header_main + .page_container {
    padding-top: 70px;
  }
}

#header_main {
  position: absolute;
  margin: 0 auto;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: all 450ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  #header_main {
    position: fixed;
  }
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 114px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  #header_main .header_nav_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #header_main .header_nav_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container {
    height: 100px;
  }
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 70px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (min-width: 767px) {
  .sticky-nav #header_main .header_nav_container {
    height: 70px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 766px) {
  .sticky-nav #header_main .header_nav_container {
    height: 60px;
  }
}
/*
@include mq('responsive_menu_break', max) {

	.sticky-nav #header_main {		

		.header_nav_container {
			background: $sticky_header_bg_color;
		}
	}
}
*/
/*------------------------------------*\

		HEADER - LOGO

\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  width: 205px;
  max-width: 20%;
  min-width: 130px;
  margin: 0 30px 0 0;
  padding: 0 0px 1px 1px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .header_logo {
    min-width: 110px;
    max-width: 15%;
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 130px;
    margin: 0 30px 0 0;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    min-width: 120px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 349px) {
  .header_logo {
    max-width: 20vw;
    min-width: 110px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 97px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
.header_logo a.desktop-logo {
  display: block;
}
.header_logo a.mobile-logo {
  display: none;
}
.header_logo a.mobile-logo img {
  max-height: 60px;
}
@media only screen and (max-width: 766px) {
  .header_logo a.mobile-logo img {
    max-height: 55px;
  }
}
@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;

		a {

			img {
				max-height: 54px !important;
			}

			&.mobile-logo {

				img {
					max-height: 40px;
				}
			}
		}
	}
}
*/
/* GLOBAL APP - MENU */
/*------------------------------------*\

MENU - SIMPLE - RIGHT ALIGNED

\*------------------------------------*/
.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;
}
.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: #000000;
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 14px;
  }
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0;
}
.main_menu .menu > ul > li:first-child {
  margin-left: 0;
}
.main_menu .menu > ul > li.menu-item-has-children:before {
  -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";
  vertical-align: 0;
  font-size: 14px;
  font-weight: 700 !important;
  color: #000000;
  position: absolute;
  right: -1px;
  top: 12px;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li.menu-item-has-children:before {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu > ul > li.menu-item-has-children:before {
    right: 3px;
  }
}
.main_menu .menu > ul > li.menu-item-has-children:hover:before, .main_menu .section.dc-hotboxes > .inner .section_content .items .item:hover .menu > ul > li.menu-item-has-children.dc-link:before, .section.dc-hotboxes > .inner .section_content .items .item:hover .main_menu .menu > ul > li.menu-item-has-children.dc-link:before, .main_menu .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .menu > ul > li.menu-item-has-children.dc-link:before, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .main_menu .menu > ul > li.menu-item-has-children.dc-link:before, .main_menu .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .menu > ul > li.menu-item-has-children.dc-link:before, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .main_menu .menu > ul > li.menu-item-has-children.dc-link:before {
  top: 13px;
}
.main_menu .menu > ul > li > a {
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu > ul > li > a {
    padding: 0 20px;
  }
}
.main_menu .menu > ul > li.current_page_parent > a, .main_menu .menu > ul > li.current-menu-item > a, .main_menu .menu > ul > li:hover > a, .main_menu .section.dc-hotboxes > .inner .section_content .items .item:hover .menu > ul > li.dc-link > a, .section.dc-hotboxes > .inner .section_content .items .item:hover .main_menu .menu > ul > li.dc-link > a, .main_menu .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .menu > ul > li.dc-link > a, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .main_menu .menu > ul > li.dc-link > a, .main_menu .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .menu > ul > li.dc-link > a, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .main_menu .menu > ul > li.dc-link > a {
  color: #27B298;
  text-decoration: none;
}
.main_menu .menu > ul > li.search {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li.search {
    display: none;
  }
}
.main_menu .menu > ul > li.search > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20px;
  line-height: 0.8em;
  font-size: 11px;
  font-weight: 400;
  border-left: 1px solid #B4BAC0;
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu > ul > li.search > a {
    line-height: 0.9em;
    font-size: 13px;
    padding-left: 40px;
  }
}
.main_menu .menu > ul > li.search > a i {
  font-size: 16px;
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

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

DEFAULT DROPDOWN

\*------------------------------------*/
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 -12px;
    width: calc(100% + 40px);
  }
}
@media only screen and (min-width: 767px) and (min-width: 1200px) {
  .main_menu .menu > ul {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu {
    position: absolute;
    background: white;
    top: 100%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    width: 320px;
    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 a {
    display: block;
    padding: 6px 20px 6px 20px;
    min-width: 100%;
    color: #000000;
    font-size: 16px;
    text-align: left;
    text-transform: none;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 949px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) 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,
.main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link,
.section.dc-hotboxes > .inner .section_content .items .item:hover .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a.dc-link,
.main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a.item.active a.dc-link,
.main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link,
.section-filters .filters .filter-items .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link,
.main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu .section-filters .filters .filter-items li a.active,
.section-filters .filters .filter-items .main_menu .menu > ul > li:not(.dc-mega-wrapper) ul.sub-menu li a.active {
    color: white;
    background: #000000;
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:not(.dc-mega-wrapper):hover ul.sub-menu, .main_menu .section.dc-hotboxes > .inner .section_content .items .item:hover .menu > ul > li.dc-link:not(.dc-mega-wrapper) ul.sub-menu, .section.dc-hotboxes > .inner .section_content .items .item:hover .main_menu .menu > ul > li.dc-link:not(.dc-mega-wrapper) ul.sub-menu, .main_menu .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .menu > ul > li.dc-link:not(.dc-mega-wrapper) ul.sub-menu, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .main_menu .menu > ul > li.dc-link:not(.dc-mega-wrapper) ul.sub-menu, .main_menu .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .menu > ul > li.dc-link:not(.dc-mega-wrapper) ul.sub-menu, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .main_menu .menu > ul > li.dc-link:not(.dc-mega-wrapper) ul.sub-menu {
    max-height: 700px;
    opacity: 1;
    overflow: visible;
    padding: 10px 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;
}

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

MENU - Toggle

\*------------------------------------*/
.menu-toggle-wrapper {
  display: none;
  position: fixed;
  padding: 0 !important;
  width: 70px;
  right: 0;
  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-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 18px;
  width: 70px;
  height: 70px;
  color: #000000;
  background: white;
}
.menu-toggle-wrapper .mobile-menu-toggle:before {
  -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: "\f0c9";
  font-size: 18px;
}
.menu-toggle-wrapper .mobile-menu-toggle:after {
  content: "Menu";
  font-size: 13px;
  margin-top: 2px;
}
.menu-toggle-wrapper .mobile-menu-toggle:hover, .menu-toggle-wrapper .section.dc-hotboxes > .inner .section_content .items .item:hover .mobile-menu-toggle.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .menu-toggle-wrapper .mobile-menu-toggle.dc-link, .menu-toggle-wrapper .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .mobile-menu-toggle.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .menu-toggle-wrapper .mobile-menu-toggle.dc-link, .menu-toggle-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .mobile-menu-toggle.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .menu-toggle-wrapper .mobile-menu-toggle.dc-link, .menu-toggle-wrapper .section-filters .filters .filter-items li a.mobile-menu-toggle.active, .section-filters .filters .filter-items li .menu-toggle-wrapper a.mobile-menu-toggle.active {
  color: #000000;
}
.menu-toggle-wrapper.active .mobile-menu-toggle:before {
  content: "\f00d";
}

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

MENU - Mobile

\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .main_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
  }
}
@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:before {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background: white;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu .menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    background: white;
    transition: all 350ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 70px;
    top: 0;
    opacity: 1;
  }
  .main_menu .menu .description {
    display: none !important;
  }
  .main_menu .menu > ul {
    padding: 0 25px !important;
    margin-top: 0 !important;
    background: white;
    border-top: 1px solid #E6E8EA;
  }
  .main_menu .menu > ul > li {
    padding-bottom: 0;
    position: relative;
  }
  .main_menu .menu > ul > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -25px;
    width: calc(100vw + 50px);
    height: 2px;
    background: #27B298;
  }
  .main_menu .menu > ul > li > a {
    padding: 15px 40px 15px 0;
    height: 40px;
    z-index: 100;
    background: none;
  }
  .main_menu .menu > ul > li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul > li.mobile-hide {
    display: none;
  }
  .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: 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 16px;
    text-align: left;
    line-height: 1.2em;
    text-transform: none;
    height: auto;
    margin: 0;
    padding: 16px 40px 16px 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: #000000 !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover, .main_menu .menu ul li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .main_menu .menu ul li a.dc-link, .main_menu .menu ul .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items .main_menu .menu ul li a.item.active a.dc-link, .main_menu .menu ul .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items .main_menu .menu ul li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .main_menu .menu ul .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items .main_menu .menu ul li a.active {
    color: #27B298 !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a, .main_menu .menu ul li.current_page_parent > a, .main_menu .menu ul li:hover > a, .main_menu .menu ul .section.dc-hotboxes > .inner .section_content .items .item:hover li.dc-link > a, .section.dc-hotboxes > .inner .section_content .items .item:hover .main_menu .menu ul li.dc-link > a, .main_menu .menu ul .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active li.dc-link > a, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .main_menu .menu ul li.dc-link > a, .main_menu .menu ul .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active li.dc-link > a, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .main_menu .menu ul li.dc-link > a {
    background: none;
    color: #27B298 !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 {
    color: #000000 !important;
    font-size: 16px;
    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;
    background: none !important;
  }
  .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: -7px 0 0;
    padding-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
  .main_menu .menu ul ul.sub-menu.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 120vw;
    height: 100%;
    background: white;
  }
}
@media only screen and (max-width: 766px) {
  #header_main:nth-child(2) .main_menu .menu.active {
    padding-top: 100px;
  }
}
/*------------------------------------*\

	MENU - OPEN SUB MENU

	\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 7px;
  right: -4px;
  width: 30px;
  height: 34px;
  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: white;
  cursor: pointer;
  z-index: 1000;
}
.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: "\f107";
  vertical-align: 0;
  font-size: 18px;
  color: #000000 !important;
}
.main_menu .menu .open-sub-menu.down:after {
  content: "\f106";
}
@media only screen and (min-width: 767px) {
  .main_menu .menu .open-sub-menu {
    display: none;
  }
}

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

    FOOTER - SITE WIDE

\*------------------------------------*/
.footer {
  background-color: #000000;
  position: relative;
  z-index: 10;
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 950px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding: 0 60px;
  }
}
.footer .footer-top-inner,
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  max-width: 1400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner,
.footer .footer-bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-top-inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 55px;
    padding-bottom: 5px;
  }
}
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget p a,
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget li a {
  line-height: 30px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget p a,
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget li a {
    font-size: 20px;
  }
}
.footer .footer-top-inner .footer-widget p a span {
  color: #27B298;
  margin-right: 14px;
}
.footer .footer-top-inner .footer-widget:nth-child(1) {
  padding-right: 60px;
}
.footer .footer-top-inner .footer-widget:nth-child(1) p,
.footer .footer-top-inner .footer-widget:nth-child(1) p a {
  line-height: 30px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) p,
.footer .footer-top-inner .footer-widget:nth-child(1) p a {
    font-size: 22px;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(1) p a span {
  color: #27B298;
  margin-right: 14px;
}
.footer .footer-top-inner .footer-widget:nth-child(1), .footer .footer-top-inner .footer-widget:nth-child(2), .footer .footer-top-inner .footer-widget:nth-child(3), .footer .footer-top-inner .footer-widget:nth-child(4) {
  margin-bottom: 30px;
}
.footer .footer-top-inner .footer-widget:nth-child(1) .textwidget p i {
  color: #27B298;
  margin-right: 10px;
  -ms-transform: translateY(3px);
      transform: translateY(3px);
}
.footer .footer-top-inner .footer-widget:nth-child(2) {
  padding-right: 80px;
}
.footer .footer-top-inner .footer-widget:nth-child(3), .footer .footer-top-inner .footer-widget:nth-child(4) {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .widget:first-child, .footer .footer-top-inner .footer-widget:nth-child(4) .widget:first-child {
  margin-right: 50px;
}
.footer .footer-top-inner .footer-widget:nth-child(3) li, .footer .footer-top-inner .footer-widget:nth-child(4) li {
  padding-right: 20px;
}
.footer .footer-top-inner .footer-widget:nth-child(3) li a, .footer .footer-top-inner .footer-widget:nth-child(4) li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.8em;
  display: block;
}
.footer .footer-top-inner .footer-widget:nth-child(3) {
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .widget_text {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .widgettitle {
  padding-right: 20px;
  width: auto;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .widgettitle + .textwidget {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .widgettitle + .textwidget p {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .widgettitle + .textwidget p a {
  margin-left: 14px;
  color: #27B298;
  font-size: 34px;
}
.footer .footer-top-inner .footer-widget:nth-child(3) li {
  padding-bottom: 4px;
}
.footer .footer-top-inner .footer-widget:nth-child(4) {
  margin-top: 50px;
}
.footer .footer-top-inner .footer-widget:nth-child(4) .widget {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top-inner .footer-widget:nth-child(4) li,
.footer .footer-top-inner .footer-widget:nth-child(4) p,
.footer .footer-top-inner .footer-widget:nth-child(4) a {
  font-size: 12px;
}
.footer .footer-top-inner .footer-widget:nth-child(4) li {
  padding-bottom: 3px;
}
@media only screen and (min-width: 800px) {
  .footer .footer-top-inner .footer-widget:nth-child(1), .footer .footer-top-inner .footer-widget:nth-child(2), .footer .footer-top-inner .footer-widget:nth-child(3), .footer .footer-top-inner .footer-widget:nth-child(4) {
    margin-bottom: 50px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(3), .footer .footer-top-inner .footer-widget:nth-child(4) {
    margin-bottom: 0;
  }
  .footer .footer-top-inner .footer-widget:nth-child(4) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(4) .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(4) .widget:nth-child(2) .menu li {
    padding-inline: 0 20px;
  }
}
@media only screen and (max-width: 799px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) {
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) {
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(3) {
    width: 100%;
    max-width: 360px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(3) {
    width: 100%;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: #27B298;
  margin-bottom: 23px;
}
.footer .footer-top-inner .footer-widget .widget.gform_widget {
  background-color: #27B298;
  padding: 15px 15px 10px;
}
@media only screen and (min-width: 800px) {
  .footer .footer-top-inner .footer-widget .widget.gform_widget {
    margin-top: -80px;
    padding: 30px 20px 10px;
  }
}
@media only screen and (min-width: 950px) {
  .footer .footer-top-inner .footer-widget .widget.gform_widget {
    padding: 45px 40px 40px;
  }
}
.footer .footer-top-inner .footer-widget .widget.gform_widget .gform_title {
  margin: 0 0 8px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .widget.gform_widget .gform_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 950px) {
  .footer .footer-top-inner .footer-widget .widget.gform_widget .gform_title {
    font-size: 20px;
  }
}
.footer .footer-top-inner .footer-widget .widget.gform_widget .gform_description {
  color: #000000;
  margin: 0 0 18px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .widget.gform_widget .gform_description {
    font-size: 15px;
  }
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn) {
  color: white;
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 799px) {
  .footer .footer-top-inner .footer-widget ul {
    max-width: 220px;
    widows: 100%;
  }
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .mobile-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .mobile-hide {
    display: none;
  }
}
.footer .footer-top-inner .footer-widget a:not(.dc-btn):hover, .footer .footer-top-inner .footer-widget .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .item:hover .footer .footer-top-inner .footer-widget a.dc-link:not(.dc-btn), .footer .footer-top-inner .footer-widget .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link:not(.dc-btn), .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .footer .footer-top-inner .footer-widget a.dc-link:not(.dc-btn), .footer .footer-top-inner .footer-widget .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link:not(.dc-btn), .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .footer .footer-top-inner .footer-widget a.dc-link:not(.dc-btn), .footer .footer-top-inner .footer-widget .section-filters .filters .filter-items li a.active:not(.dc-btn), .section-filters .filters .filter-items li .footer .footer-top-inner .footer-widget a.active:not(.dc-btn) {
  color: #27B298;
}
.footer .footer-top-inner .footer-widget .gform-body {
  margin-top: 0;
}
.footer .footer-top-inner .footer-widget .gform-body .gfield.gfield_html {
  color: white !important;
  font-size: 16px;
  margin-bottom: 20px !important;
}
.footer .footer-bottom-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-wrapper {
    padding: 0 25px;
  }
}
.footer .footer-bottom-inner {
  padding-top: 40px;
  padding-bottom: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    padding-bottom: 40px;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 30px;
    margin-top: 20px;
    margin-bottom: 16px;
    position: relative;
  }
}
.footer .footer-bottom-inner .right {
  color: white;
  font-size: 14px;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .right {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }
}
.footer .footer-bottom-inner .right span {
  margin-left: 16px;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .right span {
    margin-left: 8px;
  }
}
.footer .footer-bottom-inner a,
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span,
.footer .footer-bottom-inner li {
  color: white;
  font-size: 12px;
  line-height: 1.2em;
}
.footer .footer-bottom-inner a:hover, .footer .footer-bottom-inner .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .footer .footer-bottom-inner a.dc-link, .footer .footer-bottom-inner .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .footer .footer-bottom-inner a.dc-link, .footer .footer-bottom-inner .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .footer .footer-bottom-inner a.dc-link, .footer .footer-bottom-inner .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li .footer .footer-bottom-inner a.active {
  color: #27B298;
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}
.footer .footer-bottom-inner ul {
  margin: 0;
}
.footer .footer-bottom-inner ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner ul li {
    margin: 0 8px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner ul li {
    margin: 0 6px;
  }
}
.footer .footer-bottom-inner .dc_social_icons {
  position: absolute;
  top: 0;
  right: -50px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .dc_social_icons {
    right: unset;
    left: calc(50% - 40px);
    top: -20px;
    width: 80px;
  }
}
.footer .footer-bottom-inner .dc_social_icons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner .dc_social_icons ul {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .footer-bottom-inner .dc_social_icons ul li {
  margin: 0 8px;
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}
.footer .footer-bottom-inner .dc_social_icons ul li a:before {
  content: "";
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .footer-bottom-inner .dc_social_icons ul li a i {
  display: none;
}
.footer .footer-bottom-inner .dc_social_icons ul li a:hover, .footer .footer-bottom-inner .dc_social_icons ul li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .footer .footer-bottom-inner .dc_social_icons ul li a.dc-link, .footer .footer-bottom-inner .dc_social_icons ul .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items .footer .footer-bottom-inner .dc_social_icons ul li a.item.active a.dc-link, .footer .footer-bottom-inner .dc_social_icons ul .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items .footer .footer-bottom-inner .dc_social_icons ul li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .footer .footer-bottom-inner .dc_social_icons ul .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items .footer .footer-bottom-inner .dc_social_icons ul li a.active {
  opacity: 0.6;
}
.footer .footer-bottom-inner .dc_social_icons ul li:first-child a:before {
  background-image: url("../img/instagram.svg");
}
.footer .footer-bottom-inner .dc_social_icons ul li:last-child a:before {
  background-image: url("../img/facebook.svg");
}

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

    FOOTER - CTA

\*------------------------------------*/
.bottom-sidebar {
  position: relative;
  background: #5D6272;
}
@media only screen and (max-width: 767px) {
  .bottom-sidebar {
    margin-top: 0;
  }
}
.bottom-sidebar .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 160px;
  max-width: 1230px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar .inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (min-width: 1100px) {
  .bottom-sidebar .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.bottom-sidebar .inner .widget_text:nth-child(1) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .bottom-sidebar .inner .widget_text:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.bottom-sidebar .inner .textwidget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.bottom-sidebar .inner h3,
.bottom-sidebar .inner p,
.bottom-sidebar .inner li {
  color: #FFFFFF;
}
.bottom-sidebar .inner h3 {
  margin-bottom: 8px;
}
.bottom-sidebar .inner p {
  margin-bottom: 0;
}

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

    SLICK DOTS

\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 3px;
  margin-bottom: 20px;
}
.slick-dots li {
  display: inline;
  margin: 0 3px;
  padding-bottom: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 10px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #9FA0A5;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after,
.slick-dots li .section.dc-hotboxes > .inner .section_content .items .item:hover button.dc-link:after,
.section.dc-hotboxes > .inner .section_content .items .item:hover .slick-dots li button.dc-link:after,
.slick-dots .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active button.dc-link:after,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items .slick-dots li a.item.active button.dc-link:after,
.slick-dots .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active button.dc-link:after,
.section-filters .filters .filter-items .slick-dots li .section.dc-hotboxes > .inner .section_content .items a.item.active button.dc-link:after {
  background-color: #000000;
}

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

SLICK ARROWS

\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 27px);
  width: 54px;
  height: 54px;
  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: rgba(0, 23, 42, 0.2);
  border: 0;
}
@media only screen and (max-width: 1199px) {
  button.slick-arrow {
    width: 34px;
    height: 34px;
  }
}
button.slick-arrow:after {
  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;
  position: relative;
  font-size: 30px;
  font-weight: 300 !important;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
  color: white;
}
@media only screen and (max-width: 1199px) {
  button.slick-arrow:after {
    font-size: 20px;
  }
}
button.slick-arrow.slick-prev {
  left: calc(50% - 50vw + 10px);
}
button.slick-arrow.slick-prev:after {
  content: "\f060";
}
button.slick-arrow.slick-next {
  right: calc(50% - 50vw + 10px);
}
button.slick-arrow.slick-next:after {
  content: "\f061";
}
button.slick-arrow:hover, .section.dc-hotboxes > .inner .section_content .items .item:hover button.slick-arrow.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active button.slick-arrow.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active button.slick-arrow.dc-link {
  background: rgb(0, 23, 42);
}
.carousel-active {
  display: block !important;
}

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

    TITLE BOX 

\*------------------------------------*/
.dc-titlebox + .section.bg_grey:before,
.dc-titlebox + script + .section.bg_grey:before {
  content: "";
  background: #F1F3EE;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100vw;
  height: 100px;
}

.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  background-color: #27B298;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding: 70px 25px 50px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner {
    padding: 102px 30px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox .inner {
    padding: 122px 60px 87px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.dc-titlebox .inner .content-wrapper > span {
  color: #000000;
  display: block;
  margin-bottom: 14px;
}
.dc-titlebox .inner h1 {
  position: relative;
  margin-bottom: 10px;
  max-width: 1120px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner h1 {
    margin-bottom: 17px;
  }
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.home .dc-titlebox .inner h1, .home2 .dc-titlebox .inner h1 {
  font-size: clamp(2rem, 1.3298rem + 1.9149vw, 3.125rem);
}
.dc-titlebox .inner .text {
  position: relative;
  max-width: 500px;
}
.dc-titlebox .inner .text > *:last-child {
  margin-bottom: 0 !important;
}
.dc-titlebox .inner .text p {
  color: #000000;
}
.dc-titlebox .inner .button-wrapper a.dc-btn, .dc-titlebox .inner .button-wrapper .section-filters .filters .filter-items li a, .section-filters .filters .filter-items li .dc-titlebox .inner .button-wrapper a {
  margin: 12px 0 0;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner .button-wrapper a.dc-btn, .dc-titlebox .inner .button-wrapper .section-filters .filters .filter-items li a, .section-filters .filters .filter-items li .dc-titlebox .inner .button-wrapper a {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .bg-image-wrapper {
    width: 100%;
    height: 66vw;
    max-height: 340px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .bg-image-wrapper {
    -ms-flex: 1;
        flex: 1;
    height: 100%;
  }
}
.dc-titlebox .bg-image-wrapper .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.dc-titlebox.center .inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.dc-titlebox.title_short {
  border-radius: 0 0 100px 0;
}
.dc-titlebox.title_short .inner {
  min-height: 210px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_short .inner {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-titlebox.title_short .inner {
    min-height: 364px;
  }
}
.search .dc-titlebox.title_short .inner {
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 120px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .search .dc-titlebox.title_short .inner {
    min-height: 200px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.search .dc-titlebox.title_short .inner .dc-breadcrumb {
  display: none;
}
.search .dc-titlebox.title_short .inner h1 {
  text-align: center;
}
.dc-titlebox.title_tall .inner {
  min-height: 550px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_tall .inner {
    min-height: 800px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-titlebox.title_tall .inner {
    min-height: 1000px;
  }
}
.dc-titlebox.slider {
  display: block;
}
.dc-titlebox.title_style_1 .bg-image {
  display: none;
}
.dc-titlebox.title_style_2 .bg-image-wrapper:after, .dc-titlebox.title_style_3 .bg-image-wrapper:after {
  content: "Creative thinkers made here.";
  display: block;
  position: absolute;
  bottom: 55px;
  right: 80px;
  height: 65px;
  width: 109px;
  font-size: 22px;
  font-weight: 400;
  color: white;
  line-height: 1em;
}
@media only screen and (max-width: 1519px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper:after, .dc-titlebox.title_style_3 .bg-image-wrapper:after {
    left: unset;
    right: 60px;
    bottom: 50px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper:after, .dc-titlebox.title_style_3 .bg-image-wrapper:after {
    right: 30px;
    bottom: 30px;
    width: 105px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper:after, .dc-titlebox.title_style_3 .bg-image-wrapper:after {
    right: 15px;
    bottom: 20px;
    width: 89px;
    font-size: 18px;
  }
}
.dc-titlebox.title_style_2 {
  background: none;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_2 {
    min-width: 100%;
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-titlebox.title_style_2 .bg-image-wrapper {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper {
    height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper {
    position: relative;
    -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    margin-bottom: -50px;
  }
}
.dc-titlebox.title_style_2 .bg-image-wrapper .bg-image {
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper .bg-image {
    width: calc(100% + 55px);
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper .bg-image {
    width: calc(100% + 85px);
  }
}
@media only screen and (min-width: 1520px) {
  .dc-titlebox.title_style_2 .bg-image-wrapper .bg-image {
    width: calc(100% + (100vw - 1350px) / 2);
  }
}
.dc-titlebox.title_style_2 .inner {
  width: 100%;
  min-height: unset;
  min-width: 400px;
  z-index: 100;
  padding-block: 0;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: unset;
      align-items: unset;
}
.dc-titlebox.title_style_2 .inner .content-wrapper {
  position: relative;
  width: 100%;
  padding: clamp(40px, 6vw, 110px) 4% clamp(40px, 6vw, 110px) 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_2 .inner .content-wrapper {
    width: 540px;
    max-width: 55%;
  }
}
.dc-titlebox.title_style_2 .inner .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 100vw;
  height: 100%;
  background: #000000;
  border-radius: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_2 .inner .content-wrapper:before {
    min-width: 100%;
    width: calc(100% + 50px);
    right: -25px;
  }
}
.dc-titlebox.title_style_2 .inner .content-wrapper:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 100px;
  height: 111px;
  background: url("../img/ecu-corner-line.svg");
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_2 .inner .content-wrapper:after {
    display: none;
  }
}
.dc-titlebox.title_style_2 .inner .content-wrapper h1 {
  color: #27B298;
}
.dc-titlebox.title_style_2 .inner .content-wrapper p {
  color: #FFFFFF;
}
.dc-titlebox.title_style_2.event_title {
  background-repeat: no-repeat;
  background-position: right;
}
.dc-titlebox.title_style_3 {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_3 {
    min-width: 100%;
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-titlebox.title_style_3 .bg-image-wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_3 .bg-image-wrapper {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_3 .bg-image-wrapper {
    -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    margin-bottom: -50px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.dc-titlebox.title_style_3 .inner {
  padding-block: 0;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_3 .inner {
    padding-block: 55px;
  }
}
.dc-titlebox.title_style_3 .inner .content-wrapper {
  position: relative;
  background: #000000;
  border-radius: 0 0 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_3 .inner .content-wrapper {
    width: 100%;
    padding: clamp(40px, 6vw, 110px) 4% clamp(40px, 6vw, 110px) 0;
    z-index: 1;
  }
  .dc-titlebox.title_style_3 .inner .content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 100vw;
    height: 100%;
    background: #000000;
    border-radius: 0 0 50px;
    min-width: 100%;
    width: calc(100% + 50px);
    right: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_style_3 .inner .content-wrapper {
    width: 530px;
    max-width: 45vw;
    min-width: 420px;
    padding: clamp(40px, 4vw, 65px) clamp(20px, 2vw, 41px);
  }
}
.dc-titlebox.title_style_3 .inner .content-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 111px;
  background: url("../img/ecu-corner-line.svg");
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.title_style_3 .inner .content-wrapper:after {
    right: -25px;
  }
}
.dc-titlebox.title_style_3 .inner .content-wrapper h1 {
  color: #27B298;
}
.dc-titlebox.title_style_3 .inner .content-wrapper p {
  color: #FFFFFF;
}
.dc-breadcrumb {
  position: absolute;
  top: 25px;
  color: #000000;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .dc-breadcrumb {
    display: none;
  }
}
.dc-breadcrumb a {
  color: #000000;
  text-decoration: underline;
}
.dc-breadcrumb a i:before {
  font-weight: 300;
}
.dc-breadcrumb a:hover, .dc-breadcrumb .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .dc-breadcrumb a.dc-link, .dc-breadcrumb .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-breadcrumb a.dc-link, .dc-breadcrumb .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .dc-breadcrumb a.dc-link, .dc-breadcrumb .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li .dc-breadcrumb a.active {
  color: white;
}
.dc-breadcrumb #breadcrumbs > span > span {
  padding-right: 10px;
  color: #000000;
}
.dc-breadcrumb #breadcrumbs > span > span:after {
  font-weight: 300;
}
.dc-breadcrumb span:not(:last-child):after {
  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-left: 12px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  content: "\f105";
  transition: all 250ms ease-in-out;
}

/* BLOCKS GLOBAL STUFF */
/*------------------------------------*\

ARTICLE SECTION 

\*------------------------------------*/
.section.dc-section, .section.dc-testimonials, .section.dc-search-section, .section.dc-news-featured,
.section.dc-news-grid, .section.dc-events-grid,
.section.dc-events-featured,
.section.dc-courses-grid, .section.dc-cards-section, section.section.dc-image-video-text, .section.dc-image, section.section.dc-text-block, .section.dc-hotboxes, .section.dc-cta {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.dc-section > .inner, .section.dc-testimonials > .inner, .section.dc-search-section > .inner, .section.dc-news-featured > .inner,
.section.dc-news-grid > .inner, .section.dc-events-grid > .inner,
.section.dc-events-featured > .inner,
.section.dc-courses-grid > .inner, .section.dc-cards-section > .inner, section.section.dc-image-video-text > .inner, .section.dc-image > .inner, section.section.dc-text-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  z-index: 1;
  overflow: hidden;
}
.section.dc-section.fullwidth > .inner, .section.fullwidth.dc-testimonials > .inner, .section.fullwidth.dc-search-section > .inner, .section.fullwidth.dc-news-featured > .inner,
.section.fullwidth.dc-news-grid > .inner, .section.fullwidth.dc-events-grid > .inner,
.section.fullwidth.dc-events-featured > .inner,
.section.fullwidth.dc-courses-grid > .inner, .section.fullwidth.dc-cards-section > .inner, section.section.fullwidth.dc-image-video-text > .inner, .section.fullwidth.dc-image > .inner, section.section.fullwidth.dc-text-block > .inner, .section.fullwidth.dc-hotboxes > .inner, .section.fullwidth.dc-cta > .inner, .section.dc-section.full_width > .inner, .section.full_width.dc-testimonials > .inner, .section.full_width.dc-search-section > .inner, .section.full_width.dc-news-featured > .inner,
.section.full_width.dc-news-grid > .inner, .section.full_width.dc-events-grid > .inner,
.section.full_width.dc-events-featured > .inner,
.section.full_width.dc-courses-grid > .inner, .section.full_width.dc-cards-section > .inner, section.section.full_width.dc-image-video-text > .inner, .section.full_width.dc-image > .inner, section.section.full_width.dc-text-block > .inner, .section.full_width.dc-hotboxes > .inner, .section.full_width.dc-cta > .inner {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section.dc-section:last-child, .section.dc-testimonials:last-child, .section.dc-search-section:last-child, .section.dc-news-featured:last-child,
.section.dc-news-grid:last-child, .section.dc-events-grid:last-child,
.section.dc-events-featured:last-child,
.section.dc-courses-grid:last-child, .section.dc-cards-section:last-child, section.section.dc-image-video-text:last-child, .section.dc-image:last-child, section.section.dc-text-block:last-child, .section.dc-hotboxes:last-child, .section.dc-cta:last-child, .section.dc-section.last-child, .section.last-child.dc-testimonials, .section.last-child.dc-search-section, .section.last-child.dc-news-featured,
.section.last-child.dc-news-grid, .section.last-child.dc-events-grid,
.section.last-child.dc-events-featured,
.section.last-child.dc-courses-grid, .section.last-child.dc-cards-section, section.section.last-child.dc-image-video-text, .section.last-child.dc-image, section.section.last-child.dc-text-block, .section.last-child.dc-hotboxes, .section.last-child.dc-cta {
  padding-bottom: clamp(40px, 10vw, 150px) !important;
}

section.section.dc-text-block.double-space, .section.dc-vert-default, .section.dc-testimonials, .section.dc-search-section, .section.dc-news-featured,
.section.dc-news-grid, .section.dc-events-grid,
.section.dc-events-featured,
.section.dc-courses-grid, .section.dc-cards-section, section.section.dc-image-video-text, .section.dc-image, .section.dc-hotboxes, .section.dc-cta {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  section.section.dc-text-block.double-space, .section.dc-vert-default, .section.dc-testimonials, .section.dc-search-section, .section.dc-news-featured,
.section.dc-news-grid, .section.dc-events-grid,
.section.dc-events-featured,
.section.dc-courses-grid, .section.dc-cards-section, section.section.dc-image-video-text, .section.dc-image, .section.dc-hotboxes, .section.dc-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 950px) {
  section.section.dc-text-block.double-space, .section.dc-vert-default, .section.dc-testimonials, .section.dc-search-section, .section.dc-news-featured,
.section.dc-news-grid, .section.dc-events-grid,
.section.dc-events-featured,
.section.dc-courses-grid, .section.dc-cards-section, section.section.dc-image-video-text, .section.dc-image, .section.dc-hotboxes, .section.dc-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section.dc-vert-50, section.section.dc-text-block {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section.dc-vert-50, section.section.dc-text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-vert-50, section.section.dc-text-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body.search-results .search-content,
body.search-no-results .search-content, .single-post article .content,
.single-course article .content, .section.dc-section > .inner, .section.dc-testimonials > .inner, .section.dc-search-section > .inner, .section.dc-news-featured > .inner,
.section.dc-news-grid > .inner, .section.dc-events-grid > .inner,
.section.dc-events-featured > .inner,
.section.dc-courses-grid > .inner, .section.dc-cards-section > .inner, section.section.dc-image-video-text > .inner, .section.dc-image > .inner, section.section.dc-text-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content,
body.search-no-results .search-content, .single-post article .content,
.single-course article .content, .section.dc-section > .inner, .section.dc-testimonials > .inner, .section.dc-search-section > .inner, .section.dc-news-featured > .inner,
.section.dc-news-grid > .inner, .section.dc-events-grid > .inner,
.section.dc-events-featured > .inner,
.section.dc-courses-grid > .inner, .section.dc-cards-section > .inner, section.section.dc-image-video-text > .inner, .section.dc-image > .inner, section.section.dc-text-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  body.search-results .search-content,
body.search-no-results .search-content, .single-post article .content,
.single-course article .content, .section.dc-section > .inner, .section.dc-testimonials > .inner, .section.dc-search-section > .inner, .section.dc-news-featured > .inner,
.section.dc-news-grid > .inner, .section.dc-events-grid > .inner,
.section.dc-events-featured > .inner,
.section.dc-courses-grid > .inner, .section.dc-cards-section > .inner, section.section.dc-image-video-text > .inner, .section.dc-image > .inner, section.section.dc-text-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

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

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

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

.section.bg_white {
  background: #FFFFFF;
}
.section.bg_grey {
  background: #F1F3EE;
}

.section > .inner > .section_intro:last-child,
.section .item > .section_intro:last-child {
  margin-bottom: 0 !important;
}
.section > .inner > .section_intro > .title-wrapper,
.section > .inner > .section_intro > .description,
.section .item > .section_intro > .title-wrapper,
.section .item > .section_intro > .description {
  max-width: 680px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .section_intro > .title-wrapper,
.section > .inner > .section_intro > .description,
.section .item > .section_intro > .title-wrapper,
.section .item > .section_intro > .description {
    max-width: 600px;
  }
}
.section > .inner > .section_intro > .description p:last-child,
.section .item > .section_intro > .description p:last-child {
  margin: 0;
}
.section > .inner > .section_intro:not(center),
.section .item > .section_intro:not(center) {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .section_intro:not(center),
.section .item > .section_intro:not(center) {
    margin-bottom: 30px;
    padding-right: 140px;
  }
}
.section > .inner > .section_intro:not(center) .title,
.section .item > .section_intro:not(center) .title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .section_intro:not(center) .title,
.section .item > .section_intro:not(center) .title {
    margin-bottom: 6px;
  }
}
.section > .inner > .section_intro:not(center) > .button-wrapper,
.section .item > .section_intro:not(center) > .button-wrapper {
  position: relative;
  text-align: right;
  margin-top: 23px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .section_intro:not(center) > .button-wrapper,
.section .item > .section_intro:not(center) > .button-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.section > .inner > .section_intro.center,
.section .item > .section_intro.center {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .section_intro.center,
.section .item > .section_intro.center {
    padding-right: 0;
  }
}
.section > .inner > .section_intro.center > .button-wrapper,
.section .item > .section_intro.center > .button-wrapper {
  position: relative;
  right: unset;
  bottom: unset;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .section_intro.center > .button-wrapper,
.section .item > .section_intro.center > .button-wrapper {
    margin-top: 40px;
  }
}

.section > .inner > .section-sub-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: 40px;
  margin-bottom: 12px;
}
.section > .inner > .section-sub-title h3 {
  margin-bottom: 0;
}
.section > .inner > .section-sub-title .button-wrapper {
  white-space: nowrap;
}

.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@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;
  }
}

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

.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%;
}

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

ARTICLE SECTION COL 50 50 

\*------------------------------------*/
.section > .inner.dc_cols > .section_content .item, section.section.dc-image-video-text > .inner > .section_content .item, .section.dc-cta .section > .inner > .section_content .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, section.section.dc-image-video-text > .inner > .section_content .item, .section.dc-cta .section > .inner > .section_content .item {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
.section > .inner.dc_cols > .section_content .item > .left, section.section.dc-image-video-text > .inner > .section_content .item > .left, .section.dc-cta .section > .inner > .section_content .item > .left,
.section > .inner.dc_cols > .section_content .item > .right,
section.section.dc-image-video-text > .inner > .section_content .item > .right,
.section.dc-cta .section > .inner > .section_content .item > .right {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, section.section.dc-image-video-text > .inner > .section_content .item, .section.dc-cta .section > .inner > .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .section > .inner.dc_cols.image_left .left, section.section.dc-image-video-text > .inner.image_left .left, .section.dc-cta .section > .inner.image_left .left,
.section > .inner.dc_cols > .section_content .item.image_left .left,
section.section.dc-image-video-text > .inner > .section_content .item.image_left .left,
.section.dc-cta .section > .inner > .section_content .item.image_left .left {
    padding-right: 23px;
  }
  .section > .inner.dc_cols.image_left .right, section.section.dc-image-video-text > .inner.image_left .right, .section.dc-cta .section > .inner.image_left .right,
.section > .inner.dc_cols > .section_content .item.image_left .right,
section.section.dc-image-video-text > .inner > .section_content .item.image_left .right,
.section.dc-cta .section > .inner > .section_content .item.image_left .right {
    padding-left: 23px;
  }
  .section > .inner.dc_cols.image_right .section_content .item, section.section.dc-image-video-text > .inner.image_right .section_content .item, .section.dc-cta .section > .inner.image_right .section_content .item, .section.dc-cta.cta_style_1 .section > .inner .section_content .item,
.section > .inner.dc_cols > .section_content .item.image_right,
section.section.dc-image-video-text > .inner > .section_content .item.image_right,
.section > .inner.dc_cols > .section_content .section.dc-cta.cta_style_1 .item.inner,
section.section.dc-image-video-text > .inner > .section_content .section.dc-cta.cta_style_1 .item.inner,
.section.dc-cta .section > .inner > .section_content .item.image_right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section > .inner.dc_cols.image_right .section_content .item .left, section.section.dc-image-video-text > .inner.image_right .section_content .item .left, .section.dc-cta .section > .inner.image_right .section_content .item .left, .section.dc-cta.cta_style_1 .section > .inner .section_content .item .left,
.section > .inner.dc_cols > .section_content .item.image_right .left,
section.section.dc-image-video-text > .inner > .section_content .item.image_right .left,
.section > .inner.dc_cols > .section_content .section.dc-cta.cta_style_1 .item.inner .left,
section.section.dc-image-video-text > .inner > .section_content .section.dc-cta.cta_style_1 .item.inner .left,
.section.dc-cta .section > .inner > .section_content .item.image_right .left {
    padding-left: 23px;
  }
  .section > .inner.dc_cols.image_right .section_content .item .right, section.section.dc-image-video-text > .inner.image_right .section_content .item .right, .section.dc-cta .section > .inner.image_right .section_content .item .right, .section.dc-cta.cta_style_1 .section > .inner .section_content .item .right,
.section > .inner.dc_cols > .section_content .item.image_right .right,
section.section.dc-image-video-text > .inner > .section_content .item.image_right .right,
.section > .inner.dc_cols > .section_content .section.dc-cta.cta_style_1 .item.inner .right,
section.section.dc-image-video-text > .inner > .section_content .section.dc-cta.cta_style_1 .item.inner .right,
.section.dc-cta .section > .inner > .section_content .item.image_right .right {
    padding-right: 23px;
  }
}
.section > .inner.dc_cols.align-center > .section_content .item, section.section.dc-image-video-text > .inner.align-center > .section_content .item, .section.dc-cta .section > .inner.align-center > .section_content .item {
  -ms-flex-align: center !important;
      align-items: center !important;
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_50_50 > .section_content .item .left, section.section.default > .inner > .section_content .item .left,
.section > .inner.col_50_50 > .section_content .item .right,
section.section.default > .inner > .section_content .item .right {
    width: 49.998%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_33_66 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_33_66 > .section_content .item .right {
    width: 33%;
    min-width: 330px;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_66_33 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_66_33 > .section_content .item .right {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_40_60 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_40_60 > .section_content .item .right {
    width: 41%;
  }
}

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

POST GRID - ITEMS

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

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

POST GRID - ITEMS

\*------------------------------------*/
.post-item.dc-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  margin-bottom: 40px;
  background: white;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 650px) {
  .post-item.dc-card {
    margin-bottom: 30px;
  }
}
.post-item.dc-card.slick-slide {
  margin-bottom: 0;
  height: unset !important;
}
.post-item.dc-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #27B298;
  transition: all 150ms ease-in-out;
}
.post-item.dc-card .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  overflow: hidden;
  aspect-ratio: 1.74/1;
  border-radius: 0 0 30px 0;
}
.post-item.dc-card .image-wrapper img {
  position: absolute;
  display: block;
  object-fit: cover;
  min-width: 100%;
  transition: all 250ms ease-in-out;
}
.post-item.dc-card .image-wrapper .meta-tags {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-item.dc-card .image-wrapper .meta-tags span {
  border: 1px solid #27B298;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1em;
  text-transform: capitalize;
  display: inline-block;
  padding: 4px 6px;
  margin-left: 4px;
  margin-bottom: 5px;
}
.post-item.dc-card .image-wrapper h3 {
  color: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 50px 10px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .post-item.dc-card .image-wrapper h3 {
    padding: 50px 15px 15px 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .post-item.dc-card .image-wrapper h3 {
    padding: 50px 25px 20px 25px;
  }
}
.post-item.dc-card:hover .image-wrapper img, .section.dc-hotboxes > .inner .section_content .items .item:hover .post-item.dc-card.dc-link .image-wrapper img, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .post-item.dc-card.dc-link .image-wrapper img, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .post-item.dc-card.dc-link .image-wrapper img, .section-filters .filters .filter-items li a.post-item.dc-card.active .image-wrapper img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.post-item.dc-card .content-wrapper {
  padding: 25px 0 40px;
  transition: all 150ms ease-in-out;
  -ms-flex: 1;
      flex: 1;
}
.post-item.dc-card .content-wrapper h3 {
  margin-bottom: 6px;
}
.post-item.dc-card .content-wrapper p {
  margin: 0;
}
.post-item.dc-card .bottom-wrapper > a {
  font-size: 18px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .post-item.dc-card .bottom-wrapper > a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1100px) {
  .post-item.dc-card .bottom-wrapper > a {
    font-size: 28px;
  }
}
.post-item.dc-card .bottom-wrapper .meta-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.post-item.dc-card .bottom-wrapper .meta-details .start-date,
.post-item.dc-card .bottom-wrapper .meta-details .price {
  font-size: 15px;
}
.post-item.dc-card .bottom-wrapper .meta-details .location {
  font-size: 15px;
}
@media (hover: hover) {
  .post-item:hover:after, .section.dc-hotboxes > .inner .section_content .items .item:hover .post-item.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .post-item.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .post-item.dc-link:after, .section-filters .filters .filter-items li a.post-item.active:after {
    height: 4px;
    box-shadow: 0 2px 3px 0px rgba(30, 30, 30, 0.3);
  }
}

.dc-events-featured .dc-card .content-wrapper,
.dc-events-grid .dc-card .content-wrapper {
  padding: 20px 15px 40px;
}
@media only screen and (min-width: 768px) {
  .dc-events-featured .dc-card .content-wrapper,
.dc-events-grid .dc-card .content-wrapper {
    padding: 25px 20px 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-events-featured .dc-card .content-wrapper,
.dc-events-grid .dc-card .content-wrapper {
    padding: 25px 34px 50px;
  }
}

.dc-events-featured .dc-card .bottom-wrapper,
.dc-events-grid .dc-card .bottom-wrapper,
.dc-courses-grid .dc-card .bottom-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0 10px;
  margin: 0 15px;
  border-top: 1px solid #B4BAC0;
}
@media only screen and (min-width: 768px) {
  .dc-events-featured .dc-card .bottom-wrapper,
.dc-events-grid .dc-card .bottom-wrapper,
.dc-courses-grid .dc-card .bottom-wrapper {
    padding: 20px 0 20px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-events-featured .dc-card .bottom-wrapper,
.dc-events-grid .dc-card .bottom-wrapper,
.dc-courses-grid .dc-card .bottom-wrapper {
    margin: 0 34px;
  }
}

.dc-events-featured .dc-card .content-wrapper,
.dc-events-grid .dc-card .content-wrapper {
  padding-bottom: 17px;
}

.dc-events-featured .item.post-item.dc-card {
  background: #F1F3EE;
}
.dc-events-featured.bg_grey .item.post-item.dc-card {
  background: #FFFFFF;
}

.dc-courses-grid .dc-card {
  background: #F1F3EE;
}
.dc-courses-grid .dc-card .image-wrapper {
  height: 155px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  overflow: hidden;
}
.dc-courses-grid .dc-card .image-wrapper img {
  aspect-ratio: unset;
  transition: all 250ms ease-in-out;
  opacity: 0;
}
.dc-courses-grid .dc-card .content-wrapper {
  padding: 20px 10px 17px;
}
@media only screen and (min-width: 768px) {
  .dc-courses-grid .dc-card .content-wrapper {
    padding: 25px 15px 17px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-courses-grid .dc-card .content-wrapper {
    padding: 25px 25px 17px;
  }
}
.dc-courses-grid .dc-card .bottom-wrapper {
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .dc-courses-grid .dc-card .bottom-wrapper {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-courses-grid .dc-card .bottom-wrapper {
    margin: 0 25px;
  }
}
.dc-courses-grid .dc-card:hover .image-wrapper img, .dc-courses-grid .section.dc-hotboxes > .inner .section_content .items .item:hover .dc-card.dc-link .image-wrapper img, .section.dc-hotboxes > .inner .section_content .items .item:hover .dc-courses-grid .dc-card.dc-link .image-wrapper img, .dc-courses-grid .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-card.dc-link .image-wrapper img, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-courses-grid .dc-card.dc-link .image-wrapper img, .dc-courses-grid .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .dc-card.dc-link .image-wrapper img, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .dc-courses-grid .dc-card.dc-link .image-wrapper img, .dc-courses-grid .section-filters .filters .filter-items li a.dc-card.active .image-wrapper img, .section-filters .filters .filter-items li .dc-courses-grid a.dc-card.active .image-wrapper img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/4.jpg)"] h3,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/5.jpg)"] h3,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/6.jpg)"] h3,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/7.jpg)"] h3,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/8.jpg)"] h3 {
  color: black;
}
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/4.jpg)"] .meta-tags span,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/5.jpg)"] .meta-tags span,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/6.jpg)"] .meta-tags span,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/7.jpg)"] .meta-tags span,
.dc-courses-grid .dc-card .image-wrapper[style="background-image: url(https://clt.rarestaging.com.au/wp-content/uploads/2023/12/8.jpg)"] .meta-tags span {
  color: black;
  border-color: black;
}

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

POST GRID - FILTER

\*------------------------------------*/
.section-filters {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  padding: 30px 0 40px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .section-filters {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-filters:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 100px);
  background: #F1F3EE;
}
.section-filters .dropdown-label {
  color: #000000;
}
.section-filters .filters {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.section-filters .filters.dc-dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .section-filters .filters.dc-dropdown .dropdown-content {
    margin-bottom: 10px;
    width: 100%;
  }
}
.section-filters .filters .filter-items {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
}
@media only screen and (min-width: 768px) {
  .section-filters .filters .filter-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-filters .filters .filter-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    width: calc(100% + 50px);
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
  }
  .section-filters .filters .filter-items::-webkit-scrollbar {
    display: none;
  }
}
.section-filters .filters .filter-items li {
  list-style: none;
  margin: 10px 10px 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section-filters .filters .filter-items li {
    margin: 10px 4px 0 0;
  }
}
.section-filters .filters .filter-items li a {
  border-color: #27B298;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .section-filters .filters .filter-items li a {
    padding: 5px 10px;
  }
}
.section-filters .filter-search {
  position: relative;
  width: 315px;
  min-width: 20%;
}
@media only screen and (max-width: 767px) {
  .section-filters .filter-search {
    width: 100%;
  }
}
.section-filters .filter-search: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: "\f002";
  vertical-align: 0;
  font-size: 16px;
  font-weight: 500 !important;
  color: #000000;
  position: absolute;
  right: 14px;
  top: 44px;
  transition: all 150ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section-filters .filter-search:after {
    top: 46px;
  }
}
.section-filters .filter-search input {
  margin-top: 10px;
  padding: 8px 18px;
  height: 42px;
  width: 100%;
  background-color: white;
  border: 0 none;
  outline: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .section-filters .filter-search input {
    padding: 9px 20px;
    font-size: 16px;
  }
}
.section-filters .filter-search input:-webkit-autofill {
  -webkit-text-fill-color: #657685;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.section-filters .filter-search input::-webkit-input-placeholder, .section-filters .filter-search input::-webkit-input-placeholder, .section-filters .filter-search input::-moz-placeholder, .section-filters .filter-search input:-ms-input-placeholder, .section-filters .filter-search input:-moz-placeholder {
  color: #657685;
  font-size: 14px;
}
.section-filters .filter-search input::placeholder, .section-filters .filter-search input::-webkit-input-placeholder, .section-filters .filter-search input::-moz-placeholder, .section-filters .filter-search input:-ms-input-placeholder, .section-filters .filter-search input:-moz-placeholder {
  color: #657685;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .section-filters .filter-search input::-webkit-input-placeholder, .section-filters .filter-search input::-webkit-input-placeholder, .section-filters .filter-search input::-moz-placeholder, .section-filters .filter-search input:-ms-input-placeholder, .section-filters .filter-search input:-moz-placeholder {
    font-size: 16px;
  }
  .section-filters .filter-search input::placeholder, .section-filters .filter-search input::-webkit-input-placeholder, .section-filters .filter-search input::-moz-placeholder, .section-filters .filter-search input:-ms-input-placeholder, .section-filters .filter-search input:-moz-placeholder {
    font-size: 16px;
  }
}
.section-filters .filter-search .search-icon {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 14px;
}

.section-pagination {
  margin-top: 70px;
  text-align: 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;
}

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

    DC CTA

\*------------------------------------*/
.section.dc-cta.cta_style_1 .section_content {
  background-color: #F1F3EE;
}
.section.dc-cta.cta_style_1 .inner .item {
  -ms-flex-align: unset;
      align-items: unset;
}
.section.dc-cta.cta_style_1 .inner .left {
  padding: 40px 25px;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (min-width: 768px) {
  .section.dc-cta.cta_style_1 .inner .left {
    padding: 60px;
  }
}
.section.dc-cta.cta_style_1 .inner .right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.dc-cta.cta_style_1 .inner .right {
    width: 31%;
    padding: 0;
  }
}
.section.dc-cta.cta_style_1 .inner .right .image-wrapper {
  height: 100%;
}
.section.dc-cta.cta_style_1 .inner .right .image-wrapper img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.section.dc-cta.cta_style_2 {
  background-color: #27B298;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .section.dc-cta.cta_style_2 .section_content {
    padding: 0;
  }
}
.section.dc-cta.cta_style_2 .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.section.dc-cta.cta_style_2 .content-wrapper .text {
  margin: 0 auto;
  max-width: 1175px;
}
.section.dc-cta.cta_style_2 .content-wrapper .text .gform_wrapper form {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section.dc-cta.cta_style_2 .content-wrapper .text .gform_wrapper form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-cta.cta_style_2 .content-wrapper .text .gform_wrapper form .gform-body {
  -ms-flex: 1;
      flex: 1;
  margin-right: 18px;
}
.section.dc-cta.cta_style_2 .content-wrapper .text .gform_wrapper form .gform-body .gform_fields {
  grid-column-gap: 18px;
}
.section.dc-cta.cta_style_2 .content-wrapper .text .gform_wrapper form .gform_footer {
  width: 160px;
}
.section.dc-cta.cta_style_2 .content-wrapper .button-wrapper {
  margin-top: 20px;
}

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

    HOTBOX SECTION

\*------------------------------------*/
.section.dc-hotboxes > .inner .section_content .items {
  margin-bottom: -10px !important;
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes > .inner .section_content .items {
    margin-bottom: -30px !important;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-hotboxes > .inner .section_content .items {
    margin-bottom: -50px !important;
  }
}
.section.dc-hotboxes > .inner .section_content .items .item {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes > .inner .section_content .items .item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-hotboxes > .inner .section_content .items .item {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}
.section.dc-hotboxes > .inner .section_content .items .item .icon-wrapper img {
  max-height: 15vw;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes > .inner .section_content .items .item .icon-wrapper img {
    max-height: 8vw;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-hotboxes > .inner .section_content .items .item .icon-wrapper img {
    margin-bottom: 30px;
  }
}
.section.dc-hotboxes > .inner .section_content .items .item h3,
.section.dc-hotboxes > .inner .section_content .items .item .text {
  max-width: 400px;
  padding-right: 15px;
}
.section.dc-hotboxes > .inner .section_content .items .item .button-wrapper {
  position: absolute;
  bottom: 0;
}
/*------------------------------------*\

    TEXT BOX

\*------------------------------------*/
section.section.dc-text-block .item > .button-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  section.section.dc-text-block .item > .button-wrapper {
    margin-top: 25px;
  }
}
section.section.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
section.section.dc-text-block .items .item {
  width: 100%;
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  section.section.dc-text-block .items .item {
    padding-top: 30px;
  }
}
section.section.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  section.section.dc-text-block .items .item.width_12 {
    width: 100%;
    max-width: 975px;
    margin: 0 auto;
  }
  section.section.dc-text-block .items .item.width_6_6, section.section.dc-text-block .items .item.width_8_4, section.section.dc-text-block .items .item.width_4_8, section.section.dc-text-block .items .item.width_7_5, section.section.dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  section.section.dc-text-block .items .item.width_6_6:nth-child(odd), section.section.dc-text-block .items .item.width_8_4:nth-child(odd), section.section.dc-text-block .items .item.width_4_8:nth-child(odd), section.section.dc-text-block .items .item.width_7_5:nth-child(odd), section.section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  section.section.dc-text-block .items .item.width_6_6:nth-child(even), section.section.dc-text-block .items .item.width_8_4:nth-child(even), section.section.dc-text-block .items .item.width_4_8:nth-child(even), section.section.dc-text-block .items .item.width_7_5:nth-child(even), section.section.dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  section.section.dc-text-block .items .item.width_6_6:nth-child(1), section.section.dc-text-block .items .item.width_6_6:nth-child(2), section.section.dc-text-block .items .item.width_8_4:nth-child(1), section.section.dc-text-block .items .item.width_8_4:nth-child(2), section.section.dc-text-block .items .item.width_4_8:nth-child(1), section.section.dc-text-block .items .item.width_4_8:nth-child(2), section.section.dc-text-block .items .item.width_7_5:nth-child(1), section.section.dc-text-block .items .item.width_7_5:nth-child(2), section.section.dc-text-block .items .item.width_5_7:nth-child(1), section.section.dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  section.section.dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  section.section.dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  section.section.dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  section.section.dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  section.section.dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  section.section.dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  section.section.dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  section.section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  section.section.dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  section.section.dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  section.section.dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  section.section.dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  section.section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  section.section.dc-text-block .items .item.width_4_4_4:nth-child(1), section.section.dc-text-block .items .item.width_4_4_4:nth-child(2), section.section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}

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

    IMAGE

\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .dc-image .grid-items, .dc-image .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .dc-image .items {
    display: -ms-flexbox;
    display: flex;
  }
}
.dc-image .grid-items .item, .dc-image .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section_content .dc-image .items .item {
  margin-bottom: 54px;
}
.dc-image .grid-items .item img, .dc-image .section.dc-hotboxes > .inner .section_content .items .item img, .section.dc-hotboxes > .inner .section_content .dc-image .items .item img {
  display: block;
  width: 100%;
}
.dc-image .grid-items.col1 .item, .dc-image .section.dc-hotboxes > .inner .section_content .col1.items .item, .section.dc-hotboxes > .inner .section_content .dc-image .col1.items .item {
  width: 100%;
}

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

		IMAGE/VIDEO TEXT SECTION

\*------------------------------------*/
section.section.dc-image-video-text > .inner .section_content .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  section.section.dc-image-video-text > .inner .section_content .text {
    width: 100%;
    max-width: 600px;
  }
}
section.section.dc-image-video-text > .inner .section_content .image-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.section.dc-image-video-text > .inner .section_content .image-wrapper {
    margin-top: 30px !important;
  }
}
section.section.dc-image-video-text > .inner .section_content .image-wrapper > img {
  display: block;
  width: 100%;
}
section.section.dc-image-video-text > .inner .section_content .button-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 560px) {
  section.section.dc-image-video-text > .inner .section_content .button-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  section.section.dc-image-video-text > .inner .section_content .button-wrapper {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  section.section.dc-image-video-text > .inner .section_content .button-wrapper {
    margin-top: 30px;
  }
}
section.section.dc-image-video-text > .inner .section_content 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;
}
section.section.dc-image-video-text > .inner .section_content a.overlay span.play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #27B298;
  border-radius: 100%;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  section.section.dc-image-video-text > .inner .section_content a.overlay span.play-btn {
    width: 70px;
    height: 70px;
  }
}
section.section.dc-image-video-text > .inner .section_content a.overlay span.play-btn i {
  color: white;
  font-size: 40px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  section.section.dc-image-video-text > .inner .section_content a.overlay span.play-btn i {
    font-size: 50px;
  }
}
section.section.dc-image-video-text > .inner .section_content a.overlay:hover span.play-btn, section.section.dc-image-video-text > .inner .section_content .section-filters .filters .filter-items li a.overlay.active span.play-btn, .section-filters .filters .filter-items li section.section.dc-image-video-text > .inner .section_content a.overlay.active span.play-btn, section.section.dc-image-video-text > .inner .section.dc-hotboxes > .inner .section_content .items .item:hover a.overlay.dc-link span.play-btn, .section.dc-hotboxes > .inner section.section.dc-image-video-text > .inner .section_content .items .item:hover a.overlay.dc-link span.play-btn, section.section.dc-image-video-text > .inner .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.overlay.dc-link span.play-btn, .section.dc-hotboxes > .inner section.section.dc-image-video-text > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.overlay.dc-link span.play-btn, section.section.dc-image-video-text > .inner .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.overlay.dc-link span.play-btn, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner section.section.dc-image-video-text > .inner .section_content .items a.item.active a.overlay.dc-link span.play-btn {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
@media only screen and (min-width: 768px) {
  section.section.default .content-wrapper {
    padding-top: 6px;
  }
  section.section.default .image_left .content-wrapper {
    padding-left: 7%;
  }
  section.section.default .image_right .content-wrapper, section.section.default .section.dc-cta.cta_style_1 .inner .content-wrapper, .section.dc-cta.cta_style_1 section.section.default .inner .content-wrapper {
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1100px) {
  section.section.default .content-wrapper {
    padding-top: 15px;
  }
}

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

		CARDS

\*------------------------------------*/
.section.dc-cards-section .section_content p {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_content p {
    margin-bottom: 26px;
  }
}
.section.dc-cards-section .section_content p strong > a,
.section.dc-cards-section .section_content p a > strong {
  color: #000000;
}
.section.dc-cards-section .section_content .grid-items, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .items {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_content .grid-items, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .items {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-cards-section .section_content .grid-items, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .items {
    margin-bottom: 26px;
  }
}
.section.dc-cards-section .section_content .grid-items.col2, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col2.items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col2.items {
  width: calc(100% + 40px);
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_content .grid-items.col2, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col2.items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col2.items {
    width: calc(100% + 50px);
  }
}
.section.dc-cards-section .section_content .grid-items.col2 .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col2.items .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col2.items .item {
  width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_content .grid-items.col2 .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col2.items .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col2.items .item {
    width: calc(50% - 50px);
  }
}
.section.dc-cards-section .section_content .grid-items.col2 .item .content-wrapper, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col2.items .item .content-wrapper, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col2.items .item .content-wrapper {
  padding-top: 20px !important;
}
.section.dc-cards-section .section_content .grid-items.col4, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items {
  width: calc(100% + 30px) !important;
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_content .grid-items.col4, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items {
    width: calc(100% + 40px);
  }
}
.section.dc-cards-section .section_content .grid-items.col4 .slick-list, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .slick-list, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .slick-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section.dc-cards-section .section_content .grid-items.col4 .slick-dots, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .slick-dots, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .slick-dots {
    width: calc(100vw - 50px);
  }
}
.section.dc-cards-section .section_content .grid-items.col4 .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item {
  width: calc(100% - 30px) !important;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .section.dc-cards-section .section_content .grid-items.col4 .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item {
    width: calc(50% - 40px) !important;
  }
}
@media only screen and (min-width: 1000px) {
  .section.dc-cards-section .section_content .grid-items.col4 .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item {
    width: calc(25% - 40px) !important;
  }
}
.section.dc-cards-section .section_content .grid-items.col4 .item h3, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item h3, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item h3 {
  line-height: 1.15em;
}
.section.dc-cards-section .section_content .grid-items.col4 .item .image-wrapper, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item .image-wrapper, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item .image-wrapper {
  max-width: 360px;
  margin-bottom: 16px;
}
.section.dc-cards-section .section_content .grid-items.col4 .item .image-wrapper img, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item .image-wrapper img, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item .image-wrapper img {
  width: 100%;
}
.section.dc-cards-section .section_content .grid-items.col4 .item .content-wrapper, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item .content-wrapper, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item .content-wrapper {
  max-width: 300px;
}
@media only screen and (max-width: 999px) {
  .section.dc-cards-section .section_content .grid-items.col4 .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item {
    margin-bottom: -40px;
  }
  .section.dc-cards-section .section_content .grid-items.col4 .item .item, .section.dc-cards-section .section.dc-hotboxes > .inner .section_content .col4.items .item .item, .section.dc-hotboxes > .inner .section.dc-cards-section .section_content .col4.items .item .item {
    margin-bottom: 40px !important;
  }
}

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

    DC EVENTS GRID

\*------------------------------------*/
.dc-titlebox + .section.dc-events-grid, .dc-titlebox + script + .section.dc-events-grid,
.dc-titlebox + .section.dc-events-featured,
.dc-titlebox + script + .section.dc-events-featured {
  padding-top: 40px !important;
}

.section.dc-courses-grid {
  z-index: 1;
}
.section.dc-courses-grid.bg_grey {
  background-color: #F7F7F7;
}
.section.dc-courses-grid.bg_grey .dc-card,
.section.dc-courses-grid.bg_grey .dc-card .content-wrapper {
  background-color: #F1F3EE !important;
}
.section.dc-courses-grid > .inner {
  overflow: visible;
}
.section.dc-courses-grid .dc-card .title-wrap {
  border-radius: 0 0 30px 0;
  padding: 20px !important;
}
.section.dc-courses-grid .dc-card .title-wrap h3 {
  margin-bottom: 0;
}
.section.dc-courses-grid .dc-card.image .meta-wrap a {
  border-color: #FFF !important;
}
.dc-titlebox + .section.dc-courses-grid, .dc-titlebox + script + .section.dc-courses-grid {
  padding-top: 0 !important;
}
.section.dc-courses-grid .browse-by-category {
  margin-top: 30px;
  padding-top: 15px;
}
.section.dc-courses-grid .browse-by-category ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
}
.section.dc-courses-grid .browse-by-category ul li {
  display: inline;
  margin: 0 12px 0 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-courses-grid .browse-by-category ul li {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-courses-grid .browse-by-category ul li {
    margin: 0 20px 0 0;
  }
}
.section.dc-courses-grid .browse-by-category ul li:first-child {
  margin-left: 0;
}
.section.dc-courses-grid .browse-by-category ul li .dc-btn, .section.dc-courses-grid .browse-by-category ul .section-filters .filters .filter-items li a, .section-filters .filters .filter-items .section.dc-courses-grid .browse-by-category ul li a {
  border-color: #27B298;
  white-space: nowrap;
}

/*------------------------------------*\
    DC NEWS
\*------------------------------------*/
.section.dc-news-featured .inner .section_content > .items {
  margin-bottom: 40px;
  border-bottom: 1px solid #27B298;
}
@media only screen and (min-width: 768px) {
  .section.dc-news-featured .inner .section_content .items .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper {
  background-color: #000000;
  color: #fff;
  padding: 50px 40px 24px 40px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  margin-top: auto;
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper h3 {
  color: #fff;
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper .date {
  color: #939DA5;
  width: 125px;
  font-size: 15px;
  height: 30px;
  display: block;
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper .description {
  padding-left: 130px;
  font-size: 15px;
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(147, 157, 165, 0.51);
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper .button-wrapper .dc-link {
  color: #fff;
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper .meta-wrap {
  margin-bottom: 0;
}
.section.dc-news-featured .inner .section_content .items .item .content-wrapper .meta-wrap .category {
  color: #fff;
  display: inline-block;
  border: 1px solid #27B298;
  font-size: 13px;
  padding: 1px 6px;
  margin-right: 5px;
}
.section.dc-news-featured .inner .section_content .items .item .image-wrapper {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-news-featured .inner .section_content .items .item .image-wrapper img {
  object-fit: cover;
  width: 100%;
  display: block;
}

.section.dc-news-grid .inner {
  overflow: visible !important;
}
.section.dc-news-grid .inner .grid-items .item, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item {
  position: relative;
  margin-bottom: 40px;
}
.section.dc-news-grid .inner .grid-items .item:after, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item:after {
  background-color: #000000;
}
.section.dc-news-grid .inner .grid-items .item .title-wrap, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .title-wrap {
  background-color: #A8E0D6;
  padding: 15px;
  min-height: 160px;
}
.section.dc-news-grid .inner .grid-items .item .title-wrap h3, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .title-wrap h3 {
  margin-top: 25px;
  font-size: 24px;
}
.section.dc-news-grid .inner .grid-items .item .title-wrap .meta-wrap .category, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .title-wrap .meta-wrap .category {
  color: #00172A;
  display: inline-block;
  border: 1px solid #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 0 7px;
  margin-right: 5px;
}
.section.dc-news-grid .inner .grid-items .item .content-wrapper, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper {
  padding: 20px 70px 30px 20px;
  background-color: #fff;
  border-bottom: 1px solid #000000;
}
.section.dc-news-grid .inner .grid-items .item .content-wrapper .date, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper .date {
  color: #939DA5;
  font-size: 15px;
  height: 30px;
  display: block;
}
.section.dc-news-grid .inner .grid-items .item .content-wrapper .button-wrapper, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper .button-wrapper {
  position: absolute;
  right: 30px;
  bottom: 26px;
}
.section.dc-news-grid .inner .grid-items .item .content-wrapper .button-wrapper .dc-link:after, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper .button-wrapper .dc-link:after {
  font-size: 30px;
  font-weight: 300 !important;
}
.section.dc-news-grid .inner .grid-items .item.medium .title-wrap, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item.medium .title-wrap {
  background-color: #27B298;
}
.section.dc-news-grid .inner .grid-items .item.image .title-wrap, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item.image .title-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}
.section.dc-news-grid .inner .grid-items .item.image .title-wrap h3, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item.image .title-wrap h3 {
  color: #fff;
}
.section.dc-news-grid .inner .grid-items .item.image .title-wrap .meta-wrap .category, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item.image .title-wrap .meta-wrap .category {
  color: #fff;
}

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

    SEARCH SECTION

\*------------------------------------*/
.section.dc-search-section .inner .section_content .search-form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

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

		TESTIMONIALS

\*------------------------------------*/
.section.dc-testimonials > .inner {
  overflow: visible;
}
.section.dc-testimonials .slick-list {
  overflow: visible;
  margin: 0 0 0 -4px;
}
@media only screen and (min-width: 768px) {
  .section.dc-testimonials .slick-list {
    margin: 0 -70% 0 -23px;
  }
}
@media only screen and (min-width: 850px) {
  .section.dc-testimonials .slick-list {
    margin: 0 -40% 0 -23px;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-testimonials .slick-list {
    margin: 0 -18% 0 -23px;
  }
}
.section.dc-testimonials .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-testimonials .item {
  background-color: #F1F3EE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: unset;
  margin-right: 4px;
  margin-left: 4px;
  padding: 30px 25px 20px 30px;
}
@media only screen and (min-width: 768px) {
  .section.dc-testimonials .item {
    padding: 40px 35px 30px 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-testimonials .item {
    padding: 60px 55px 50px 56px;
    margin-right: 23px;
    margin-left: 23px;
  }
}
.section.dc-testimonials .item .text {
  line-height: 1.15em;
  -ms-flex: 1;
      flex: 1;
}
.section.dc-testimonials .item .text:before {
  content: "“";
  position: absolute;
  display: inline-block;
  -ms-transform: translateX(-13px);
      transform: translateX(-13px);
}
.section.dc-testimonials .item .text:after {
  content: "”";
  position: relative;
  display: inline-block;
}
.section.dc-testimonials .item .author {
  margin-top: 40px;
}
.section.dc-testimonials .item .author:before {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  margin-bottom: 12px;
  background: #27B298;
}
.section.dc-testimonials .item .job-title {
  display: block;
}
/* GRAVITY FORMS */
/*------------------------------------*\

GRAVITY FORM

\*------------------------------------*/
.gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 0px !important;
}
.gform_wrapper .gform_body .gform_fields div.gfield {
  position: relative;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #4D5D6A !important;
  border: unset !important;
  background: none;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body .gform_fields div.gfield {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select {
  color: #4D5D6A !important;
  font-size: 16px !important;
  line-height: 20px;
  background-color: white !important;
  margin: 0 !important;
  padding: 13px !important;
  width: 100%;
  max-width: 560px;
  border: none !important;
  -webkit-appearance: button;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #4D5D6A;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #4D5D6A;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #4D5D6A;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #4D5D6A;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select {
    padding: 10px 14px !important;
    font-size: 16px !important;
  }
  .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select::-moz-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select:-ms-input-placeholder {
    font-size: 16px;
  }
  .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container #theme-page select::-moz-placeholder {
    font-size: 16px;
  }
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section.dc-hotboxes > .inner .section_content .items .item:hover input.dc-link:-webkit-autofill,
.section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input.dc-link:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input.dc-link:-webkit-autofill,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input.dc-link:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input.dc-link:-webkit-autofill,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input.dc-link:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container input:-webkit-autofill:focus textarea:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section.dc-hotboxes > .inner .section_content .items .item:hover textarea.dc-link:-webkit-autofill textarea:-webkit-autofill:focus,
.section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.dc-link:-webkit-autofill textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active textarea.dc-link:-webkit-autofill textarea:-webkit-autofill:focus,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.dc-link:-webkit-autofill textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active textarea.dc-link:-webkit-autofill textarea:-webkit-autofill:focus,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container textarea.dc-link:-webkit-autofill textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section.dc-hotboxes > .inner .section_content .items .item:hover select.dc-link:-webkit-autofill,
.section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select.dc-link:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active select.dc-link:-webkit-autofill,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select.dc-link:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active select.dc-link:-webkit-autofill,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select.dc-link:-webkit-autofill,
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body .gform_fields div.gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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_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 div.gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below div.gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  line-height: 20px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 8px 18px;
  opacity: 1;
  width: 100%;
  padding: 13px 18px;
  margin: 0 0 14px !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    padding: 9px 18px;
  }
}
.gform_wrapper .gform_footer input.button.arrow:after,
.gform_wrapper .gform_footer input[type=submit].arrow: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: "\f061";
  vertical-align: 0;
  position: relative;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .item:hover input.button.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_footer input.button.dc-link, .gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input.button.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_footer input.button.dc-link, .gform_wrapper .gform_footer .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input.button.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_footer input.button.dc-link,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .item:hover input[type=submit].dc-link,
.section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_footer input[type=submit].dc-link,
.gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input[type=submit].dc-link,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_footer input[type=submit].dc-link,
.gform_wrapper .gform_footer .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input[type=submit].dc-link,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_footer input[type=submit].dc-link {
  border: 2px solid #27B298;
  background: #27B298;
  text-decoration: none !important;
}
.gform_wrapper .gform_footer input.button:hover:after, .gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .item:hover input.button.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_footer input.button.dc-link:after, .gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input.button.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_footer input.button.dc-link:after, .gform_wrapper .gform_footer .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input.button.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_footer input.button.dc-link:after,
.gform_wrapper .gform_footer input[type=submit]:hover:after,
.gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .item:hover input[type=submit].dc-link:after,
.section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_footer input[type=submit].dc-link:after,
.gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input[type=submit].dc-link:after,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_footer input[type=submit].dc-link:after,
.gform_wrapper .gform_footer .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input[type=submit].dc-link:after,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_footer input[type=submit].dc-link:after {
  -ms-transform: translateX(3px);
      transform: translateX(3px);
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .item:hover input.button.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_footer input.button.dc-link, .gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input.button.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_footer input.button.dc-link, .gform_wrapper .gform_footer .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input.button.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_footer input.button.dc-link,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .item:hover input[type=submit].dc-link,
.section.dc-hotboxes > .inner .section_content .items .item:hover .gform_wrapper .gform_footer input[type=submit].dc-link,
.gform_wrapper .gform_footer .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active input[type=submit].dc-link,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .gform_wrapper .gform_footer input[type=submit].dc-link,
.gform_wrapper .gform_footer .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active input[type=submit].dc-link,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .gform_wrapper .gform_footer input[type=submit].dc-link {
  background: #000000;
  border-color: #000000;
  color: white;
}

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

FORMS SIDEBAR

\*------------------------------------*/
.form-sidebar {
  position: fixed;
  top: 0;
  right: -700px;
  height: 100%;
  width: calc(100vw - 80px);
  max-width: 615px;
  -ms-flex-align: inherit;
      align-items: inherit;
  z-index: 100000;
  background: white;
  box-shadow: 0 0 12px 2px rgba(40, 40, 40, 0.2);
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .form-sidebar {
    width: 100vw;
  }
}
.form-sidebar.active {
  right: 0;
}
.form-sidebar .inner-wrapper {
  padding: 70px 60px;
  background: #F0F0F4;
  overflow: scroll;
  max-height: 100vh;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .form-sidebar .inner-wrapper {
    padding: 50px 25px;
  }
}
.form-sidebar .inner-wrapper > .form-sidebar-close {
  position: absolute;
  top: 20px;
  left: -65px;
}
@media only screen and (max-width: 767px) {
  .form-sidebar .inner-wrapper > .form-sidebar-close {
    left: auto;
    right: 20px;
  }
}
.form-sidebar .inner-wrapper > .form-sidebar-close i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 23px;
  background: white;
  border-radius: 100px;
  box-shadow: 0 0 8px 2px rgba(20, 20, 20, 0.2);
}
.form-sidebar .gform_heading h2 {
  font-size: 36px;
}
.form-sidebar .gform_confirmation_wrapper {
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

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

    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: fixed;
  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:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10000;
  background: rgba(40, 40, 40, 0.2);
}

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

PAGE - SINGLE

\*------------------------------------*/
.single-post article .dc-titlebox,
.single-course article .dc-titlebox {
  padding-bottom: 50px;
}
.single-post article .dc-titlebox .author-data,
.single-course article .dc-titlebox .author-data {
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-post article .dc-titlebox .author-data > span,
.single-course article .dc-titlebox .author-data > span {
  margin-inline: 10px;
}
.single-post article .dc-titlebox .author-data > .date,
.single-course article .dc-titlebox .author-data > .date {
  color: rgb(180, 186, 192);
}
.single-post article .content,
.single-course 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;
}
@media only screen and (max-width: 767px) {
  .single-post article .content,
.single-course article .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.single-post article .content .image-wrapper,
.single-course article .content .image-wrapper {
  width: 100%;
  -ms-transform: translateY(-50px);
      transform: translateY(-50px);
}
.single-post article .content .image-wrapper img,
.single-course article .content .image-wrapper img {
  width: 100%;
  display: block;
}
.single-post article .content > .inner,
.single-course article .content > .inner {
  max-width: 915px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 70px;
}
.single-post article .content > .inner h2:not(:first-child), .single-post article .content > .inner h3:not(:first-child), .single-post article .content > .inner h4:not(:first-child),
.single-course article .content > .inner h2:not(:first-child),
.single-course article .content > .inner h3:not(:first-child),
.single-course article .content > .inner h4:not(:first-child) {
  margin-top: 50px;
}
.single-post article .content > .inner p > img:first-child:last-child,
.single-course article .content > .inner p > img:first-child:last-child {
  width: calc(100% + 70px);
  max-width: unset;
  -ms-transform: translateX(-35px);
      transform: translateX(-35px);
  margin-block: 50px;
}
.single-post article .content > .inner ol,
.single-course article .content > .inner ol {
  padding-left: 20px;
}
.single-post article .content .content-wrapper,
.single-course article .content .content-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-post article .content .content-wrapper,
.single-course article .content .content-wrapper {
    width: unset;
    -ms-flex: 1;
        flex: 1;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .single-post article .content .content-wrapper,
.single-course article .content .content-wrapper {
    padding-right: 40px;
  }
}
.single-post article .content .sidebar,
.single-course article .content .sidebar {
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .single-post article .content .sidebar,
.single-course article .content .sidebar {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .single-post article .content .sidebar,
.single-course article .content .sidebar {
    width: 32%;
    min-width: 320px;
  }
}
@media only screen and (min-width: 1000px) {
  .single-post article .content .sidebar,
.single-course article .content .sidebar {
    min-width: 360px;
  }
}
.single-post article .content .sidebar .sidebar-widget,
.single-course article .content .sidebar .sidebar-widget {
  background: #F1F3EE;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.single-post article .content .sidebar .sidebar-widget .widget-title,
.single-course article .content .sidebar .sidebar-widget .widget-title {
  background: #27B298;
  color: white;
  padding: 24px 15px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .single-post article .content .sidebar .sidebar-widget .widget-title,
.single-course article .content .sidebar .sidebar-widget .widget-title {
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post article .content .sidebar .sidebar-widget .widget-title,
.single-course article .content .sidebar .sidebar-widget .widget-title {
    padding: 24px 40px;
  }
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper {
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .single-post article .content .sidebar .sidebar-widget .inner-wrapper,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper {
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post article .content .sidebar .sidebar-widget .inner-wrapper,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper {
    padding: 26px 40px;
  }
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper ul,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper ul {
  margin: 0;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper ul li,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper ul li {
  list-style: none;
  margin: 0;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper ul li span,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper ul li span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper ul li div,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper ul li div {
  margin-top: 6px;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper ul li div span,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper ul li div span {
  border: 1px solid #27B298;
  font-size: 13px;
  line-height: 1em;
  text-transform: capitalize;
  display: inline-block;
  padding: 4px 6px;
  margin-right: 0px;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a, .section-filters .filters .filter-items li .single-post article .content .sidebar .sidebar-widget .inner-wrapper a,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a,
.section-filters .filters .filter-items li .single-course article .content .sidebar .sidebar-widget .inner-wrapper a {
  width: 100%;
  background: #27B298;
  border-color: #27B298;
  border-width: 3px 0;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn:hover, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a:hover, .section-filters .filters .filter-items li .single-post article .content .sidebar .sidebar-widget .inner-wrapper a:hover, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li .single-post article .content .sidebar .sidebar-widget .inner-wrapper a.active, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .item:hover .dc-btn.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .single-post article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn.dc-link, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover .single-post article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li .single-post article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-btn.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .single-post article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn.dc-link, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .single-post article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .dc-btn.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .single-post article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn.dc-link, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .single-post article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn:hover,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a:hover,
.section-filters .filters .filter-items li .single-course article .content .sidebar .sidebar-widget .inner-wrapper a:hover,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a.active,
.section-filters .filters .filter-items li .single-course article .content .sidebar .sidebar-widget .inner-wrapper a.active,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .item:hover .dc-btn.dc-link,
.section.dc-hotboxes > .inner .section_content .items .item:hover .single-course article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items .item:hover .single-course article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li a.dc-link,
.section.dc-hotboxes > .inner .section_content .items .item:hover .section-filters .filters .filter-items li .single-course article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .dc-btn.dc-link,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .single-course article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active .single-course article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .dc-btn.dc-link,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .single-course article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn.dc-link,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active .single-course article .content .sidebar .sidebar-widget .inner-wrapper a.dc-link {
  background: #27B298;
  border-color: #27B298 !important;
  color: white;
}
.single-post article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn:after, .single-post article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a:after, .section-filters .filters .filter-items li .single-post article .content .sidebar .sidebar-widget .inner-wrapper a:after,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .dc-btn:after,
.single-course article .content .sidebar .sidebar-widget .inner-wrapper .section-filters .filters .filter-items li a:after,
.section-filters .filters .filter-items li .single-course article .content .sidebar .sidebar-widget .inner-wrapper a:after {
  display: none;
}

.single-course .dc-titlebox + .content {
  margin-top: 74px !important;
}
.single-course .featured-image {
  width: 100%;
  margin-bottom: 80px;
}
.single-course .featured-image img {
  width: 100%;
  display: block;
}

.single-course .content-wrapper h4:first-child,
.single-event .content-wrapper h4:first-child {
  margin-bottom: 40px;
}
.single-course .content-wrapper h3,
.single-event .content-wrapper h3 {
  margin-bottom: 8px;
}
.single-course .content-wrapper h3:not(:first-child),
.single-event .content-wrapper h3:not(:first-child) {
  margin-top: 39px;
}
.single-course .content-wrapper p,
.single-event .content-wrapper p {
  margin-bottom: 10px;
}
.single-course .content-wrapper ul,
.single-event .content-wrapper ul {
  margin-top: 0;
  margin-bottom: 9px;
}
.single-course .content-wrapper ul li,
.single-event .content-wrapper ul li {
  padding-bottom: 0;
  margin-left: 48px;
}

.single-event .dc-titlebox > .inner {
  -ms-flex-direction: row;
      flex-direction: row;
}
.single-event .dc-titlebox > .inner .content-wrapper {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (min-width: 768px) {
  .single-event .dc-titlebox > .inner .content-wrapper {
    padding-right: 46%;
  }
}
@media only screen and (min-width: 850px) {
  .single-event .dc-titlebox > .inner .content-wrapper {
    padding-right: 44%;
  }
}
@media only screen and (min-width: 950px) {
  .single-event .dc-titlebox > .inner .content-wrapper {
    padding-right: 41%;
  }
}
.single-event .content > .content-wrapper {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .single-event .sidebar-widget .event-image-wrapper {
    height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.single-event .sidebar-widget .event-image {
  height: 250px;
  max-height: 17vw;
  min-height: 210px;
  width: 100%;
  background-size: cover;
}
.single-event .sidebar-widget > .inner-wrapper {
  padding-top: 35px !important;
}

/*------------------------------------*\
   404
\*------------------------------------*/
#post-404 a {
  margin-top: 50px !important;
}
#post-404 a:hover, #post-404 .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li #post-404 a.active, #post-404 .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover #post-404 a.dc-link, #post-404 .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active #post-404 a.dc-link, #post-404 .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active #post-404 a.dc-link {
  text-decoration: none;
}

body.error404 .panel.main .row {
  padding: 150px 0 250px;
}
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  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: #000000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #000000;
  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: #4D5D6A !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: #F1F1F1 !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: #000000 !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  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: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  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: #4D5D6A;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #4D5D6A;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #4D5D6A;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #4D5D6A;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  line-height: 20px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 30px;
  background: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 8px 18px;
  opacity: 1;
  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 {
    padding: 9px 18px;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow: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: "\f061";
  vertical-align: 0;
  position: relative;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover, body.error404 .panel.main .row #post-404 .error_search form.search .section.dc-hotboxes > .inner .section_content .items .item:hover button.search-submit.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link, body.error404 .panel.main .row #post-404 .error_search form.search .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active button.search-submit.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link, body.error404 .panel.main .row #post-404 .error_search form.search .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active button.search-submit.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link {
  border: 2px solid #27B298;
  background: #27B298;
  text-decoration: none !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover:after, body.error404 .panel.main .row #post-404 .error_search form.search .section.dc-hotboxes > .inner .section_content .items .item:hover button.search-submit.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .item:hover body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link:after, body.error404 .panel.main .row #post-404 .error_search form.search .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active button.search-submit.dc-link:after, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link:after, body.error404 .panel.main .row #post-404 .error_search form.search .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active button.search-submit.dc-link:after, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link:after {
  -ms-transform: translateX(3px);
      transform: translateX(3px);
}
@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, body.error404 .panel.main .row #post-404 .error_search form.search .section.dc-hotboxes > .inner .section_content .items .item:hover button.search-submit.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link, body.error404 .panel.main .row #post-404 .error_search form.search .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active button.search-submit.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link, body.error404 .panel.main .row #post-404 .error_search form.search .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active button.search-submit.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.dc-link {
  background: #000000 !important;
  color: #FFFFFF !important;
}

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

    SEARCH

\*------------------------------------*/
.section.dc-search-section {
  padding-bottom: 260px;
}
.section.dc-search-section:before {
  content: "";
  background: #F1F3EE !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
}
.section.dc-search-section .search-title {
  font-weight: 400;
  color: #000000;
  display: block;
  z-index: 10;
  margin-top: 25px;
  margin-bottom: 25px;
}

.title-search-wrapper {
  width: 100%;
  max-width: 680px;
  margin-top: 10px;
}

form.search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border: 2px solid #000000;
}
form.search input.search-input {
  color: #4D5D6A !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border: 0 none;
  background: none;
  background-color: white !important;
  padding: 14px 30px !important;
  margin: 0 !important;
  width: calc(100% - 60px);
}
form.search input.search-input:focus {
  border-color: #000000 !important;
}
form.search input.search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
form.search input.search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #4D5D6A;
  transition: all 250ms ease-in-out;
}
form.search input.search-input:focus::-webkit-input-placeholder {
  color: #4D5D6A;
}
form.search input.search-input:focus::-moz-placeholder {
  color: #4D5D6A;
}
form.search input.search-input:focus:-ms-input-placeholder {
  color: #4D5D6A;
}
form.search input.search-input:focus::-moz-placeholder {
  color: #4D5D6A;
}
form.search button.search-submit {
  position: relative;
  display: inline-block;
  width: 60px;
  background: #000000 !important;
  border: 0 none;
  color: #FFFFFF !important;
  font-size: 1.3em;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  outline: none !important;
  box-sizing: border-box;
  opacity: 1;
}
form.search button.search-submit:hover, form.search .section.dc-hotboxes > .inner .section_content .items .item:hover button.search-submit.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover form.search button.search-submit.dc-link, form.search .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active button.search-submit.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active form.search button.search-submit.dc-link, form.search .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active button.search-submit.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active form.search button.search-submit.dc-link {
  background: #27B298 !important;
}
form.search button.search-submit i {
  font-weight: 500 !important;
}

body.search-results .page_container > .panel,
body.search-no-results .page_container > .panel {
  background: #F1F3EE;
}
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  max-width: 1280px;
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
  margin: 30px 0;
  padding: 36px 40px;
  background: #FFFFFF;
}
@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: 10px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
  color: #000000;
  font-size: 23px;
  line-height: 1.15em;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
@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-results .search-content .result_post .title .section-filters .filters .filter-items li a.active, .section-filters .filters .filter-items li body.search-results .search-content .result_post .title a.active, body.search-results .search-content .result_post .title .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link, .section.dc-hotboxes > .inner .section_content .items .item:hover body.search-results .search-content .result_post .title a.dc-link, body.search-results .search-content .result_post .title .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link, .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active body.search-results .search-content .result_post .title a.dc-link, body.search-results .search-content .result_post .title .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link, .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active body.search-results .search-content .result_post .title a.dc-link,
body.search-no-results .search-content .result_post .title a:hover,
body.search-no-results .search-content .result_post .title .section-filters .filters .filter-items li a.active,
.section-filters .filters .filter-items li body.search-no-results .search-content .result_post .title a.active,
body.search-no-results .search-content .result_post .title .section.dc-hotboxes > .inner .section_content .items .item:hover a.dc-link,
.section.dc-hotboxes > .inner .section_content .items .item:hover body.search-no-results .search-content .result_post .title a.dc-link,
body.search-no-results .search-content .result_post .title .section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active a.dc-link,
.section.dc-hotboxes > .inner .section_content .items .section-filters .filters .filter-items li a.item.active body.search-no-results .search-content .result_post .title a.dc-link,
body.search-no-results .search-content .result_post .title .section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active a.dc-link,
.section-filters .filters .filter-items li .section.dc-hotboxes > .inner .section_content .items a.item.active body.search-no-results .search-content .result_post .title a.dc-link {
  color: #27B298;
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
  margin-bottom: 0;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  color: #FFFFFF;
  background: #000000;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #000000;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}
