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

    SCSS COMPILE LIST

\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://use.typekit.net/qab8xof.css");
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%;
}

/* @import must be at top of file, otherwise CSS will not work */
.dc-asx-gold-wrapper .inner-wrapper .tab button, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a:hover, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current_page_parent > a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item > a, .footer .footer-top-inner .footer-widget ul li:first-child a, h1,
h2,
h3,
h4,
h5,
h6, body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body ul li.gfield .ginput_container select,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select, .gform_wrapper .gform_body ul li.gfield label, ul li,
ol li, body {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks, .dc-titlebox .inner p, .main_menu .top-menu ul li a, h4, h3 {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 500;
}

.search-popup form input, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title a, .fancybox__content#newsletter .newsletter-form h3, section.dc-cta.cta_timeline .inner .section_intro .title-wrapper h3, section.dc-cta.cta_style_2 .inner .section_intro .title-wrapper h3, .dc-image-slider .inner .section_content .item .text .inner-wrapper h2,
.dc-image-slider .inner .section_content .item .text .inner-wrapper h3,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h2,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h3, h2 {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 600;
}

h1 {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
body.search-results .search-content form.search button.search-submit.arrow-right:after,
body.search-no-results .search-content form.search button.search-submit.arrow-right:after,
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow-right:after,
.gform_wrapper .gform_footer input.button.arrow-right:after,
.gform_wrapper .gform_footer input[type=submit].arrow-right:after,
.section.dc-investor-resource .inner .section_content .dc_link:after,
.search-popup form:after,
a.white-link:after,
a.dc-link:after,
a.dc-btn.arrow-right:after,
a.arrow-right:after,
.far,
.section-filters .filters span:after,
.section-filters .sort span:after,
.dc-image-text .image-wrapper.img_popup:after,
.main_menu .menu .open-sub-menu:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.fal,
.accordion-wrapper .accordion > .title:before,
.dc-text .dc-twitter-timeline a.arrow-right:after,
button.slick-arrow:after,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
body.search-results .search-content form.search button.fa-pull-left.search-submit.arrow-right:after,
body.search-no-results .search-content form.search button.fa-pull-left.search-submit.arrow-right:after,
body.error404 .panel.main .row #post-404 .error_search form.search button.fa-pull-left.search-submit.arrow-right:after,
.gform_wrapper .gform_footer input.fa-pull-left.button.arrow-right:after,
.gform_wrapper .gform_footer input.fa-pull-left[type=submit].arrow-right:after,
.section.dc-investor-resource .inner .section_content .fa-pull-left.dc_link:after,
.search-popup form.fa-pull-left:after,
a.fa-pull-left.white-link:after,
a.fa-pull-left.dc-link:after,
a.fa-pull-left.arrow-right:after,
.far.fa-pull-left,
.section-filters .filters span.fa-pull-left:after,
.section-filters .sort span.fa-pull-left:after,
.dc-image-text .fa-pull-left.image-wrapper.img_popup:after,
.main_menu .menu .fa-pull-left.open-sub-menu:after,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
.fal.fa-pull-left,
.accordion-wrapper .accordion > .fa-pull-left.title:before,
.dc-text .dc-twitter-timeline a.fa-pull-left.arrow-right:after,
button.fa-pull-left.slick-arrow:after,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
body.search-results .search-content form.search button.fa-pull-right.search-submit.arrow-right:after,
body.search-no-results .search-content form.search button.fa-pull-right.search-submit.arrow-right:after,
body.error404 .panel.main .row #post-404 .error_search form.search button.fa-pull-right.search-submit.arrow-right:after,
.gform_wrapper .gform_footer input.fa-pull-right.button.arrow-right:after,
.gform_wrapper .gform_footer input.fa-pull-right[type=submit].arrow-right:after,
.section.dc-investor-resource .inner .section_content .fa-pull-right.dc_link:after,
.search-popup form.fa-pull-right:after,
a.fa-pull-right.white-link:after,
a.fa-pull-right.dc-link:after,
a.fa-pull-right.arrow-right:after,
.far.fa-pull-right,
.section-filters .filters span.fa-pull-right:after,
.section-filters .sort span.fa-pull-right:after,
.dc-image-text .fa-pull-right.image-wrapper.img_popup:after,
.main_menu .menu .fa-pull-right.open-sub-menu:after,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
.fal.fa-pull-right,
.accordion-wrapper .accordion > .fa-pull-right.title:before,
.dc-text .dc-twitter-timeline a.fa-pull-right.arrow-right:after,
button.fa-pull-right.slick-arrow:after,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: 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%;
}

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal, .accordion-wrapper .accordion > .title:before, .dc-text .dc-twitter-timeline a.arrow-right:after, button.slick-arrow:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .section-filters .filters span:after,
.section-filters .sort span:after, .dc-image-text .image-wrapper.img_popup:after, .main_menu .menu .open-sub-menu:after, .menu-toggle-wrapper .mobile-menu-toggle:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
body.search-results .search-content form.search button.search-submit.arrow-right:after,
body.search-no-results .search-content form.search button.search-submit.arrow-right:after,
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow-right:after,
.gform_wrapper .gform_footer input.button.arrow-right:after,
.gform_wrapper .gform_footer input[type=submit].arrow-right:after,
.section.dc-investor-resource .inner .section_content .dc_link:after,
.search-popup form:after,
a.white-link:after,
a.dc-link:after,
a.dc-btn.arrow-right:after,
a.arrow-right:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.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: #f2f2f2;
}

body {
  font-size: 16px;
  line-height: 1.7em;
  color: #212c2a;
  background: #FFFFFF;
  overflow-x: hidden !important;
  max-width: 2200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 19px;
  }
}

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

BASE - FONTS

\*------------------------------------*/
p {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.7em;
}
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: #212c2a;
  line-height: 1.15em;
  text-transform: NONE;
  margin: 0 0 25px;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
  }
}

h1 {
  font-size: 68px;
  line-height: 1em;
}
@media only screen and (max-width: 1289px) {
  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 999px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 43px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #cf8644;
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1099px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 849px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 559px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  text-transform: none;
}
@media only screen and (max-width: 1099px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 849px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) {
  h4 {
    font-size: 18px;
  }
}

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

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

.section.dc-investor-resource .inner .section_content .meta,
.section.dc-investor-resource .inner .section_content .dc_link, .section.dc-investor-resource .inner .section_content .category {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .section.dc-investor-resource .inner .section_content .meta,
.section.dc-investor-resource .inner .section_content .dc_link, .section.dc-investor-resource .inner .section_content .category {
    font-size: 14px;
  }
}

.dc-cards-carousel .item .description {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .dc-cards-carousel .item .description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-cards-carousel .item .description {
    font-size: 16px;
  }
}

.dc-news-grid .featured-posts .featured p, .dc-card .content-wrapper p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-news-grid .featured-posts .featured p, .dc-card .content-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-news-grid .featured-posts .featured p, .dc-card .content-wrapper p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-news-grid .featured-posts .featured p, .dc-card .content-wrapper p {
    font-size: 18px;
  }
}

.single-post .single-content .text-wrapper h3,
.single-post .single-content .text-wrapper h4, .section.dc-investor-resource .inner .section_content h3, .dc-news-grid .featured-posts .featured h3, .dc-titlebox .multipleSliders .item .content p, .dc-page-menu ul li a {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .single-post .single-content .text-wrapper h3,
.single-post .single-content .text-wrapper h4, .section.dc-investor-resource .inner .section_content h3, .dc-news-grid .featured-posts .featured h3, .dc-titlebox .multipleSliders .item .content p, .dc-page-menu ul li a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1000px) {
  .single-post .single-content .text-wrapper h3,
.single-post .single-content .text-wrapper h4, .section.dc-investor-resource .inner .section_content h3, .dc-news-grid .featured-posts .featured h3, .dc-titlebox .multipleSliders .item .content p, .dc-page-menu ul li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .single-content .text-wrapper h3,
.single-post .single-content .text-wrapper h4, .section.dc-investor-resource .inner .section_content h3, .dc-news-grid .featured-posts .featured h3, .dc-titlebox .multipleSliders .item .content p, .dc-page-menu ul li a {
    font-size: 21px;
  }
}

.dc-news-featured .dc-card h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .dc-news-featured .dc-card h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-news-featured .dc-card h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-news-featured .dc-card h3 {
    font-size: 22px;
  }
}

.dc-page-slider .content-wrapper .item h4 {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .dc-page-slider .content-wrapper .item h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-page-slider .content-wrapper .item h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-page-slider .content-wrapper .item h4 {
    font-size: 32px;
  }
}

.fancybox__content#newsletter .newsletter-form h3, section.dc-cta.cta_timeline .inner .section_intro .title-wrapper h3, section.dc-cta.cta_style_2 .inner .section_intro .title-wrapper h3, .dc-image-slider .inner .section_content .item .text .inner-wrapper h2,
.dc-image-slider .inner .section_content .item .text .inner-wrapper h3,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h2,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h3 {
  font-size: 43px;
}
@media only screen and (max-width: 1099px) {
  .fancybox__content#newsletter .newsletter-form h3, section.dc-cta.cta_timeline .inner .section_intro .title-wrapper h3, section.dc-cta.cta_style_2 .inner .section_intro .title-wrapper h3, .dc-image-slider .inner .section_content .item .text .inner-wrapper h2,
.dc-image-slider .inner .section_content .item .text .inner-wrapper h3,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h2,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 849px) {
  .fancybox__content#newsletter .newsletter-form h3, section.dc-cta.cta_timeline .inner .section_intro .title-wrapper h3, section.dc-cta.cta_style_2 .inner .section_intro .title-wrapper h3, .dc-image-slider .inner .section_content .item .text .inner-wrapper h2,
.dc-image-slider .inner .section_content .item .text .inner-wrapper h3,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h2,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 559px) {
  .fancybox__content#newsletter .newsletter-form h3, section.dc-cta.cta_timeline .inner .section_intro .title-wrapper h3, section.dc-cta.cta_style_2 .inner .section_intro .title-wrapper h3, .dc-image-slider .inner .section_content .item .text .inner-wrapper h2,
.dc-image-slider .inner .section_content .item .text .inner-wrapper h3,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h2,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h3 {
    font-size: 24px;
  }
}

.dc-counters .inner .section_content .items .item .item-title {
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .dc-counters .inner .section_content .items .item .item-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-counters .inner .section_content .items .item .item-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-counters .inner .section_content .items .item .item-title {
    font-size: 50px;
  }
}

span.small-text {
  font-size: 16px;
  font-weight: 500;
}

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

    BASE - LINKS

\*------------------------------------*/
a {
  text-decoration: none;
  color: #212c2a;
  outline: none !important;
  transition: all 250ms ease-in-out;
  /*
      &[href$=".jpg"] {

  	    &:after{
  			@include fa-icon;
  			@extend .fal;
  			content: fa-content($fa-var-file-image);
  		    position: relative;
  		    margin-left: 12px;
  		    vertical-align: 0;

  		    font-size: 20px;
  		}
      }
  */
}
a:hover {
  color: #cf8644;
}
a.arrow-right: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;
}
a.arrow-right:hover {
  color: #cf8644;
}

section.section h2 > a:not(.dc-btn), section.section h3 > a:not(.dc-btn), section.section h4 > a:not(.dc-btn), section.section h5 > a:not(.dc-btn), section.section h6 > a:not(.dc-btn), section.section p > a:not(.dc-btn), section.section .text ul:not(.slick-dots) li > a:not(.dc-btn) {
  text-decoration: underline;
}
section.section h2 > a:not(.dc-btn):hover, section.section h3 > a:not(.dc-btn):hover, section.section h4 > a:not(.dc-btn):hover, section.section h5 > a:not(.dc-btn):hover, section.section h6 > a:not(.dc-btn):hover, section.section p > a:not(.dc-btn):hover, section.section .text ul:not(.slick-dots) li > a:not(.dc-btn):hover {
  color: #cf8644;
}

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

    BASE - BUTTONS

\*------------------------------------*/
a.dc-btn {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: center;
  color: black;
  border: 2px solid #ca7a3b;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 9px 16px;
  opacity: 1;
  white-space: nowrap;
}
a.dc-btn:hover {
  color: white;
  background: #cf8644;
  border: 2px solid #ca7a3b;
}
a.dc-btn.black-btn {
  color: #cf8644;
  background: #212c2a;
}
a.dc-btn.black-btn:hover {
  color: #212c2a;
  background: #cf8644;
}
a.dc-btn.gold {
  background-color: #cf8644;
}
a.dc-btn.gold:hover {
  background-color: #FFFFFF;
  color: #cf8644;
  border-color: #FFFFFF;
}
a.dc-btn.small {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 6px 12px;
}
a.dc-btn.arrow-right {
  position: relative;
}
a.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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  a.dc-btn.arrow-right:after {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    font-size: 19px !important;
    padding: 12px 16px;
    min-width: 130px;
  }
}
a.dc-btn.outline {
  color: #062032;
  border: 1px solid #062032;
  background: transparent;
}
a.dc-btn.outline:hover {
  color: white;
  background: #062032;
}

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

#cookieBar {
  font-size: 19px !important;
  background-color: #cf8644 !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px 15px !important;
  max-width: 2200px !important;
}
@media only screen and (min-width: 768px) {
  #cookieBar {
    padding: 20px 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #cookieBar {
    padding: 20px 60px !important;
  }
}
@media only screen and (min-width: 2200px) {
  #cookieBar {
    left: calc(50% - 1100px) !important;
  }
}
#cookieBar .cc-bar-col:nth-child(1) {
  max-width: 1100px;
  width: 100%;
}
#cookieBar .cc-bar-col:nth-child(2) {
  width: 200px;
}
#cookieBar .cc-bar-col .cc-bar-btn {
  background-color: transparent !important;
  color: #212c2a !important;
  font-weight: 600;
  padding: 0 !important;
  font-size: 20px !important;
  text-transform: none !important;
  text-align: right !important;
}
#cookieBar .cc-bar-col .cc-bar-btn:hover {
  color: white !important;
}

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

BASE - LINKS - DC LINK

\*------------------------------------*/
a.dc-link {
  position: relative;
  color: #212c2a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  a.dc-link:after {
    margin-left: 12px;
  }
}
a.dc-link:hover {
  color: #212c2a;
}
a.white-link {
  position: relative;
  color: #212c2a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  a.white-link:after {
    margin-left: 12px;
  }
}
a.white-link:hover {
  color: #212c2a;
}
a.white-link.white-link {
  color: white;
}
a.white-link.white-link:hover {
  color: #212c2a;
}

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

    BASE - LISTS

	- includes a higher class for coloured bullets

\*--------------------------------------------------------*/
ul,
ol {
  margin-bottom: 12px;
}
ul li,
ol li {
  letter-spacing: 0.5px;
  line-height: 1.7em;
  color: #212c2a;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
ul li::marker,
ol li::marker {
  font-size: 0.6em;
}
.dc-text ul li,
.dc-text ol li {
  padding-left: 15px;
  margin-left: 15px;
}
.color-dots ul li,
.color-dots ol li {
  list-style: none;
}
.color-dots ul li:before,
.color-dots ol li:before {
  content: "•";
  color: #cf8644;
  display: inline-block;
  width: 15px;
  font-size: 2em;
  position: absolute;
  top: -2px;
  left: -25px;
}

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

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

HEADER - BASE

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

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 2200px;
  background: url(../img/bg-graphic.png);
  background-size: 485px;
  background-position: center bottom;
  background-color: white;
  border-bottom: 4px solid #cf8644;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 155px;
  max-width: 1420px;
  position: relative;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 1200px) {
  #header_main .header_nav_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#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: 80px;
  }
}
@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;
  width: 140px;
  max-width: 14%;
  min-width: 100px;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 1px 0px 1px 1px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 140px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    min-width: 124px;
    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: 93px;
  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: 65px;
  }
}
@media only screen and (max-width: 766px) {
  .header_logo a.desktop-logo {
    display: none;
  }
  .header_logo a.mobile-logo {
    display: block;
  }
}

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

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

MENU - TOP

\*------------------------------------*/
.main_menu .top-menu {
  position: relative;
  z-index: 1000000;
  margin-top: 16px;
  transition: all 250ms ease-in-out;
}
.sticky-nav .main_menu .top-menu {
  margin-top: -75px;
}
@media only screen and (max-width: 767px) {
  .main_menu .top-menu {
    display: none;
  }
}
.main_menu .top-menu ul {
  position: relative;
  height: 46px;
  padding-left: 110px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  transition: all 250ms ease-in-out;
}
.sticky-nav .main_menu .top-menu ul {
  height: 40px;
}
@media only screen and (max-width: 1099px) {
  .main_menu .top-menu ul {
    height: 50px;
    padding-left: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu .top-menu ul {
    height: 40px;
    padding-left: 0;
  }
}
.main_menu .top-menu ul li {
  list-style: none;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .main_menu .top-menu ul li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .main_menu .top-menu ul li {
    margin-left: 35px;
  }
}
.main_menu .top-menu ul li a {
  color: #000000;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .main_menu .top-menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100px) {
  .main_menu .top-menu ul li a {
    font-size: 16px;
  }
}
.main_menu .top-menu ul li a:not(.dc-btn):hover {
  color: #cf8644;
}

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

MENU - Toggle

\*------------------------------------*/
.menu-toggle-wrapper {
  display: none;
  position: fixed;
  padding: 0 !important;
  width: 53px;
  right: 8px;
  top: 17px;
  z-index: 10000;
  font-size: 20px;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .menu-toggle-wrapper {
    display: block;
    padding: 10px;
  }
}
.menu-toggle-wrapper .mobile-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  width: 53px;
  color: #cf8644;
}
.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: 23px;
}
.menu-toggle-wrapper .mobile-menu-toggle:hover {
  color: #212c2a;
}
.menu-toggle-wrapper.active .mobile-menu-toggle:before {
  content: "\f00d";
}

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

		MENU - Mobile

\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .main_menu .menu.top-menu ul {
    height: auto !important;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .main_menu .menu.top-menu ul li a.dc-btn {
    padding: 10px 16px !important;
    min-width: 100px;
  }
  .main_menu .menu.top-menu ul li a.dc-btn:hover {
    color: white;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu {
    background: none !important;
    width: calc(100% - 20px);
    padding: 0 0 30px;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:first-child, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:nth-child(3) {
    display: none !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:nth-child(2) {
    padding: 0;
  }
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
    font-size: 16px !important;
    line-height: 12px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after {
    display: none !important;
  }
  .main_menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: calc(100vh - 90px);
    width: 100vw;
    max-width: 100vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    z-index: 99;
    overflow: hidden;
    overflow-y: scroll;
    background: url(../img/bg-graphic.png);
    background-size: 485px;
    background-position: center top;
    background-color: white;
    transition: all 200ms ease-in-out;
  }
  .main_menu.active {
    padding-top: 40px;
    top: 90px;
  }
  .main_menu .menu {
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    margin-left: 14px;
  }
  .main_menu .menu.top-menu {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 20px !important;
  }
  .main_menu .menu > ul {
    padding: 5px 30px !important;
    margin-top: 0 !important;
    background: #f7f8f8;
  }
  .main_menu .menu > ul > li {
    padding-bottom: 16px;
  }
  .main_menu .menu > ul > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background: #ccc;
  }
  .main_menu .menu > ul > li > a {
    padding: 6px 40px 6px 0;
  }
  .main_menu .menu #mega-menu-wrap-header-menu {
    width: calc(100% - 34px);
  }
  .main_menu .menu #mega-menu-wrap-header-menu #mega-menu-header-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 16px 0 0 0;
    background: transparent;
    border: 0 none !important;
  }
  .main_menu .menu ul li a {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 0 !important;
    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;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: #cf8644 !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a {
    color: #cf8644 !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 13px;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 0;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
}
/*------------------------------------*\

		MENU - OPEN SUB MENU

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

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

    MENU - MEGA MENU   

\*------------------------------------*/
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.main_menu .mega-menu-wrap,
.main_menu .max-mega-menu {
  position: inherit !important;
}

#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item {
  margin: 0 0 0 18px;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 849px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item {
    margin: 0 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item:first-child {
    margin-left: 0;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item:last-child {
  margin-right: -10px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a:hover, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current_page_parent > a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item > a {
  color: #212c2a;
}
.sticky-nav #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a:hover, .sticky-nav #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current_page_parent > a, .sticky-nav #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item > a {
  color: #212c2a;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a {
  height: 50px;
  line-height: 50px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a {
    height: 80px;
    line-height: 80px;
  }
  .sticky-nav #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a {
    height: 45px;
    line-height: 45px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item a {
  color: #000000;
  font-size: 18px;
  text-transform: none;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 999px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item a {
    margin: 0;
    font-size: 15px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p {
  color: #cf8644;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 420px;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p {
    font-size: 22px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p a {
  border: 2px solid #707584;
  display: inline-block;
  padding: 14px 23px;
  min-width: 180px;
  margin-top: 20px;
  color: #707584;
  font-weight: 700;
  text-align: center;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p a:hover {
  color: #212c2a;
  border: 2px solid #cf8644;
  background: #cf8644;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mobile-visible {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item .widget_media_image {
    display: none !important;
  }
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item .widget_media_image + .widget_text {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    width: calc(100% - 60px);
    padding: 60px 0;
    margin-left: 30px;
    background: white;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    display: block;
    width: 100vw;
    max-width: 2200px;
    height: 100%;
    background: url(../img/bg-graphic.png);
    background-size: 485px;
    background-position: center top;
    background-color: white;
    border-bottom: 4px solid #cf8644;
  }
}
@media only screen and (min-width: 768px) and (min-width: 2200px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before {
    left: calc(50% - 1100px);
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .widget_media_image img {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p a {
    border: 2px solid #707584;
    display: inline-block;
    padding: 14px 23px;
    min-width: 180px;
    margin-top: 20px;
    color: #707584;
    font-weight: 700;
    text-align: center;
    transition: background 250ms ease-in-out;
  }
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-megamenu .textwidget p a:hover {
    color: #212c2a;
    border: 2px solid #cf8644;
    background: #cf8644;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  background: transparent;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:first-child {
  border-top: 15px solid white;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:last-child {
  border-bottom: 15px solid white;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: white;
  font-size: 14px;
  color: #6c6e6d;
  padding: 2px 20px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #cf8644;
}

#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:nth-child(1) {
  padding-right: 8%;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:nth-child(2) {
  padding-left: 10%;
  border-left: 1px solid #e8e7e5;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 4px 15px;
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 4px 8px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child a {
  padding-bottom: 0 !important;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title a {
  color: #cf8644;
  line-height: 26px;
  font-size: 18px !important;
  text-transform: none;
  margin-bottom: 10px;
  border-bottom: none !important;
}
@media only screen and (max-width: 949px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title a {
    font-size: 14px !important;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
  color: #212c2a;
  line-height: 26px;
  font-size: 43px;
  text-transform: none;
  margin-bottom: 20px;
  transition: all 0ms ease-in-out;
}
@media only screen and (max-width: 1099px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
    font-size: 22px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a:before {
  content: "" !important;
  display: block !important;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a:hover {
  color: #cf8644;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #212c2a !important;
  font-size: 14px;
  line-height: 16px !important;
  text-transform: none;
  padding-right: 30px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #cf8644 !important;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text:not(:first-child) {
  margin-top: 30px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  margin-top: -8px;
  margin-bottom: 10px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:hover {
  color: #cf8644;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item {
  padding-right: 10px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item.widget_text {
  width: 100%;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) h4.mega-block-title {
  color: #212c2a;
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) h4.mega-block-title {
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) h4.mega-block-title {
    font-size: 24px !important;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) .textwidget p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) .textwidget p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) .textwidget p {
    font-size: 18px;
  }
}

#mega-menu-wrap-header-menu {
  background: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  border: 0;
  background: none !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  position: absolute;
  bottom: 20px;
  left: 10px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:after {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 3px;
  }
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:after {
  background: #cf8644;
  width: calc(100% - 20px);
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after {
  background: #cf8644;
  width: calc(100% - 20px);
}

li.title {
  width: 100% !important;
}
li.title > a.mega-menu-link {
  color: #cf8644 !important;
  line-height: 26px !important;
  letter-spacing: 0.45px !important;
  text-transform: none !important;
  border-bottom: 1px solid #cf8644 !important;
  display: block !important;
  width: 100% !important;
  padding-bottom: 4px !important;
  margin-bottom: 10px !important;
  font-family: "Milo W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
li.title.col2 > ul.mega-sub-menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
li.title.col2 > ul.mega-sub-menu > li {
  width: 50% !important;
}

div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  height: 88px;
  color: #212c2a !important;
  line-height: 88px;
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 999px) {
  div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 766px) {
  div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    height: auto !important;
    line-height: 1.2em !important;
    padding: 15px 0 !important;
  }
}
.sticky-nav div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
.sticky-nav div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
.sticky-nav div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  height: 80px;
  line-height: 80px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #626262;
}

@media only screen and (max-width: 767px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle {
    display: none;
  }
  .mega-menu-toggle + #mega-menu-header-menu {
    background: transparent !important;
  }
}
@media only screen and (max-width: 767px) {
  .empty-item {
    display: none !important;
  }
}

.search-popup {
  position: absolute;
  top: 100%;
  right: calc(695px - 50vw);
  width: 100vw;
  max-width: 1920px;
  height: 277px;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: white;
  z-index: -1;
  -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
  transition: transform 200ms ease-in, visibility 200ms ease-in;
  visibility: hidden;
}
@media only screen and (min-width: 1920px) {
  .search-popup {
    left: calc(50% - 960px);
  }
}
@media only screen and (max-width: 767px) {
  .search-popup {
    left: 0;
    top: 0;
    padding: 80px 30px 30px 30px;
    height: calc(100vh - 90px);
  }
}
.search-popup.active {
  z-index: 100;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  visibility: visible;
}
.search-popup form {
  position: relative;
  width: 100%;
  max-width: 1100px;
}
.search-popup form:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(../img/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 250ms ease-in-out;
  filter: brightness(0%) invert(27%) sepia(73%) saturate(2908%) hue-rotate(339deg) brightness(89%) contrast(92%);
}
@media only screen and (max-width: 767px) {
  .search-popup form:before {
    width: 29px;
    height: 29px;
    top: 14px;
  }
}
.search-popup form: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: "\f105";
  position: absolute;
  top: 20px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 39px;
  color: #cf8644;
  font-size: 22px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .search-popup form:after {
    top: 16px;
  }
}
.search-popup form input {
  border-color: #979797;
  border-width: 0 0 1px 0;
  padding: 15px 15px 15px 60px;
  width: 100%;
  box-sizing: border-box;
  font-size: 38px;
}
@media only screen and (max-width: 949px) {
  .search-popup form input {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .search-popup form input {
    font-size: 20px;
    padding-left: 40px;
  }
}
.search-popup .close {
  bottom: 20px;
  position: absolute;
  right: calc(50% - 625px);
  cursor: pointer;
  color: #cf8644;
}

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

    FOOTER - SITE WIDE

\*------------------------------------*/
.footer {
  position: relative;
}
.footer .footer-top-wrapper {
  background-color: #242f2d;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: left bottom;
  position: relative;
}
.footer .footer-top-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 130px 30px 80px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    padding: 80px 15px 50px;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget {
  font-size: 16px;
  padding-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget {
    -ms-flex: 1;
        flex: 1;
  }
  .footer .footer-top-inner .footer-widget:first-child {
    width: 40%;
    -ms-flex: unset;
        flex: unset;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 7px;
}
.footer .footer-top-inner .footer-widget ul li:first-child {
  margin-bottom: 20px;
  padding: 0;
}
.footer .footer-top-inner .footer-widget ul li:first-child a {
  color: white;
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0;
}
.footer .footer-top-inner .footer-widget ul li:first-child a:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget ul li:first-child a {
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a {
  color: #AAB1B6;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
  .footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget a:hover {
  color: #cf8644;
}
.footer .footer-top-inner .footer-widget img {
  width: 100%;
  max-width: 158px !important;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.footer .footer-top-inner .footer-widget .dc_social_icons {
  margin-top: 25px;
}
.footer .footer-top-inner .footer-widget .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-top-inner .footer-widget .dc_social_icons ul {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul li {
    margin: 0 12px;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li a {
  color: #f2f2f6;
}
.footer .footer-top-inner .footer-widget .ticker-last-price {
  position: relative;
  width: 270px;
  padding: 10px 15px 0 19px;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.footer .footer-top-inner .footer-widget .ticker-last-price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #cf8644;
  -ms-transform: skew(30deg);
      transform: skew(30deg);
}
.footer .footer-bottom-wrapper {
  background-color: #212c2a;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-bottom-wrapper {
    margin-top: 0;
  }
}
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 30px;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-bottom-inner {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner {
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    padding: 20px 15px;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-bottom-inner .left {
    width: 100%;
    padding-top: 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .left {
    margin-top: 20px;
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.footer .footer-bottom-inner .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 400px;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-bottom-inner .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .right {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.footer .footer-bottom-inner .right p {
  color: white;
}
.footer .footer-bottom-inner .right p .dc-btn {
  min-width: 116px;
  color: white;
  font-weight: 600;
  margin: 0 30px 0 20px;
  text-decoration: none !important;
}
.footer .footer-bottom-inner .right p .dc-btn:hover {
  color: #cf8644;
  background: white;
}
.footer .footer-bottom-inner .right .social_icons a {
  color: white;
  font-size: 16px;
  margin-right: 6px;
}
.footer .footer-bottom-inner .right .social_icons a:hover {
  color: #cf8644;
}
.footer .footer-bottom-inner .right form {
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom-inner .right form .gform_body {
  margin: 0 !important;
}
.footer .footer-bottom-inner .right form .gform_body input {
  width: 270px;
  max-width: 23vw;
  margin: 0;
}
.footer .footer-bottom-inner .right form .gform_body label {
  margin: 0 20px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-bottom-inner .right form .gform_body .gfield {
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email] {
  background: #253e51 !important;
  border-color: #253e51 !important;
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]::-webkit-input-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]::-moz-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]:-ms-input-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]::-moz-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]:focus::-moz-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]:focus:-ms-input-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .ginput_container input[type=email]:focus::-moz-placeholder {
  color: white !important;
}
.footer .footer-bottom-inner .right form .gform_body .gfield .gfield_label {
  color: #FFFFFF;
}
.footer .footer-bottom-inner .right form .gform_footer {
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  width: 123px;
}
.footer .footer-bottom-inner .right form .gform_footer input {
  margin: 0 !important;
}
.footer .footer-bottom-inner .right form .gform_footer input[type=submit] {
  padding: 16px 28px;
  min-width: 123px;
}
.footer .footer-bottom-inner a,
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span,
.footer .footer-bottom-inner li {
  color: #AAB1B6;
  font-size: 14px;
  line-height: 1.2em;
}
.footer .footer-bottom-inner .dc-btn {
  background: #202c28;
  padding: 10px;
  margin-right: 25px;
}
.footer .footer-bottom-inner span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-bottom-inner a:hover {
  color: #cf8644;
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}
.footer .footer-bottom-inner ul {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner ul {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .footer-bottom-inner ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
}

#subscribe-popup {
  border-radius: 20px;
  border-bottom-right-radius: 30%;
}

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

    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: 1420px;
  margin: 0 auto !important;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  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: 15px;
    padding-right: 15px;
    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;
}

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

    ARTICLE SECTION 

\*------------------------------------*/
.section.dc-accordion, .section.dc-cards-section, .section.dc-cta, .section.dc-counters, .section.dc-cards-carousel, .section.dc-image-slider, .section.dc-image-text, .section.dc-image-video-text, .section.dc-investor-resource, .section.dc-map-section, .section.dc-news-grid, .section.dc-news-featured, .section.dc-page-slider, .section.dc-resource-list, .section.dc-tabs-section, .section.dc-team-cards, .section.dc-text, .section.dc-video-grid {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dc-accordion > .inner, .section.dc-cards-section > .inner, .section.dc-cta > .inner, .section.dc-counters > .inner, .section.dc-cards-carousel > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-image-video-text > .inner, .section.dc-investor-resource > .inner, .section.dc-map-section > .inner, .section.dc-news-grid > .inner, .section.dc-news-featured > .inner, .section.dc-page-slider > .inner, .section.dc-resource-list > .inner, .section.dc-tabs-section > .inner, .section.dc-team-cards > .inner, .section.dc-text > .inner, .section.dc-video-grid > .inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion > .inner, .section.dc-cards-section > .inner, .section.dc-cta > .inner, .section.dc-counters > .inner, .section.dc-cards-carousel > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-image-video-text > .inner, .section.dc-investor-resource > .inner, .section.dc-map-section > .inner, .section.dc-news-grid > .inner, .section.dc-news-featured > .inner, .section.dc-page-slider > .inner, .section.dc-resource-list > .inner, .section.dc-tabs-section > .inner, .section.dc-team-cards > .inner, .section.dc-text > .inner, .section.dc-video-grid > .inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-accordion > .inner, .section.dc-cards-section > .inner, .section.dc-cta > .inner, .section.dc-counters > .inner, .section.dc-cards-carousel > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-image-video-text > .inner, .section.dc-investor-resource > .inner, .section.dc-map-section > .inner, .section.dc-news-grid > .inner, .section.dc-news-featured > .inner, .section.dc-page-slider > .inner, .section.dc-resource-list > .inner, .section.dc-tabs-section > .inner, .section.dc-team-cards > .inner, .section.dc-text > .inner, .section.dc-video-grid > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section.dc-accordion.fullwidth > .inner, .section.dc-cards-section.fullwidth > .inner, .section.dc-cta.fullwidth > .inner, .section.dc-counters.fullwidth > .inner, .section.dc-cards-carousel.fullwidth > .inner, .section.dc-image-slider.fullwidth > .inner, .section.dc-image-text.fullwidth > .inner, .section.dc-image-video-text.fullwidth > .inner, .section.dc-investor-resource.fullwidth > .inner, .section.dc-map-section.fullwidth > .inner, .section.dc-news-grid.fullwidth > .inner, .section.dc-news-featured.fullwidth > .inner, .section.dc-page-slider.fullwidth > .inner, .section.dc-resource-list.fullwidth > .inner, .section.dc-tabs-section.fullwidth > .inner, .section.dc-team-cards.fullwidth > .inner, .section.dc-text.fullwidth > .inner, .section.dc-video-grid.fullwidth > .inner {
  max-width: 2200px;
}
@media only screen and (min-width: 768px) {
  .section.dc-accordion, .section.dc-cards-section, .section.dc-cta, .section.dc-counters, .section.dc-cards-carousel, .section.dc-image-slider, .section.dc-image-text, .section.dc-image-video-text, .section.dc-investor-resource, .section.dc-map-section, .section.dc-news-grid, .section.dc-news-featured, .section.dc-page-slider, .section.dc-resource-list, .section.dc-tabs-section, .section.dc-team-cards, .section.dc-text, .section.dc-video-grid {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-accordion, .section.dc-cards-section, .section.dc-cta, .section.dc-counters, .section.dc-cards-carousel, .section.dc-image-slider, .section.dc-image-text, .section.dc-image-video-text, .section.dc-investor-resource, .section.dc-map-section, .section.dc-news-grid, .section.dc-news-featured, .section.dc-page-slider, .section.dc-resource-list, .section.dc-tabs-section, .section.dc-team-cards, .section.dc-text, .section.dc-video-grid {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section.bg_white + .bg_white, .section.bg_white + script + .bg_white, .section.bg_blue + .bg_blue, .section.bg_blue + script + .bg_blue .section.bg_gold + .bg_gold, .section.bg_gold + script + .bg_gold .section.bg_grey + .bg_grey, .section.bg_grey + script + .bg_grey {
  padding-top: 0;
}

.section:not(.title_left) > .inner > .section_intro {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section:not(.title_left) > .inner > .section_intro {
    margin-bottom: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}
.section:not(.title_left) > .inner > .section_intro h2.title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section:not(.title_left) > .inner > .section_intro .button-wrapper {
    margin-top: 20px;
  }
}
.section:not(.title_left) > .inner > .section_intro .description {
  margin-top: 30px;
}
.section:not(.title_left) > .inner > .section_intro .description p:last-child {
  margin: 0;
}

.page_container > .main > .row > .M12 {
  background: url(../img/bg-graphic.png);
  background-size: 485px;
  background-position: center bottom;
  background-color: white;
}

.section.bg_white {
  background: transparent;
}
.section.bg_blue {
  background: #062032;
}
.section.bg_gold {
  background: #cf8644;
}
.section.bg_grey {
  background: #e8e7e5;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .section.bg_grey {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 950px) {
  .section.bg_grey {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.section.bg_pattern {
  background: url(../img/bg-graphic.png);
  background-size: 485px;
  background-position: center bottom;
  background-color: white;
}
.section.bg_pattern + .bg_pattern {
  background-position: center top;
}
.section.bg_blue h1,
.section.bg_blue h2,
.section.bg_blue h3,
.section.bg_blue h4,
.section.bg_blue h5,
.section.bg_blue h6,
.section.bg_blue p,
.section.bg_blue li, .section.bg_gold h1,
.section.bg_gold h2,
.section.bg_gold h3,
.section.bg_gold h4,
.section.bg_gold h5,
.section.bg_gold h6,
.section.bg_gold p,
.section.bg_gold li {
  color: white;
}
.section.bg_blue p > a:not(:hover), .section.bg_gold p > a:not(:hover) {
  color: white;
}

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

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

SLICK DOTS

\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 30px;
  }
}
.slick-dots li {
  display: inline;
  margin: 0 10px;
}
.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: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #cf8644;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #cf8644;
  border: 1px solid #cf8644;
}

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

SLICK ARROWS

\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 42px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: 0;
}
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: 25px;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
  color: #CCCCD1;
}
button.slick-arrow.slick-prev {
  left: -14px;
}
button.slick-arrow.slick-prev:after {
  content: "\f053";
}
button.slick-arrow.slick-next {
  right: -14px;
}
button.slick-arrow.slick-next:after {
  content: "\f054";
}
.carousel-active {
  display: block !important;
}

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

    TITLE BOX 

\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 100%;
}
.dc-titlebox .inner h1 {
  color: white;
  text-align: center;
  position: relative;
  margin: 0 !important;
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.dc-titlebox .inner .text {
  position: relative;
}
.dc-titlebox .inner .text > *:last-child {
  margin-bottom: 0 !important;
}
.dc-titlebox .inner p {
  color: white;
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner p {
    font-size: 26px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner p {
    font-size: 32px;
    margin-top: 46px;
  }
}
.dc-titlebox .inner .button-wrapper a {
  margin-bottom: 6px;
}
.dc-titlebox.title_tall .inner h1 {
  text-align: left;
}
.dc-titlebox.single-image {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-titlebox.single-image .inner {
  max-width: 1420px;
  margin: 0 auto !important;
  padding: 40px 15px;
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.single-image .inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.single-image .inner {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-titlebox.title_style_1 {
  background-color: #242F2D;
}
.dc-titlebox.title_style_1 .inner h1 {
  color: #cf8644;
  margin-bottom: 70px;
}
.dc-titlebox.title_style_1 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dc-titlebox.title_style_2 {
  background-color: #242f2d;
  background-image: url(../img/page-title-bg-2.png);
  background-size: auto 100%;
  background-position: center left;
}
.dc-titlebox.title_style_2 .bg-image {
  display: none;
}
.dc-titlebox.title_style_3 {
  background-color: #cf8644;
  background-image: url(../img/page-title-bg-3.png);
  background-size: auto 100%;
  background-position: center left;
}
.dc-titlebox.title_style_3 .bg-image {
  display: none;
}
.dc-titlebox.blog_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #cf8644 !important;
  background-image: url(../img/page-title-bg-3.png) !important;
  background-size: auto 100% !important;
  background-position: center left !important;
  height: auto;
  min-height: 245px;
}
.dc-titlebox.blog_title .inner {
  padding-left: 80px;
  padding-right: 80px;
}
.dc-titlebox.blog_title .inner .text {
  max-width: 1260px !important;
  width: 100% !important;
}
.dc-titlebox.blog_title .inner h1 {
  color: white;
  width: 100% !important;
}
.dc-titlebox.blog_title .inner .meta span {
  color: white !important;
  font-size: 16px !important;
  text-transform: none;
}
.dc-titlebox.slider {
  display: block;
}
.dc-titlebox .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.dc-titlebox .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/video0verlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.dc-titlebox .video-wrapper iframe {
  width: 50%;
  height: 104%;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(20%, -50%);
      transform: translate(20%, -50%);
  min-height: 740px;
  min-width: 1723px;
}

.dc-page-menu {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 90px auto 0 auto !important;
  padding: 0 60px;
}
@media only screen and (max-width: 1199px) {
  .dc-page-menu {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-page-menu {
    display: none;
  }
}
.dc-page-menu ul {
  list-style: none;
  text-align: left;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}
.dc-page-menu ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  -ms-flex: 1;
      flex: 1;
  max-width: calc(25% - 20px);
}
.dc-page-menu ul li a {
  color: #212c2a;
  font-weight: 700;
  padding: 30px 0;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .dc-page-menu ul li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 999px) {
  .dc-page-menu ul li a {
    padding: 16px 0;
  }
}
.dc-page-menu ul li a:after, .dc-page-menu ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #f5f9fa;
  left: 0;
  bottom: 0;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1099px) {
  .dc-page-menu ul li a:after, .dc-page-menu ul li a:before {
    height: 4px;
  }
}
@media only screen and (max-width: 999px) {
  .dc-page-menu ul li a:after, .dc-page-menu ul li a:before {
    height: 3px;
  }
}
.dc-page-menu ul li a:after {
  width: 0;
  background: #062032;
}
.dc-page-menu ul li:first-child {
  margin-left: 0;
}
.dc-page-menu ul li a:hover:after, .dc-page-menu ul li.current_page_item a:after {
  width: 100%;
}

.dc-titlebox.counter {
  height: auto !important;
}
.dc-titlebox.counter .dc-counters {
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 90px 0;
}
@media only screen and (min-width: 1000px) {
  .dc-titlebox.counter .dc-counters {
    padding: 117px 0;
  }
}
.dc-titlebox.counter .dc-counters h1 {
  color: white;
  margin-bottom: 20px !important;
}
.dc-titlebox.counter .dc-counters .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
}
.dc-titlebox.counter .dc-counters .items .item {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.counter .dc-counters .items .item {
    padding: 0 20px;
  }
}
.dc-titlebox.counter .dc-counters .items .item .dc-countup-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.dc-titlebox.counter .dc-counters .items .item .item-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.counter .dc-counters .items .item .item-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-titlebox.counter .dc-counters .items .item .item-title {
    font-size: 42px;
  }
}
.dc-titlebox.counter .dc-counters .items .item p {
  margin-top: 0;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.counter .dc-counters .items .item p {
    font-size: 16px;
  }
}
.dc-titlebox.counter .dc-counters .items .item p:last-child {
  margin-bottom: 0;
}

.dc-page-menu {
  display: none !important;
}

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

TITLE BOX - HEIGHTS

\*------------------------------------*/
.dc-titlebox {
  height: auto;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox {
    height: 205px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    height: 225px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    height: 245px;
  }
}
.dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
  height: auto;
  min-height: 390px;
  max-height: 50vw;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 670px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 770px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 870px;
  }
}

/*
&.multiple-sliders,
.multipleSliders,
.multipleSliders .item {
height: 600px;

@include mq('tablet', min) 	{ height: 700px; }	

@include mq('950', min) 	{ height: 800px; }	

@include mq('desktop', min) { height: 870px; }
}
*/
/*
&.title_short {
min-height: $title_box_height_short - 190px;

@include mq('tablet', min) 	{ min-height: $title_box_height_short - 120px; }	

@include mq('950', min) 	{ min-height: $title_box_height_short - 60px; }	

@include mq('desktop', min) { min-height: $title_box_height_short; }
}
*/
/*
// FULL

&.title_full,
&.title_full .slick-slide,
&.title_full .image-wrapper {
height: 100vh;
min-height: 1000px;

@include mq('tablet', min) 	{ height: 100vh; }	

@include mq('950', min) 	{ height: 100vh; }	

@include mq('desktop', min) { height: 100vh; }

padding-bottom: 100px;

@media only screen and (min-height: 1000px) { 
padding-bottom: 19vh;
}	
}
*/
/*------------------------------------*\

TITLE BOX - SLIDER

\*------------------------------------*/
.dc-titlebox.slider {
  min-height: 870px;
}
.dc-titlebox.slider:before {
  background-image: url("../../../uploads/2021/05/slider-bg-dark-blue.jpg");
}
.dc-titlebox.multiple-sliders {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.multiple-sliders .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-titlebox .multipleSliders {
  width: 100%;
  margin: 0 auto !important;
  box-sizing: border-box;
  transition: all 250ms ease-in-out;
  display: none;
  opacity: 0;
}
.dc-titlebox .multipleSliders.slick-initialized {
  display: block;
  opacity: 1;
}
.dc-titlebox .multipleSliders .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-size: cover;
}
.dc-titlebox .multipleSliders .item .content {
  max-width: 1420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px 80px;
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox .multipleSliders .item .content {
    padding: 35px 60px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .content {
    padding-top: 0;
  }
}
.dc-titlebox .multipleSliders .item .content > * {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .content > * {
    max-width: 48vw;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox .multipleSliders .item .content > * {
    max-width: 560px;
  }
}
.dc-titlebox .multipleSliders .item .content p {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 32px;
}
.dc-titlebox .slick-dots {
  position: absolute;
  bottom: 26px;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .slick-dots {
    margin: 0 0 0 60px;
  }
}

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

    TEXT BOX

\*------------------------------------*/
.dc-text.bg_white + .bg_white.dc-text.no-title, .dc-text.bg_grey + .bg_grey.dc-text.no-title, .dc-text.bg_blue + .bg_blue.dc-text.no-title {
  margin-top: -60px !important;
}
.dc-text .section_intro .button-wrapper {
  margin-top: 50px;
}
.dc-text .section_intro .title-wrapper h2:first-child:before, .dc-text .section_intro .title-wrapper h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.dc-text.highlight.section > .inner {
  max-width: 1420px;
}
.dc-text.highlight .section_content {
  width: 100%;
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  .dc-text.highlight .section_content {
    width: 80%;
  }
}
.dc-text.highlight.bg_grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  height: calc(100% + 278px);
  background: #f7f8f8;
}
.dc-titlebox + .dc-text.highlight.bg_grey:before {
  top: -278px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox + .dc-text.highlight.bg_grey:before {
    top: -120px;
  }
}
.dc-text.section > .inner {
  position: relative;
}
.dc-text .item > h3,
.dc-text .text > h3 {
  color: #cf8644;
}
.dc-text .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.dc-text .items .item {
  width: 100%;
  padding-top: 30px;
}
.dc-text .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .dc-text .items .item.width_12 {
    width: 100%;
  }
  .dc-text .items .item.width_6_6, .dc-text .items .item.width_8_4, .dc-text .items .item.width_4_8, .dc-text .items .item.width_7_5, .dc-text .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .dc-text .items .item.width_6_6:nth-child(odd), .dc-text .items .item.width_8_4:nth-child(odd), .dc-text .items .item.width_4_8:nth-child(odd), .dc-text .items .item.width_7_5:nth-child(odd), .dc-text .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .dc-text .items .item.width_6_6:nth-child(even), .dc-text .items .item.width_8_4:nth-child(even), .dc-text .items .item.width_4_8:nth-child(even), .dc-text .items .item.width_7_5:nth-child(even), .dc-text .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .dc-text .items .item.width_6_6:nth-child(1), .dc-text .items .item.width_6_6:nth-child(2), .dc-text .items .item.width_8_4:nth-child(1), .dc-text .items .item.width_8_4:nth-child(2), .dc-text .items .item.width_4_8:nth-child(1), .dc-text .items .item.width_4_8:nth-child(2), .dc-text .items .item.width_7_5:nth-child(1), .dc-text .items .item.width_7_5:nth-child(2), .dc-text .items .item.width_5_7:nth-child(1), .dc-text .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .dc-text .items .item.width_6_6 {
    width: 50%;
  }
  .dc-text .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .dc-text .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .dc-text .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .dc-text .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .dc-text .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .dc-text .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .dc-text .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .dc-text .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .dc-text .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .dc-text .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .dc-text .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dc-text .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .dc-text .items .item.width_4_4_4:nth-child(1), .dc-text .items .item.width_4_4_4:nth-child(2), .dc-text .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.dc-text.title_left .inner {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-text.title_left .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .dc-text.title_left .inner .section_intro {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .dc-text.title_left .inner .section_intro {
    width: 42% !important;
    min-width: 400px;
    padding-right: 30px;
    margin-bottom: 0 !important;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .dc-text.title_left .inner .section_content {
    -ms-flex: 1;
        flex: 1;
    margin-top: 43px;
  }
}
.dc-text .dc-twitter-timeline {
  padding: 10%;
  margin-top: -40px;
  box-shadow: 0 0 20px 10px rgba(40, 40, 40, 0.05);
}
@media only screen and (max-width: 767px) {
  .dc-text .dc-twitter-timeline {
    padding: 50px 20px 20px;
    margin-top: 0;
  }
}
.dc-text .dc-twitter-timeline a.arrow-right:after {
  color: #cf8644;
}
.dc-text .dc-twitter-timeline .timeline-Tweet-media {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .dc-text.twitter-wrapper .items .item.width_8_4:nth-child(odd) {
    width: 56%;
  }
  .dc-text.twitter-wrapper .items .item.width_8_4:nth-child(even) {
    width: 44%;
    padding-left: 10px;
  }
  .dc-text.twitter-wrapper .items .item.width_8_4 .title-wrapper h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-text.twitter-wrapper .items .item.width_8_4 .title-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-text.twitter-wrapper .items .item.width_8_4:nth-child(odd) {
    width: 100%;
  }
  .dc-text.twitter-wrapper .items .item.width_8_4:nth-child(even) {
    width: 100%;
    padding-left: 0;
  }
}

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

IMAGE TEXT BOX

\*------------------------------------*/
.dc-image-text .section_content {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text .image-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text .image-wrapper {
    margin-top: 30px !important;
  }
}
.dc-image-text .image-wrapper > img {
  display: block;
  width: 100%;
  box-shadow: unset;
}
.dc-image-text .image-wrapper .dc-lightbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dc-image-text .image-wrapper.img_popup: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;
  content: "\f00e";
  bottom: 45px;
  right: 45px;
  color: #cf8644;
  font-size: 25px;
}
.dc-image-text .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-image-text .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text .button-wrapper {
    margin-top: 50px;
  }
}
.dc-image-text .button-wrapper .dc-btn + .dc-btn {
  margin-left: 10px;
}
.dc-image-text .section_content .right > h2:first-child:before, .dc-image-text .section_content .right > h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.dc-image-text .left,
.dc-image-text .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text .left,
.dc-image-text .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text .left {
    width: 50%;
  }
  .dc-image-text .right {
    width: 50%;
    padding-left: 0;
  }
}
.dc-image-text .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .dc-image-text .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text .image_left .section_content .left {
    padding-right: 5%;
  }
  .dc-image-text .image_left .section_content .right {
    padding-left: 5%;
  }
  .dc-image-text .image_right .section_content .left {
    padding-left: 5%;
  }
  .dc-image-text .image_right .section_content .right {
    padding-right: 5%;
  }
  .dc-image-text.image-edge .image_left .section_content .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0;
  }
  .dc-image-text.image-edge .image_left .section_content .left .image-wrapper {
    width: 50vw;
    padding-right: 10%;
    min-width: 50vw;
  }
  .dc-image-text.image-edge .image_left .section_content .right {
    padding-left: 5%;
    padding-right: 0;
  }
  .dc-image-text.image-edge .image_right .section_content .left {
    padding: 0;
  }
  .dc-image-text.image-edge .image_right .section_content .left .image-wrapper {
    width: 50vw;
    padding-left: 10%;
  }
  .dc-image-text.image-edge .image_right .section_content .right {
    padding-left: 0;
    padding-right: 5%;
  }
}

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

    IMAGE CAROUSEL & SLIDER 

\*------------------------------------*/
.section.dc-image-slider:not(.default) {
  padding-block: 0 !important;
}
.section.dc-image-slider:not(.default) .slick-list {
  padding: 0 !important;
  margin: 0 -6px;
}
.section.dc-image-slider:not(.default) .item {
  padding: 0 6px;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-slider:not(.default) .item img {
  min-width: 100%;
  object-fit: cover !important;
}
.section.dc-image-slider:not(.default) > .inner {
  max-width: 1428px;
}
.section.dc-image-slider:not(.default) > .inner > .button-wrapper {
  margin-top: 30px;
}
.section.dc-image-slider:not(.default) > .inner .section_intro {
  margin: 0 4px 40px;
}
.section.dc-image-slider:not(.default) > .inner .section_intro .title:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
@media only screen and (min-width: 1200px) {
  .section.dc-image-slider:not(.default) > .inner .slick-list {
    width: 200%;
    padding: 0 50% !important;
    margin-left: -50%;
  }
}
@media only screen and (max-width: 1199px) {
  .section.dc-image-slider:not(.default) > .inner .slick-list {
    margin: 0;
  }
}
.section.dc-image-slider:not(.default) > .inner .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-slider:not(.default) > .inner .slick-dots {
  padding-bottom: 50px !important;
}
.section.dc-image-slider:not(.default) > .inner .item {
  padding: 0 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 530px;
  max-height: 32vw;
  min-height: 200px;
  opacity: 0.3;
}
@media only screen and (max-width: 559px) {
  .section.dc-image-slider:not(.default) > .inner .item {
    max-height: 70vw;
  }
}
.section.dc-image-slider:not(.default) > .inner .item.slick-active {
  opacity: 1;
}
.section.dc-image-slider:not(.default) > .inner .item img {
  object-fit: contain;
}

.dc-image-slider .slick-slide,
.dc-image-slider .image-wrapper,
.dc-image-slider .image-wrapper img,
.dc-project-slider.default .slick-slide,
.dc-project-slider.default .image-wrapper,
.dc-project-slider.default .image-wrapper img {
  min-height: 540px;
}
.dc-image-slider .inner,
.dc-project-slider.default .inner {
  position: relative;
}
.dc-image-slider .inner .section_content .item,
.dc-project-slider.default .inner .section_content .item {
  position: relative;
}
.dc-image-slider .inner .section_content .item .text,
.dc-project-slider.default .inner .section_content .item .text {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 100%;
  max-width: calc(100% - 60px);
  max-height: 375px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .dc-image-slider .inner .section_content .item .text,
.dc-project-slider.default .inner .section_content .item .text {
    left: 60px;
    max-width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 1420px) {
  .dc-image-slider .inner .section_content .item .text,
.dc-project-slider.default .inner .section_content .item .text {
    left: calc(50% - 650px);
    max-width: 1300px;
  }
}
.dc-image-slider .inner .section_content .item .text .inner-wrapper,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper {
  width: 100%;
  max-width: 650px;
  padding: 65px 70px 60px;
  background: #24302c;
}
.dc-image-slider .inner .section_content .item .text .inner-wrapper p,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper p {
  color: white;
}
.dc-image-slider .inner .section_content .item .text .inner-wrapper h2,
.dc-image-slider .inner .section_content .item .text .inner-wrapper h3,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h2,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper h3 {
  color: #cf8644;
}
.dc-image-slider .inner .section_content .item .text .inner-wrapper .links,
.dc-project-slider.default .inner .section_content .item .text .inner-wrapper .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 35px;
}
.dc-image-slider .inner .section_content .item .image-wrapper,
.dc-project-slider.default .inner .section_content .item .image-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.dc-image-slider .inner .section_content .item .image-wrapper img,
.dc-project-slider.default .inner .section_content .item .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dc-image-slider .inner .thumbs,
.dc-project-slider.default .inner .thumbs {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.dc-image-slider .inner .thumbs .slick-dots,
.dc-project-slider.default .inner .thumbs .slick-dots {
  width: 100%;
  max-width: 768px;
  position: relative;
  padding-left: 60px;
  margin: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .dc-image-slider .inner .thumbs .slick-dots,
.dc-project-slider.default .inner .thumbs .slick-dots {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-slider .inner .thumbs .slick-dots,
.dc-project-slider.default .inner .thumbs .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dc-image-slider .inner .thumbs .slick-dots li,
.dc-project-slider.default .inner .thumbs .slick-dots li {
  width: 12px;
  margin: 0 0 0 12px;
}
.dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title {
    font-size: 18px;
  }
}
.dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:after, .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:before,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:after,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cf8644;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:after, .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:before,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:after,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:before {
    height: 4px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:after, .dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:before,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:after,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:before {
    height: 5px;
  }
}
.dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:before,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:before {
  width: 0;
}
.dc-image-slider .inner .thumbs .slick-dots li a.dc_slide_title:after,
.dc-project-slider.default .inner .thumbs .slick-dots li a.dc_slide_title:after {
  opacity: 0.4;
}
.dc-image-slider .inner .thumbs .slick-dots li.slick-active a.dc_slide_title:before, .dc-image-slider .inner .thumbs .slick-dots li:hover a.dc_slide_title:before,
.dc-project-slider.default .inner .thumbs .slick-dots li.slick-active a.dc_slide_title:before,
.dc-project-slider.default .inner .thumbs .slick-dots li:hover a.dc_slide_title:before {
  width: 100%;
}

.dc-image-slider.default {
  padding: 0 !important;
}
.dc-image-slider.default .inner {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.dc-image-slider.default .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.dc-image-slider.default .slick-slide {
  height: inherit !important;
}
@media only screen and (max-width: 767px) {
  .dc-image-slider.default .slick-slide .inner-wrapper {
    padding: 30px 25px 25px !important;
  }
}
.dc-image-slider.default .slick-slide.slick-active:nth-child(1) .slick-dots li:nth-child(1) button:after {
  background: #cf8644;
}
.dc-image-slider.default .slick-slide.slick-active:nth-child(2) .slick-dots li:nth-child(2) button:after {
  background: #cf8644;
}
.dc-image-slider.default .slick-slide.slick-active:nth-child(3) .slick-dots li:nth-child(3) button:after {
  background: #cf8644;
}
.dc-image-slider.default .slick-slide.slick-active:nth-child(4) .slick-dots li:nth-child(4) button:after {
  background: #cf8644;
}
.dc-image-slider.default .slick-slide.slick-active:nth-child(5) .slick-dots li:nth-child(5) button:after {
  background: #cf8644;
}

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

IMAGE/VIDEO TEXT SECTION

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

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

    CARDS CAROUSEL

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

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

    CARDS

\*------------------------------------*/
.dc-cards-section .section_intro .title-wrapper h2:first-child:before, .dc-cards-section .section_intro .title-wrapper h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.dc-cards-section .section_content .grid-items .slick-list {
  overflow: visible;
  width: calc(100% + 30px);
}
@media only screen and (max-width: 767px) {
  .dc-cards-section .section_content .grid-items .slick-list .item {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-cards-section .section_content .grid-items.col2 {
    width: calc(50% + 40px);
  }
}
@media only screen and (max-width: 1099px) {
  .dc-cards-section .section_content .grid-items.col2 .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-cards-section .section_content .grid-items.col2 .item {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .dc-cards-section .section_content .grid-items.col3 {
    width: calc(100% + 6px);
    margin-bottom: -26px;
  }
  .dc-cards-section .section_content .grid-items.col3 .dc-card {
    width: calc(33.3333333333% - 6px) !important;
    margin-right: 6px !important;
  }
}
@media only screen and (min-width: 768px) {
  .dc-cards-section .section_content .grid-items.col4 {
    width: calc(100% + 6px);
    margin-bottom: -26px;
  }
  .dc-cards-section .section_content .grid-items.col4 .dc-card {
    width: calc(25% - 6px) !important;
    margin-right: 6px !important;
  }
}
.dc-cards-section .section_content .dc-card {
  border-radius: 0;
  min-height: 270px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .dc-cards-section .section_content .dc-card {
    background: #e8e7e5;
  }
}
@media only screen and (min-width: 768px) {
  .dc-cards-section .section_content .dc-card {
    min-height: 315px;
  }
}
.dc-cards-section .section_content .dc-card .content-wrapper {
  padding: 50px 8% 130px 16%;
}
@media only screen and (min-width: 950px) {
  .dc-cards-section .section_content .dc-card .content-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-cards-section .section_content .dc-card .content-wrapper {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-cards-section .section_content .dc-card .content-wrapper {
    padding: 50px 20px;
  }
}
.dc-cards-section .section_content .dc-card .content-wrapper h3 {
  color: #212c2a;
}
@media only screen and (max-width: 1199px) {
  .dc-cards-section .section_content .dc-card .content-wrapper h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-section .section_content .dc-card .content-wrapper h3 {
    font-size: 22px;
  }
}
.dc-cards-section .section_content .dc-card .image-wrapper {
  height: 200px;
}
.dc-cards-section .section_content .dc-card .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .dc-cards-section .section_content .dc-card .text {
    display: none;
    opacity: 0;
  }
}
.dc-cards-section .section_content .dc-card .text p {
  color: #212c2a;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  .dc-cards-section .section_content .dc-card .text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-cards-section .section_content .dc-card .text p {
    font-size: 16px;
  }
}
.dc-cards-section .section_content .dc-card:hover {
  background: #e8e7e5;
  border-bottom: 3px solid #cf8644;
}
.dc-cards-section .section_content .dc-card:hover .content-wrapper {
  padding-bottom: 50px;
}
.dc-cards-section .section_content .dc-card:hover .content-wrapper h3 {
  font-size: 22px;
}
.dc-cards-section .section_content .dc-card:hover .button-wrapper {
  display: none;
}
.dc-cards-section .section_content .dc-card:hover .text {
  display: block;
  opacity: 1;
}

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

POST GRID- FILTER

\*------------------------------------*/
.section-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 35px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .section-filters {
    margin-bottom: 25px;
  }
}
.section-filters .filters,
.section-filters .sort {
  position: relative;
  cursor: pointer;
}
.section-filters .filters span,
.section-filters .sort span {
  padding-right: 40px;
}
.section-filters .filters span:after,
.section-filters .sort span: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;
  padding-left: 12px;
  font-size: 0.6em;
  position: relative;
  vertical-align: 0;
  content: "\f078";
  transition: all 250ms ease-in-out;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  right: 0;
  top: 4px;
  width: 19px;
  height: 20px;
  padding: 1px 1px 1px 2px;
}
.section-filters .filters .dropdown-content,
.section-filters .sort .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  background: #f7f8f8;
}
.section-filters .filters .dropdown-content ul,
.section-filters .sort .dropdown-content ul {
  padding: 8px 0;
}
.section-filters .filters .dropdown-content ul li,
.section-filters .sort .dropdown-content ul li {
  cursor: pointer;
  list-style: none;
  padding: 5px 14px;
  margin: 0;
  min-width: 170px;
  font-size: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.section-filters .filters .dropdown-content ul li:hover,
.section-filters .sort .dropdown-content ul li:hover {
  color: #cf8644;
}
.section-filters .filters:hover span,
.section-filters .sort:hover span {
  color: #cf8644;
}
.section-filters .filters:hover .dropdown-content,
.section-filters .sort:hover .dropdown-content {
  display: block;
}
.section-filters p span {
  padding-left: 10px;
}

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

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

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

    POST GRID - ITEMS

\*------------------------------------*/
.grid-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 {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin-bottom: -15px;
  }
}
.grid-items.col2 {
  width: calc(100% + 26px);
  margin-bottom: -26px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col2 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col2 {
    width: 100%;
  }
}
.grid-items.col2 .item {
  width: calc(calc(100% / 2) - 26px);
  margin-right: 26px;
}
@media only screen and (max-width: 849px) {
  .grid-items.col2 .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items.col2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items.col3 {
  width: calc(100% + 26px);
  margin-bottom: -26px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col3 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col3 {
    width: 100%;
  }
}
.grid-items.col3 .item {
  width: calc(calc(100% / 3) - 26px);
  margin-right: 26px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col3 .item {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 849px) {
  .grid-items.col3 .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items.col3 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items.col4 {
  width: calc(100% + 26px);
  margin-bottom: -26px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col4 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col4 {
    width: 100%;
  }
}
.grid-items.col4 .item {
  width: calc(calc(100% / 4) - 26px);
  margin-right: 26px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col4 .item {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col4 .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items.col4 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items.slick-slider {
  width: 100%;
  display: block;
}
.grid-items.slick-slider .item {
  margin-right: 0;
}

.dc-card {
  position: relative;
  margin-bottom: 26px;
  box-shadow: 0 0 22px 4px rgba(1, 1, 1, 0.01);
  overflow: hidden;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 650px) {
  .dc-card {
    margin-bottom: 15px;
  }
}
.dc-card .image-wrapper {
  position: relative;
  height: 260px;
  max-height: 53vw;
  min-height: 140px;
  display: -ms-flexbox;
  display: flex;
  background: #f7f8f8;
}
@media only screen and (min-width: 651px) {
  .dc-card .image-wrapper {
    max-height: 27vw;
  }
}
@media only screen and (min-width: 768px) {
  .dc-card .image-wrapper {
    max-height: 27vw;
  }
}
@media only screen and (min-width: 850px) {
  .col3 .dc-card .image-wrapper {
    max-height: 17vw;
  }
}
@media only screen and (min-width: 1100px) {
  .col4 .dc-card .image-wrapper {
    max-height: 13vw;
  }
}
.dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.dc-card .image-wrapper .play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-card .image-wrapper .play-btn-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;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(33, 44, 42, 0.2);
  border-radius: 100%;
  border: 2px solid white;
}
.dc-card .image-wrapper .play-btn-overlay span.play-btn i {
  color: white;
  font-size: 30px;
  margin-left: 7px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
}
.dc-card .content-wrapper h3 {
  color: #212c2a;
  margin-top: 16px;
}
.dc-card .content-wrapper .meta-date {
  color: #212c2a;
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.dc-news-featured .dc-card .content-wrapper h4,
.dc-news-featured .dc-card .content-wrapper .meta-date {
  color: #cf8644;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.dc-news-featured .dc-card .content-wrapper .meta-date {
  margin-top: 10px;
}
.dc-card .content-wrapper h3 {
  margin-bottom: 16px;
}
.dc-card .content-wrapper p {
  margin: 0;
}
.dc-card .button-wrapper {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 10% 0 16%;
}
@media only screen and (max-width: 767px) {
  .dc-card .button-wrapper {
    padding: 0 20px;
    bottom: 30px;
  }
}
.dc-card .button-wrapper a {
  position: relative;
  font-size: 14px;
  line-height: 1.15em;
}
.dc-card .button-wrapper a:before {
  display: none;
}
.dc-card > a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .dc-card:hover h2,
.dc-card:hover h3,
.dc-card:hover p {
    color: #cf8644;
  }
}

.dc-news-grid .dc-card .button-wrapper {
  padding: 0 22px 30px 22px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dc-news-grid .dc-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 250ms ease-in-out;
}
.dc-news-grid:not(.dc-news-featured) {
  padding-top: 60px !important;
}
.dc-news-grid:not(.dc-news-featured) .dc-card {
  border-bottom: 2px solid #cf8644;
  margin-bottom: 30px;
}
.dc-news-grid:not(.dc-news-featured) .dc-card h3 {
  margin-bottom: 40px;
}

.dc-news-grid.news-carousel .section_content .grid-items .slick-list {
  padding-right: 33.333%;
  width: calc(133.333% + 30px);
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .dc-news-grid.news-carousel .section_content .grid-items .slick-list {
    padding-right: 0;
    width: 100%;
  }
}
.dc-news-grid.news-carousel .section_content .grid-items .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.dc-news-grid.news-carousel .section_content .grid-items .slick-slide {
  width: calc(100% - 30px);
  margin-right: 30px;
  height: unset;
}
.dc-news-grid.news-carousel .section_content .grid-items .slick-dots li button {
  width: 125px;
}
@media only screen and (max-width: 767px) {
  .dc-news-grid.news-carousel .section_content .grid-items .slick-dots li button {
    width: 20px;
  }
}
.dc-news-grid.news-carousel .section_content .grid-items .slick-dots li button:after {
  width: 125px;
  height: 4px;
  padding: 1px 0;
  border: 0 none;
  border-radius: 0;
  background-color: #f5f9fa;
}
@media only screen and (max-width: 767px) {
  .dc-news-grid.news-carousel .section_content .grid-items .slick-dots li button:after {
    width: 20px;
  }
}
.dc-news-grid.news-carousel .section_content .grid-items .slick-dots li.slick-active button:after {
  background: #062032;
}

.dc-news-grid .featured-posts {
  position: relative;
  height: 740px;
  max-height: 100vw;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 15px;
  display: -ms-flexbox;
  display: flex;
}
.dc-news-grid .featured-posts img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.dc-news-grid .featured-posts .featured {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 80px 7% 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 1099px) {
  .dc-news-grid .featured-posts .featured {
    padding: 70px 7% 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-news-grid .featured-posts .featured {
    width: 100%;
    min-width: 100%;
    padding: 40px 25px 30px;
  }
}
.dc-news-grid .featured-posts .featured .featured-content {
  position: relative;
}
.dc-news-grid .featured-posts .featured .featured-content .featured-inner {
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
  .dc-news-grid .featured-posts .featured .featured-content .featured-inner {
    max-width: 80%;
  }
}
@media only screen and (min-width: 950px) {
  .dc-news-grid .featured-posts .featured .featured-content .featured-inner {
    max-width: 60%;
  }
}
.dc-news-grid .featured-posts .featured .featured-content .button-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
}
.dc-news-grid .featured-posts .featured .featured-content .button-wrapper i {
  font-size: 35px;
}
.dc-news-grid .featured-posts .featured span,
.dc-news-grid .featured-posts .featured h3,
.dc-news-grid .featured-posts .featured p,
.dc-news-grid .featured-posts .featured a {
  color: #FFFFFF;
}
@media only screen and (max-width: 899px) {
  .dc-news-grid .featured-posts .featured .dc-btn {
    padding: 10px 20px;
    font-size: 14px !important;
  }
}
.dc-news-grid .featured-posts .featured span {
  width: 220px;
  background: #cf8644;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dc-news-grid .featured-posts .featured span {
    width: 180px;
    font-size: 12px;
    line-height: 38px;
  }
}
.dc-news-grid .featured-posts .featured h3 {
  margin-bottom: 20px;
  color: #cf8644;
  font-weight: 700;
}
.dc-news-grid .featured-posts .featured .post-date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .dc-news-grid .featured-posts .featured .post-date {
    font-size: 14px;
  }
}
.dc-news-grid .featured-posts .featured p {
  margin-bottom: 0;
}
.dc-news-grid .featured-posts > a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

    POST ROW - ITEMS

\*------------------------------------*/
.row-items {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.row-items .item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  /*
  		@media (hover: hover) {

  		    &:hover{

  				h3{
  	    			color: $theme_color;
  				}

  				.readmore {

  					span {
  						color: $yellow;
  					}
  				}
  			}
  		}
  */
}
.row-items .item .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: #f7f8f8;
}
.row-items .item .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.row-items .item .content-wrapper .meta-date,
.row-items .item .content-wrapper .meta-time {
  color: #9C9CA7;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 24px;
}
.row-items .item .content-wrapper h2,
.row-items .item .content-wrapper h3,
.row-items .item .content-wrapper h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.row-items .item .content-wrapper h3 {
  font-weight: 600;
}
.row-items .item .content-wrapper h4 {
  font-size: 20px;
}
.row-items .item .content-wrapper p {
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5em;
  margin: 0;
}
.dc-events-list:last-child {
  padding-bottom: 0 !important;
}
.dc-events-list .section_content {
  max-width: 1100px;
  margin: 0 auto;
}
.dc-events-list .section_content .item {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-events-list .section_content .item:nth-child(even):before {
  content: "";
  background: #f7f8f8;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
.dc-events-list .section_content .item .content-wrapper {
  position: relative;
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper {
    width: 100%;
  }
}
.dc-events-list .section_content .item .content-wrapper h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1099px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 26px;
  }
}
.dc-events-list .section_content .item .content-wrapper .meta-date,
.dc-events-list .section_content .item .content-wrapper .meta-time {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1099px) {
  .dc-events-list .section_content .item .content-wrapper .meta-date,
.dc-events-list .section_content .item .content-wrapper .meta-time {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper .meta-date,
.dc-events-list .section_content .item .content-wrapper .meta-time {
    font-size: 16px;
  }
}
.dc-events-list .section_content .item .content-wrapper .meta-date {
  margin-top: 20px;
  margin-bottom: 12px;
}
.dc-events-list .section_content .item .image-wrapper {
  width: 50%;
  height: 384px;
  max-height: 34vw;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    max-height: 50vw;
  }
}

.dc-podcast-list .section_content {
  max-width: 1430px;
  margin: 0 auto;
}
.dc-podcast-list .section_content .item {
  padding: 50px 0 40px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #f7f8f8;
}
@media only screen and (max-width: 767px) {
  .dc-podcast-list .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.dc-podcast-list .section_content .item .content-wrapper {
  -ms-flex: 1;
      flex: 1;
}
.dc-podcast-list .section_content .item .content-wrapper .meta-date,
.dc-podcast-list .section_content .item .content-wrapper .meta-time {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.dc-podcast-list .section_content .item .content-wrapper .episode {
  text-transform: capitalize;
}
.dc-podcast-list .section_content .item .image-wrapper {
  height: 146px;
  width: 146px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-podcast-list .section_content .item .image-wrapper {
    max-width: 15vw;
    max-width: 15vw;
    margin-bottom: 0;
  }
}
.dc-podcast-list .section_content .item .button-wrapper {
  margin-top: 30px;
}
.dc-podcast-list .section_content .item .button-wrapper .dc-btn {
  width: 216px;
  min-width: 100px;
}
@media only screen and (min-width: 768px) {
  .dc-podcast-list .section_content .item .button-wrapper {
    margin-left: 30px;
    margin-top: 0;
  }
  .dc-podcast-list .section_content .item .button-wrapper .dc-btn {
    max-width: 20vw;
    padding: 16px;
  }
}

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

    ACCORDION

\*------------------------------------*/
.dc-accordion .section_intro .title-wrapper h2:first-child:before,
.dc-accordion .section_intro .title-wrapper h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.dc-accordion > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .dc-accordion > .inner {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.dc-accordion > .inner > .section_intro {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: normal !important;
      justify-content: normal !important;
}
@media only screen and (min-width: 768px) {
  .dc-accordion > .inner > .section_intro {
    width: 40% !important;
    padding-right: 7%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-accordion > .inner > .section_content {
    width: 60%;
  }
}
.dc-accordion > .inner > .section_intro .title-wrapper {
  max-width: 100% !important;
}
.dc-accordion.bg_grey .accordion:after {
  background: white;
}
.dc-accordion.bg_blue .accordion:after {
  background: white;
}

.accordion-wrapper .accordion {
  margin: 0 auto 6px;
  width: 100%;
  max-width: 100%;
  position: relative;
  background: white;
  padding: 30px 30px;
  box-shadow: 0 0 22px 4px rgba(1, 1, 1, 0.01);
}
@media only screen and (min-width: 900px) {
  .accordion-wrapper .accordion {
    padding: 42px 6%;
  }
}
.accordion-wrapper .accordion:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #cf8644;
}
.accordion-wrapper .accordion > .title {
  position: relative;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .accordion-wrapper .accordion > .title {
    margin-bottom: 6px;
  }
}
.accordion-wrapper .accordion > .title .icon {
  width: 66px;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accordion-wrapper .accordion > .title > h3 {
  margin-bottom: 0;
  color: #212c2a;
  font-size: 20px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .accordion-wrapper .accordion > .title > h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .accordion > .title > h3 {
    font-size: 22px;
  }
}
.accordion-wrapper .accordion > .title:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f067";
  right: 0;
  font-size: 20px;
}
.accordion-wrapper .accordion > .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
}
.accordion-wrapper .accordion > .content *:last-child {
  margin-bottom: 0;
}
.accordion-wrapper .accordion > .content p,
.accordion-wrapper .accordion > .content li {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .accordion-wrapper .accordion > .content p,
.accordion-wrapper .accordion > .content li {
    font-size: 16px;
  }
}
.accordion-wrapper .accordion:hover:after {
  height: 4px;
}
.accordion-wrapper .accordion.active:after {
  height: 4px;
}
.accordion-wrapper .accordion.active > .title:before {
  content: "\f068";
}
.accordion-wrapper .accordion.active > .content {
  max-height: 2000px;
  height: auto;
  padding-top: 20px;
}

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

    TEAM CARDS

\*------------------------------------*/
.dc-team-cards .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  width: calc(100% + 26px);
  margin-bottom: -26px;
  background: white;
}
@media only screen and (max-width: 1439px) {
  .dc-team-cards .section_content {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-team-cards .section_content {
    width: 100%;
    padding: 0;
  }
}
.dc-team-cards .section_content .item {
  width: calc(calc(100% / 3) - 26px);
  margin-right: 26px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1439px) {
  .dc-team-cards .section_content .item {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .dc-team-cards .section_content .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-team-cards .section_content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content.carousel {
    width: 100%;
  }
  .dc-team-cards .section_content.carousel .item {
    margin-bottom: 0;
  }
}

.dc-team-cards .section_intro {
  max-width: 100% !important;
  text-align: left !important;
}

.dc-team-cards .section_content .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.dc-team-cards .section_content .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 390px;
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content .item .image-wrapper {
    height: 1000px;
    max-height: 70vw;
  }
}
.dc-team-cards .section_content .item .image-wrapper img {
  object-fit: contain;
  width: 100%;
}
.dc-team-cards .section_content .item .text {
  width: 100%;
  height: 140px;
  padding: 25px 50px 50px;
  background: white;
}
.dc-team-cards .section_content .item .text h3 {
  color: #212c2a;
  font-size: 22px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .dc-team-cards .section_content .item .text h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-team-cards .section_content .item .text h3 {
    font-size: 32px;
  }
}
.dc-team-cards .section_content .item .text p {
  color: #cf8644;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  .dc-team-cards .section_content .item .text p {
    font-size: 16px;
  }
}
.dc-team-cards .section_content .item .hover-text {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 150px 50px 80px;
  background: #cf8644;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .dc-team-cards .section_content .item .hover-text {
    padding: 70px 40px 80px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-team-cards .section_content .item .hover-text {
    padding: 60px 30px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content .item .hover-text {
    padding: 50px 20px 50px;
  }
}
.dc-team-cards .section_content .item .hover-text h3 {
  color: white;
  margin-bottom: 15px;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .dc-team-cards .section_content .item .hover-text h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-team-cards .section_content .item .hover-text h3 {
    font-size: 32px;
  }
}
.dc-team-cards .section_content .item .hover-text a {
  color: #FFFFFF;
}
.dc-team-cards .section_content .item .hover-text p {
  color: #FFFFFF !important;
  font-size: 18px;
}
.dc-team-cards .section_content .item .hover-text p:nth-child(2) {
  font-size: 16px;
}
.dc-team-cards .section_content .item .hover-text > a {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.6;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content .item .hover-text > a {
    bottom: 20px;
  }
}
.dc-team-cards .section_content .item .hover-text:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 12px;
  width: 60%;
  -ms-transform: skew(30deg);
      transform: skew(30deg);
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.dc-team-cards .section_content .item:hover .hover-text {
  opacity: 1;
}
.dc-team-cards .section_content .item:hover .hover-text:after {
  opacity: 1;
}
.dc-team-cards .section_content .item > a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dc-team-cards .slick-dots {
  margin: 0 auto;
}
.dc-team-cards button.slick-arrow .slick-prev {
  left: -10px;
}
.dc-team-cards button.slick-arrow .slick-next {
  right: 10px;
}

.popup-wrapper.fancybox-content {
  width: 1650px;
  max-width: calc(100% - 50px);
  padding: 0;
}

.popup-wrapper {
  padding: 0;
  max-width: 1060px;
}

.team-popup-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (max-width: 949px) {
  .team-popup-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.team-popup-inner .popup-image-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 949px) {
  .team-popup-inner .popup-image-wrapper:before {
    content: none;
  }
}
.team-popup-inner .popup-image-wrapper {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  display: none !important;
}
@media only screen and (max-width: 949px) {
  .team-popup-inner .popup-image-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .team-popup-inner .popup-image-wrapper {
    padding-top: 130px;
  }
}
.team-popup-inner .popup-image-wrapper img {
  display: block;
  object-fit: contain;
}
.team-popup-inner .popup-text {
  -ms-flex: 1;
      flex: 1;
  padding: 100px 80px;
}
@media only screen and (max-width: 1199px) {
  .team-popup-inner .popup-text {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-popup-inner .popup-text {
    padding: 30px;
  }
}
.team-popup-inner .popup-text h2 {
  margin-bottom: 10px;
}
.team-popup-inner .popup-text h2:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.team-popup-inner .popup-text h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .team-popup-inner .popup-text h3 {
    font-size: 20px;
  }
}
.team-popup-inner .popup-text ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.team-popup-inner .popup-text ul li {
  width: calc(50% - 25px);
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .team-popup-inner .popup-text ul li {
    width: 100%;
  }
}
.team-popup-inner .popup-text .text {
  margin-bottom: 20px;
}
.team-popup-inner .popup-text .text + span {
  font-size: 16px;
}
.team-popup-inner .button-wrapper {
  margin-top: 50px;
}
.team-popup-inner .button-wrapper a:after {
  display: none;
}
.team-popup-inner .team-contact {
  list-style: none;
}
.team-popup-inner .team-contact li {
  width: auto !important;
  margin: 0;
  font-size: 27px;
}

.fancybox__content > .carousel__button.is-close {
  top: 20px;
  right: 20px;
}
.fancybox__content > .carousel__button.is-close svg {
  filter: grayscale(100%);
  stroke: black;
}

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

ASX WIDGET

\*------------------------------------*/
.tab-content-wrapper + .widget-footer {
  display: none;
}

.dc-asx-gold-wrapper {
  width: 515px;
  position: absolute;
  bottom: -82px;
  z-index: 9999;
  padding: 65px 40px 50px;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 1540px) {
  .dc-asx-gold-wrapper {
    left: calc(50% + 196px);
  }
}
@media only screen and (max-width: 1539px) {
  .dc-asx-gold-wrapper {
    right: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .dc-asx-gold-wrapper {
    right: 30px;
    width: 38vw;
  }
}
@media only screen and (max-width: 949px) {
  .dc-asx-gold-wrapper {
    padding: 55px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-asx-gold-wrapper {
    position: relative;
    width: calc(100% - 30px);
    max-width: 360px;
    margin: 70px auto -130px;
    bottom: unset;
    right: unset;
  }
  .multiple-sliders .dc-asx-gold-wrapper {
    margin: -13px auto -70px;
  }
}
.dc-asx-gold-wrapper:after {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  top: -42px;
  left: calc(50% - 42px);
  background: url("../img/icon-image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-asx-gold-wrapper .inner-wrapper .tab {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 949px) {
  .dc-asx-gold-wrapper .inner-wrapper .tab {
    margin-bottom: 20px;
  }
}
.dc-asx-gold-wrapper .inner-wrapper .tab button {
  background-color: white;
  border: 1px solid #cf8644;
  border-radius: 10px;
  padding: 12px 10px;
  width: 50%;
  color: #062032;
  font-size: 14px !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 949px) {
  .dc-asx-gold-wrapper .inner-wrapper .tab button {
    font-size: 12px;
  }
}
.dc-asx-gold-wrapper .inner-wrapper .tab button.active {
  background-color: #cf8644;
  color: #FFFFFF;
}
.dc-asx-gold-wrapper .inner-wrapper .tab button:last-child {
  width: calc(50% + 16px);
  margin-left: -16px;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent {
  color: #062032;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv {
  text-align: left;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-asxlast-price,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-goldlast-price,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-asxlast-price,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-goldlast-price {
  color: #172950;
  font-size: 50px;
  font-weight: bold;
  margin-left: -1px;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-goldmovementPercent,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-goldmovementPercent {
  float: left;
  position: absolute;
  left: 340px;
  margin-top: -34px;
  font-size: 14px;
  color: #666666;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-goldmovementPercent .wl_goldmvImg,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-goldmovementPercent .wl_goldmvImg {
  display: inline-block;
  position: relative;
  top: 5px;
  padding-left: 0px;
  margin-right: 5px;
  width: 18px;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-asxmovementPercent,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-asxmovementPercent {
  float: left;
  position: absolute;
  left: 250px;
  margin-top: -34px;
  font-size: 14px;
  color: #666666;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-asxmovementPercent .wl_mvImg,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-asxmovementPercent .wl_mvImg {
  display: inline-block;
  position: relative;
  top: 5px;
  padding-left: 0px;
  margin-right: 5px;
  width: 18px;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-asxdatetime,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-asxPriceDiv #wl-golddatetime,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-asxdatetime,
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent .wl-goldPriceDiv #wl-golddatetime {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.15px;
  padding-top: 15px;
}
.dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent p {
  color: #062032;
}
@media only screen and (max-width: 949px) {
  .dc-asx-gold-wrapper .inner-wrapper .tab-content-wrapper .tabcontent p {
    margin-bottom: 20px;
  }
}
.dc-asx-gold-wrapper .inner-wrapper .asx_links .button-wrapper a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 25px 30px;
  background: #172A50;
  text-align: left;
}
@media only screen and (max-width: 949px) {
  .dc-asx-gold-wrapper .inner-wrapper .asx_links .button-wrapper a {
    padding: 12px 20px;
    font-size: 12px !important;
  }
}
.dc-asx-gold-wrapper .inner-wrapper .asx_links .button-wrapper a:hover {
  background: #cf8644;
}
.dc-asx-gold-wrapper .widget-footer p {
  color: #253D51;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

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

INVESTOR RESOURCES

\*------------------------------------*/
.section.dc-investor-resource {
  padding-top: 70px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-investor-resource {
    padding-top: 110px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-investor-resource {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.section.dc-investor-resource .bg_image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 460px;
  width: 100%;
}
.section.dc-investor-resource .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .section.dc-investor-resource .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 21px;
  }
}
.section.dc-investor-resource .inner .section_intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: 1;
      flex: 1;
}
.section.dc-investor-resource .inner .section_intro .title {
  color: #FFFFFF;
  line-height: 1em;
  text-align: left;
  max-width: 500px;
  margin-top: 36px;
}
.section.dc-investor-resource .inner .section_intro .title span {
  color: #cf8644;
}
.section.dc-investor-resource .inner .section_intro .button-wrapper {
  text-align: left;
  margin-top: 30px;
}
.section.dc-investor-resource .inner .section_intro .button-wrapper .dc-btn {
  background-color: #FFFFFF;
  color: #062032;
}
.section.dc-investor-resource .inner .section_intro .button-wrapper .dc-btn:hover {
  background-color: #cf8644;
  color: white;
}
.section.dc-investor-resource .inner .section_content {
  width: 700px;
}
@media only screen and (min-width: 768px) {
  .section.dc-investor-resource .inner .section_content {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-investor-resource .inner .section_content {
    width: 100%;
  }
}
.section.dc-investor-resource .inner .section_content {
  position: relative;
}
.section.dc-investor-resource .inner .section_content .category {
  color: #cf8644;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.section.dc-investor-resource .inner .section_content h3 {
  font-weight: 700;
  text-transform: none;
  transition: all 250ms ease-in-out;
}
.section.dc-investor-resource .inner .section_content .meta,
.section.dc-investor-resource .inner .section_content .dc_link {
  font-weight: 700;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
.section.dc-investor-resource .inner .section_content .meta:hover {
  color: #cf8644;
}
.section.dc-investor-resource .inner .section_content .dc_link {
  position: relative;
}
.section.dc-investor-resource .inner .section_content .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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .section.dc-investor-resource .inner .section_content .dc_link:after {
    margin-left: 12px;
  }
}
.section.dc-investor-resource .inner .section_content .announcements-wrapper {
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .section.dc-investor-resource .inner .section_content .announcements-wrapper {
    padding: 26px;
  }
}
.section.dc-investor-resource .inner .section_content .announcements-wrapper .slick-arrow {
  display: none !important;
}
.section.dc-investor-resource .inner .section_content .announcements-wrapper .announcement {
  position: relative;
}
.section.dc-investor-resource .inner .section_content .announcements-wrapper .announcement:hover h3,
.section.dc-investor-resource .inner .section_content .announcements-wrapper .announcement:hover .meta {
  color: #cf8644;
}
.section.dc-investor-resource .inner .section_content .media {
  position: relative;
  box-shadow: 0 0 22px 4px rgba(1, 1, 1, 0.04);
}
.section.dc-investor-resource .inner .section_content .media:hover > h3,
.section.dc-investor-resource .inner .section_content .media:hover > .dc_link {
  color: #cf8644;
}
.section.dc-investor-resource .inner .section_content .media-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-investor-resource .inner .section_content .media-wrapper {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-investor-resource .inner .section_content .media-wrapper > div {
  width: calc(50% - 20px);
  margin-right: 20px;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .section.dc-investor-resource .inner .section_content .media-wrapper > div {
    width: 100%;
    margin-right: 0;
    padding: 26px;
  }
}

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

RESOURCES LIST

\*------------------------------------*/
.dc-resource-list .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .dc-resource-list .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .dc-resource-list .inner .section_intro {
    width: 33.333% !important;
    min-width: 400px;
    padding-right: 5%;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .dc-resource-list .inner .section_content {
    -ms-flex: 1;
        flex: 1;
  }
}
.dc-resource-list .inner .section_content .items {
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 0 20px 1px rgba(1, 1, 1, 0.05);
}
.dc-resource-list .inner .section_content .items .item {
  position: relative;
  width: 100%;
  padding: 27px 45px 24px 35px;
  height: auto;
  min-height: 20px;
  border-radius: 12px;
  margin-bottom: 14px;
  background-color: #172950;
}
@media only screen and (max-width: 1199px) {
  .dc-resource-list .inner .section_content .items .item {
    padding: 20px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-resource-list .inner .section_content .items .item {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-resource-list .inner .section_content .items .item {
    padding: 20px 20px;
  }
}
.dc-resource-list .inner .section_content .items .item .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100%;
}
.dc-resource-list .inner .section_content .items .item i {
  font-size: 22px;
}
@media only screen and (min-width: 950px) {
  .dc-resource-list .inner .section_content .items .item i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-resource-list .inner .section_content .items .item i {
    font-size: 26px;
  }
}
.dc-resource-list .inner .section_content .items .item .inner-wrapper {
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  line-height: 1em;
}
.dc-resource-list .inner .section_content .items .item .inner-wrapper h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
}
.dc-resource-list .inner .section_content .items .item .button-wrapper {
  margin-left: 20px;
}
.dc-resource-list .inner .section_content .items .item .button-wrapper a {
  position: relative;
  color: #062032;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.15em;
  text-transform: uppercase;
}
.dc-resource-list .inner .section_content .items .item .button-wrapper a i {
  color: #FFFFFF;
  font-size: 20px;
}

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

FILE DOWNLOADS

\*------------------------------------*/
.dc-file-downloads .inner .section_intro .dropdown-label {
  color: #212c2a;
  font-size: 14px;
  text-transform: uppercase;
}
.dc-file-downloads table {
  width: 100%;
}
.dc-file-downloads table tr:nth-child(odd) {
  background: #f7f8f8;
}
.dc-file-downloads table tr td {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .dc-file-downloads table tr td {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.2em;
  }
}
.dc-file-downloads table tr td:first-child {
  width: 20%;
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .dc-file-downloads table tr td:first-child {
    min-width: 120px;
  }
}
.dc-file-downloads table tr td:last-child {
  width: 200px;
}
.dc-file-downloads table tr td:last-child a {
  color: #cf8644;
}
.dc-file-downloads table tr td:last-child a:hover {
  color: #062032;
}
.dc-file-downloads table tr td:last-child span {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .dc-file-downloads table tr td:last-child span {
    display: none;
  }
}

.dc-hide {
  display: none !important;
}

.wpfd-list-container .button-wrapper {
  margin-top: 60px;
  text-align: center;
}

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

COUNTERS

\*------------------------------------*/
.dc-counters .inner .section_intro .title-wrapper {
  width: 100%;
  text-align: center;
}
.dc-counters .inner .section_intro .title-wrapper .title {
  color: #FFFFFF;
  padding: 0 0 30px 0 !important;
}
.dc-counters .inner .button-wrapper {
  margin-top: 40px;
}
.dc-counters .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 650px) {
  .dc-counters .inner .section_content .items {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-counters .inner .section_content .items .item {
  width: calc(33.3333% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  .dc-counters .inner .section_content .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.dc-counters .inner .section_content .items .item .dc-countup-wrapper {
  max-width: 307px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 949px) {
  .dc-counters .inner .section_content .items .item .dc-countup-wrapper {
    padding: 0 10px;
  }
}
.dc-counters .inner .section_content .items .item .item-title {
  font-weight: 900;
}
.dc-counters .inner .section_content .items .item .item-title:after {
  content: "";
  display: block;
  height: 3px;
  width: 106px;
  max-width: 16vw;
  margin: 34px auto 30px;
  background: #cf8644;
}
@media only screen and (max-width: 650px) {
  .dc-counters .inner .section_content .items .item .item-title:after {
    margin: 20px auto 15px;
  }
}
.dc-counters .inner .section_content .items .item .dc-count,
.dc-counters .inner .section_content .items .item .count-label,
.dc-counters .inner .section_content .items .item h5,
.dc-counters .inner .section_content .items .item p {
  color: #FFFFFF;
}
.dc-counters .inner .section_content .items .item p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.dc-counters .inner .section_content .button-wrapper {
  text-align: center;
}

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

MAP SECTION

\*------------------------------------*/
.section.dc-map-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.dc-map-section .section_intro {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section.dc-map-section .section_intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-map-section .section_intro {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.section.dc-map-section .section_intro > .title-wrapper > h2:first-child, .section.dc-map-section .section_intro > .title-wrapper > h3:first-child {
  margin-top: 0;
}
.section.dc-map-section .section_intro > .title-wrapper > h2:first-child:before, .section.dc-map-section .section_intro > .title-wrapper > h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.section.dc-map-section.interactive .bg_image {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 500px auto;
  background-image: url("../img/map-bg.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section.dc-map-section.interactive .bg_image {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-map-section.interactive .bg_image {
    background-position: 270px center;
    background-size: auto 100%;
    background-position: 100px center;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-map-section.interactive .bg_image {
    background-position: right -50px center;
  }
}
.section.dc-map-section.bg-full .section_intro {
  -ms-flex: unset !important;
      flex: unset !important;
  min-width: 300px !important;
}
.section.dc-map-section.bg-full .section_content {
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.dc-map-section.bg-full .section_content {
    width: 47%;
    position: absolute !important;
  }
}
.section.dc-map-section.bg-full .section_content .map-point {
  display: none !important;
}
.section.dc-map-section.bg-full .section_content .map-wrapper {
  height: auto !important;
  max-height: 1000px !important;
  min-height: 100px !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
.section.dc-map-section .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .section.dc-map-section .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 21px;
  }
}
.section.dc-map-section .inner .section_intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.dc-map-section .inner .section_intro {
    width: 50%;
    min-width: 460px;
    padding-right: 40px;
  }
}
.section.dc-map-section .inner .section_intro > * {
  max-width: 400px !important;
}
.section.dc-map-section .inner .section_intro .title {
  line-height: 1em;
  text-align: left;
  margin-top: 36px;
}
.section.dc-map-section .inner .section_intro .title span {
  color: #cf8644;
}
.section.dc-map-section .inner .section_intro .description {
  line-height: 1.5em;
  text-align: left;
  max-width: 520px !important;
  margin-top: 25px;
  margin-bottom: 40px;
}
.section.dc-map-section .inner .section_intro .button-wrapper {
  text-align: left;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .section.dc-map-section .inner .section_intro .button-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.section.dc-map-section .inner .section_content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section.dc-map-section .inner .section_content {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-map-section .inner .section_content {
    width: 100%;
    margin-top: 30px;
  }
}
.section.dc-map-section .inner .section_content .map-wrapper {
  position: relative;
  height: 700px;
  max-height: 37vw;
  min-height: 420px;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-map-section .inner .section_content .map-wrapper > img {
  object-fit: contain;
}
.section.dc-map-section .inner .section_content .map-wrapper .map-point {
  position: absolute;
  display: block;
  z-index: 9999;
}
.section.dc-map-section .inner .section_content .map-wrapper .map-point i {
  color: white;
  font-size: 28px;
  position: relative;
}
.section.dc-map-section .inner .section_content .map-wrapper .map-point:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #cf8644;
}
.section.dc-map-section .inner .section_content .map-wrapper .map-point .blob {
  position: absolute;
  top: -26px;
  left: -30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 0 rgb(207, 134, 68);
  opacity: 0;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgb(207, 134, 68);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 40px rgba(207, 134, 68, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(207, 134, 68, 0);
  }
}
.section.dc-map-section .inner .section_content .map-wrapper .map-point:hover .blob {
  opacity: 1;
  animation: pulse 2s infinite;
}
.section.dc-map-section .inner .section_content .map-wrapper .location-image {
  opacity: 0;
  visibility: hidden;
  transition: transform 150ms ease-in-out, opacity 200ms ease-in-out;
  position: absolute;
}
.section.dc-map-section .inner .section_content .map-wrapper .location-image.image-active {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.section.dc-map-section .inner .section_content .map-wrapper .location-image.image-active img {
  max-width: 300px;
  width: 100%;
  object-fit: contain;
}

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

TABS

\*------------------------------------*/
.dc-tabs-section {
  padding-bottom: 0 !important;
}
.dc-tabs-section .inner .section_content .tabs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab,
.dc-tabs-section .inner .section_content .tabs-wrapper .tab-container {
  width: 50%;
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab-container {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-right: 10%;
  width: 40%;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tab {
    padding-bottom: 70px;
    padding-right: 0;
  }
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks {
  border: none;
  background: none;
  padding: 30px 0 10px;
  margin-right: 0;
  color: #babbbb;
  font-size: 32px;
  text-align: left;
  position: relative;
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks {
    font-size: 22px;
    padding: 15px 0 10px;
  }
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(100% - 30px);
  height: 1px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks:before {
    width: calc(100% - 30px);
  }
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks:before {
  background-color: #cf8644;
  height: 2px;
  width: 0;
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks.active, .dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks:hover {
  color: #212c2a;
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks.active:before, .dc-tabs-section .inner .section_content .tabs-wrapper .tab .tablinks:hover:before {
  width: 100%;
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent {
    padding-bottom: 150px;
  }
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .left,
.dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .left,
.dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .left {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .left {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-tabs-section .inner .section_content .tabs-wrapper .tabcontent .tab-content-inner .right {
    padding-left: 5%;
  }
}

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

CTA

\*------------------------------------*/
section.dc-cta .section_intro {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  padding: 60px 0 0;
}
@media only screen and (min-width: 768px) {
  section.dc-cta .section_intro {
    padding: 70px 0 10px;
  }
}
@media only screen and (min-width: 1000px) {
  section.dc-cta .section_intro {
    padding: 90px 0 30px;
  }
}
section.dc-cta .section_intro .title-wrapper {
  position: relative;
}
section.dc-cta .section_intro h2.title {
  padding-right: 0 !important;
  text-align: center !important;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  section.dc-cta .section_intro h2.title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  section.dc-cta .section_intro h2.title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  section.dc-cta .section_intro h2.title {
    font-size: 65px;
  }
}
section.dc-cta .section_intro h2.title span {
  color: #cf8644;
}
section.dc-cta .section_intro .button-wrapper {
  position: relative;
  margin-top: 30px;
}
section.dc-cta.cta_style_2 {
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0 !important;
  height: 780px;
  max-height: 150vw;
  min-height: 550px;
}
section.dc-cta.cta_style_2 .inner .section_intro {
  max-width: 635px;
  background-color: #242f2d;
  color: #FFFFFF;
  padding: 70px 70px 50px;
  margin: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
@media only screen and (max-width: 767px) {
  section.dc-cta.cta_style_2 .inner .section_intro {
    padding: 30px 25px 25px !important;
  }
}
section.dc-cta.cta_style_2 .inner .section_intro .title-wrapper h3 {
  color: #cf8644;
}
section.dc-cta.cta_style_2 .inner .section_intro .description {
  margin-top: 0;
}
section.dc-cta.cta_style_2 .inner .section_intro .description .dc-btn {
  color: white !important;
  margin-bottom: 10px;
}
section.dc-cta.cta_style_2 .inner .section_intro .description .dc-btn + .dc-btn {
  margin-right: 10px;
}
section.dc-cta.cta_style_2 .inner .section_intro .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
section.dc-cta.cta_style_2 .inner .section_intro .button-wrapper a {
  margin-right: 20px;
}
section.dc-cta.cta_timeline {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.dc-cta.cta_timeline .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  section.dc-cta.cta_timeline .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.dc-cta.cta_timeline .inner .section_intro {
  -ms-flex: 1;
      flex: 1;
  background-color: #212c2a;
  padding: 30px 30px 20px;
  margin-top: 60px;
  margin-bottom: 0;
  -ms-flex-align: start !important;
      align-items: flex-start !important;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  section.dc-cta.cta_timeline .inner .section_intro {
    padding: 50px 50px 30px;
  }
}
@media only screen and (min-width: 950px) {
  section.dc-cta.cta_timeline .inner .section_intro {
    padding: 70px 70px 50px;
  }
}
section.dc-cta.cta_timeline .inner .section_intro .title-wrapper h3 {
  color: #cf8644;
}
section.dc-cta.cta_timeline .inner .section_intro .description {
  margin-top: 0;
}
section.dc-cta.cta_timeline .inner .section_intro ul li {
  color: #cf8644;
}
section.dc-cta.cta_timeline .inner .section_intro .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
section.dc-cta.cta_timeline .inner .section_intro .button-wrapper a {
  margin-right: 20px;
}
section.dc-cta.cta_timeline .inner .section_content {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 0;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  section.dc-cta.cta_timeline .inner .section_content {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  section.dc-cta.cta_timeline .inner .section_content {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 950px) {
  section.dc-cta.cta_timeline .inner .section_content {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-left: 80px;
  }
}

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

    VIDEO GRID BLOCK

\*------------------------------------*/
.dc-video-grid .section_intro .title-wrapper h2:first-child:before, .dc-video-grid .section_intro .title-wrapper h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
@media only screen and (min-width: 767px) {
  .dc-video-grid .items {
    display: grid;
    grid-template-columns: 74.5% 25.5%;
    grid-template-rows: 33% 33% 33%;
    grid-row-gap: 14px;
    height: 610px;
    max-height: 50vw;
    padding-bottom: 28px;
  }
  .dc-video-grid .item {
    position: relative;
  }
  .dc-video-grid .item span.play-btn {
    -ms-transform: scale(0.65);
        transform: scale(0.65);
  }
  .dc-video-grid .item:nth-child(1) {
    padding-right: 14px;
    grid-column: 1;
    grid-row: 1/span 3;
  }
  .dc-video-grid .item:nth-child(1) span.play-btn {
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .dc-video-grid .item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .dc-video-grid .item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .dc-video-grid .item:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  .dc-video-grid .item:hover .video-meta {
    display: block;
    opacity: 1;
  }
}
.dc-video-grid .video-wrapper {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.dc-video-grid .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 767px) {
  .dc-video-grid .video-wrapper:hover:after {
    border: 3px solid #cf8644;
  }
}
.dc-video-grid .video-wrapper .overlay {
  z-index: 100;
}
.dc-video-grid .video-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.dc-video-grid .video-wrapper .video-meta {
  position: absolute;
  bottom: 0;
  padding: 100px 20px 10px 20px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(17, 17, 17, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .dc-video-grid .video-wrapper .video-meta {
    padding: 130px 30px 10px 30px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-video-grid .video-wrapper .video-meta {
    padding: 170px 60px 20px 60px;
  }
}
.dc-video-grid .video-wrapper .video-meta h3 {
  margin-bottom: 14px;
}
.dc-video-grid .video-wrapper .video-meta .text * {
  color: white;
  font-size: 16px;
  line-height: 1.6em;
  max-width: 570px;
}
.dc-video-grid a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-video-grid a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(33, 44, 42, 0.2);
  border-radius: 100%;
  border: 4px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-video-grid a.overlay span.play-btn {
    width: 110px;
    height: 110px;
  }
}
.dc-video-grid a.overlay span.play-btn i {
  color: white;
  font-size: 80px;
  margin-left: 16px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-video-grid a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.dc-video-grid a.overlay:hover span.play-btn {
  background-color: rgba(33, 44, 42, 0.6);
}
.dc-video-grid a.overlay:hover span.play-btn i {
  color: #cf8644;
}
.dc-video-grid .play-btn i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.dc-video-grid.grid_layout .items {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-template-rows: 1fr;
  grid-row-gap: 8px;
  height: auto;
  max-height: unset;
}
.dc-video-grid.grid_layout .items .item {
  grid-area: auto;
  padding-right: 0 !important;
  height: 360px;
  max-height: 47vw;
}
@media only screen and (min-width: 768px) {
  .dc-video-grid.grid_layout .items .item {
    max-height: 25vw;
  }
}
.dc-video-grid.grid_layout .items .item:nth-child(1) span.play-btn {
  -ms-transform: scale(0.65);
      transform: scale(0.65);
}

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

    DC NEWS-GRID

\*------------------------------------*/
.dc-news-featured .section_intro > .title-wrapper > h2:first-child:before, .dc-news-featured .section_intro > .title-wrapper > h3:first-child:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}
.dc-news-featured > .inner {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  .dc-news-featured > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .dc-news-featured > .inner .section_intro {
    width: 100% !important;
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-news-featured .section_intro {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    width: 40% !important;
    min-width: 330px !important;
    padding-right: 7%;
  }
  .dc-news-featured .section_content {
    -ms-flex: 1;
        flex: 1;
  }
}
.dc-news-featured .grid-items {
  padding-top: 0;
}
.dc-news-featured .dc-card {
  padding: 55px 45px;
  border-radius: 0;
  background: white;
  border-bottom: 5px solid white;
}
@media only screen and (min-width: 768px) {
  .dc-news-featured .dc-card {
    width: calc(50% - 8px) !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
  }
}
.dc-news-featured .dc-card .content-wrapper {
  padding: 0 0 30px;
}
.dc-news-featured .dc-card h3 {
  color: #212c2a;
}
.dc-news-featured .dc-card .button-wrapper {
  position: absolute;
  bottom: 30px;
  left: 45px;
  padding: 0;
}
.dc-news-featured .dc-card .button-wrapper a {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.dc-news-featured .dc-card:hover {
  background: #e8e7e5;
  border-bottom-color: #cf8644;
  position: relative;
}
.dc-news-featured .dc-card:hover:before {
  background-color: #e8e7e5;
}
.dc-news-featured .dc-card:hover .image-wrapper {
  opacity: 0;
  visibility: hidden;
}
.dc-news-featured .dc-card:hover .content-wrapper h3,
.dc-news-featured .dc-card:hover .content-wrapper .meta-date,
.dc-news-featured .dc-card:hover .content-wrapper p {
  position: relative;
  z-index: 1;
}
.dc-news-featured .dc-card:hover .content-wrapper .meta-date {
  color: #ded8cc;
}
.dc-news-featured .dc-card:hover a.overlay {
  z-index: 2;
}

/*------------------------------------*\
    DC PAGE SLIDER
\*------------------------------------*/
.dc-page-slider > .inner {
  position: relative;
}
.dc-page-slider > h3 {
  position: absolute;
  top: 53px;
  left: 70px;
  z-index: 10;
  margin: 0;
  opacity: 1;
  color: white;
  text-transform: none;
  font-size: 41px;
}
@media only screen and (max-width: 1099px) {
  .dc-page-slider > h3 {
    left: 60px;
    font-size: 33px;
  }
}
@media only screen and (max-width: 999px) {
  .dc-page-slider > h3 {
    left: 50px;
  }
}
.dc-page-slider .bg-wrapper {
  background-image: url("../img/page-slider-bg.jpg");
  background-position: top center;
  background-size: contain;
  background-color: #242f2d;
  background-repeat: no-repeat;
}
.dc-page-slider .bg-wrapper .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 570px;
  max-height: 60vw;
  min-height: 250px;
}
.dc-page-slider .bg-wrapper .image-wrapper img {
  object-fit: cover;
  width: 100%;
}
.dc-page-slider .content-outer-wrapper {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-page-slider .content-outer-wrapper {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-page-slider .content-outer-wrapper {
    width: calc(100% - 120px);
    left: 60px;
  }
}
.dc-page-slider .content-wrapper {
  height: 100%;
}
.dc-page-slider .content-wrapper .slick-list,
.dc-page-slider .content-wrapper .slick-track {
  height: 100%;
}
.dc-page-slider .content-wrapper .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .dc-page-slider .content-wrapper .item {
    border-right: 2px solid rgba(255, 255, 255, 0.17);
  }
}
.dc-page-slider .content-wrapper .item h3 {
  display: none;
}
.dc-page-slider .content-wrapper .item h4 {
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.dc-page-slider .content-wrapper .item .text-wrapper {
  color: #FFFFFF;
  font-size: 16px;
  display: block !important;
  max-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  .dc-page-slider .content-wrapper .item .text-wrapper {
    font-size: 15px;
  }
}
.dc-page-slider .content-wrapper .item .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px 30px !important;
  box-sizing: border-box;
}
@media only screen and (min-width: 1000px) {
  .dc-page-slider .content-wrapper .item .inner-wrapper {
    padding: 0 30px 30px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-page-slider .content-wrapper .item .inner-wrapper {
    padding: 0 40px 50px !important;
  }
}
.dc-page-slider .content-wrapper .item .inner-wrapper .link-wrapper > a {
  color: #FFFFFF;
  font-size: 0;
}
.dc-page-slider .content-wrapper .item .inner-wrapper .link-wrapper > a:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
  transition: all 250ms ease-in-out;
}
.dc-page-slider .content-wrapper .item .inner-wrapper .link-wrapper > a:hover:after {
  color: #cf8644;
  padding-left: 12px;
}
.dc-page-slider .content-wrapper .item.slick-current h4 {
  opacity: 1;
}
.dc-page-slider .content-wrapper .item.slick-current p {
  margin: 0;
}
.dc-page-slider .content-wrapper .item.slick-current .inner-wrapper {
  background: rgb(207, 134, 68);
}
.dc-page-slider .content-wrapper .item.slick-current .inner-wrapper .link-wrapper > a {
  font-size: 14px;
}
.dc-page-slider .content-wrapper .item.slick-current .inner-wrapper .link-wrapper > a:after {
  margin-left: 12px;
}
.dc-page-slider .content-wrapper .item.slick-current .inner-wrapper .link-wrapper > a:hover:after {
  padding-left: 12px;
}
.dc-page-slider .content-wrapper .item.slick-current .text-wrapper {
  display: block !important;
  margin-bottom: 12px;
  max-height: 300px;
}
.dc-page-slider .slick-arrow {
  position: absolute;
  left: 0;
  top: 40%;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  z-index: 100000;
  background: none;
  border: unset;
}
@media only screen and (max-width: 1099px) {
  .dc-page-slider .slick-arrow {
    top: 30%;
  }
}
.dc-page-slider .slick-arrow.dc-forward {
  left: unset;
  right: 0;
}
.dc-page-slider .slick-arrow i {
  color: white;
  font-size: 35px;
}

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

GRAVITY FORM

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

.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .dc-text.title_left .gform_wrapper {
    margin-top: -84px;
  }
}
.gform_wrapper .gform_body {
  width: 100% !important;
  margin: -28px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body {
    margin-top: 40px;
  }
}
.gform_wrapper .gform_body ul {
  margin: 0;
}
.gform_wrapper .gform_body ul li.gfield {
  position: relative;
  margin: 0 0 10px !important;
  padding: 11px 0 0 0 !important;
  color: #212c2a !important;
  border: unset !important;
  background: none;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield {
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_left_half {
  width: 50%;
  max-width: 50%;
  padding: 11px 1.5% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  max-width: 50%;
  padding: 11px 0 0 1.5% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half label {
    left: 0;
  }
}
.gform_wrapper .gform_body ul li.gfield label {
  color: #212c2a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 6px;
  padding: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body ul li.gfield .ginput_container select,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
  color: #212c2a !important;
  font-size: 16px !important;
  line-height: 20px;
  border-radius: 0 !important;
  background: none;
  background-color: #e8e7e5 !important;
  padding: 15px 18px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #e8e7e5 !important;
  -webkit-appearance: none;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus {
  border-color: #cf8644 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #212c2a;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #212c2a;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #212c2a;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #212c2a;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text].datepicker {
  width: 100%;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large {
  height: 150px;
  background: transparent;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:focus textarea:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:focus {
  -webkit-text-fill-color: #212c2a;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container select {
  background-color: white;
  background-image: url("../img/ic_arrow.svg");
  background-size: 21px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi {
  border-bottom: 1px solid #8e9498 !important;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container select {
  border: unset !important;
}
.gform_wrapper .gform_body ul li.gfield .gfield_required {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox input[type=checkbox] {
  margin: 0 6px 0 0;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox label {
  margin-bottom: 0;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 70px 0 0 !important;
  margin: 0 40px 0 0;
  height: 45px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  left: 0;
  max-width: 100% !important;
  width: auto !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 50px 0 0 !important;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 40px 0 0 !important;
    margin: 0 20px 0 0;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid #f7f8fc;
  border-radius: 100%;
  height: 37px;
  width: 37px;
  top: 4px;
  right: 20px;
  z-index: 5;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
    right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
    top: 9px;
    height: 30px;
    width: 30px;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before:hover:before {
  background: #cf8644;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label:before {
  border: 8px solid #cf8644;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gform_body ul li.gfield.message {
    margin-top: -50px !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.hidden_label {
  padding-top: 26px !important;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: center;
  color: black;
  border: 2px solid #ca7a3b;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 9px 16px;
  opacity: 1;
  white-space: nowrap;
  margin: 20px 0 0 0 !important;
  padding: 15px 20px;
  border: 1px solid #cf8644;
  font-size: 16px;
  font-weight: 600;
  background: white;
  color: #212c2a !important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  color: white;
  background: #cf8644;
  border: 2px solid #ca7a3b;
}
.gform_wrapper .gform_footer input.button.black-btn,
.gform_wrapper .gform_footer input[type=submit].black-btn {
  color: #cf8644;
  background: #212c2a;
}
.gform_wrapper .gform_footer input.button.black-btn:hover,
.gform_wrapper .gform_footer input[type=submit].black-btn:hover {
  color: #212c2a;
  background: #cf8644;
}
.gform_wrapper .gform_footer input.button.gold,
.gform_wrapper .gform_footer input[type=submit].gold {
  background-color: #cf8644;
}
.gform_wrapper .gform_footer input.button.gold:hover,
.gform_wrapper .gform_footer input[type=submit].gold:hover {
  background-color: #FFFFFF;
  color: #cf8644;
  border-color: #FFFFFF;
}
.gform_wrapper .gform_footer input.button.small,
.gform_wrapper .gform_footer input[type=submit].small {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 6px 12px;
}
.gform_wrapper .gform_footer input.button.arrow-right,
.gform_wrapper .gform_footer input[type=submit].arrow-right {
  position: relative;
}
.gform_wrapper .gform_footer input.button.arrow-right:after,
.gform_wrapper .gform_footer input[type=submit].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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button.arrow-right:after,
.gform_wrapper .gform_footer input[type=submit].arrow-right:after {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 19px !important;
    padding: 12px 16px;
    min-width: 130px;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #cf8644 !important;
  color: #FFFFFF !important;
}

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

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

    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: #f7f8f8;
  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: #cf8644;
  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 */
/*------------------------------------*\

	DC FANCYBOX

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

.fancybox__container {
  z-index: 100000 !important;
}
.fancybox__container.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(1, 1, 1, 0.75);
}

.fancybox__content#newsletter {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1060px;
}
.fancybox__content#newsletter .image-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .fancybox__content#newsletter .image-wrapper {
    display: none;
  }
}
.fancybox__content#newsletter .image-wrapper img {
  object-fit: cover;
  display: block;
}
.fancybox__content#newsletter .newsletter-form {
  padding: 65px 75px;
}
@media only screen and (max-width: 767px) {
  .fancybox__content#newsletter .newsletter-form {
    padding: 35px 30px;
  }
}
.fancybox__content#newsletter .newsletter-form h3 {
  color: #212c2a;
  margin-bottom: 35px;
}
.fancybox__content#newsletter .newsletter-form .gform_description {
  margin-bottom: 30px;
}
.fancybox__content#newsletter .newsletter-form .gform_title:before {
  content: "";
  display: block;
  height: 2px;
  width: 90px;
  margin-bottom: 40px;
  background: #cf8644;
}

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

    PAGE - NEWS

\*------------------------------------*/
.dc-social-share {
  display: inline-block;
}
.dc-social-share .social-share-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-social-share .social-share-inner .title-wrapper h3 {
  margin-bottom: 0;
  margin-right: 20px;
}
.dc-social-share .social-share-inner ul {
  list-style: none;
  margin: 0;
}
.dc-social-share .social-share-inner ul li {
  margin-left: 0;
  display: inline;
  margin-left: 12px;
}
.dc-social-share .social-share-inner ul li:before {
  content: none;
}
.dc-social-share .social-share-inner ul li a {
  color: #000;
  font-size: 14px;
}

.single-post .dc-titlebox > .inner {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .single-post .dc-titlebox > .inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .dc-titlebox > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.single-post .dc-titlebox > .inner .text {
  padding-top: 40px;
  padding-bottom: 30px;
}
.single-post .dc-titlebox > .inner .text h1 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-post .dc-titlebox > .inner .text h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 950px) {
  .single-post .dc-titlebox > .inner .text h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .dc-titlebox > .inner .text h1 {
    font-size: 45px;
  }
}
.single-post .dc-titlebox > .inner .text .meta {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.single-post .dc-titlebox > .inner .text .meta span {
  color: #cf8644;
  font-size: 14px;
  font-weight: 700;
}
.single-post .single-content {
  max-width: 960px;
  margin: 40px auto 100px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .single-post .single-content {
    padding: 0 15px;
  }
}
.single-post .single-content .text-wrapper h3,
.single-post .single-content .text-wrapper h4 {
  font-weight: 700;
  line-height: 1.6em;
  text-transform: none;
}
.single-post .button-wrapper {
  text-align: center;
}
.single-post .featured-image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.single-post .featured-image-wrapper .post-meta {
  font-size: 16px;
  margin-top: 10px;
}
.single-post .featured-image-wrapper .post-meta span:last-child .dc-social-share {
  margin-left: 0;
}
.single-post .featured-image-wrapper img {
  width: 100%;
}
.single-post .featured-image-wrapper .overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.single-post .featured-image-wrapper .overlay i {
  font-size: 72px;
  color: #FFFFFF;
}
.single-post h2 {
  font-size: 25px;
  line-height: 1.4em;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .single-post h2 {
    font-size: 22px;
  }
}
.single-post blockquote {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #FFFFFF;
  border-bottom: 3px solid #cf8644;
  padding: 40px 60px 34px 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 849px) {
  .single-post blockquote {
    padding: 40px 60px 34px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post blockquote {
    padding: 90px 15px 34px 15px;
  }
}
.single-post blockquote:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 200px;
  height: calc(100% - 88px);
  width: 2px;
  background: #e8e7e5;
}
@media only screen and (max-width: 849px) {
  .single-post blockquote:before {
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post blockquote:before {
    display: none;
  }
}
.single-post blockquote p {
  position: relative;
  max-width: 100%;
  padding-left: 60px;
  color: #062032;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .single-post blockquote p {
    padding-left: 0;
  }
}
.single-post blockquote p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}
.single-post blockquote p:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: 38px;
  height: 50px;
  background-image: url(../img/blockquote.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 849px) {
  .single-post blockquote p:first-child:before {
    left: -85px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post blockquote p:first-child:before {
    left: 0;
    top: -60px;
  }
}
.single-post blockquote p .author {
  display: block;
  margin-top: 12px;
  font-size: 0.7em;
  font-weight: 300;
}
.single-post blockquote p .author:before {
  content: "- ";
}

.post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

body.error404 .panel.main .row {
  margin: 300px auto 150px;
}
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 100px auto !important;
  text-align: center;
  font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  color: #cf8644;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #cf8644;
  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: #212c2a !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: #e8e7e5 !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: #cf8644 !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: #212c2a;
  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: #212c2a;
  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: #212c2a;
  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: #212c2a;
  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: #212c2a;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #212c2a;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #212c2a;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #212c2a;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: center;
  color: black;
  border: 2px solid #ca7a3b;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 9px 16px;
  opacity: 1;
  white-space: nowrap;
  margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  color: white;
  background: #cf8644;
  border: 2px solid #ca7a3b;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn {
  color: #cf8644;
  background: #212c2a;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn:hover {
  color: #212c2a;
  background: #cf8644;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.gold {
  background-color: #cf8644;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.gold:hover {
  background-color: #FFFFFF;
  color: #cf8644;
  border-color: #FFFFFF;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.small {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 6px 12px;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow-right {
  position: relative;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.arrow-right:after {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 19px !important;
    padding: 12px 16px;
    min-width: 130px;
  }
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #cf8644 !important;
  color: #FFFFFF !important;
}

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

    SEARCH RESULTS

\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 80px !important;
  margin-bottom: 50px !important;
}
body.search-results .search-content form.search,
body.search-no-results .search-content form.search {
  max-width: 800px;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
}
body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input {
  color: #212c2a !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: #e8e7e5 !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
  border-color: #cf8644 !important;
}
body.search-results .search-content form.search input::-webkit-input-placeholder,
body.search-no-results .search-content form.search input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:-ms-input-placeholder,
body.search-no-results .search-content form.search input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #212c2a;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:focus::-webkit-input-placeholder,
body.search-no-results .search-content form.search input:focus::-webkit-input-placeholder {
  color: #212c2a;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #212c2a;
}
body.search-results .search-content form.search input:focus:-ms-input-placeholder,
body.search-no-results .search-content form.search input:focus:-ms-input-placeholder {
  color: #212c2a;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #212c2a;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: center;
  color: black;
  border: 2px solid #ca7a3b;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 9px 16px;
  opacity: 1;
  white-space: nowrap;
  margin: 0 0 0 20px !important;
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  color: white;
  background: #cf8644;
  border: 2px solid #ca7a3b;
}
body.search-results .search-content form.search button.search-submit.black-btn,
body.search-no-results .search-content form.search button.search-submit.black-btn {
  color: #cf8644;
  background: #212c2a;
}
body.search-results .search-content form.search button.search-submit.black-btn:hover,
body.search-no-results .search-content form.search button.search-submit.black-btn:hover {
  color: #212c2a;
  background: #cf8644;
}
body.search-results .search-content form.search button.search-submit.gold,
body.search-no-results .search-content form.search button.search-submit.gold {
  background-color: #cf8644;
}
body.search-results .search-content form.search button.search-submit.gold:hover,
body.search-no-results .search-content form.search button.search-submit.gold:hover {
  background-color: #FFFFFF;
  color: #cf8644;
  border-color: #FFFFFF;
}
body.search-results .search-content form.search button.search-submit.small,
body.search-no-results .search-content form.search button.search-submit.small {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 6px 12px;
}
body.search-results .search-content form.search button.search-submit.arrow-right,
body.search-no-results .search-content form.search button.search-submit.arrow-right {
  position: relative;
}
body.search-results .search-content form.search button.search-submit.arrow-right:after,
body.search-no-results .search-content form.search button.search-submit.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: "\f105";
  position: relative;
  margin-left: 20px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  body.search-results .search-content form.search button.search-submit.arrow-right:after,
body.search-no-results .search-content form.search button.search-submit.arrow-right:after {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    font-size: 19px !important;
    padding: 12px 16px;
    min-width: 130px;
  }
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #cf8644 !important;
  color: #FFFFFF !important;
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
  margin: 30px 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
    margin: 30px 0;
  }
}
body.search-results .search-content .result_post .title,
body.search-no-results .search-content .result_post .title {
  margin-bottom: 6px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
  color: #cf8644;
  font-size: 23px;
  line-height: 1.15em;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
    font-size: 18px;
  }
}
body.search-results .search-content .result_post .title a:hover,
body.search-no-results .search-content .result_post .title a:hover {
  color: #cf8644;
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
  margin-bottom: 18px;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  color: #FFFFFF;
  background: #cf8644;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #cf8644;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

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

PAGE - CONTACTS

\*------------------------------------*/
section.contact-us .section_intro > * {
  max-width: 390px;
}

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

    PAGE - PROJECTS

\*------------------------------------*/
.single-casestudy .dc-titlebox h1 {
  text-align: center;
  text-transform: none;
}
.single-casestudy .dc-titlebox .items {
  margin-top: 25px;
  text-align: center;
}
.single-casestudy .dc-titlebox .items .item p {
  margin-bottom: 15px;
  color: #cf8644;
}
.single-casestudy .dc-titlebox .items .item .item-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
}