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

    SCSS COMPILE LIST

\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;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%;
}

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

.dc-text-block.title-side .inner .section_content h2, .dc-text-block.title-side .inner .section_intro h2, .search-popup form input, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item > a:hover, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current_page_parent > a, #header_main .main_menu #mega-menu-header-menu > li.mega-menu-item.current-menu-item > a, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", 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, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .locationMapWrap .map_info h3, a.dc-btn {
  font-family: "Poppins", 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,
.search-popup form:after,
.tab-content-inner ul li:before,
.dc-text-block .item ul li:before,
.dc-image-text-box .text ul li:before,
.tab-content-inner ol li:before,
.dc-text-block .item ol li:before,
.dc-image-text-box .text ol li:before,
a.arrow-right:after,
.far,
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title:before,
.dc-accordion .accordion .title:before,
.main_menu .menu .open-sub-menu:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.fal,
button.slick-arrow:after,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.search-popup form.fa-pull-left:after,
.tab-content-inner ul li.fa-pull-left:before,
.dc-text-block .item ul li.fa-pull-left:before,
.dc-image-text-box .text ul li.fa-pull-left:before,
.tab-content-inner ol li.fa-pull-left:before,
.dc-text-block .item ol li.fa-pull-left:before,
.dc-image-text-box .text ol li.fa-pull-left:before,
a.fa-pull-left.arrow-right:after,
.far.fa-pull-left,
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .fa-pull-left.title:before,
.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,
.fal.fa-pull-left,
button.fa-pull-left.slick-arrow:after,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.search-popup form.fa-pull-right:after,
.tab-content-inner ul li.fa-pull-right:before,
.dc-text-block .item ul li.fa-pull-right:before,
.dc-image-text-box .text ul li.fa-pull-right:before,
.tab-content-inner ol li.fa-pull-right:before,
.dc-text-block .item ol li.fa-pull-right:before,
.dc-image-text-box .text ol li.fa-pull-right:before,
a.fa-pull-right.arrow-right:after,
.far.fa-pull-right,
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .fa-pull-right.title:before,
.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,
.fal.fa-pull-right,
button.fa-pull-right.slick-arrow:after,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

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

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

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

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

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

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

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

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

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

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

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

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

.fa-caret-left:before {
  content: "\f0d9";
}

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

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

.fa-caret-square-left:before {
  content: "\f191";
}

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

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

.fa-chevron-circle-up:before {
  content: "\f139";
}

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

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

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

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

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

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "亮";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "兩";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

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

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

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

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

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

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

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

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

.fa-folder-open:before {
  content: "\f07c";
}

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

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "凉";
}

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

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

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

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

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

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

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

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

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

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

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

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

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

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "數";
}

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

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "梁";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "省";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "糧";
}

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "良";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

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

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

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

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

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

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

.fa-zhihu:before {
  content: "\f63f";
}

.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, button.slick-arrow:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

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

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.search-popup form:after,
.tab-content-inner ul li:before,
.dc-text-block .item ul li:before,
.dc-image-text-box .text ul li:before,
.tab-content-inner ol li:before,
.dc-text-block .item ol li:before,
.dc-image-text-box .text ol li: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 {
  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.7em;
  color: #626262;
  background: #FFFFFF;
  overflow-x: hidden !important;
  
  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%;
  line-height: 1.7em;
}
/* p strong,
p strong a {
  font-weight: bolder;
} */

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

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #626262;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 25px;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
  }
}

h1 {
  font-size: 57px;
  line-height: 1.125em;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 38px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 32px;
  }
}

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

h4 {
  font-size: 28px;
}
@media only screen and (max-width: 1099px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 849px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) {
  h4 {
    font-size: 19px;
  }
}

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

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

.dc-hotboxes .inner .section_content .items .item .text p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner .section_content .items .item .text p {
    font-size: 16px;
  }
}

.locationMapWrap .map_info, .dc-iconbox .inner .section_content .items .item .text p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .locationMapWrap .map_info, .dc-iconbox .inner .section_content .items .item .text p {
    font-size: 18px;
  }
}

article > .has_sidebar .sidebar-inner .dc-widget .widget-title, .locationMapWrap .map_info h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content .location-title {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  article > .has_sidebar .sidebar-inner .dc-widget .widget-title, .locationMapWrap .map_info h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content .location-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1100px) {
  article > .has_sidebar .sidebar-inner .dc-widget .widget-title, .locationMapWrap .map_info h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content .location-title {
    font-size: 21px;
  }
}

article > .has_sidebar .left .categories, .dc-downloads .section_intro h2, .press-list .inner .section_content .grid-items .item .content-wrapper h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .content-title h3, .dc-locations-list .inner .section_content .office-locations .tab .tablinks, .dc-hotboxes .inner .section_content .items .item h3, .dc-posts-carousel .inner .section_content .item h3, .recent-posts .inner .section_content > div.right ul h3, .dc-industry-slider .inner .section_content .slick-thumbnails li h3, .dc-iconbox.list .inner .section_content .items .item .item-content h4.sub-title, .dc-accordion .accordion .title h3, .dc-text-block.section > .inner h4, .dc-text-block.section > .inner h3, .dc-text-block .section_intro h3, .dc-titlebox.single-image .inner .text p, .dc-titlebox.bg_color .inner .text p, .section:not(.title-side) > .inner > .section_intro .description p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  article > .has_sidebar .left .categories, .dc-downloads .section_intro h2, .press-list .inner .section_content .grid-items .item .content-wrapper h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .content-title h3, .dc-locations-list .inner .section_content .office-locations .tab .tablinks, .dc-hotboxes .inner .section_content .items .item h3, .dc-posts-carousel .inner .section_content .item h3, .recent-posts .inner .section_content > div.right ul h3, .dc-industry-slider .inner .section_content .slick-thumbnails li h3, .dc-iconbox.list .inner .section_content .items .item .item-content h4.sub-title, .dc-accordion .accordion .title h3, .dc-text-block.section > .inner h4, .dc-text-block.section > .inner h3, .dc-text-block .section_intro h3, .dc-titlebox.single-image .inner .text p, .dc-titlebox.bg_color .inner .text p, .section:not(.title-side) > .inner > .section_intro .description p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1100px) {
  article > .has_sidebar .left .categories, .dc-downloads .section_intro h2, .press-list .inner .section_content .grid-items .item .content-wrapper h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title h3, .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .content-title h3, .dc-locations-list .inner .section_content .office-locations .tab .tablinks, .dc-hotboxes .inner .section_content .items .item h3, .dc-posts-carousel .inner .section_content .item h3, .recent-posts .inner .section_content > div.right ul h3, .dc-industry-slider .inner .section_content .slick-thumbnails li h3, .dc-iconbox.list .inner .section_content .items .item .item-content h4.sub-title, .dc-accordion .accordion .title h3, .dc-text-block.section > .inner h4, .dc-text-block.section > .inner h3, .dc-text-block .section_intro h3, .dc-titlebox.single-image .inner .text p, .dc-titlebox.bg_color .inner .text p, .section:not(.title-side) > .inner > .section_intro .description p {
    font-size: 24px;
  }
}

.dc-iconbox .inner .section_intro h2, .section:not(.title-side) > .inner > .section_intro.center .title-wrapper h2 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner .section_intro h2, .section:not(.title-side) > .inner > .section_intro.center .title-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-iconbox .inner .section_intro h2, .section:not(.title-side) > .inner > .section_intro.center .title-wrapper h2 {
    font-size: 34px;
  }
}

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

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

    BASE - LINKS

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

p > a,
p > span > a,
.section_content li > a {
  color: #DA323E;
  font-weight: 600;
}
p > a:hover,
p > span > a:hover,
.section_content li > a:hover {
  text-decoration: underline;
}

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

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

    BASE - BUTTONS

\*------------------------------------*/
a.dc-btn {
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: none;
  text-align: center;
  color: #626262;
  background: #D8D8D8;
  display: inline-block;
  box-sizing: border-box;
  min-width: 180px;
  width: auto;
  padding: 13px 36px;
  opacity: 1;
}
a.dc-btn:hover {
  background: #DA323E;
  color: white;
}
a.dc-btn.black-btn {
  color: #DA323E;
  background: #343940;
}
a.dc-btn.black-btn:hover {
  color: #343940;
  background: #DA323E;
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    font-size: 18px !important;
    padding: 15px 36px;
    min-width: 180px;
  }
}
@media only screen and (min-width: 1100px) {
  a.dc-btn {
    font-size: 20px !important;
    padding: 19px 23px;
    min-width: 200px;
  }
}
a.dc-btn.outline {
  color: #626262;
  border: 2px solid #626262;
  background: transparent;
}
a.dc-btn.outline:hover {
  color: white;
  border: 2px solid #DA323E;
  background: #DA323E;
}

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

    BASE - LINKS - DC LINK

\*------------------------------------*/
a.dc-link {
  position: relative;
  padding: 0 0 20px;
  color: #626262;
  font-size: 18px;
  font-weight: 800;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  a.dc-link {
    font-size: 20px;
  }
}
a.dc-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 5px;
  background: #DA323E;
  transition: all 125ms ease-in-out;
}
a.dc-link:hover:after {
  width: 135px;
}
a.white-link {
  position: relative;
  padding: 0 0 20px;
  color: #626262;
  font-size: 18px;
  font-weight: 800;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  a.white-link {
    font-size: 20px;
  }
}
a.white-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105px;
  height: 5px;
  background: #DA323E;
  transition: all 125ms ease-in-out;
}
a.white-link:hover:after {
  width: 135px;
}
a.white-link.white-link {
  color: white;
}
a.white-link.white-link:after {
  background: white;
}
a.white-link.white-link:hover {
  color: #343940;
}
a.white-link.white-link:hover:after {
  background: #343940;
}

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

    BASE - LISTS

	- includes a higher class for coloured bullets

\*--------------------------------------------------------*/
ul,
ol {
  margin-bottom: 12px;
}
ul li,
ol li {
  letter-spacing: 0.5px;
  line-height: 1.7em;
  color: #626262;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
.tab-content-inner ul li, .dc-text-block .item ul li, .dc-image-text-box .text ul li,
.tab-content-inner ol li,
.dc-text-block .item ol li,
.dc-image-text-box .text ol li {
  list-style: none;
}
.tab-content-inner ul li:before, .dc-text-block .item ul li:before, .dc-image-text-box .text ul li:before,
.tab-content-inner ol li:before,
.dc-text-block .item ol li:before,
.dc-image-text-box .text ol li: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: "\f105";
  display: inline-block;
  width: 15px;
  font-size: 19px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: -25px;
}

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

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

    HEADER - BASE

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

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 1920px;
  background-color: rgb(52, 58, 64);
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1390px;
  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: 220px;
  max-width: 1390px;
  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: 999px) {
  #header_main .header_nav_container {
    height: 180px;
  }
}
@media only screen and (max-width: 899px) {
  #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: 900px) {
  .sticky-nav #header_main .header_nav_container {
    height: 80px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 899px) {
  .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: 130px;
  max-width: 20%;
  min-width: 130px;
  margin: -12px 30px 0 0;
  padding: 1px 0px 1px 1px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header_logo {
    min-width: 130px;
    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: 72px;
  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: 899px) {
  .header_logo a.mobile-logo img {
    max-height: 65px;
  }
}
@media only screen and (max-width: 899px) {
  .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 - MEGA MENU   

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

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

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

#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 4px 15px;
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 4px 8px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title a {
  color: #DA323E;
  line-height: 26px;
  font-size: 18px !important;
  text-transform: none;
  margin-bottom: 10px;
  border-bottom: none !important;
}
@media only screen and (max-width: 949px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title a {
    font-size: 14px !important;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
  color: #DA323E;
  line-height: 26px;
  font-size: 38px;
  text-transform: none;
  margin-bottom: 20px;
  transition: all 0ms ease-in-out;
}
@media only screen and (max-width: 1099px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a {
    font-size: 18px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget h4 a:hover {
  color: #555;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #343940;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  padding-right: 30px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 24px;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #DA323E;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text:not(:first-child) {
  margin-top: 30px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  margin-top: -8px;
  margin-bottom: 10px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:hover {
  color: #DA323E;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item {
  padding-right: 10px;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item.widget_text {
  width: 100%;
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) h4.mega-block-title {
  color: #343940;
  margin-bottom: 5px !important;
  font-size: 18px !important;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) h4.mega-block-title {
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) h4.mega-block-title {
    font-size: 24px !important;
  }
}
#header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) .textwidget p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) .textwidget p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12:nth-child(3) .textwidget p {
    font-size: 18px;
  }
}

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

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

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

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

div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  height: 110px;
  line-height: 110px;
  letter-spacing: 1px;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1099px) {
  div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 999px) {
  div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 899px) {
  div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    height: auto !important;
    line-height: 1.2em !important;
    padding: 15px 0 !important;
  }
}
.sticky-nav div#mega-menu-wrap-header-menu > li.mega-menu-item > a.mega-menu-link,
.sticky-nav div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
.sticky-nav div#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  height: 80px;
  line-height: 80px;
}

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

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

.top-menu {
  height: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 999px) {
  .top-menu {
    height: 90px;
  }
}
@media only screen and (max-width: 899px) {
  .top-menu {
    margin-left: 14px;
    height: auto;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 900px) {
  .sticky-nav .top-menu {
    display: none;
  }
}
.top-menu .widget_nav_menu ul {
  margin-bottom: 0;
}
.top-menu .widget_nav_menu li {
  list-style: none;
  padding-bottom: 0;
}
.top-menu .widget_nav_menu li a {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.top-menu .widget_nav_menu li a:hover {
  color: #DA323E;
}
@media only screen and (max-width: 1199px) {
  .top-menu .widget_nav_menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 899px) {
  .top-menu .widget_nav_menu li a {
    font-size: 15px;
  }
}
.top-menu .search-wrapper {
  margin-left: 30px;
}
@media only screen and (max-width: 899px) {
  .top-menu .search-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
.top-menu .search-wrapper .search-btn {
  display: -ms-flexbox;
  display: flex;
  padding: 14px 28px;
  background: white;
  color: #343940;
  font-size: 20px;
  font-weight: 800;
}
.top-menu .search-wrapper .search-btn:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 20px;
  background: url(../img/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 999px) {
  .top-menu .search-wrapper .search-btn {
    padding: 10px 22px;
    font-size: 18px;
  }
  .top-menu .search-wrapper .search-btn:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.top-menu .search-wrapper .search-btn:hover {
  background: #DA323E;
  color: white;
}
.top-menu .search-wrapper .search-btn:hover:before {
  filter: brightness(0%) invert(92%) sepia(0%) saturate(7489%) hue-rotate(90deg) brightness(118%) contrast(100%);
}

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

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

    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: 899px) {
  .menu-toggle-wrapper {
    display: block;
    padding: 10px;
  }
}
.menu-toggle-wrapper .mobile-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  width: 53px;
  color: #DA323E;
}
.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: #DA323E;
}
.menu-toggle-wrapper.active .mobile-menu-toggle:before {
  content: "\f00d";
}

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

    MENU - Mobile

\*------------------------------------*/
@media only screen and (max-width: 899px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu {
    background: none !important;
    width: calc(100% - 20px);
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:first-child, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:nth-child(3) {
    display: none !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:nth-child(2) {
    padding: 0;
  }
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header_main .main_menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: white !important;
    font-size: 13px !important;
    line-height: 12px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .main_menu {
    position: fixed;
    top: 90px;
    right: -500px;
    height: calc(100vh - 90px);
    width: 100vw;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    z-index: 99;
    overflow: hidden;
    background: #343a40;
    overflow-y: scroll;
    transition: all 200ms ease-in-out;
  }
  .main_menu.active {
    padding-top: 0;
    right: 0;
  }
  .main_menu .menu {
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-order: 1;
        order: 1;
    margin-left: 14px;
  }
  .main_menu .menu.top-menu {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 20px !important;
  }
  .main_menu .menu > ul {
    padding: 5px 30px !important;
    margin-top: 0 !important;
    background: #D8D8D8;
  }
  .main_menu .menu > ul > li {
    padding-bottom: 16px;
  }
  .main_menu .menu > ul > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background: #ccc;
  }
  .main_menu .menu > ul > li > a {
    padding: 6px 40px 6px 0;
  }
  .main_menu .menu #mega-menu-wrap-header-menu #mega-menu-header-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 16px 0 0 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: none;
    margin: 0;
    padding: 6px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: #DA323E !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a {
    color: #DA323E !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: #DA323E;
  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: #DA323E;
}
.main_menu .menu .open-sub-menu.down:after {
  content: "\f068";
}
@media only screen and (min-width: 900px) {
  .main_menu .menu .open-sub-menu {
    display: none;
  }
}

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

    FOOTER - SITE WIDE

\*------------------------------------*/
.footer {
  background-color: #343940;
}
.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: 1390px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1330px;
  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: 14px;
  padding-right: 80px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget {
    -ms-flex: 1;
        flex: 1;
  }
}
@media only screen and (max-width: 1099px) {
  .footer .footer-top-inner .footer-widget {
    padding-right: 4.5%;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(1) p {
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) .widget_media_image {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:nth-child(2) {
    min-width: 300px;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(3) {
  padding-right: 0 !important;
}
.footer .footer-top-inner .footer-widget:nth-child(3) p {
  margin-block: 0;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .sub-footer-menu {
  margin-bottom: 20px;
}
.footer .footer-top-inner .footer-widget:nth-child(3) .sub-footer-menu p {
  font-weight: 700;
}
@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: #DA323E;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.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;
}
.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: 14px;
}
@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: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget a:hover {
  color: #DA323E;
}
.footer .footer-top-inner .footer-widget img {
  /*
  	width: 100%;
  	max-width: 300px !important;
  	padding-right: 30px;
  	box-sizing: border-box;
  	margin-top: -12px;
  */
}
.footer .footer-top-inner .footer-widget .dc-btn {
  color: #343940;
  margin-top: 20px;
}
.footer .footer-top-inner .footer-widget .dc-btn:hover {
  color: white;
}
.footer .footer-top-inner .footer-widget .dc_social_icons {
  margin-top: 25px;
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul li {
    margin: 0 12px !important;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li:not(:first-child) {
  margin-left: 24px;
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li a {
  color: #EAEAEB;
  font-size: 20px;
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li a:hover {
  color: #DA323E;
}
.footer .footer-top-inner .footer-widget .sub-footer-menu p, .footer .footer-top-inner .footer-widget .sub-footer-menu a {
  color: #DA323E;
}
.footer .footer-top-inner .footer-widget .sub-footer-menu a:hover {
  color: white;
}

#subscribe-popup {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #subscribe-popup {
    width: 40%;
  }
}
#subscribe-popup .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email] {
  outline: none;
  border: 2px solid #626262 !important;
  padding: 15px 20px !important;
}
#subscribe-popup .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus {
  border: 2px solid #DA323E !important;
}

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

    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: 1390px;
  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-slider, .section.dc-iconbox, .section.our-business, .section.recent-posts, .section.dc-posts-carousel, .section.dc-hotboxes, .section.dc-team-cards, .section.dc-accordion, .section.dc-image-text-box, .section.dc-locations-list, .section.press-list, .section.news-list, .section.dc-downloads {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dc-text-block > .inner, .section.dc-image-slider > .inner, .section.dc-iconbox > .inner, .section.our-business > .inner, .section.recent-posts > .inner, .section.dc-posts-carousel > .inner, .section.dc-hotboxes > .inner, .section.dc-team-cards > .inner, .section.dc-accordion > .inner, .section.dc-image-text-box > .inner, .section.dc-locations-list > .inner, .section.press-list > .inner, .section.news-list > .inner, .section.dc-downloads > .inner {
  width: 100%;
  max-width: 1390px;
  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-slider > .inner, .section.dc-iconbox > .inner, .section.our-business > .inner, .section.recent-posts > .inner, .section.dc-posts-carousel > .inner, .section.dc-hotboxes > .inner, .section.dc-team-cards > .inner, .section.dc-accordion > .inner, .section.dc-image-text-box > .inner, .section.dc-locations-list > .inner, .section.press-list > .inner, .section.news-list > .inner, .section.dc-downloads > .inner {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-text-block > .inner, .section.dc-image-slider > .inner, .section.dc-iconbox > .inner, .section.our-business > .inner, .section.recent-posts > .inner, .section.dc-posts-carousel > .inner, .section.dc-hotboxes > .inner, .section.dc-team-cards > .inner, .section.dc-accordion > .inner, .section.dc-image-text-box > .inner, .section.dc-locations-list > .inner, .section.press-list > .inner, .section.news-list > .inner, .section.dc-downloads > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section.dc-text-block.fullwidth > .inner, .section.dc-image-slider.fullwidth > .inner, .section.dc-iconbox.fullwidth > .inner, .section.our-business.fullwidth > .inner, .section.recent-posts.fullwidth > .inner, .section.dc-posts-carousel.fullwidth > .inner, .section.dc-hotboxes.fullwidth > .inner, .section.dc-team-cards.fullwidth > .inner, .section.dc-accordion.fullwidth > .inner, .section.dc-image-text-box.fullwidth > .inner, .section.dc-locations-list.fullwidth > .inner, .section.press-list.fullwidth > .inner, .section.news-list.fullwidth > .inner, .section.dc-downloads.fullwidth > .inner {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block, .section.dc-image-slider, .section.dc-iconbox, .section.our-business, .section.recent-posts, .section.dc-posts-carousel, .section.dc-hotboxes, .section.dc-team-cards, .section.dc-accordion, .section.dc-image-text-box, .section.dc-locations-list, .section.press-list, .section.news-list, .section.dc-downloads {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-text-block, .section.dc-image-slider, .section.dc-iconbox, .section.our-business, .section.recent-posts, .section.dc-posts-carousel, .section.dc-hotboxes, .section.dc-team-cards, .section.dc-accordion, .section.dc-image-text-box, .section.dc-locations-list, .section.press-list, .section.news-list, .section.dc-downloads {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.dc-text-block.bg_white + .bg_white, .section.dc-text-block.bg_white + script + .bg_white, .section.dc-text-block.bg_grey + .bg_grey, .section.dc-text-block.bg_grey + script + .bg_grey, .section.dc-text-block.bg_blue + .bg_blue, .section.dc-text-block.bg_blue + script + .bg_blue, .section.dc-image-slider.bg_white + .bg_white, .section.dc-image-slider.bg_white + script + .bg_white, .section.dc-image-slider.bg_grey + .bg_grey, .section.dc-image-slider.bg_grey + script + .bg_grey, .section.dc-image-slider.bg_blue + .bg_blue, .section.dc-image-slider.bg_blue + script + .bg_blue, .section.dc-iconbox.bg_white + .bg_white, .section.dc-iconbox.bg_white + script + .bg_white, .section.dc-iconbox.bg_grey + .bg_grey, .section.dc-iconbox.bg_grey + script + .bg_grey, .section.dc-iconbox.bg_blue + .bg_blue, .section.dc-iconbox.bg_blue + script + .bg_blue, .section.our-business.bg_white + .bg_white, .section.our-business.bg_white + script + .bg_white, .section.our-business.bg_grey + .bg_grey, .section.our-business.bg_grey + script + .bg_grey, .section.our-business.bg_blue + .bg_blue, .section.our-business.bg_blue + script + .bg_blue, .section.recent-posts.bg_white + .bg_white, .section.recent-posts.bg_white + script + .bg_white, .section.recent-posts.bg_grey + .bg_grey, .section.recent-posts.bg_grey + script + .bg_grey, .section.recent-posts.bg_blue + .bg_blue, .section.recent-posts.bg_blue + script + .bg_blue, .section.dc-posts-carousel.bg_white + .bg_white, .section.dc-posts-carousel.bg_white + script + .bg_white, .section.dc-posts-carousel.bg_grey + .bg_grey, .section.dc-posts-carousel.bg_grey + script + .bg_grey, .section.dc-posts-carousel.bg_blue + .bg_blue, .section.dc-posts-carousel.bg_blue + script + .bg_blue, .section.dc-hotboxes.bg_white + .bg_white, .section.dc-hotboxes.bg_white + script + .bg_white, .section.dc-hotboxes.bg_grey + .bg_grey, .section.dc-hotboxes.bg_grey + script + .bg_grey, .section.dc-hotboxes.bg_blue + .bg_blue, .section.dc-hotboxes.bg_blue + script + .bg_blue, .section.dc-team-cards.bg_white + .bg_white, .section.dc-team-cards.bg_white + script + .bg_white, .section.dc-team-cards.bg_grey + .bg_grey, .section.dc-team-cards.bg_grey + script + .bg_grey, .section.dc-team-cards.bg_blue + .bg_blue, .section.dc-team-cards.bg_blue + script + .bg_blue, .section.dc-accordion.bg_white + .bg_white, .section.dc-accordion.bg_white + script + .bg_white, .section.dc-accordion.bg_grey + .bg_grey, .section.dc-accordion.bg_grey + script + .bg_grey, .section.dc-accordion.bg_blue + .bg_blue, .section.dc-accordion.bg_blue + script + .bg_blue, .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_grey + .bg_grey, .section.dc-image-text-box.bg_grey + script + .bg_grey, .section.dc-image-text-box.bg_blue + .bg_blue, .section.dc-image-text-box.bg_blue + script + .bg_blue, .section.dc-locations-list.bg_white + .bg_white, .section.dc-locations-list.bg_white + script + .bg_white, .section.dc-locations-list.bg_grey + .bg_grey, .section.dc-locations-list.bg_grey + script + .bg_grey, .section.dc-locations-list.bg_blue + .bg_blue, .section.dc-locations-list.bg_blue + script + .bg_blue, .section.press-list.bg_white + .bg_white, .section.press-list.bg_white + script + .bg_white, .section.press-list.bg_grey + .bg_grey, .section.press-list.bg_grey + script + .bg_grey, .section.press-list.bg_blue + .bg_blue, .section.press-list.bg_blue + script + .bg_blue, .section.news-list.bg_white + .bg_white, .section.news-list.bg_white + script + .bg_white, .section.news-list.bg_grey + .bg_grey, .section.news-list.bg_grey + script + .bg_grey, .section.news-list.bg_blue + .bg_blue, .section.news-list.bg_blue + script + .bg_blue, .section.dc-downloads.bg_white + .bg_white, .section.dc-downloads.bg_white + script + .bg_white, .section.dc-downloads.bg_grey + .bg_grey, .section.dc-downloads.bg_grey + script + .bg_grey, .section.dc-downloads.bg_blue + .bg_blue, .section.dc-downloads.bg_blue + script + .bg_blue {
  padding-top: 0;
}

.section:not(.title-side) > .inner > .section_intro {
  position: relative;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section:not(.title-side) > .inner > .section_intro {
    margin-bottom: 70px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.section:not(.title-side) > .inner > .section_intro .title-wrapper {
  max-width: 800px;
  padding-right: 30px;
}
.section:not(.title-side) > .inner > .section_intro .title-wrapper .title:last-child {
  margin-bottom: 10px;
}
.section:not(.title-side) > .inner > .section_intro .description p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section:not(.title-side) > .inner > .section_intro .button-wrapper {
    margin-top: 20px;
  }
}
.section:not(.title-side) > .inner > .section_intro.center .title-wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 !important;
}
.section:not(.title-side) > .inner > .section_intro.center .title-wrapper h2 {
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -20px !important;
}

.section.bg_white {
  background: #FFFFFF;
}
.section.bg_grey {
  background: #EBECED;
}
.section.bg_black {
  background: #343940;
}
.section.bg_black.dc-industry-slider h1,
.section.bg_black.dc-industry-slider h2,
.section.bg_black.dc-industry-slider h3,
.section.bg_black.dc-industry-slider h4,
.section.bg_black.dc-industry-slider h5,
.section.bg_black.dc-industry-slider h6,
.section.bg_black.dc-industry-slider p,
.section.bg_black.dc-industry-slider li {
  color: white;
}

.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

.bg-arc article.page {
  position: relative;
}
.bg-arc article.page:before {
  content: "";
  background: url("../img/bg-arcs.png");
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: 55%;
  width: 55%;
  height: 915px;
}
.bg-arc article.page > .section.bg_white {
  background: none;
}

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

    SLICK DOTS

\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  display: inline;
  margin: 0 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 10px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #CDC7C0;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #DA323E;
  border: 1px solid #DA323E;
}

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

    SLICK ARROWS

\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: 0;
}
button.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  font-size: 25px;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
  color: #CCCCD1;
}
button.slick-arrow.slick-prev {
  left: -20px;
}
button.slick-arrow.slick-prev:after {
  content: "\f053";
}
@media only screen and (min-width: 1360px) {
  button.slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  button.slick-arrow.slick-prev {
    left: -140px;
  }
}
button.slick-arrow.slick-next {
  right: -20px;
}
button.slick-arrow.slick-next:after {
  content: "\f054";
}
@media only screen and (min-width: 1360px) {
  button.slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  button.slick-arrow.slick-next {
    right: -140px;
  }
}
.carousel-active {
  display: block !important;
}

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

    TITLE BOX 

\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
}
.dc-titlebox .inner h1 {
  color: white;
  position: relative;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner h1 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .inner h1 {
    margin-bottom: 40px !important;
  }
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.dc-titlebox .inner h1 span {
  color: #DA323E;
}
.dc-titlebox .inner .text {
  position: relative;
  max-width: 1180px;
}
.dc-titlebox .inner .text > *:last-child {
  margin-bottom: 0 !important;
}
.dc-titlebox .inner p {
  color: white;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .inner p {
    font-size: 19px;
  }
}
.dc-titlebox .inner .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;
}
.dc-titlebox.single-image .inner, .dc-titlebox.bg_color .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox.single-image .inner, .dc-titlebox.bg_color .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner, .dc-titlebox.bg_color .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dc-titlebox.single-image .inner h1, .dc-titlebox.bg_color .inner h1 {
  max-width: 1280px;
  margin-bottom: 8px;
  padding-right: 20%;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner h1, .dc-titlebox.bg_color .inner h1 {
    padding-right: 20px;
  }
}
.dc-titlebox.single-image .inner .text, .dc-titlebox.bg_color .inner .text {
  width: 100%;
  max-width: 1280px;
  padding-right: 20%;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner .text, .dc-titlebox.bg_color .inner .text {
    padding-right: 20px;
  }
}
.dc-titlebox.single-image .inner .text p, .dc-titlebox.bg_color .inner .text p {
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image .inner .text p, .dc-titlebox.bg_color .inner .text p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.dc-titlebox.single-image .bg-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
}
.dc-titlebox.single-image:not(.bg_grey):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(49, 49, 49);
}
.dc-titlebox.single-image.title_short .inner {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
body.press-releases .dc-titlebox:before, body.news .dc-titlebox:before, body.case-studies .dc-titlebox:before, body.media .dc-titlebox:before, body.media-filtered .dc-titlebox:before, body.single .dc-titlebox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #313131;
}
body.press-releases .dc-titlebox h1,
body.press-releases .dc-titlebox p, body.news .dc-titlebox h1,
body.news .dc-titlebox p, body.case-studies .dc-titlebox h1,
body.case-studies .dc-titlebox p, body.media .dc-titlebox h1,
body.media .dc-titlebox p, body.media-filtered .dc-titlebox h1,
body.media-filtered .dc-titlebox p, body.single .dc-titlebox h1,
body.single .dc-titlebox p {
  color: white;
}
.dc-titlebox.slider {
  display: block;
}
.dc-titlebox.bg_grey {
  background-color: #EBECED;
}
.dc-titlebox.bg_grey .inner h1 {
  color: #343940;
}
.dc-titlebox.bg_grey .inner .text h1,
.dc-titlebox.bg_grey .inner .text h3,
.dc-titlebox.bg_grey .inner .text h4,
.dc-titlebox.bg_grey .inner .text h5,
.dc-titlebox.bg_grey .inner .text h6,
.dc-titlebox.bg_grey .inner .text p,
.dc-titlebox.bg_grey .inner .text ul li,
.dc-titlebox.bg_grey .inner .text a {
  color: #343940;
}
.dc-titlebox .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.dc-titlebox .video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dc-titlebox.bg-video {
  overflow: hidden;
}
.dc-titlebox.bg-video .inner.overlay:before {
  top: -1000px;
  bottom: -1000px;
  height: auto;
}

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

    TITLE BOX - HEIGHTS

\*------------------------------------*/
.dc-titlebox {
  height: auto;
  min-height: 280px;
  /*
  	&.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; }
  	}
  */
  /*
  	// 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 {
    min-height: 410px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    min-height: 470px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    min-height: 530px;
  }
}
.dc-titlebox.title_short {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_short {
    min-height: 220px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_short {
    min-height: 260px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_short {
    min-height: 320px;
  }
}
.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: 1000px;
  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: 870px;
}
.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 {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto !important;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .content {
    padding: 0 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;
  }
}
.dc-titlebox .slick-dots li button:first-child:last-child {
  display: none;
}

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

    TEXT BOX

\*------------------------------------*/
.dc-text-block .section_intro {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  margin-bottom: 0 !important;
}
.dc-text-block .section_intro h2 {
  margin-bottom: 32px !important;
}
.dc-text-block .section_intro h3 {
  font-weight: 500;
}
.dc-text-block .section_intro .button-wrapper {
  margin-top: 50px;
}
.dc-text-block.highlight .section_content {
  width: 100%;
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.highlight .section_content {
    width: 80%;
  }
}
@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: #D8D8D8;
}
.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.title-side .inner {
  max-width: 1390px !important;
}
@media only screen and (min-width: 950px) {
  .dc-text-block.title-side .inner {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block.title-side .inner .section_intro {
    width: 40%;
    padding-right: 30px;
    min-width: 350px;
  }
}
.dc-text-block.title-side .inner .section_intro h2 {
  color: #B5B7B9;
  font-size: 38px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.title-side .inner .section_intro h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block.title-side .inner .section_intro h2 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block.title-side .inner .section_content {
    -ms-flex: 1;
        flex: 1;
  }
}
.dc-text-block.title-side .inner .section_content h2 {
  color: #343940;
  font-size: 38px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.title-side .inner .section_content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block.title-side .inner .section_content h2 {
    font-size: 58px;
  }
}
.dc-text-block.section > .inner {
  position: relative;
  max-width: 1180px;
}
.dc-text-block.section > .inner h3 {
  font-weight: 500;
}
.dc-text-block.section > .inner h4 {
  color: #DA323E;
  font-weight: 700;
  margin-bottom: 14px;
}
.dc-text-block.section > .inner .button-wrapper {
  margin-top: 40px;
}
.dc-text-block.section.image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}
.dc-text-block.section.image .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 12%;
  background-size: cover;
  background-repeat: no-repeat;
}
.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;
  }
}

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

ACCORDION

\*------------------------------------*/
.dc-accordion > .inner {
  max-width: 1180px !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: "\f101";
  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: 40px;
}
.dc-accordion .accordion.active .title:before {
  content: "\f103";
  color: #DA323E;
}
.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;
}

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

    ICONBOX SECTION

\*------------------------------------*/
.dc-iconbox .inner {
  max-width: 1180px !important;
}
.dc-iconbox .inner .section_intro .title-wrapper {
  margin: 0 auto;
  padding: 0;
}
.dc-iconbox .inner .section_intro h2 {
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -20px !important;
}
.dc-iconbox .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
}
@media only screen and (max-width: 559px) {
  .dc-iconbox .inner .section_content .items {
    width: 100%;
  }
}
.dc-iconbox .inner .section_content .items .item {
  position: relative;
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .dc-iconbox .inner .section_content .items .item {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
    text-align: center;
  }
}
.dc-iconbox .inner .section_content .items .item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dc-iconbox .inner .section_content .items .item .icon-wrapper {
  height: 180px;
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 18px;
  border: 4px solid #EBECED;
  border-radius: 100%;
  transition: all 125ms ease-in-out;
}
@media only screen and (max-width: 559px) {
  .dc-iconbox .inner .section_content .items .item .icon-wrapper {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dc-iconbox .inner .section_content .items .item .icon-wrapper img {
  display: block;
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 559px) {
  .dc-iconbox .inner .section_content .items .item .icon-wrapper img {
    margin: 0 auto;
  }
}
.dc-iconbox .inner .section_content .items .item h3 {
  color: #343940;
  margin-bottom: 14px;
  transition: all 125ms ease-in-out;
}
.dc-iconbox .inner .section_content .items .item .text {
  margin-bottom: 34px;
}
.dc-iconbox .inner .section_content .items .item .text p {
  color: #343940;
  margin-bottom: 0;
}
.dc-iconbox .inner .section_content .items .item:hover .icon-wrapper {
  border: 4px solid #DA323E;
}
.dc-iconbox .inner .section_content .items .item:hover h3 {
  color: #DA323E;
}
.dc-iconbox .inner .section_content .items .item:hover .dc-link:after {
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner.col2 .section_content .items .item {
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner.col3 .section_content .items .item {
    width: calc(33.333% - 50px);
  }
}
.dc-iconbox .inner.col4 {
  max-width: 1390px !important;
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner.col4 .section_content .items .item {
    width: calc(25% - 50px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .dc-iconbox .inner.col4 .section_content .items .item h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  .dc-iconbox .inner.col4 .section_content .items .item h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner.col4 .section_content .items .item .icon-wrapper {
    height: 140px;
    width: 140px;
  }
  .dc-iconbox .inner.col4 .section_content .items .item .icon-wrapper img {
    height: 72px;
  }
}
.dc-iconbox .inner.col5 {
  max-width: 1390px !important;
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner.col5 .section_content .items .item {
    width: calc(20% - 50px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .dc-iconbox .inner.col5 .section_content .items .item h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  .dc-iconbox .inner.col5 .section_content .items .item h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-iconbox .inner.col5 .section_content .items .item .icon-wrapper {
    height: 120px;
    width: 120px;
  }
  .dc-iconbox .inner.col5 .section_content .items .item .icon-wrapper img {
    height: 60px;
  }
}
.dc-iconbox.list .inner {
  max-width: 1390px !important;
}
.dc-iconbox.list .inner .section_content .items {
  -ms-flex-direction: column;
      flex-direction: column;
}
.dc-iconbox.list .inner .section_content .items .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 399px) {
  .dc-iconbox.list .inner .section_content .items .item {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}
.dc-iconbox.list .inner .section_content .items .item .icon-wrapper {
  width: 25%;
  min-width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 10px;
  border: 0 none;
}
@media only screen and (max-width: 399px) {
  .dc-iconbox.list .inner .section_content .items .item .icon-wrapper {
    width: 100%;
    text-align: center;
  }
}
.dc-iconbox.list .inner .section_content .items .item .icon-wrapper .icon-wrapper-inner {
  width: 164px;
  height: 164px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 4px solid #9C9EA1;
  border-radius: 100%;
}
.dc-iconbox.list .inner .section_content .items .item .item-content {
  -ms-flex: 1;
      flex: 1;
  padding-right: 8%;
}
@media only screen and (max-width: 767px) {
  .dc-iconbox.list .inner .section_content .items .item .item-content {
    width: 100%;
    -ms-flex: unset;
        flex: unset;
  }
}
.dc-iconbox.list .inner .section_content .items .item .item-content h4.sub-title {
  font-weight: 400;
}
.dc-iconbox.list .inner .section_content .items .item .item-content .overlay {
  display: none;
}

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

OUR BUSINESS

\*------------------------------------*/
.our-business .inner {
  max-width: 1180px !important;
}
.our-business .inner .section_intro {
  border-bottom: 1px solid #9C9EA1;
  padding-bottom: 20px;
}
.our-business .inner .section_content .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.our-business .inner .section_content .slick-track .item {
  margin: 0 20px;
  position: relative;
}
.our-business .inner .section_content .slick-track .item img {
  opacity: 1;
  transition: all 125ms ease-in-out;
}
.our-business .inner .section_content .slick-track .item:not(:hover) img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.our-business .inner .section_content .slick-track .item:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.our-business.business-grid .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
}
.our-business.business-grid .inner .section_content .item {
  position: relative;
  width: calc(25% - 30px);
  margin-right: 30px;
  padding: 0 20px 40px;
  min-height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .our-business.business-grid .inner .section_content .item {
    width: calc(33.3333% - 30px);
    padding: 0 20px 30px;
    min-height: 110px;
  }
}
@media only screen and (max-width: 650px) {
  .our-business.business-grid .inner .section_content .item {
    width: calc(50% - 30px);
    padding: 0 10px 20px;
    min-height: 70px;
  }
}

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

INDUSTRY SLIDER

\*------------------------------------*/
.dc-industry-slider {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .dc-industry-slider {
    padding-top: 70px;
  }
}
.dc-industry-slider .inner .section_intro {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .dc-industry-slider .inner .section_intro {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-industry-slider .inner .section_intro {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.dc-industry-slider .inner .section_content .slick-thumbnails {
  z-index: 9999;
}
.dc-industry-slider .inner .section_content .slick-thumbnails .slick-list {
  overflow: visible !important;
  max-width: 1300px;
  margin: 0 auto;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li {
  top: 100px;
  height: 150px;
  padding: 60px 40px 20px;
  margin: 0 15px;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-industry-slider .inner .section_content .slick-thumbnails li {
    top: 70px;
    height: 110px;
    padding: 40px 40px 20px;
  }
}
.dc-industry-slider .inner .section_content .slick-thumbnails li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border-radius: 3px;
  background-color: #EBECED;
  box-shadow: 0 -1px 4px 0 rgba(162, 162, 162, 0.5);
  transition: all 125ms ease-in-out;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li i {
  position: relative;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 38px;
  right: 40px;
  color: #626262;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li h3 {
  color: #343940;
  font-weight: 800;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li span {
  position: absolute;
  left: 0;
  bottom: -51px;
  z-index: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 51px;
  padding: 10px 16px;
  background-color: #D8D8D8;
  color: #616161;
  font-weight: 700;
  line-height: 31px;
  opacity: 0;
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
  transition: all 125ms ease-in-out;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li:hover:before, .dc-industry-slider .inner .section_content .slick-thumbnails li.slick-current:before {
  background-color: #DA323E;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .dc-industry-slider .inner .section_content .slick-thumbnails li:hover:before, .dc-industry-slider .inner .section_content .slick-thumbnails li.slick-current:before {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.dc-industry-slider .inner .section_content .slick-thumbnails li:hover i, .dc-industry-slider .inner .section_content .slick-thumbnails li.slick-current i {
  color: white;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li:hover h3, .dc-industry-slider .inner .section_content .slick-thumbnails li.slick-current h3 {
  color: #FFFFFF;
}
.dc-industry-slider .inner .section_content .slick-thumbnails li:hover span, .dc-industry-slider .inner .section_content .slick-thumbnails li.slick-current span {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.dc-industry-slider .inner .section_content .photo-gallery-wrapper .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: 740px;
  max-height: 50vw;
  min-height: 300px;
}
.dc-industry-slider .inner .section_content .photo-gallery-wrapper .slick-slide img {
  object-fit: cover;
}

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

RECENT POSTS

\*------------------------------------*/
.recent-posts .inner .section_content {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .recent-posts .inner .section_content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.recent-posts .inner .section_content > div.left {
  width: calc(33.3333% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .recent-posts .inner .section_content > div.left {
    width: 100%;
    margin-right: 0;
  }
}
.recent-posts .inner .section_content > div.left img {
  display: block;
}
.recent-posts .inner .section_content > div.right {
  -ms-flex: 1;
      flex: 1;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .recent-posts .inner .section_content > div {
    width: 100%;
    margin-right: 0;
  }
}
.recent-posts .inner .section_content > div.right {
  padding-top: 20px;
}
.recent-posts .inner .section_content > div.right ul {
  list-style: none;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .recent-posts .inner .section_content > div.right ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 949px) {
  .recent-posts .inner .section_content > div.right ul li {
    margin-left: 0;
  }
}
.recent-posts .inner .section_content > div.right ul li:not(:last-child) {
  margin-bottom: 24px;
}
.recent-posts .inner .section_content > div.right ul li a:hover h3 {
  color: #DA323E;
}
.recent-posts .inner .section_content > div.right ul h3 {
  margin-bottom: 6px;
}
.recent-posts .inner .section_content > div.right ul p {
  color: #9C9EA1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.recent-posts .inner .section_content > div .button-wrapper {
  margin-left: 55px;
  margin-top: 40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (max-width: 949px) {
  .recent-posts .inner .section_content > div .button-wrapper {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .recent-posts .inner .section_content > div .button-wrapper {
    margin-left: 0;
  }
}

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

POSTS CAROUSEL

\*------------------------------------*/
.recent-posts + .dc-posts-carousel {
  margin-top: -75px;
}
@media only screen and (max-width: 949px) {
  .recent-posts + .dc-posts-carousel {
    margin-top: -45px;
  }
}

.dc-posts-carousel .inner {
  /* the slides */
  /* the parent */
}
.dc-posts-carousel .inner .section_content .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.dc-posts-carousel .inner .section_content .item {
  position: relative;
  padding: 130px 4vw 30px 30px;
  min-height: 302px;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .dc-posts-carousel .inner .section_content .item {
    padding: 120px 70px 30px 30px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-posts-carousel .inner .section_content .item {
    padding: 100px 30px 30px 30px;
    min-height: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-posts-carousel .inner .section_content .item {
    padding: 70px 30px 30px 30px;
    min-height: 250px;
  }
}
.dc-posts-carousel .inner .section_content .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border-radius: 0;
  background-color: #EBECED;
  transition: all 125ms ease-in-out;
}
.dc-posts-carousel .inner .section_content .item > a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.dc-posts-carousel .inner .section_content .item > * {
  position: relative;
  z-index: 2;
}
.dc-posts-carousel .inner .section_content .item span.category {
  position: relative;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background-color: #343940;
  padding: 0 10px;
  height: 32px;
  min-width: 140px;
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  color: #FFFFFF;
  font-weight: 600;
}
.dc-posts-carousel .inner .section_content .item span.category small {
  margin-right: 40px;
}
.dc-posts-carousel .inner .section_content .item span.category:after {
  content: "";
  width: 38px;
  height: 32px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #DA323E;
  z-index: 9999;
  border-top-left-radius: 20px;
}
.dc-posts-carousel .inner .section_content .item h3 {
  color: #DA323E;
  margin: 10px 0 0;
  min-height: 2.4em;
}
.dc-posts-carousel .inner .section_content .item p {
  color: #9C9EA1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.dc-posts-carousel .inner .section_content .item:hover {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.dc-posts-carousel .inner .section_content .item:hover:before {
  border-radius: 100px 0 100px 0;
}
.dc-posts-carousel .inner .slick-slide {
  margin: 0 16px;
}
.dc-posts-carousel .inner .slick-list {
  margin: 0 -16px;
}

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

    IMAGE CAROUSEL & SLIDER 

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

.dc-image-slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .slick-list {
  width: calc(100% + 356px);
}
@media only screen and (max-width: 1919px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .slick-list {
    width: calc(100% + (100vw - 1210px) / 2);
  }
}
@media only screen and (max-width: 1359px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .slick-list {
    width: calc(100% + 61px);
  }
}
@media only screen and (max-width: 1199px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .slick-list {
    width: calc(100% + 31px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .slick-list {
    width: calc(100% + 16px);
  }
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text {
  position: relative;
  width: 219px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text {
    position: absolute;
    top: 0;
  }
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner {
  position: absolute;
  z-index: 9999;
  max-width: 380px;
  min-width: 350px;
  height: 350px;
  max-height: 30vw;
  min-height: 240px;
  margin-top: -50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #343940;
  padding: 30px 40px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner {
    top: 50px;
  }
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner h3,
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner .description {
  color: #FFFFFF;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner p {
  font-size: 12px;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner i {
  position: absolute;
  right: 30px;
  bottom: 40px;
  color: #626262;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .text-inner:hover i {
  color: #DA323E;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .text .dc-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .image-wrapper {
  width: calc(100% - 219px);
  height: 560px;
  min-height: 420px;
  max-height: 40vw;
}
@media only screen and (max-width: 767px) {
  .dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .image-wrapper {
    width: 90%;
    margin-left: 10%;
    padding-top: 150px;
    max-height: 85vw;
  }
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .image-wrapper .image-wrapper-inner {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.dc-image-slider .inner .section_content .image-gallery-wrapper .item .inner-wrapper .image-wrapper .image-wrapper-inner img {
  min-width: 100%;
  object-fit: cover;
}

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

    IMAGE TEXT BOX

\*------------------------------------*/
.dc-image-text-box .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-box .section_content .right {
  padding: 38px 25px;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .right {
    padding: 40px 8%;
  }
}
.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: 580px;
  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: 26px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 40px;
  }
}
.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: 41.666%;
  }
  .dc-image-text-box .section_content .right {
    width: 66.666%;
  }
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.bg_white .section_content .right {
    padding: 0;
  }
}
.dc-image-text-box.bg_grey {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .inner .section_content .left {
    width: 33.333%;
  }
}
.dc-image-text-box.style_2 .inner .section_content .left .image-wrapper {
  height: 300px;
  max-height: 18vw;
  min-height: 170px;
  background-color: #EBECED;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .inner .section_content .left .image-wrapper {
    border-bottom-left-radius: 90px;
    border-top-right-radius: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_2 .inner .section_content .left .image-wrapper {
    max-height: 40vw;
  }
}
.dc-image-text-box.style_2 .inner .section_content .left .image-wrapper img {
  object-fit: contain;
  padding: 10%;
}
.dc-image-text-box.style_2 .inner .section_content .left .image-wrapper.cover {
  overflow: hidden;
}
.dc-image-text-box.style_2 .inner .section_content .left .image-wrapper.cover img {
  object-fit: cover;
  padding: 0;
}
.dc-image-text-box.style_2 .inner .section_content .right {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .inner .section_content .right {
    width: 66.666%;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-image-text-box.style_2 .inner .section_content .right {
    width: 66.666%;
    padding: 20px 30px 20px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-image-text-box.style_2 .inner .section_content .right {
    width: 66.666%;
    padding: 20px 10%;
  }
}
.dc-image-text-box.fullwidth .section_content .right > * {
  max-width: 715px;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.fullwidth .section_content .right {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

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

    HOTBOX SECTION

\*------------------------------------*/
.dc-hotboxes + script + .dc-hotboxes {
  margin-top: -70px;
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes + script + .dc-hotboxes {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-hotboxes + script + .dc-hotboxes {
    margin-top: -100px;
  }
}

.dc-hotboxes .inner .section_intro {
  margin-bottom: 20px !important;
}
.dc-hotboxes .inner .section_intro .title-wrapper h2 {
  margin-bottom: -20px !important;
}
.dc-hotboxes .inner .section_content {
  max-width: 1460px;
  margin: 0 auto;
}
.dc-hotboxes .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items {
    width: 100%;
  }
}
.dc-hotboxes .inner .section_content .items .item {
  position: relative;
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-hotboxes .inner .section_content .items .item {
    height: 300px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.dc-hotboxes .inner .section_content .items .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border-radius: 3px;
  background-color: #EBECED;
  box-shadow: 0 -1px 4px 0 rgba(162, 162, 162, 0.5);
  transition: all 125ms ease-in-out;
}
.dc-hotboxes .inner .section_content .items .item > a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.dc-hotboxes .inner .section_content .items .item .icon-wrapper {
  height: 150px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.dc-hotboxes .inner .section_content .items .item .icon-wrapper img {
  display: block;
  height: 150px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
  border-radius: 3px 3px 0 0;
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item .icon-wrapper img {
    margin: 0 auto;
  }
}
.dc-hotboxes .inner .section_content .items .item .text {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 20px 10%;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.dc-hotboxes .inner .section_content .items .item .text i {
  position: relative;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 40px;
  color: #626262;
  font-size: 28px;
}
.dc-hotboxes .inner .section_content .items .item h3 {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  max-width: 240px;
  padding-right: 30px;
  color: #343940;
  text-align: left;
}
.dc-hotboxes .inner .section_content .items .item h3 + p.sub-title {
  margin-top: -20px;
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item h3 + p.sub-title {
    margin-top: -10px;
    margin-bottom: 14px;
  }
}
.dc-hotboxes .inner .section_content .items .item .button-wrapper a {
  position: relative;
  color: #DA323E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.15em;
  text-transform: uppercase;
}
.dc-hotboxes .inner .section_content .items .item .button-wrapper a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #DA323E;
}
.dc-hotboxes .inner .section_content .items .item:not(.no-link):hover:before {
  background-color: #343940;
}
.dc-hotboxes .inner .section_content .items .item:not(.no-link):hover i {
  color: #DA323E;
}
.dc-hotboxes .inner .section_content .items .item:not(.no-link):hover h3 {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner.col2 .section_content .items .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner.col3 .section_content .items .item {
    width: calc(33.333% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner.col4 .section_content .items .item {
    width: calc(25% - 30px);
  }
}
.dc-hotboxes.casestudies-list .inner .section_content .items .item {
  padding: 0;
}
.dc-hotboxes.casestudies-list .inner .section_content .items .item h3 {
  max-width: 100%;
}

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

    TEAM CARDS

\*------------------------------------*/
.dc-team-cards .section_content:not(:last-child) {
  margin-block: 60px;
}
.dc-team-cards .section_content h4,
.dc-team-cards .section_content h5 {
  margin-bottom: 10px;
}
.dc-team-cards .team-contact {
  list-style: none;
}
.dc-team-cards .team-contact li {
  position: relative;
  display: inline;
  color: #343940;
  font-size: 18px;
  font-weight: 700;
}
.dc-team-cards .team-contact li:not(:last-child) {
  margin-right: 10px;
}
.dc-team-cards .team-contact li:not(:last-child):before {
  content: "";
  width: 28px;
  height: 22px;
  background-color: #DA323E;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  left: -28px;
  margin-top: 5px;
}
.dc-team-cards .team-contact li:last-child {
  margin-left: 0;
}
.dc-team-cards .team-contact li a {
  margin-left: 10px;
  margin-right: 6px;
}
.dc-team-cards .team-contact li .fa-linkedin-in {
  color: #DA323E;
}

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

  LOCATIONS TABS

\*------------------------------------*/
.dc-locations-list .inner .section_content .office-locations .tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dc-locations-list .inner .section_content .office-locations .tab .tablinks {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 405px;
  height: 150px;
  padding: 40px;
  color: #343940;
  font-weight: 600;
  text-align: left;
  border: none;
  border-radius: 3px;
  background-color: #EBECED;
  cursor: pointer;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-locations-list .inner .section_content .office-locations .tab .tablinks {
    -ms-flex: unset;
        flex: unset;
    width: 100%;
    height: 50px;
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-locations-list .inner .section_content .office-locations .tab .tablinks {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
  }
}
.dc-locations-list .inner .section_content .office-locations .tab .tablinks:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .dc-locations-list .inner .section_content .office-locations .tab .tablinks:not(:last-child) {
    margin-right: 0;
  }
}
.dc-locations-list .inner .section_content .office-locations .tab .tablinks i {
  position: relative;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 40px;
  color: #626262;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .dc-locations-list .inner .section_content .office-locations .tab .tablinks i {
    font-size: 20px;
    right: 15px;
    top: 15px;
  }
}
.dc-locations-list .inner .section_content .office-locations .tab .tablinks:hover, .dc-locations-list .inner .section_content .office-locations .tab .tablinks.active {
  color: #FFFFFF;
  background-color: #343940;
}
.dc-locations-list .inner .section_content .office-locations .tab .tablinks:hover i, .dc-locations-list .inner .section_content .office-locations .tab .tablinks.active i {
  color: #DA323E;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent {
  max-width: 1050px;
  margin: 50px auto 0;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .content-title {
  margin-top: 80px !important;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .content-title h3 {
  color: #DA323E;
  border-bottom: 2px solid #DA323E;
  padding-bottom: 34px;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion {
  padding: 13px 0 10px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion {
    margin: 0 auto 6px;
  }
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ebeef4;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion:last-child:after {
  background: white;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .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-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title {
    margin-bottom: 6px;
  }
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title h3 {
  color: #343940;
  margin-bottom: 0;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .title:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f101";
  right: 0;
  font-size: 21px;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content .item {
  margin-bottom: 50px;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content .location-title {
  color: #DA323E;
  margin-bottom: 8px;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content p {
  margin-bottom: 0;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion .content .button-wrapper {
  margin-top: 30px;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion.active {
  padding-bottom: 10px;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion.active .title:before {
  content: "\f103";
  color: #DA323E;
}
.dc-locations-list .inner .section_content .office-locations .tabcontent .accordion-wrapper .accordion.active .content {
  max-height: 2000px;
  height: auto;
}

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

INDUSTRY TITLEBOX

\*------------------------------------*/
.industry-titlebox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.industry-titlebox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070708;
  opacity: 0.5;
}
@media only screen and (max-width: 849px) {
  .industry-titlebox {
    min-height: 380px;
  }
}
@media only screen and (max-width: 650px) {
  .industry-titlebox {
    min-height: 270px;
  }
}
.industry-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.industry-titlebox .inner .title-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 849px) {
  .industry-titlebox .inner .title-wrapper {
    min-height: 220px;
  }
}
@media only screen and (max-width: 650px) {
  .industry-titlebox .inner .title-wrapper {
    min-height: 150px;
  }
}
.industry-titlebox .inner .title-wrapper .text-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-block: 50px !important;
}
@media only screen and (max-width: 767px) {
  .industry-titlebox .inner .title-wrapper .text-inner {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .industry-titlebox .inner .title-wrapper .text-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.industry-titlebox .inner .title-wrapper h1 {
  color: #FFFFFF;
  margin: 0;
  max-width: 700px;
}
@media only screen and (max-width: 999px) {
  .industry-titlebox .inner .title-wrapper h1 {
    max-width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 650px) {
  .industry-titlebox .inner .title-wrapper h1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 999px) {
  .industry-titlebox .inner .title-wrapper .text {
    right: 30px;
    width: 270px;
    height: 250px;
    padding: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .industry-titlebox .inner .title-wrapper .text {
    display: none;
  }
}
.industry-titlebox .inner .title-wrapper .text .inner-wrapper h4 {
  color: #DA323E;
  font-size: 21px;
}
@media only screen and (max-width: 999px) {
  .industry-titlebox .inner .title-wrapper .text .inner-wrapper h4 {
    font-size: 18px;
  }
}
.industry-titlebox .inner .title-wrapper .text .inner-wrapper p {
  color: #343940;
}

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

PRESS LIST

\*------------------------------------*/
.press-list .inner {
  max-width: 1120px !important;
}
@media only screen and (min-width: 950px) {
  .press-list .inner {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 949px) {
  .press-list .inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .press-list .inner {
    padding-top: 0;
  }
}
.press-list .inner .section_intro {
  border-bottom: 1px solid #9C9EA1;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.press-list .inner .section_content .grid-items .item {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 58px;
  border-bottom: 1px solid #EBECED;
}
.press-list .inner .section_content .grid-items .item .content-wrapper {
  position: relative;
}
.press-list .inner .section_content .grid-items .item .content-wrapper h3 {
  color: #343940;
  margin-bottom: 10px;
}
.press-list .inner .section_content .grid-items .item .content-wrapper .meta-date {
  color: #9C9EA1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 7px;
  display: block;
}
.press-list .inner .section_content .grid-items .item .content-wrapper:hover h3 {
  color: #DA323E;
}

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

   NEWS LIST

\*------------------------------------*/
.dc-news-list .section_content:not(:last-child) {
  margin-block: 80px;
}
.dc-news-list .section_content {
  position: relative;
}
.dc-news-list .section_content .right h3 {
  font-size: 24px;
  color: #343940;
}
.dc-news-list .section-pagination {
  margin: 140px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dc-news-list .section-pagination {
    margin: 80px 0 20px;
  }
}

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

    DOWNLOADS SECTION

\*------------------------------------*/
.dc-downloads {
  padding: 50px 0;
}
.dc-downloads .inner {
  max-width: 1180px !important;
}
.has_sidebar .dc-downloads {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.has_sidebar .dc-downloads .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dc-downloads .section_intro {
  position: relative;
  margin-bottom: 40px !important;
}
.dc-downloads .section_intro:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #DA323E;
}
.dc-downloads h2 {
  color: #DA323E;
  margin-bottom: 16px;
}
.dc-downloads ul {
  list-style: none;
}
.dc-downloads ul li {
  display: block;
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.dc-downloads ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  border: 2px solid #626262;
  padding: 20px 25px;
  color: #626262;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 949px) {
  .dc-downloads ul li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-downloads ul li a {
    font-size: 16px;
  }
}
.dc-downloads ul li a:hover {
  background-color: #D8D8D8;
  color: #626262;
  border-color: #D8D8D8;
}
.dc-downloads ul li a i {
  margin-top: 3px;
}

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

MAP

\*------------------------------------*/
.locationMapWrap .gm-style-iw.gm-style-iw-c {
  transform: translate3d(-10%, -100%, 0);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
}
.locationMapWrap .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
.locationMapWrap .map_info {
  padding: 25px 35px;
  max-width: 400px;
}
.locationMapWrap .map_info h3 {
  color: #DA323E;
  margin-block: 6px;
}
.locationMapWrap .map_info address {
  font-style: normal;
  line-height: 1.6em;
}
.locationMapWrap .map_info > a {
  line-height: 1.5em;
}
.locationMapWrap .map_info p {
  margin-bottom: 0;
}
.locationMapWrap .map_info .gm-style .gm-style-iw-c {
  border-radius: 3px;
}
.locationMapWrap .map_info .links {
  margin-top: 26px;
  display: -ms-flexbox;
  display: flex;
}
.locationMapWrap .map_info .links > a {
  position: relative;
  padding: 0;
  color: #626262;
  font-size: 18px;
  font-weight: 800;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  .locationMapWrap .map_info .links > a {
    font-size: 20px;
  }
}
.locationMapWrap .map_info .links > a:first-child {
  margin-right: 20px;
}
.locationMapWrap .map_info .links > a:hover {
  color: #DA323E;
}
.locationMapWrap .gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
  filter: invert(46%) sepia(52%) saturate(6984%) hue-rotate(334deg) brightness(95%) contrast(81%);
  opacity: 1 !important;
}

.dc-office-locations .inner {
  max-width: 1180px !important;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .dc-office-locations .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-office-locations .inner {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-office-locations .inner {
    padding-top: 100px;
  }
}
.dc-office-locations .inner .section_intro {
  border-bottom: 1px solid #9C9EA1;
  padding-bottom: 20px;
}

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

TIMELINE

\*------------------------------------*/
.bold_timeline_item_connection {
  display: none !important;
}

.bold_timeline_item_marker {
  width: 60px !important;
  height: 60px !important;
}

.bold_timeline_container_line_position_center .bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
  right: calc(-2.5em - 25px) !important;
}

.bold_timeline_container_line_position_center .bold_timeline_item:nth-child(even) .bold_timeline_item_marker {
  left: calc(-2.5em - 25px) !important;
}

.bold_timeline_item.red-dot .bold_timeline_item_marker {
  background-color: #da313d !important;
}
.bold_timeline_item.black-dot .bold_timeline_item_marker {
  background-color: #343940 !important;
}
.bold_timeline_item.grey-dot .bold_timeline_item_marker {
  background-color: #9c9ea0 !important;
}
.bold_timeline_item.grey-light-dot .bold_timeline_item_marker {
  background-color: #ebebec !important;
}

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

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

    FORMS SIDEBAR

\*------------------------------------*/
.form-sidebar {
  position: fixed;
  top: 0;
  right: -700px;
  height: 100%;
  width: calc(100vw - 80px);
  max-width: 615px;
  -ms-flex-align: inherit;
      align-items: inherit;
  z-index: 100000;
  background: white;
  box-shadow: 0 0 12px 2px rgba(40, 40, 40, 0.2);
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .form-sidebar {
    width: 100vw;
  }
}
.form-sidebar.active {
  right: 0;
}
.form-sidebar .inner-wrapper {
  padding: 70px 60px;
  background: #D8D8D8;
  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: #DA323E;
  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);
}

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

SCSS COMPILE LIST

\*------------------------------------*/
.dc-text-block.dc-animate .section_intro,
.dc-industry-slider.dc-animate .section_intro {
  opacity: 0 !important;
  visibility: visible !important;
  -ms-transform: translateY(32px) !important;
      transform: translateY(32px) !important;
  transition: all 750ms ease-in;
}
.dc-text-block.dc-animate .section_intro.animate-fade,
.dc-industry-slider.dc-animate .section_intro.animate-fade {
  opacity: 1 !important;
  -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
}

.dc-text-block.dc-animate .section_content {
  opacity: 0 !important;
  visibility: visible !important;
  -ms-transform: translateY(32px) !important;
      transform: translateY(32px) !important;
  transition: all 750ms ease-in;
}
.dc-text-block.dc-animate .section_content.animate-fade {
  opacity: 1 !important;
  -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
}

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

    PRESS, CASE STUDIES, NEWS SINGLE

\*------------------------------------*/
article > .has_sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  article > .has_sidebar {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  article > .has_sidebar {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
article > .has_sidebar .left {
  padding-top: 80px;
}
article > .has_sidebar .left .categories {
  font-weight: 600;
  letter-spacing: 1px;
  color: #DA323E;
  margin-bottom: 20px;
}
article > .has_sidebar .left .categories span {
  padding: 0 10px;
  color: #9C9EA1;
  font-weight: 400;
}
article > .has_sidebar .left h2.title {
  margin-bottom: 10px;
}
article > .has_sidebar .left span.post-date {
  color: #9C9EA1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 40px;
  display: block;
}
article > .has_sidebar .left p img {
  width: 100%;
  margin: 30px 0;
}
article > .has_sidebar .left .downloads {
  padding: 50px 0;
}
article > .has_sidebar .left .downloads h3 {
  color: #DA323E;
  margin-bottom: 30px;
}
article > .has_sidebar .left .downloads ul {
  list-style: none;
}
article > .has_sidebar .left .downloads ul li {
  display: block;
  margin-left: 0;
}
article > .has_sidebar .left .downloads ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  border: 1px solid #343940;
  padding: 20px 10px;
  color: #343940;
}
article > .has_sidebar .left .downloads ul li a:hover {
  background-color: #343940;
  color: #FFFFFF;
}
article > .has_sidebar .sidebar-inner .dc-social-share {
  margin-bottom: 80px;
}
article > .has_sidebar .sidebar-inner .dc-social-share .social-share-inner ul {
  list-style: none;
}
article > .has_sidebar .sidebar-inner .dc-social-share .social-share-inner ul li {
  display: inline;
  margin-left: 0;
  margin-right: 10px;
  color: #343940;
  font-size: 21px;
  font-weight: 700;
}
article > .has_sidebar .sidebar-inner .dc-social-share .social-share-inner ul li:first-child {
  color: #DA323E;
  margin-right: 20px;
}
article > .has_sidebar .sidebar-inner .dc-widget {
  padding-top: 40px;
}
article > .has_sidebar .sidebar-inner .dc-widget .widget-title {
  color: #DA323E;
  text-transform: uppercase;
  margin-bottom: 10px;
}
article > .has_sidebar .sidebar-inner .dc-widget li {
  list-style: none;
  margin-left: 0;
  padding-bottom: 6px;
}
article > .has_sidebar .sidebar-inner .dc-widget li a {
  color: #9C9EA1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
}
article > .has_sidebar .sidebar-inner .dc-widget li a.active {
  color: #343940;
}
article > .has_sidebar .sidebar-inner .dc-widget li a:hover {
  color: #DA323E;
}
@media only screen and (min-width: 768px) {
  article > .has_sidebar .left {
    -ms-flex: 1;
        flex: 1;
    padding-right: 6%;
  }
  article > .has_sidebar .sidebar {
    width: 33.333%;
    min-width: 260px;
    padding-left: 15px;
    padding-top: 80px;
  }
}
article > .has_sidebar + .section.recent-posts .section_content {
  background: #EBECED;
}
article > .has_sidebar + .section.recent-posts .left .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
article > .has_sidebar + .section.recent-posts .left .image-wrapper img {
  object-fit: cover;
}
article > .has_sidebar + .section.recent-posts .right {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  article > .has_sidebar + .section.recent-posts .right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------*\
   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: 1390px;
  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: #DA323E;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #DA323E;
  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: #343940 !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: transparent !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: #DA323E !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: #070708;
  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: #070708;
  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: #070708;
  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: #070708;
  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: #DA323E;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #DA323E;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #DA323E;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #DA323E;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: none;
  text-align: center;
  color: #626262;
  background: #D8D8D8;
  display: inline-block;
  box-sizing: border-box;
  min-width: 180px;
  width: auto;
  padding: 13px 36px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #DA323E;
  color: white;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn {
  color: #DA323E;
  background: #343940;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn:hover {
  color: #343940;
  background: #DA323E;
}
@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: 15px 36px;
    min-width: 180px;
  }
}
@media only screen and (min-width: 1100px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 20px !important;
    padding: 19px 23px;
    min-width: 200px;
  }
}
@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: #DA323E !important;
  color: #FFFFFF !important;
}

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

    SEARCH RESULTS

\*------------------------------------*/
body.search-results .search-title-box,
body.search-no-results .search-title-box {
  background-color: #EBECED;
  padding: 100px 0;
}
body.search-results .search-title-box .inner,
body.search-no-results .search-title-box .inner {
  width: 100%;
  max-width: 1390px;
  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-title-box .inner .search,
body.search-no-results .search-title-box .inner .search {
  margin-bottom: 30px;
}
body.search-results .search-title-box .inner .search .search-input,
body.search-no-results .search-title-box .inner .search .search-input {
  border: none;
  border-bottom: 1px solid #626262;
  background-color: #EBECED;
  width: 80%;
  padding: 10px;
}
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1390px;
  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: #343940 !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: transparent !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
  border-color: #DA323E !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: #070708;
  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: #070708;
  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: #070708;
  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: #070708;
  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: #DA323E;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #DA323E;
}
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: #DA323E;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #DA323E;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: none;
  text-align: center;
  color: #626262;
  background: #D8D8D8;
  display: inline-block;
  box-sizing: border-box;
  min-width: 180px;
  width: auto;
  padding: 13px 36px;
  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: #DA323E;
  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: #DA323E;
  background: #343940;
}
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: #343940;
  background: #DA323E;
}
@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: 15px 36px;
    min-width: 180px;
  }
}
@media only screen and (min-width: 1100px) {
  body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
    font-size: 20px !important;
    padding: 19px 23px;
    min-width: 200px;
  }
}
@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: #DA323E !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: #DA323E;
  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: #DA323E;
}
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: #DA323E;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #DA323E;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

.custom-clustericon {
	background-color: #fff;
	color: #da323e;
	border-radius: 100%;
	border: 2px solid #da323e;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}