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

    SCSS COMPILE LIST

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.header-contact .tel a, a.white-link, a.dc-link, div.header-contact a, .main_menu .menu ul li a, 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 .gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gfield .ginput_container select,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select, .gform_wrapper .gform_body .gfield label,
.gform_wrapper .gform_body .gfield legend, ul li,
ol li, body {
  font-family: "Barlow", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .dc-tab-panels .section_content .tab button {
  font-family: "Barlow", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
}

h3 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 600;
}

body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, .dc-team-cards .section_content .item .member_info .designation h3, .dc-cards-carousel .item .text > span:first-child, a.dc-btn, h6, h5, h4, h2, h1, .dc-tab-panels .section_content .tabcontent .content .image_text_content .text_wrapper .title, .dc-tab-panels .section_content .tabcontent .content .text_content .title {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -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,
article.news .dc-titlebox.blog_title .back-btn:before,
article.event .dc-titlebox.blog_title .back-btn:before,
article.podcast .dc-titlebox.blog_title .back-btn:before,
article.video_gallery .dc-titlebox.blog_title .back-btn:before,
article.guidebook .dc-titlebox.blog_title .back-btn:before,
article.ps_report .dc-titlebox.blog_title .back-btn:before,
a.arrow-right:after,
.far,
.dc-accordion .accordion .title:before,
.main_menu .menu .open-sub-menu:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
div.header-contact .tel:before,
.fal,
.fad,
.fab,
.footer .footer-top-inner .dc_social_icons ul li i.fab:before {
  -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-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,
article.news .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.event .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.podcast .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.video_gallery .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.guidebook .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.ps_report .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
a.fa-pull-left.arrow-right:after,
.far.fa-pull-left,
.dc-accordion .accordion .fa-pull-left.title:before,
.main_menu .menu .fa-pull-left.open-sub-menu:after,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
div.header-contact .fa-pull-left.tel:before,
.fal.fa-pull-left,
.fab.fa-pull-left,
.footer .footer-top-inner .dc_social_icons ul li i.fa-pull-left.fab:before {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
article.news .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.event .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.podcast .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.video_gallery .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.guidebook .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.ps_report .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
a.fa-pull-right.arrow-right:after,
.far.fa-pull-right,
.dc-accordion .accordion .fa-pull-right.title:before,
.main_menu .menu .fa-pull-right.open-sub-menu:after,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
div.header-contact .fa-pull-right.tel:before,
.fal.fa-pull-right,
.fab.fa-pull-right,
.footer .footer-top-inner .dc_social_icons ul li i.fa-pull-right.fab:before {
  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-left:before {
  content: "\f104";
}

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

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

.fa-photo-video:before {
  content: "\f87c";
}

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

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

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

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

.fa-chevron-down:before {
  content: "\f078";
}

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

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

.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 {
  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, .dc-accordion .accordion .title:before, .main_menu .menu .open-sub-menu:after, .menu-toggle-wrapper .mobile-menu-toggle:before, div.header-contact .tel: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,
article.news .dc-titlebox.blog_title .back-btn:before,
article.event .dc-titlebox.blog_title .back-btn:before,
article.podcast .dc-titlebox.blog_title .back-btn:before,
article.video_gallery .dc-titlebox.blog_title .back-btn:before,
article.guidebook .dc-titlebox.blog_title .back-btn:before,
article.ps_report .dc-titlebox.blog_title .back-btn:before,
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, .footer .footer-top-inner .dc_social_icons ul li i.fab:before {
  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: 1920px;
}

.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: 14px;
  line-height: 1.3em;
  color: #013130;
  background: #FAF6ED;
  overflow-x: hidden !important;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 560px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

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

    BASE - FONTS

\*------------------------------------*/
p {
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: 0.5px;
  line-height: 1.3em;
}
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: #013130;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 17px;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
  }
}

h1 {
  font-size: 46px;
  line-height: 1.125em;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 58px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
}
@media only screen and (max-width: 1099px) {
  h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 849px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 559px) {
  h3 {
    font-size: 18px;
  }
}

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

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

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

.dc-card .content-wrapper p, .dc-cards-carousel .item .description {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-card .content-wrapper p, .dc-cards-carousel .item .description {
    font-size: 16px;
  }
}

.dc-card .content-wrapper h2,
.dc-card .content-wrapper h3 {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .dc-card .content-wrapper h2,
.dc-card .content-wrapper h3 {
    font-size: 24px;
  }
}

.dc-text-block.highlight .section_content p:first-child {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.highlight .section_content p:first-child {
    font-size: 22px;
  }
}

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

    BASE - LINKS

\*------------------------------------*/
a {
  text-decoration: none;
  color: #013130;
  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: #E83A33;
}
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: #E83A33;
}

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

    BASE - BUTTONS

\*------------------------------------*/
a.dc-btn {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #6e8c5c;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 10px 24px;
  opacity: 1;
}
a.dc-btn:hover {
  background: #00322F;
  color: white;
}
a.dc-btn.black-btn {
  color: #6e8c5c;
  background: #013130;
}
a.dc-btn.black-btn:hover {
  color: #013130;
  background: #6e8c5c;
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    font-size: 18px !important;
    padding: 16px 35px;
    min-width: 216px;
  }
}
a.dc-btn.outline {
  color: #6e8c5c;
  border: 2px solid #6e8c5c;
  background: transparent;
}
a.dc-btn.outline:hover {
  color: white;
  background: #6e8c5c;
}

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

    BASE - LINKS - DC LINK

\*------------------------------------*/
a.dc-link {
  position: relative;
  color: #013130;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
a.dc-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #013130;
  transition: all 250ms ease-in-out;
}
a.dc-link:hover {
  color: #013130;
}
a.dc-link:hover:after {
  background: #013130;
}
@media only screen and (min-width: 768px) {
  a.dc-link {
    font-size: 18px;
  }
}
a.white-link {
  position: relative;
  color: #013130;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
a.white-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #013130;
  transition: all 250ms ease-in-out;
}
a.white-link:hover {
  color: #013130;
}
a.white-link:hover:after {
  background: #013130;
}
@media only screen and (min-width: 768px) {
  a.white-link {
    font-size: 18px;
  }
}
a.white-link.white-link {
  color: white;
}
a.white-link.white-link:after {
  background: white;
}
a.white-link.white-link:hover {
  color: #013130;
}
a.white-link.white-link:hover:after {
  background: #013130;
}

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

    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.3em;
  color: #013130;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
.text > ul li,
.text > ol li {
  list-style: none;
  margin-left: 20px;
}
.text > ul li:before,
.text > ol li:before {
  content: "-";
  color: #013130;
  display: inline-block;
  width: 15px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: -20px;
}

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

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

    HEADER - BASE

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

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 1920px;
  background-color: #A1A044;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 134px;
  max-width: 100%;
  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: 1199px) {
  #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: 1200px) {
  .sticky-nav #header_main .header_nav_container {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .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: 217px;
  max-width: 20%;
  min-width: 170px;
  margin: -12px 30px 0 0;
  padding: 1px 0px 1px 1px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header_logo {
    min-width: 170px;
    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: 92px;
  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: 1199px) {
  .header_logo a.mobile-logo img {
    max-height: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .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: 54px !important;
}
.sticky-nav #header_main .header_logo a.mobile-logo img {
  max-height: 40px;
}

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

    MENU - SIMPLE - RIGHT ALIGNED

\*------------------------------------*/
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.2em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1749px) {
  .main_menu .menu ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1549px) {
  .main_menu .menu ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1359px) {
  .main_menu .menu ul li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1239px) {
  .main_menu .menu ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 18px;
  }
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 1549px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 12px;
  }
}
.main_menu .menu > ul > li:first-child {
  margin-left: 0;
}
.main_menu .menu > ul > li > a:hover {
  color: #013130;
}
.sticky-nav .main_menu .menu > ul > li > a:hover {
  color: #013130;
}
.main_menu .menu > ul > li.current_page_parent > a, .main_menu .menu > ul > li.current-menu-item > a {
  color: #6e8c5c;
}
.sticky-nav .main_menu .menu > ul > li.current_page_parent > a, .sticky-nav .main_menu .menu > ul > li.current-menu-item > a {
  color: #6e8c5c;
}

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

   DEFAULT DROPDOWN

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

   MOMENTUM MENU STRUCTURE

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

div.header-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 1359px) {
  div.header-contact {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact {
    margin-left: 0;
  }
}
div.header-contact a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.2em;
  display: block;
  position: relative;
}
div.header-contact .enquire {
  position: relative;
  margin: 0 0 0 12px;
}
div.header-contact .enquire a {
  color: white;
  font-size: 18px;
  background: #6e8c5c;
  border-radius: 30px;
  padding: 16px 40px;
}
div.header-contact .enquire a:hover {
  background: #013130;
}
@media only screen and (max-width: 1359px) {
  div.header-contact .enquire a {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 1099px) {
  div.header-contact .enquire a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 949px) {
  div.header-contact .enquire a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact .enquire a {
    padding: 10px 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .enquire a {
    padding: 10px 12px;
    font-size: 10px;
  }
}
div.header-contact .tel {
  position: relative;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) {
  div.header-contact .tel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel {
    padding-left: 0;
  }
}
div.header-contact .tel: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: "\f095";
  margin-right: 12px;
  left: 34px;
  top: 4px;
  font-size: 16px;
  vertical-align: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel:before {
    left: 11px;
    top: 11px;
    font-size: 15px;
    color: #6e8c5c;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .tel:before {
    left: 10px;
    top: 10px;
    font-size: 13px;
  }
}
div.header-contact .tel:after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -8px;
  background: #CCCCD2;
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel:after {
    display: none;
  }
}
div.header-contact .tel a {
  color: #013130;
  font-size: 20px;
  letter-spacing: 0;
}
div.header-contact .tel a:hover {
  color: #6e8c5c;
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel a {
    font-size: 0;
    border: 2px solid #6e8c5c;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 37px;
    height: 37px;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .tel a {
    width: 33px;
    height: 33px;
  }
}

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

    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: 1199px) {
  .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;
}
.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: #013130;
}
.menu-toggle-wrapper.active .mobile-menu-toggle:before {
  content: "\f00d";
}

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

    MENU - Mobile

\*------------------------------------*/
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu {
    position: fixed;
    top: 90px;
    right: -500px;
    height: calc(100vh - 100px);
    width: 100vw;
    max-width: 500px;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    background: #A1A044;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 0;
    right: 0;
  }
  .main_menu .menu > ul {
    padding: 5px 30px !important;
    margin-top: 0 !important;
    background: #A1A044;
  }
  .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 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 16px 0 0 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: #FFFFFF !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: #6e8c5c !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a {
    color: #6e8c5c !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: #6e8c5c;
  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: #6e8c5c;
}
.main_menu .menu .open-sub-menu.down:after {
  content: "\f068";
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu .open-sub-menu {
    display: none;
  }
}

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

    FOOTER - SITE WIDE

\*------------------------------------*/
.footer {
  background-color: #A1A044;
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.footer .footer-top-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-wrapper {
    padding: 0 15px;
  }
}
.footer .footer-top-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1200px;
  padding-top: 75px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer .footer-top-inner .footer-widget {
  font-size: 16px;
  padding-right: 80px;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-top-inner .footer-widget {
    padding-right: 4.5%;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:first-child {
    max-width: 30vw;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(2) {
  min-width: 140px;
}
.footer .footer-top-inner .footer-widget:last-child {
  padding-right: 0;
}
.footer .footer-top-inner .footer-widget:nth-child(3) {
  -ms-flex: 1;
      flex: 1;
}
.footer .footer-top-inner .footer-widget:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget:last-child .widget_media_image {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child .widget_media_image {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget {
    margin-bottom: 16px;
    padding-right: 0;
  }
  .footer .footer-top-inner .footer-widget:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: white;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.footer .footer-top-inner .footer-widget .widgettitle:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .widgettitle {
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
  text-align: left;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 7px;
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a {
  color: white;
  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 {
  font-weight: bold;
}
.footer .footer-top-inner .footer-widget a:hover {
  color: #00322F;
}
.footer .footer-top-inner .dc_social_icons {
  margin-top: 34px;
}
.footer .footer-top-inner .dc_social_icons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .dc_social_icons ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .dc_social_icons ul li {
    margin: 0 12px;
  }
}
.footer .footer-top-inner .dc_social_icons ul li a {
  font-size: 30px;
  color: #F2F2F6;
}
.footer .footer-top-inner .dc_social_icons ul li i.fab:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 12px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  color: #292929;
}
.footer .footer-top-inner .dc_social_icons ul li i.fab.fa-facebook:before {
  content: "\f09a";
}
.footer .footer-top-inner .dc_social_icons ul li i.fab.fa-instagram:before {
  content: "\f16d";
}

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

    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: 1260px;
  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-text-block, .section.dc-image-text-box, .section.dc-team-cards, .section.dc-cards-carousel, .section.dc-accordion, .section.dc-cards-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dc-text-block > .inner, .section.dc-image-text-box > .inner, .section.dc-team-cards > .inner, .section.dc-cards-carousel > .inner, .section.dc-accordion > .inner, .section.dc-cards-section > .inner {
  width: 100%;
  max-width: 1260px;
  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-text-block > .inner, .section.dc-image-text-box > .inner, .section.dc-team-cards > .inner, .section.dc-cards-carousel > .inner, .section.dc-accordion > .inner, .section.dc-cards-section > .inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.section.dc-text-block.fullwidth > .inner, .section.dc-image-text-box.fullwidth > .inner, .section.dc-team-cards.fullwidth > .inner, .section.dc-cards-carousel.fullwidth > .inner, .section.dc-accordion.fullwidth > .inner, .section.dc-cards-section.fullwidth > .inner {
  max-width: 1920px;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block, .section.dc-image-text-box, .section.dc-team-cards, .section.dc-cards-carousel, .section.dc-accordion, .section.dc-cards-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-text-block, .section.dc-image-text-box, .section.dc-team-cards, .section.dc-cards-carousel, .section.dc-accordion, .section.dc-cards-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.section.dc-text-block.bg_white + .bg_white, .section.dc-text-block.bg_white + script + .bg_white, .section.dc-text-block.bg_yellow + .bg_yellow, .section.dc-text-block.bg_yellow + script + .bg_yellow, .section.dc-image-text-box.bg_white + .bg_white, .section.dc-image-text-box.bg_white + script + .bg_white, .section.dc-image-text-box.bg_yellow + .bg_yellow, .section.dc-image-text-box.bg_yellow + script + .bg_yellow, .section.dc-team-cards.bg_white + .bg_white, .section.dc-team-cards.bg_white + script + .bg_white, .section.dc-team-cards.bg_yellow + .bg_yellow, .section.dc-team-cards.bg_yellow + script + .bg_yellow, .section.dc-cards-carousel.bg_white + .bg_white, .section.dc-cards-carousel.bg_white + script + .bg_white, .section.dc-cards-carousel.bg_yellow + .bg_yellow, .section.dc-cards-carousel.bg_yellow + script + .bg_yellow, .section.dc-accordion.bg_white + .bg_white, .section.dc-accordion.bg_white + script + .bg_white, .section.dc-accordion.bg_yellow + .bg_yellow, .section.dc-accordion.bg_yellow + script + .bg_yellow, .section.dc-cards-section.bg_white + .bg_white, .section.dc-cards-section.bg_white + script + .bg_white, .section.dc-cards-section.bg_yellow + .bg_yellow, .section.dc-cards-section.bg_yellow + script + .bg_yellow {
  padding-top: 0;
}

.section:not(.title-side) > .inner > .section_intro {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section:not(.title-side) > .inner > .section_intro {
    margin-bottom: 70px;
  }
}
.section:not(.title-side) > .inner > .section_intro .description {
  max-width: 630px;
  margin: 0 auto;
}
.section:not(.title-side) > .inner > .section_intro .description p:last-child {
  margin: 0;
}

.section.bg_white {
  background: #FFFFFF;
}
.section.bg_yellow {
  background: #FAF6ED;
}
.section.bg_light_green {
  background: #6e8c5c;
}
.section.bg_dark_green {
  background: #00322F;
}
.section.find_us {
  background: 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;
  }
}

.section.red_dots_left {
  background-image: url("../img/overlay_red_dots_left.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.section.sun-and-clouds .inner {
  padding-bottom: 100px !important;
}
.section.sun-and-clouds .inner:before {
  content: "";
  background-image: url("../img/sun-and-clouds.svg");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 403px;
  height: 311px;
}
@media only screen and (max-width: 767px) {
  .section.sun-and-clouds .inner:before {
    width: 201px;
    height: 156px;
  }
}
.section.sun-and-clouds-rvs .inner:before {
  content: "";
  background-image: url("../img/sun-and-clouds.svg");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 403px;
  height: 311px;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .section.sun-and-clouds-rvs .inner:before {
    width: 201px;
    height: 156px;
  }
}
.section.dotted-bg:before {
  content: "";
  background-image: url("../img/dotted-bg.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 737px;
  height: 492px;
}
@media only screen and (max-width: 767px) {
  .section.dotted-bg:before {
    width: 369px;
    height: 246px;
  }
}
.section.dotted-bg + .bg_white {
  padding-top: 80px !important;
}
.section.dotted-bg-rvs:before {
  content: "";
  background-image: url("../img/dotted-bg.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 737px;
  height: 492px;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .section.dotted-bg-rvs:before {
    width: 369px;
    height: 246px;
  }
}
.section.dotted-bg-rvs + .bg_white {
  padding-top: 80px !important;
}
.section.dotted-bg-with-leaf {
  position: relative;
  padding-bottom: 250px;
}
.section.dotted-bg-with-leaf:before {
  content: "";
  background-image: url("../img/dotted-bg-with-leaf.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 737px;
  height: 478px;
}
@media only screen and (max-width: 767px) {
  .section.dotted-bg-with-leaf:before {
    width: 368px;
    height: 239px;
  }
}
.section.dotted-bg-with-leaf + .bg_white,
.section.dotted-bg-with-leaf + script + .bg_white {
  padding-top: 80px !important;
}
.section.darkgreen-dots {
  position: relative;
}
.section.darkgreen-dots:before {
  content: "";
  background-image: url("../img/darkgreen-bg-dots.jpg");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 584px;
  height: 457px;
}
@media only screen and (max-width: 767px) {
  .section.darkgreen-dots:before {
    width: 292px;
    height: 229px;
  }
}
.section.dark-dots {
  position: relative;
}
.section.dark-dots:before {
  content: "";
  background-image: url("../img/green-bg-dots.jpg");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 566px;
  height: 605px;
}
@media only screen and (max-width: 767px) {
  .section.dark-dots:before {
    width: 283px;
    height: 120px;
  }
}

.section.padding-top-60 .inner {
  padding-top: 60px;
}

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

    TITLE BOX 

\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
}
.dc-titlebox .inner h1 {
  color: #00322F;
  position: relative;
  margin-bottom: 8px !important;
  font-size: 44px;
  letter-spacing: 1px;
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.dc-titlebox .inner > h1 {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner > h1 {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .inner > h1 {
    margin-left: 60px;
  }
}
.dc-titlebox .inner .text {
  position: relative;
  max-width: 1000px;
}
.dc-titlebox .inner .text > *:last-child {
  margin-bottom: 0 !important;
}
.dc-titlebox .inner p {
  color: #00322F;
  font-size: 30px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner p {
    font-size: 19px;
  }
}
.dc-titlebox .inner .button-wrapper a {
  margin-bottom: 6px;
}
.dc-titlebox.center {
  -ms-flex-align: center;
      align-items: center;
}
.dc-titlebox.center .inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 50px 30px;
}
.dc-titlebox.center .inner .content {
  max-width: 1100px;
  margin: 0 auto;
}
.dc-titlebox.center .image-wrapper {
  height: 330px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.dc-titlebox.center h1 {
  font-size: 72px;
}
@media only screen and (max-width: 1099px) {
  .dc-titlebox.center h1 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-titlebox.center h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-titlebox.center h1 {
    font-size: 42px;
  }
}
.dc-titlebox.left .inner .content {
  max-width: 750px;
  padding-right: 50px;
}
.dc-titlebox.left .inner .sub_title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner {
    padding-top: 50px;
    text-align: center;
  }
}
.dc-titlebox.single-image .inner h1 {
  margin-bottom: 8px;
}
.dc-titlebox.single-image .inner h1:before {
  content: "";
  width: 22px;
  height: 12px;
  background: url("../img/westbridge/orange-diamond.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: calc(50% - 11px);
}
.dc-titlebox.single-image .inner .text {
  text-align: center;
  margin-top: 140px;
  padding: 0 40px;
}
@media only screen and (max-width: 1099px) {
  .dc-titlebox.single-image .inner .text {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner .text {
    margin-top: 0;
  }
}
.dc-titlebox.single-image .inner .text p {
  text-align: center;
  margin-bottom: 26px;
}
.dc-titlebox.blog_title .inner {
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 50px;
}
.dc-titlebox.slider {
  display: block;
}

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

    TITLE BOX - HEIGHTS

\*------------------------------------*/
.dc-titlebox {
  height: 206px;
  min-height: 200px;
  /*
  	&.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;
  		}	
  	}
  */
}
@media only screen and (min-width: 768px) {
  .dc-titlebox {
    height: 336px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    height: 396px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    height: 456px;
  }
}
.dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
  height: auto;
  max-height: 740px;
  min-height: 430px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 700px;
    max-height: 43vw;
    min-height: 460px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    min-height: 500px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 800px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 740px;
    min-height: 570px;
  }
}
.dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide, .dc-titlebox.multiple-sliders.title_tall .image-wrapper {
  height: auto;
  max-height: 740px;
  min-height: 570px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide, .dc-titlebox.multiple-sliders.title_tall .image-wrapper {
    height: 700px;
    max-height: 43vw;
    min-height: 460px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide, .dc-titlebox.multiple-sliders.title_tall .image-wrapper {
    min-height: 500px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide, .dc-titlebox.multiple-sliders.title_tall .image-wrapper {
    height: 800px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide, .dc-titlebox.multiple-sliders.title_tall .image-wrapper {
    height: 870px;
    min-height: 570px;
  }
}

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

    TITLE BOX - SLIDER

\*------------------------------------*/
.dc-titlebox.slider {
  min-height: 740px;
}
.dc-titlebox.slider:before {
  background-image: url("../../../uploads/2021/05/slider-bg-dark-blue.jpg");
}
.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: 680px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 0 80px;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .content {
    margin-left: 60px;
  }
}
.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;
  }
}

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

    TITLE BOX - POSITION

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

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

    TEXT BOX

\*------------------------------------*/
.dc-text-block.bg_white + .bg_white.dc-text-block.no-title, .dc-text-block.bg_grey + .bg_grey.dc-text-block.no-title, .dc-text-block.bg_blue + .bg_blue.dc-text-block.no-title {
  margin-top: -60px !important;
}
.dc-text-block .section_intro .button-wrapper {
  margin-top: 50px;
}
.dc-text-block.no-title .items .item h3 {
  text-align: center;
  font-size: 30px;
  max-width: 730px;
  margin: 0 auto;
}
.dc-text-block.highlight.section > .inner {
  max-width: 1260px;
}
.dc-text-block.highlight .section_content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.highlight .section_content {
    width: 80%;
  }
}
.dc-text-block.highlight .section_content p:first-child {
  margin-top: 65px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 559px) {
  .dc-text-block.highlight .section_content p:first-child {
    font-size: 21px;
  }
}
.dc-text-block.highlight.bg_grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  height: calc(100% + 278px);
  background: #F0F0F4;
}
.dc-titlebox + .dc-text-block.highlight.bg_grey:before {
  top: -278px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox + .dc-text-block.highlight.bg_grey:before {
    top: -120px;
  }
}
.dc-text-block.bg_dark_green .items .item h2, .dc-text-block.bg_dark_green .items .item h3, .dc-text-block.bg_dark_green .items .item h4, .dc-text-block.bg_dark_green .items .item h5, .dc-text-block.bg_dark_green .items .item h6, .dc-text-block.bg_dark_green .items .item p, .dc-text-block.bg_dark_green .items .item a {
  color: white;
}
.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .dc-text-block .items .item.width_12 {
    width: 100%;
  }
  .dc-text-block .items .item.width_6_6, .dc-text-block .items .item.width_8_4, .dc-text-block .items .item.width_4_8, .dc-text-block .items .item.width_7_5, .dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .dc-text-block .items .item.width_6_6:nth-child(odd), .dc-text-block .items .item.width_8_4:nth-child(odd), .dc-text-block .items .item.width_4_8:nth-child(odd), .dc-text-block .items .item.width_7_5:nth-child(odd), .dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .dc-text-block .items .item.width_6_6:nth-child(even), .dc-text-block .items .item.width_8_4:nth-child(even), .dc-text-block .items .item.width_4_8:nth-child(even), .dc-text-block .items .item.width_7_5:nth-child(even), .dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .dc-text-block .items .item.width_6_6:nth-child(1), .dc-text-block .items .item.width_6_6:nth-child(2), .dc-text-block .items .item.width_8_4:nth-child(1), .dc-text-block .items .item.width_8_4:nth-child(2), .dc-text-block .items .item.width_4_8:nth-child(1), .dc-text-block .items .item.width_4_8:nth-child(2), .dc-text-block .items .item.width_7_5:nth-child(1), .dc-text-block .items .item.width_7_5:nth-child(2), .dc-text-block .items .item.width_5_7:nth-child(1), .dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(1), .dc-text-block .items .item.width_4_4_4:nth-child(2), .dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.dc-text-block.contact .section_content .items {
  -ms-flex-align: end;
      align-items: flex-end;
}

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

    IMAGE

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

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

    IMAGE TEXT BOX

\*------------------------------------*/
.dc-image-text-box .inner {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner {
    padding: 0 15px !important;
  }
}
.dc-image-text-box .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-box .section_content .right {
  padding: 30px 4% 28px 2%;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .right {
    padding: 0 4% 53px 2%;
  }
}
.dc-image-text-box .section_content .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content .text {
    width: 100%;
    max-width: 470px;
  }
  .dc-image-text-box .section_content .text br {
    display: none;
  }
}
.dc-image-text-box .section_content .image-wrapper {
  width: 100%;
  height: 520px;
  max-height: 41vw;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content .image-wrapper {
    margin-top: 30px !important;
    max-height: 50vw;
    min-height: 200px;
  }
}
.dc-image-text-box .section_content .image-wrapper > img {
  width: 100%;
  border-radius: 0;
  box-shadow: unset;
  object-fit: cover;
}
.dc-image-text-box .section_content .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 60px;
  }
}
.dc-image-text-box .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
.dc-image-text-box .section_content .left,
.dc-image-text-box .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .left,
.dc-image-text-box .section_content .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .left {
    width: 50%;
  }
  .dc-image-text-box .section_content .right {
    width: 46%;
    margin-left: 4%;
  }
}
.dc-image-text-box .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box .image_right .section_content .right {
    margin-left: 0;
  }
}
.dc-image-text-box.bg_light_green .section_intro .title-wrapper h1,
.dc-image-text-box.bg_light_green .section_intro .description p {
  color: white;
}
.dc-image-text-box.bg_light_green .section_content .right {
  padding-left: 0;
  padding-top: 0;
}
.dc-image-text-box.bg_light_green .section_content .right h2,
.dc-image-text-box.bg_light_green .section_content .right h4,
.dc-image-text-box.bg_light_green .section_content .right p {
  color: white;
}
.dc-image-text-box.big-edge-left .inner {
  max-width: 1920px !important;
}
.dc-image-text-box.big-edge-left .section_content .image-wrapper {
  height: auto;
  max-height: 1000px;
}
.dc-image-text-box.big-edge-left .right > .text {
  max-width: 580px;
}

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

    CARDS CAROUSEL

\*------------------------------------*/
.dc-cards-carousel > .inner {
  position: relative;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel > .inner {
    padding-bottom: 30px;
  }
}
.dc-cards-carousel.no-margins > .inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none;
}
.dc-cards-carousel .section_intro {
  text-align: center;
}
@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;
  }
}
.dc-cards-carousel .section_intro .title-wrapper {
  text-align: center;
}
.dc-cards-carousel .section_intro .description {
  text-align: center;
}
@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;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_content {
    width: 100%;
  }
}
.dc-cards-carousel .section_content .slick-arrow {
  background: transparent;
  width: 35px;
  height: 35px;
  border-color: #000;
  position: absolute;
  top: calc(50% - 50px);
  margin-top: -31px;
  z-index: 99999;
  display: none;
}
@media only screen and (max-width: 767px) {
  .dc-cards-carousel .section_content .slick-arrow {
    display: block;
    opacity: 0.7;
  }
  .dc-cards-carousel .section_content .slick-arrow:hover {
    opacity: 0.9;
  }
}
.dc-cards-carousel .section_content .slick-arrow.slick-prev {
  border-bottom: 6px solid;
  border-left: 6px solid;
  border-top: 0;
  border-right: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  left: 10px;
}
.dc-cards-carousel .section_content .slick-arrow.slick-next {
  border-bottom: 6px solid;
  border-left: 6px solid;
  border-top: 0;
  border-right: 0;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  right: 10px;
}
.dc-cards-carousel .section_content .slick-dots {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-cards-carousel .section_content .slick-dots li button {
  display: none;
  font-size: 25px;
}
.dc-cards-carousel .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 0;
  margin: 0 30px;
  height: auto;
  border: 0 none;
  background: none;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .item {
    margin: 0 15px;
  }
}
.dc-cards-carousel .item .text {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.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: 24.21875vw;
  min-height: 250px;
}
.dc-cards-carousel .item .icon-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .dc-cards-carousel .item h3 {
    font-size: 26px;
  }
}
.dc-cards-carousel .item:hover {
  box-shadow: none !important;
}
.dc-cards-carousel.bg_grey, .dc-cards-carousel.bg_blue {
  background: white;
}
.dc-cards-carousel.bg_grey:before, .dc-cards-carousel.bg_blue:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
}
@media only screen and (max-width: 1850px) {
  .dc-cards-carousel.bg_grey:before, .dc-cards-carousel.bg_blue:before {
    width: calc(100% - 30px);
    left: 30px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel.bg_grey:before, .dc-cards-carousel.bg_blue:before {
    width: 100%;
    left: 0;
  }
}
.dc-cards-carousel.bg_grey .item .text > span:first-child, .dc-cards-carousel.bg_blue .item .text > span:first-child {
  color: white;
}
.dc-cards-carousel.bg_grey:before {
  background: #F0F0F4;
}
.dc-cards-carousel.bg_blue .item .description {
  color: white;
}
.dc-cards-carousel.bg_blue:before {
  background: #00322F;
}
.dc-cards-carousel.image_top .section_content .item .text {
  -ms-flex-order: 11;
      order: 11;
  padding: 40px 20px;
  background: #F2F2F2;
}
.dc-cards-carousel.image_top .section_content .item .text > span:first-child {
  margin-bottom: 0;
  margin-top: 20px;
}

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

    CARDS

\*------------------------------------*/
.dc-cards-section .section_content .grid-items .item {
  text-align: center;
}
.dc-cards-section .section_content .grid-items .item a {
  color: #6e8c5c;
}
.dc-cards-section .section_content .grid-items .item p {
  text-align: justify;
}
@media only screen and (min-width: 1100px) {
  .dc-cards-section .section_content .grid-items.col2 {
    width: calc(80% + 24px);
  }
}
@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: 0;
  }
}
.dc-cards-section .section_content .grid-items.col2 .item {
  width: calc(50% - 24px);
  margin: 0 12px;
}
.dc-cards-section .section_content .grid-items.col3 {
  width: 100%;
}
.dc-cards-section .section_content .grid-items.col3 .item {
  width: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
.dc-cards-section .section_content .grid-items.col4 {
  width: 100%;
}
.dc-cards-section .section_content .grid-items.col4 .item {
  width: calc(25% - 24px);
  margin: 0 12px;
}
@media only screen and (max-width: 1099px) {
  .dc-cards-section .section_content .grid-items.col4 .item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.dc-cards-section .section_content .dc-card {
  padding: 0;
  background-color: transparent;
  border: none;
}
.dc-cards-section .section_content .dc-card .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.dc-cards-section .section_content .dc-card:hover {
  box-shadow: none;
}
.dc-cards-section .section_content .dc-card a:hover {
  color: #fb624b;
}
.dc-cards-section .section_content .slick-arrow {
  background: transparent;
  width: 35px;
  height: 35px;
  border-color: #000;
  position: absolute;
  top: 25%;
  margin-top: -31px;
  z-index: 99999;
  opacity: 0.6;
}
.dc-cards-section .section_content .slick-arrow:hover {
  opacity: 0.9;
}
.dc-cards-section .section_content .slick-arrow.slick-prev {
  border-bottom: 6px solid;
  border-left: 6px solid;
  border-top: 0;
  border-right: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  left: 10px;
}
.dc-cards-section .section_content .slick-arrow.slick-next {
  border-bottom: 6px solid;
  border-left: 6px solid;
  border-top: 0;
  border-right: 0;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  right: 10px;
}
.dc-cards-section .section_content .slick-dots {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-cards-section .section_content .slick-dots li button {
  display: none;
  font-size: 25px;
}

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

    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;
  overflow: hidden;
}
@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% + 54px);
  margin-bottom: -54px;
}
@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) - 54px);
  margin-right: 54px;
}
@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% + 54px);
  margin-bottom: -54px;
}
@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) - 54px);
  margin-right: 54px;
}
@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% + 40px);
  margin-bottom: -40px;
}
@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) - 40px);
  margin-right: 40px;
}
@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: 54px;
  padding-bottom: 60px;
  background: white;
  border: 1px solid #F0F0F4;
  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: 280px;
  max-height: 53vw;
  min-height: 140px;
  display: -ms-flexbox;
  display: flex;
  background: #F0F0F4;
}
@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(1, 49, 48, 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 {
  padding: 30px 22px;
}
.dc-card .content-wrapper h4,
.dc-card .content-wrapper .meta-date {
  color: #9C9CA7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}
.dc-card .content-wrapper h2,
.dc-card .content-wrapper h3 {
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.4em;
  margin-bottom: 16px;
  transition: all 250ms ease-in-out;
}
.dc-card .content-wrapper p {
  letter-spacing: 0.7px;
  line-height: 1.5em;
  margin: 0;
}
.dc-card .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 22px 30px 22px;
}
.dc-card .button-wrapper a {
  position: relative;
  color: #6e8c5c;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.15em;
  text-transform: uppercase;
}
.dc-card .button-wrapper a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #6e8c5c;
}
.dc-card > a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .dc-card:hover {
    box-shadow: 0 25px 21px -10px rgba(40, 40, 40, 0.12);
  }
  .dc-card:hover h2,
.dc-card:hover h3 {
    color: #6e8c5c;
  }
}

.dc-news-grid .dc-card {
  padding-bottom: 50px;
}
.dc-news-grid .dc-card .button-wrapper {
  padding: 0 22px 30px 22px;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

    ACCORDION

\*------------------------------------*/
.dc-accordion > .inner {
  max-width: 1000px !important;
}
.dc-accordion .accordion {
  padding: 13px 0 10px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dc-accordion .accordion {
    margin: 0 auto 6px;
  }
}
.dc-accordion .accordion:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ebeef4;
}
.dc-accordion .accordion .title {
  position: relative;
  margin-bottom: 20px;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .dc-accordion .accordion .title {
    margin-bottom: 6px;
  }
}
.dc-accordion .accordion .title h3 {
  margin-bottom: 0;
}
.dc-accordion .accordion .title:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f067";
  right: 0;
  font-size: 21px;
}
.dc-accordion .accordion .content {
  padding: 4px 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
}
.dc-accordion .accordion.active {
  padding-bottom: 10px;
}
.dc-accordion .accordion.active .title:before {
  content: "\f068";
}
.dc-accordion .accordion.active .content {
  max-height: 1000px;
  height: auto;
}
.dc-accordion.bg_grey .accordion:after {
  background: white;
}
.dc-accordion.bg_blue .accordion:after {
  background: white;
}

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

    TEAM CARDS

\*------------------------------------*/
.dc-team-cards {
  padding-bottom: 200px !important;
}
@media only screen and (max-width: 767px) {
  .dc-team-cards {
    padding-bottom: 100px !important;
  }
}
@media only screen and (max-width: 559px) {
  .dc-team-cards {
    padding-bottom: 80px !important;
  }
}
.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% + 40px);
  margin-bottom: -40px;
}
@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 {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding: 0;
    margin-bottom: -15px;
  }
}
.dc-team-cards .section_content .item {
  width: calc(calc(100% / 2) - 40px);
  margin-right: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .dc-team-cards .section_content .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .dc-team-cards .section_content .item {
    width: 100%;
    margin-right: 0;
  }
}
@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: 1260px !important;
  margin: auto;
  text-align: center !important;
}

.dc-team-cards .section_content .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .dc-team-cards .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-team-cards .section_content .item .member_info {
  margin: 0 auto;
  width: 49%;
}
@media only screen and (max-width: 999px) {
  .dc-team-cards .section_content .item .member_info {
    width: 220px;
  }
}
.dc-team-cards .section_content .item .member_info .image-wrapper {
  width: 100%;
}
.dc-team-cards .section_content .item .member_info .image-wrapper img {
  width: 100%;
}
.dc-team-cards .section_content .item .member_info .designation {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .dc-team-cards .section_content .item .member_info .designation {
    text-align: center;
  }
}
.dc-team-cards .section_content .item .member_info .designation h3 {
  font-size: 26px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 949px) {
  .dc-team-cards .section_content .item .member_info .designation h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content .item .member_info .designation h3 {
    font-size: 22px;
  }
}
.dc-team-cards .section_content .item .member_info .designation p.job_title {
  color: #6e8c5c;
  font-size: 24px;
}
.dc-team-cards .section_content .item .member_description {
  width: 49%;
  padding-left: 10px;
}
@media only screen and (max-width: 999px) {
  .dc-team-cards .section_content .item .member_description {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-team-cards .section_content .item .member_description {
    padding-left: 0;
  }
}
.dc-team-cards .section_content .slick-arrow {
  background: transparent;
  width: 35px;
  height: 35px;
  border-color: #000;
  position: absolute;
  top: 25%;
  margin-top: -31px;
  z-index: 99999;
}
.dc-team-cards .section_content .slick-prev {
  border-bottom: 6px solid;
  border-left: 6px solid;
  border-top: 0;
  border-right: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  left: 10px;
}
.dc-team-cards .section_content .slick-next {
  border-bottom: 6px solid;
  border-left: 6px solid;
  border-top: 0;
  border-right: 0;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  right: 10px;
}

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

    TAB PANELS

\*------------------------------------*/
.dc-tab-panels .section_intro {
  padding-top: 30px;
}
.dc-tab-panels .section_content .tab {
  overflow: hidden;
  text-align: center;
  margin: 0 auto !important;
  max-width: 1260px;
}
.dc-tab-panels .section_content .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 26px;
  transition: 0.3s;
  color: #00322F;
  font-weight: bold;
  font-size: 32px;
  margin: 0 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content .tab button {
    font-size: 28px;
    margin: 0 5px;
  }
}
.dc-tab-panels .section_content .tab button:hover {
  background-color: #ddd;
}
.dc-tab-panels .section_content .tab button.active {
  background-color: #6e8c5c;
  color: #FFFFFF;
}
.dc-tab-panels .section_content .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  padding: 100px 30px;
}
@media only screen and (max-width: 949px) {
  .dc-tab-panels .section_content .tabcontent {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content .tabcontent {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-tab-panels .section_content .tabcontent .content {
    padding: 0 25px;
  }
}
.dc-tab-panels .section_content .tabcontent.active {
  display: block;
}
.dc-tab-panels .section_content .tabcontent .content {
  max-width: 1260px;
  margin: auto;
}
.dc-tab-panels .section_content .tabcontent .content .text_content .title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content .tabcontent .content .text_content .text {
    column-count: 1 !important;
  }
}
.dc-tab-panels .section_content .tabcontent .content .image_text_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content .tabcontent .content .image_text_content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-tab-panels .section_content .tabcontent .content .image_text_content .image {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content .tabcontent .content .image_text_content .image {
    width: 100%;
  }
}
.dc-tab-panels .section_content .tabcontent .content .image_text_content .image img {
  width: 100%;
}
.dc-tab-panels .section_content .tabcontent .content .image_text_content .text_wrapper {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content .tabcontent .content .image_text_content .text_wrapper {
    width: 100%;
  }
}
.dc-tab-panels .section_content .tabcontent .content .image_text_content .text_wrapper .title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.dc-tab-panels .section_content .tabcontent .content .image_text_content.image_right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.dc-tab-panels .section_content.coloured .tab {
  margin: 0;
}
.dc-tab-panels .section_content.coloured .tab button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  padding: 10px 70px;
}
@media only screen and (max-width: 1099px) {
  .dc-tab-panels .section_content.coloured .tab button {
    padding: 10px 50px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-tab-panels .section_content.coloured .tab button {
    padding: 10px 40px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-tab-panels .section_content.coloured .tab button {
    padding: 8px 14px;
    font-size: 13px;
    padding: 10px 40px;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 650px) {
  .dc-tab-panels .section_content.coloured .tab button {
    padding: 10px 40px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 559px) {
  .dc-tab-panels .section_content.coloured .tab button {
    width: 25%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 349px) {
  .dc-tab-panels .section_content.coloured .tab button {
    font-size: 12px;
  }
}

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

    GRAVITY FORM

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

.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  max-width: 810px;
  margin: 40px auto 0;
  /*
  		@include mq('767', max) {
  	        margin: 0 -15px;
      		width: calc(100% + 30px) !important;
  	    }
  */
}
.gform_wrapper .gform_body .gfield {
  position: relative;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #9C9CA7 !important;
  border: unset !important;
  background: none;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body .gfield {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gform_body .gfield.gf_left_half {
  width: 50%;
  max-width: 50%;
  padding: 11px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body .gfield.gf_left_half {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body .gfield.gf_right_half {
  width: 50%;
  max-width: 50%;
  padding: 11px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body .gfield.gf_right_half {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body .gfield.gf_right_half label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body .gfield.gf_right_half label {
    left: 0;
  }
}
.gform_wrapper .gform_body .gfield label,
.gform_wrapper .gform_body .gfield legend {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 0 !important;
}
.gform_wrapper .gform_body .gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gfield .ginput_container input[type=number],
.gform_wrapper .gform_body .gfield .ginput_container input[type=password],
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gfield .ginput_container input[type=url],
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small,
.gform_wrapper .gform_body .gfield .ginput_container select,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select {
  color: #9C9CA7 !important;
  font-size: 16px !important;
  line-height: 20px;
  border-radius: 0 !important;
  background: none;
  background-color: white !important;
  padding: 5px 8px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #CCCCD1 !important;
  -webkit-appearance: none;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]:focus,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium:focus,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large:focus,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small:focus,
.gform_wrapper .gform_body .gfield .ginput_container select:focus,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select:focus {
  border-color: #6e8c5c !important;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #6e8c5c;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #6e8c5c;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #6e8c5c;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body .gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #6e8c5c;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=text].datepicker {
  width: 100%;
}
.gform_wrapper .gform_body .gfield .ginput_container textarea.large {
  height: 150px;
  background: transparent;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gform_body .gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body .gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body .gfield .ginput_container input:-webkit-autofill:focus textarea:-webkit-autofill,
.gform_wrapper .gform_body .gfield .ginput_container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body .gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body .gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body .gfield .ginput_container select:-webkit-autofill:focus {
  -webkit-text-fill-color: #013130;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body .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 .gfield .clear-multi {
  border-bottom: 1px solid #8e9498 !important;
}
.gform_wrapper .gform_body .gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body .gfield .clear-multi .ginput_container select {
  border: unset !important;
}
.gform_wrapper .gform_body .gfield .gfield_required {
  color: #707584;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox .gchoice {
  margin-right: 15px;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox .gchoice input[type=checkbox] {
  margin: 0 6px 0 0;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox .gchoice label {
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gfield .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_body .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 .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 .gfield .gfield_radio li label {
    padding: 10px 40px 0 0 !important;
    margin: 0 20px 0 0;
  }
}
.gform_wrapper .gform_body .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 .gfield .gfield_radio li label:before {
    right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body .gfield .gfield_radio li label:before {
    top: 9px;
    height: 30px;
    width: 30px;
  }
}
.gform_wrapper .gform_body .gfield .gfield_radio li label:before:hover:before {
  background: #6e8c5c;
}
.gform_wrapper .gform_body .gfield .gfield_radio li label input[type=radio]:checked ~ label:before {
  border: 8px solid #6e8c5c;
}
.gform_wrapper .gform_body .gfield .gfield_radio li label input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body .gfield .gfield_radio li label input[type=radio]:checked ~ label {
  color: #707584;
}
.gform_wrapper .gform_body .gfield .gfield_radio li label:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body .gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body .gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gform_body .gfield.message {
    margin-top: -50px !important;
  }
}
.gform_wrapper .gform_body .gfield.hidden_label {
  padding-top: 0px !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: center;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  margin: 20px 0 0 0 !important;
  padding: 8px 34px;
  border: 0 none;
  font-size: 22px;
  background: #eb3f35 !important;
  color: #FFFFFF !important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #A1A044 !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;
}

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

    FORMS SIDEBAR

\*------------------------------------*/
.form-sidebar {
  position: fixed;
  top: 0;
  right: -700px;
  height: 100%;
  width: calc(100vw - 80px);
  max-width: 615px;
  -ms-flex-align: inherit;
      align-items: inherit;
  z-index: 100000;
  background: white;
  box-shadow: 0 0 12px 2px rgba(40, 40, 40, 0.2);
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .form-sidebar {
    width: 100vw;
  }
}
.form-sidebar.active {
  right: 0;
}
.form-sidebar .inner-wrapper {
  padding: 70px 60px;
  background: #F0F0F4;
  overflow: scroll;
  max-height: 100vh;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .form-sidebar .inner-wrapper {
    padding: 50px 25px;
  }
}
.form-sidebar .inner-wrapper > .form-sidebar-close {
  position: absolute;
  top: 20px;
  left: -65px;
}
@media only screen and (max-width: 767px) {
  .form-sidebar .inner-wrapper > .form-sidebar-close {
    left: auto;
    right: 20px;
  }
}
.form-sidebar .inner-wrapper > .form-sidebar-close i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  color: #6e8c5c;
  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;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(36, 62, 83, 0.96);
}

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

    PAGE - NEWS

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

/*------------------------------------*\
   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: 1260px;
  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: #6e8c5c;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #6e8c5c;
  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: #9C9CA7 !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: white !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: #6e8c5c !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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #6e8c5c;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #6e8c5c;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #6e8c5c;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #6e8c5c;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #6e8c5c;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 10px 24px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #00322F;
  color: white;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn {
  color: #6e8c5c;
  background: #013130;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn:hover {
  color: #013130;
  background: #6e8c5c;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 18px !important;
    padding: 16px 35px;
    min-width: 216px;
  }
}
@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: #6e8c5c !important;
  color: #FFFFFF !important;
}

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

    SEARCH RESULTS

\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1260px;
  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: #9C9CA7 !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: white !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: #6e8c5c !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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #6e8c5c;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #6e8c5c;
}
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: #6e8c5c;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #6e8c5c;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #6e8c5c;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 10px 24px;
  opacity: 1;
  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 {
  background: #00322F;
  color: white;
}
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: #6e8c5c;
  background: #013130;
}
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: #013130;
  background: #6e8c5c;
}
@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: 18px !important;
    padding: 16px 35px;
    min-width: 216px;
  }
}
@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: #6e8c5c !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: #6e8c5c;
  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: #6e8c5c;
}
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: #6e8c5c;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #6e8c5c;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}
