@charset "UTF-8";
/*------------------------------------*\
	
    SCSS COMPILE LIST
    
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=fa35871d-0c42-41f1-9459-189ef8108038");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@1,300&display=swap");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  transition: opacity .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%; */
   font-size: 0.7em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Gilroy W05 Regular";
  src: url("../fonts/gilroy/b261487c-2966-4089-8551-6555085406ad.woff2") format("woff2"), url("../fonts/gilroy/bf190033-35ff-42cf-b90c-f5321a94a3df.woff") format("woff");
}
@font-face {
  font-family: "Gilroy W05 Medium";
  src: url("../fonts/gilroy/94b9ba0e-1690-4966-8af8-7d8a1c22c221.woff2") format("woff2"), url("../fonts/gilroy/fd4654af-3e2f-4601-bb81-d6b08f68d9f0.woff") format("woff");
}
@font-face {
  font-family: "Gilroy W05 Bold";
  src: url("../fonts/gilroy/e62d07e6-5c21-45b8-8427-79c95511907d.woff2") format("woff2"), url("../fonts/gilroy/e667d70b-2326-4c62-8f38-200c31c3b08c.woff") format("woff");
}
body, ul li, ol li, .gform_wrapper .gform_body ul li.gfield label, .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, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input, a.dc-link, a.white-link, div.header-contact .tel a {
  font-family: "Gilroy W05 Regular", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

.main_menu .menu ul li a, div.header-contact a, a.dc-btn, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-family: "Gilroy W05 Medium", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .dc-cards-carousel .item .text > span:first-child {
  font-family: "Gilroy W05 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 600;
}

.dc-testimonials .item .text {
  font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 300;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
a.arrow-right:after,
article.news .dc-titlebox.blog_title .back-btn:before,
article.event .dc-titlebox.blog_title .back-btn:before,
article.podcast .dc-titlebox.blog_title .back-btn:before,
article.video_gallery .dc-titlebox.blog_title .back-btn:before,
article.guidebook .dc-titlebox.blog_title .back-btn:before,
article.ps_report .dc-titlebox.blog_title .back-btn:before,
.far,
div.header-contact .tel:before,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.main_menu .menu .open-sub-menu:after,
.section-filters .filters span:after,
.section-filters .sort span:after,
.dc-accordion .accordion .title: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: -.0667em;
}

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

.fa-sm {
  font-size: .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: .1em;
  padding: .2em .25em .15em;
}

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
a.fa-pull-left.arrow-right:after,
article.news .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.event .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.podcast .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.video_gallery .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.guidebook .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
article.ps_report .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
.far.fa-pull-left,
div.header-contact .fa-pull-left.tel:before,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
.main_menu .menu .fa-pull-left.open-sub-menu:after,
.section-filters .filters span.fa-pull-left:after,
.section-filters .sort span.fa-pull-left:after,
.dc-accordion .accordion .fa-pull-left.title:before,
.fal.fa-pull-left,
button.fa-pull-left.slick-arrow:after,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
a.fa-pull-right.arrow-right:after,
article.news .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.event .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.podcast .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.video_gallery .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.guidebook .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
article.ps_report .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
.far.fa-pull-right,
div.header-contact .fa-pull-right.tel:before,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
.main_menu .menu .fa-pull-right.open-sub-menu:after,
.section-filters .filters span.fa-pull-right:after,
.section-filters .sort span.fa-pull-right:after,
.dc-accordion .accordion .fa-pull-right.title:before,
.fal.fa-pull-right,
button.fa-pull-right.slick-arrow:after,
.fab.fa-pull-right {
  margin-left: .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: "";
}

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

.fa-accusoft:before {
  content: "";
}

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

.fa-ad:before {
  content: "";
}

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

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

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

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

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

.fa-ambulance:before {
  content: "";
}

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

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

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

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

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "";
}

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

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

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

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

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

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

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

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

.fa-bahai:before {
  content: "";
}

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

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

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

.fa-ban:before {
  content: "";
}

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

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

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

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

.fa-bath:before {
  content: "";
}

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

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

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

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

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

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

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-bell:before {
  content: "";
}

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

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

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

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

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

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

.fa-bluetooth:before {
  content: "";
}

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

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

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

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

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

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

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

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

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

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

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

.fa-box:before {
  content: "";
}

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

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

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

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

.fa-briefcase:before {
  content: "";
}

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

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

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

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

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

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

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-camera:before {
  content: "";
}

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

.fa-campground:before {
  content: "";
}

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

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

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

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

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

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

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

.fa-caravan:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "";
}

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

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

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

.fa-cat:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

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

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

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

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

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

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

.fa-check:before {
  content: "";
}

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

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

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

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

.fa-city:before {
  content: "";
}

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

.fa-clipboard:before {
  content: "";
}

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

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

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

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

.fa-cloud:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

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

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

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

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

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

.fa-comments:before {
  content: "";
}

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

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

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

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

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

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

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

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

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

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

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crop:before {
  content: "";
}

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

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

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

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

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

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

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

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

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

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-digg:before {
  content: "";
}

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

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

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

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

.fa-donate:before {
  content: "";
}

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

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

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

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

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

.fa-dragon:before {
  content: "";
}

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

.fa-dribbble:before {
  content: "";
}

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

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

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

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

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

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

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

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

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

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

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-evernote:before {
  content: "";
}

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

.fa-exclamation:before {
  content: "";
}

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

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

.fa-expand:before {
  content: "";
}

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

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

.fa-expeditedssl:before {
  content: "";
}

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

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

.fa-eye:before {
  content: "";
}

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

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

.fa-facebook:before {
  content: "";
}

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

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

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

.fa-fan:before {
  content: "";
}

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

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

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

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

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

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

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

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

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fill:before {
  content: "";
}

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

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

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

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

.fa-firefox:before {
  content: "";
}

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

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

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

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

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

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

.fa-flag:before {
  content: "";
}

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

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

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

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

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

.fa-font:before {
  content: "";
}

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

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

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

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

.fa-fonticons:before {
  content: "";
}

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

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

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

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

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

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

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

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

.fa-fulcrum:before {
  content: "";
}

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

.fa-futbol:before {
  content: "";
}

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

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

.fa-gamepad:before {
  content: "";
}

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

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

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

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

.fa-github:before {
  content: "";
}

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

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

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

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

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

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

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

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-globe:before {
  content: "";
}

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

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

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

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

.fa-gofore:before {
  content: "";
}

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

.fa-goodreads:before {
  content: "";
}

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

.fa-google:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "";
}

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

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

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

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

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

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

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

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "";
}

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

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

.fa-handshake:before {
  content: "";
}

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

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

.fa-hanukiah:before {
  content: "";
}

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

.fa-hashtag:before {
  content: "";
}

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

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

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

.fa-hdd:before {
  content: "";
}

.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: "";
}

.fa-headphones:before {
  content: "";
}

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

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

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

.fa-history:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

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

.fa-hospital:before {
  content: "";
}

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

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

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

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

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

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

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

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

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

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

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

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

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

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

.fa-intercom:before {
  content: "";
}

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

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

.fa-itunes:before {
  content: "";
}

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

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

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

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

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

.fa-js:before {
  content: "";
}

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

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

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

.fa-kiss:before {
  content: "";
}

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

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

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

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

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

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

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

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

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

.fa-laugh:before {
  content: "";
}

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

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

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

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

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

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

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

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

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

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

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

.fa-map-marker:before {
  content: "";
}

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

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

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

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

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

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "梁";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "省";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "糧";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "良";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.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, div.header-contact .tel:before, .menu-toggle-wrapper .mobile-menu-toggle:before, .main_menu .menu .open-sub-menu:after, .section-filters .filters span:after,
.section-filters .sort span:after, .dc-accordion .accordion .title: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,
a.arrow-right:after,
article.news .dc-titlebox.blog_title .back-btn:before,
article.event .dc-titlebox.blog_title .back-btn:before,
article.podcast .dc-titlebox.blog_title .back-btn:before,
article.video_gallery .dc-titlebox.blog_title .back-btn:before,
article.guidebook .dc-titlebox.blog_title .back-btn:before,
article.ps_report .dc-titlebox.blog_title .back-btn:before {
  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: 16px;
  line-height: 1.5em;
  color: #243E53;
  background: #FFFFFF;
  overflow-x: hidden !important;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 560px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

/*------------------------------------*\
	
    BASE - FONTS
    
\*------------------------------------*/
p {
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: .5px;
  line-height: 1.5em;
}
p strong,
p strong a {
  font-weight: bolder;
}

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

/** H1 - H6 STYLING **/
h1, h2, h3, h4, h5, h6 {
  color: #243E53;
  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: 56px;
  line-height: 1.125em;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 28px;
  }
}

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

h3 {
  font-size: 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-cards-carousel .item .description, .dc-card .content-wrapper p, .dc-hotboxes .inner .section_content .items .item .text p, .dc-list .inner .section_content .items .item .text p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-cards-carousel .item .description, .dc-card .content-wrapper p, .dc-hotboxes .inner .section_content .items .item .text p, .dc-list .inner .section_content .items .item .text p {
    font-size: 16px;
  }
}

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

.dc-text-block.highlight .section_content p:first-child {
  font-size: 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: #243E53;
  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: #F07F20;
}
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: "";
  transition: all 250ms ease-in-out;
}
a.arrow-right:hover {
  color: #F07F20;
}

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

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

/*--------------------------------------------------------*\
	
    BASE - LISTS

	- includes a higher class for coloured bullets
	
\*--------------------------------------------------------*/
ul, ol {
  margin-bottom: 12px;
}
ul li, ol li {
  letter-spacing: .5px;
  line-height: 1.5em;
  color: #243E53;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
.color-dots ul li, .color-dots ol li {
  list-style: none;
}
.color-dots ul li:before, .color-dots ol li:before {
  content: "•";
  color: #F07F20;
  display: inline-block;
  width: 15px;
  font-size: 2em;
  position: absolute;
  top: -2px;
  left: -25px;
}

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

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

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 1920px;
  background-color: white;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1760px;
  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: 166px;
  max-width: 100%;
  position: relative;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 1200px) {
  #header_main .header_nav_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  #header_main .header_nav_container {
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (min-width: 1200px) {
  .sticky-nav #header_main .header_nav_container {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .sticky-nav #header_main .header_nav_container {
    height: 60px;
  }
}

/*
@include mq('responsive_menu_break', max) {
	
	.sticky-nav #header_main {		
					
		.header_nav_container {
			background: $sticky_header_bg_color;
		}
	}
}
*/
/*------------------------------------*\
	
    HEADER - LOGO
    
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 217px;
  max-width: 20%;
  min-width: 170px;
  margin: -12px 30px 0 0;
  padding: 1px 0px 1px 1px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header_logo {
    min-width: 170px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    min-width: 124px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 349px) {
  .header_logo {
    max-width: 20vw;
    min-width: 110px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 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: 1199px) {
  .header_logo a.mobile-logo img {
    max-height: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .header_logo a.desktop-logo {
    display: none;
  }
  .header_logo a.mobile-logo {
    display: block;
  }
}

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

/* GLOBAL APP - MENU */
/*------------------------------------*\
	
    MENU - SIMPLE - RIGHT ALIGNED
    
\*------------------------------------*/
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: #707584;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 1.2em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 14px;
  }
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 1549px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 12px;
  }
}
.main_menu .menu > ul > li:first-child {
  margin-left: 0;
}
.main_menu .menu > ul > li > a:hover {
  color: #243E53;
}
.sticky-nav .main_menu .menu > ul > li > a:hover {
  color: #243E53;
}
.main_menu .menu > ul > li.current_page_parent > a, .main_menu .menu > ul > li.current-menu-item > a {
  color: #F07F20;
}
.sticky-nav .main_menu .menu > ul > li.current_page_parent > a, .sticky-nav .main_menu .menu > ul > li.current-menu-item > a {
  color: #F07F20;
}

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

div.header-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  div.header-contact {
    margin-left: 0;
  }
}
div.header-contact a {
  color: #707584;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 1.2em;
  display: block;
  position: relative;
}
div.header-contact .enquire {
  position: relative;
  margin: 0 0 0 12px;
}
div.header-contact .enquire a {
  color: white;
  font-size: 18px;
  background: #F07F20;
  border-radius: 30px;
  padding: 16px 40px;
}
div.header-contact .enquire a:hover {
  background: #243E53;
}
@media only screen and (max-width: 1099px) {
  div.header-contact .enquire a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 949px) {
  div.header-contact .enquire a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact .enquire a {
    padding: 10px 16px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .enquire a {
    padding: 10px 12px;
    font-size: 10px;
  }
}
div.header-contact .tel {
  position: relative;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) {
  div.header-contact .tel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel {
    padding-left: 0;
  }
}
div.header-contact .tel:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  margin-right: 12px;
  left: 34px;
  top: 4px;
  font-size: 16px;
  vertical-align: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel:before {
    left: 11px;
    top: 11px;
    font-size: 15px;
    color: #F07F20;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .tel:before {
    left: 10px;
    top: 10px;
    font-size: 13px;
  }
}
div.header-contact .tel:after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -8px;
  background: #CCCCD2;
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel:after {
    display: none;
  }
}
div.header-contact .tel a {
  color: #243E53;
  font-size: 20px;
  letter-spacing: 0;
}
div.header-contact .tel a:hover {
  color: #F07F20;
}
@media only screen and (max-width: 767px) {
  div.header-contact .tel a {
    font-size: 0;
    border: 2px solid #F07F20;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 37px;
    height: 37px;
  }
}
@media only screen and (max-width: 349px) {
  div.header-contact .tel a {
    width: 33px;
    height: 33px;
  }
}

/*------------------------------------*\
	
    MENU - Toggle
    
\*------------------------------------*/
.menu-toggle-wrapper {
  display: none;
  position: fixed;
  padding: 0 !important;
  width: 53px;
  right: 8px;
  top: 17px;
  z-index: 10000;
  font-size: 20px;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .menu-toggle-wrapper {
    display: block;
    padding: 10px;
  }
}
.menu-toggle-wrapper .mobile-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  width: 53px;
}
.menu-toggle-wrapper .mobile-menu-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-size: 23px;
}
.menu-toggle-wrapper .mobile-menu-toggle:hover {
  color: #243E53;
}
.menu-toggle-wrapper.active .mobile-menu-toggle:before {
  content: "";
}

/*------------------------------------*\
	
    MENU - Mobile
    
\*------------------------------------*/
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu {
    position: fixed;
    top: 90px;
    right: -500px;
    height: calc(100vh + -100px);
    width: 100vw;
    max-width: 500px;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    background: #FFFFFF;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 0;
    right: 0;
  }
  .main_menu .menu > ul {
    padding: 5px 30px !important;
    margin-top: 0 !important;
    background: #F0F0F4;
  }
  .main_menu .menu > ul > li {
    padding-bottom: 16px;
  }
  .main_menu .menu > ul > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background: #ccc;
  }
  .main_menu .menu > ul > li > a {
    padding: 6px 40px 6px 0;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 16px 0 0 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.7px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: #707584 !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: #F07F20 !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a {
    color: #F07F20 !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: #F07F20;
  cursor: pointer;
}
.main_menu .menu .open-sub-menu:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  vertical-align: 0;
  font-size: 18px;
  color: #F07F20;
}
.main_menu .menu .open-sub-menu.down:after {
  content: "";
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu .open-sub-menu {
    display: none;
  }
}

/* GLOBAL APP - FOOTER */
/*------------------------------------*\
	
    FOOTER - SITE WIDE
    
\*------------------------------------*/
.footer {
  background-color: #243E53;
}
.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: 1760px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1700px;
  padding-top: 75px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer .footer-top-inner .footer-widget {
  font-size: 16px;
  padding-right: 80px;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-top-inner .footer-widget {
    padding-right: 4.5%;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:first-child {
    max-width: 30vw;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(2) {
  min-width: 140px;
}
.footer .footer-top-inner .footer-widget:last-child {
  padding-right: 0;
}
.footer .footer-top-inner .footer-widget:nth-child(3) {
  -ms-flex: 1;
      flex: 1;
}
.footer .footer-top-inner .footer-widget:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget:last-child .widget_media_image {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child .widget_media_image {
    margin: 30px 0;
  }
}
.footer .footer-top-inner .footer-widget:last-child a {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget {
    margin-bottom: 16px;
    padding-right: 0;
  }
  .footer .footer-top-inner .footer-widget:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: white;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.footer .footer-top-inner .footer-widget .widgettitle:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .widgettitle {
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 7px;
}
.footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p, .footer .footer-top-inner .footer-widget a {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
  .footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p, .footer .footer-top-inner .footer-widget a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget a:hover {
  color: #F07F20;
}
.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_social_icons {
  margin-top: 25px;
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul li {
    margin: 0 12px;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li a {
  color: #F2F2F6;
}
.footer .footer-bottom-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-wrapper {
    padding: 0 15px;
  }
}
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px solid white;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .left {
    margin-top: 20px;
    margin-bottom: 46px;
  }
}
.footer .footer-bottom-inner a, .footer .footer-bottom-inner p, .footer .footer-bottom-inner span, .footer .footer-bottom-inner li {
  color: white;
  font-size: 14px;
  line-height: 1.2em;
}
.footer .footer-bottom-inner span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-bottom-inner a:hover {
  color: #F07F20;
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}
.footer .footer-bottom-inner ul {
  margin: 0;
}
.footer .footer-bottom-inner ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
}

/*------------------------------------*\
	
    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: 1760px;
  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, .section.dc-image-carousel, .section.dc-image-slider, .section.dc-image-text-box, .section.dc-image-text-slider, .section.dc-image-video-carousel, .section.dc-news-grid, .section.dc-video-grid, .section.dc-podcast-list, .section.dc-media-grid, .section.dc-guidebook-grid, .section.dc-events-list, .section.dc-guidebook-content, .section.dc-hotboxes, .section.dc-cards-section, .section.dc-cards-carousel, .section.dc-team-cards, .section.dc-accordion, .section.dc-video, .section.dc-testimonials, .section.dc-list, .section.dc-image-video-text-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section.dc-text-block > .inner, .section.dc-image > .inner, .section.dc-image-carousel > .inner, .section.dc-image-slider > .inner, .section.dc-image-text-box > .inner, .section.dc-image-text-slider > .inner, .section.dc-image-video-carousel > .inner, .section.dc-news-grid > .inner, .section.dc-video-grid > .inner, .section.dc-podcast-list > .inner, .section.dc-media-grid > .inner, .section.dc-guidebook-grid > .inner, .section.dc-events-list > .inner, .section.dc-guidebook-content > .inner, .section.dc-hotboxes > .inner, .section.dc-cards-section > .inner, .section.dc-cards-carousel > .inner, .section.dc-team-cards > .inner, .section.dc-accordion > .inner, .section.dc-video > .inner, .section.dc-testimonials > .inner, .section.dc-list > .inner, .section.dc-image-video-text-section > .inner {
  width: 100%;
  max-width: 1760px;
  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 > .inner, .section.dc-image-carousel > .inner, .section.dc-image-slider > .inner, .section.dc-image-text-box > .inner, .section.dc-image-text-slider > .inner, .section.dc-image-video-carousel > .inner, .section.dc-news-grid > .inner, .section.dc-video-grid > .inner, .section.dc-podcast-list > .inner, .section.dc-media-grid > .inner, .section.dc-guidebook-grid > .inner, .section.dc-events-list > .inner, .section.dc-guidebook-content > .inner, .section.dc-hotboxes > .inner, .section.dc-cards-section > .inner, .section.dc-cards-carousel > .inner, .section.dc-team-cards > .inner, .section.dc-accordion > .inner, .section.dc-video > .inner, .section.dc-testimonials > .inner, .section.dc-list > .inner, .section.dc-image-video-text-section > .inner {
    width: 100%;
    max-width: 1760px;
    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 > .inner, .section.dc-image-carousel > .inner, .section.dc-image-slider > .inner, .section.dc-image-text-box > .inner, .section.dc-image-text-slider > .inner, .section.dc-image-video-carousel > .inner, .section.dc-news-grid > .inner, .section.dc-video-grid > .inner, .section.dc-podcast-list > .inner, .section.dc-media-grid > .inner, .section.dc-guidebook-grid > .inner, .section.dc-events-list > .inner, .section.dc-guidebook-content > .inner, .section.dc-hotboxes > .inner, .section.dc-cards-section > .inner, .section.dc-cards-carousel > .inner, .section.dc-team-cards > .inner, .section.dc-accordion > .inner, .section.dc-video > .inner, .section.dc-testimonials > .inner, .section.dc-list > .inner, .section.dc-image-video-text-section > .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section.dc-text-block.fullwidth > .inner, .section.dc-image.fullwidth > .inner, .section.dc-image-carousel.fullwidth > .inner, .section.dc-image-slider.fullwidth > .inner, .section.dc-image-text-box.fullwidth > .inner, .section.dc-image-text-slider.fullwidth > .inner, .section.dc-image-video-carousel.fullwidth > .inner, .section.dc-news-grid.fullwidth > .inner, .section.dc-video-grid.fullwidth > .inner, .section.dc-podcast-list.fullwidth > .inner, .section.dc-media-grid.fullwidth > .inner, .section.dc-guidebook-grid.fullwidth > .inner, .section.dc-events-list.fullwidth > .inner, .section.dc-guidebook-content.fullwidth > .inner, .section.dc-hotboxes.fullwidth > .inner, .section.dc-cards-section.fullwidth > .inner, .section.dc-cards-carousel.fullwidth > .inner, .section.dc-team-cards.fullwidth > .inner, .section.dc-accordion.fullwidth > .inner, .section.dc-video.fullwidth > .inner, .section.dc-testimonials.fullwidth > .inner, .section.dc-list.fullwidth > .inner, .section.dc-image-video-text-section.fullwidth > .inner {
  max-width: 1920px;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block, .section.dc-image, .section.dc-image-carousel, .section.dc-image-slider, .section.dc-image-text-box, .section.dc-image-text-slider, .section.dc-image-video-carousel, .section.dc-news-grid, .section.dc-video-grid, .section.dc-podcast-list, .section.dc-media-grid, .section.dc-guidebook-grid, .section.dc-events-list, .section.dc-guidebook-content, .section.dc-hotboxes, .section.dc-cards-section, .section.dc-cards-carousel, .section.dc-team-cards, .section.dc-accordion, .section.dc-video, .section.dc-testimonials, .section.dc-list, .section.dc-image-video-text-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-text-block, .section.dc-image, .section.dc-image-carousel, .section.dc-image-slider, .section.dc-image-text-box, .section.dc-image-text-slider, .section.dc-image-video-carousel, .section.dc-news-grid, .section.dc-video-grid, .section.dc-podcast-list, .section.dc-media-grid, .section.dc-guidebook-grid, .section.dc-events-list, .section.dc-guidebook-content, .section.dc-hotboxes, .section.dc-cards-section, .section.dc-cards-carousel, .section.dc-team-cards, .section.dc-accordion, .section.dc-video, .section.dc-testimonials, .section.dc-list, .section.dc-image-video-text-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.section.dc-text-block:not(.blue_box).bg_white + .bg_white, .section.dc-text-block:not(.blue_box).bg_white + script + .bg_white, .section.dc-text-block:not(.blue_box).bg_grey + .bg_grey, .section.dc-text-block:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-text-block:not(.blue_box).bg_blue + .bg_blue, .section.dc-text-block:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image:not(.blue_box).bg_white + .bg_white, .section.dc-image:not(.blue_box).bg_white + script + .bg_white, .section.dc-image:not(.blue_box).bg_grey + .bg_grey, .section.dc-image:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image:not(.blue_box).bg_blue + .bg_blue, .section.dc-image:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image-carousel:not(.blue_box).bg_white + .bg_white, .section.dc-image-carousel:not(.blue_box).bg_white + script + .bg_white, .section.dc-image-carousel:not(.blue_box).bg_grey + .bg_grey, .section.dc-image-carousel:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image-carousel:not(.blue_box).bg_blue + .bg_blue, .section.dc-image-carousel:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image-slider:not(.blue_box).bg_white + .bg_white, .section.dc-image-slider:not(.blue_box).bg_white + script + .bg_white, .section.dc-image-slider:not(.blue_box).bg_grey + .bg_grey, .section.dc-image-slider:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image-slider:not(.blue_box).bg_blue + .bg_blue, .section.dc-image-slider:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image-text-box:not(.blue_box).bg_white + .bg_white, .section.dc-image-text-box:not(.blue_box).bg_white + script + .bg_white, .section.dc-image-text-box:not(.blue_box).bg_grey + .bg_grey, .section.dc-image-text-box:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image-text-box:not(.blue_box).bg_blue + .bg_blue, .section.dc-image-text-box:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image-text-slider:not(.blue_box).bg_white + .bg_white, .section.dc-image-text-slider:not(.blue_box).bg_white + script + .bg_white, .section.dc-image-text-slider:not(.blue_box).bg_grey + .bg_grey, .section.dc-image-text-slider:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image-text-slider:not(.blue_box).bg_blue + .bg_blue, .section.dc-image-text-slider:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image-video-carousel:not(.blue_box).bg_white + .bg_white, .section.dc-image-video-carousel:not(.blue_box).bg_white + script + .bg_white, .section.dc-image-video-carousel:not(.blue_box).bg_grey + .bg_grey, .section.dc-image-video-carousel:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image-video-carousel:not(.blue_box).bg_blue + .bg_blue, .section.dc-image-video-carousel:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-news-grid:not(.blue_box).bg_white + .bg_white, .section.dc-news-grid:not(.blue_box).bg_white + script + .bg_white, .section.dc-news-grid:not(.blue_box).bg_grey + .bg_grey, .section.dc-news-grid:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-news-grid:not(.blue_box).bg_blue + .bg_blue, .section.dc-news-grid:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-video-grid:not(.blue_box).bg_white + .bg_white, .section.dc-video-grid:not(.blue_box).bg_white + script + .bg_white, .section.dc-video-grid:not(.blue_box).bg_grey + .bg_grey, .section.dc-video-grid:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-video-grid:not(.blue_box).bg_blue + .bg_blue, .section.dc-video-grid:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-podcast-list:not(.blue_box).bg_white + .bg_white, .section.dc-podcast-list:not(.blue_box).bg_white + script + .bg_white, .section.dc-podcast-list:not(.blue_box).bg_grey + .bg_grey, .section.dc-podcast-list:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-podcast-list:not(.blue_box).bg_blue + .bg_blue, .section.dc-podcast-list:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-media-grid:not(.blue_box).bg_white + .bg_white, .section.dc-media-grid:not(.blue_box).bg_white + script + .bg_white, .section.dc-media-grid:not(.blue_box).bg_grey + .bg_grey, .section.dc-media-grid:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-media-grid:not(.blue_box).bg_blue + .bg_blue, .section.dc-media-grid:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-guidebook-grid:not(.blue_box).bg_white + .bg_white, .section.dc-guidebook-grid:not(.blue_box).bg_white + script + .bg_white, .section.dc-guidebook-grid:not(.blue_box).bg_grey + .bg_grey, .section.dc-guidebook-grid:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-guidebook-grid:not(.blue_box).bg_blue + .bg_blue, .section.dc-guidebook-grid:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-events-list:not(.blue_box).bg_white + .bg_white, .section.dc-events-list:not(.blue_box).bg_white + script + .bg_white, .section.dc-events-list:not(.blue_box).bg_grey + .bg_grey, .section.dc-events-list:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-events-list:not(.blue_box).bg_blue + .bg_blue, .section.dc-events-list:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-guidebook-content:not(.blue_box).bg_white + .bg_white, .section.dc-guidebook-content:not(.blue_box).bg_white + script + .bg_white, .section.dc-guidebook-content:not(.blue_box).bg_grey + .bg_grey, .section.dc-guidebook-content:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-guidebook-content:not(.blue_box).bg_blue + .bg_blue, .section.dc-guidebook-content:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-hotboxes:not(.blue_box).bg_white + .bg_white, .section.dc-hotboxes:not(.blue_box).bg_white + script + .bg_white, .section.dc-hotboxes:not(.blue_box).bg_grey + .bg_grey, .section.dc-hotboxes:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-hotboxes:not(.blue_box).bg_blue + .bg_blue, .section.dc-hotboxes:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-cards-section:not(.blue_box).bg_white + .bg_white, .section.dc-cards-section:not(.blue_box).bg_white + script + .bg_white, .section.dc-cards-section:not(.blue_box).bg_grey + .bg_grey, .section.dc-cards-section:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-cards-section:not(.blue_box).bg_blue + .bg_blue, .section.dc-cards-section:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-cards-carousel:not(.blue_box).bg_white + .bg_white, .section.dc-cards-carousel:not(.blue_box).bg_white + script + .bg_white, .section.dc-cards-carousel:not(.blue_box).bg_grey + .bg_grey, .section.dc-cards-carousel:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-cards-carousel:not(.blue_box).bg_blue + .bg_blue, .section.dc-cards-carousel:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-team-cards:not(.blue_box).bg_white + .bg_white, .section.dc-team-cards:not(.blue_box).bg_white + script + .bg_white, .section.dc-team-cards:not(.blue_box).bg_grey + .bg_grey, .section.dc-team-cards:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-team-cards:not(.blue_box).bg_blue + .bg_blue, .section.dc-team-cards:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-accordion:not(.blue_box).bg_white + .bg_white, .section.dc-accordion:not(.blue_box).bg_white + script + .bg_white, .section.dc-accordion:not(.blue_box).bg_grey + .bg_grey, .section.dc-accordion:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-accordion:not(.blue_box).bg_blue + .bg_blue, .section.dc-accordion:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-video:not(.blue_box).bg_white + .bg_white, .section.dc-video:not(.blue_box).bg_white + script + .bg_white, .section.dc-video:not(.blue_box).bg_grey + .bg_grey, .section.dc-video:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-video:not(.blue_box).bg_blue + .bg_blue, .section.dc-video:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-testimonials:not(.blue_box).bg_white + .bg_white, .section.dc-testimonials:not(.blue_box).bg_white + script + .bg_white, .section.dc-testimonials:not(.blue_box).bg_grey + .bg_grey, .section.dc-testimonials:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-testimonials:not(.blue_box).bg_blue + .bg_blue, .section.dc-testimonials:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-list:not(.blue_box).bg_white + .bg_white, .section.dc-list:not(.blue_box).bg_white + script + .bg_white, .section.dc-list:not(.blue_box).bg_grey + .bg_grey, .section.dc-list:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-list:not(.blue_box).bg_blue + .bg_blue, .section.dc-list:not(.blue_box).bg_blue + script + .bg_blue, .section.dc-image-video-text-section:not(.blue_box).bg_white + .bg_white, .section.dc-image-video-text-section:not(.blue_box).bg_white + script + .bg_white, .section.dc-image-video-text-section:not(.blue_box).bg_grey + .bg_grey, .section.dc-image-video-text-section:not(.blue_box).bg_grey + script + .bg_grey, .section.dc-image-video-text-section:not(.blue_box).bg_blue + .bg_blue, .section.dc-image-video-text-section:not(.blue_box).bg_blue + script + .bg_blue {
  padding-top: 0;
}

.dc-titlebox + .bg_white,
.dc-titlebox + .dc-text-block.bg_grey,
.dc-titlebox + script + .bg_white,
.dc-titlebox + script + .dc-text-block.bg_grey {
  padding-top: 40px !important;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox + .bg_white,
  .dc-titlebox + .dc-text-block.bg_grey,
  .dc-titlebox + script + .bg_white,
  .dc-titlebox + script + .dc-text-block.bg_grey {
    padding-top: 60px !important;
  }
}

.dc-titlebox + .dc-news-grid,
.dc-titlebox + .events-section,
.dc-titlebox + .dc-events-list,
.dc-titlebox + .dc-guidebook-grid,
.dc-titlebox + .dc-media-grid,
.dc-titlebox + .dc-podcast-list,
.dc-titlebox + .dc-video-grid,
.dc-titlebox + .dc-image-video-carousel {
  padding-top: 0 !important;
}
.dc-titlebox + script + .dc-news-grid,
.dc-titlebox + script + .events-section,
.dc-titlebox + script + .dc-events-list,
.dc-titlebox + script + .dc-guidebook-grid,
.dc-titlebox + script + .dc-media-grid,
.dc-titlebox + script + .dc-podcast-list,
.dc-titlebox + script + .dc-video-grid,
.dc-titlebox + script + .dc-image-video-carousel {
  padding-top: 0 !important;
}

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

.section.bg_white {
  background: #FFFFFF;
}
.section.bg_grey {
  background: #F0F0F4;
}
.section.bg_blue {
  background: #243E53;
}
.section.bg_blue.dc-text-block h1, .section.bg_blue.dc-text-block h2, .section.bg_blue.dc-text-block h3, .section.bg_blue.dc-text-block h4, .section.bg_blue.dc-text-block h5, .section.bg_blue.dc-text-block h6, .section.bg_blue.dc-text-block p, .section.bg_blue.dc-text-block li, .section.bg_blue.dc-image h1, .section.bg_blue.dc-image h2, .section.bg_blue.dc-image h3, .section.bg_blue.dc-image h4, .section.bg_blue.dc-image h5, .section.bg_blue.dc-image h6, .section.bg_blue.dc-image p, .section.bg_blue.dc-image li, .section.bg_blue.dc-image-carousel h1, .section.bg_blue.dc-image-carousel h2, .section.bg_blue.dc-image-carousel h3, .section.bg_blue.dc-image-carousel h4, .section.bg_blue.dc-image-carousel h5, .section.bg_blue.dc-image-carousel h6, .section.bg_blue.dc-image-carousel p, .section.bg_blue.dc-image-carousel li, .section.bg_blue.dc-image-slider h1, .section.bg_blue.dc-image-slider h2, .section.bg_blue.dc-image-slider h3, .section.bg_blue.dc-image-slider h4, .section.bg_blue.dc-image-slider h5, .section.bg_blue.dc-image-slider h6, .section.bg_blue.dc-image-slider p, .section.bg_blue.dc-image-slider li, .section.bg_blue.dc-image-text-slider h1, .section.bg_blue.dc-image-text-slider h2, .section.bg_blue.dc-image-text-slider h3, .section.bg_blue.dc-image-text-slider h4, .section.bg_blue.dc-image-text-slider h5, .section.bg_blue.dc-image-text-slider h6, .section.bg_blue.dc-image-text-slider p, .section.bg_blue.dc-image-text-slider li, .section.bg_blue.dc-video-grid h1, .section.bg_blue.dc-video-grid h2, .section.bg_blue.dc-video-grid h3, .section.bg_blue.dc-video-grid h4, .section.bg_blue.dc-video-grid h5, .section.bg_blue.dc-video-grid h6, .section.bg_blue.dc-video-grid p, .section.bg_blue.dc-video-grid li, .section.bg_blue.dc-podcast-list h1, .section.bg_blue.dc-podcast-list h2, .section.bg_blue.dc-podcast-list h3, .section.bg_blue.dc-podcast-list h4, .section.bg_blue.dc-podcast-list h5, .section.bg_blue.dc-podcast-list h6, .section.bg_blue.dc-podcast-list p, .section.bg_blue.dc-podcast-list li, .section.bg_blue.dc-media-grid h1, .section.bg_blue.dc-media-grid h2, .section.bg_blue.dc-media-grid h3, .section.bg_blue.dc-media-grid h4, .section.bg_blue.dc-media-grid h5, .section.bg_blue.dc-media-grid h6, .section.bg_blue.dc-media-grid p, .section.bg_blue.dc-media-grid li, .section.bg_blue.dc-guidebook-grid h1, .section.bg_blue.dc-guidebook-grid h2, .section.bg_blue.dc-guidebook-grid h3, .section.bg_blue.dc-guidebook-grid h4, .section.bg_blue.dc-guidebook-grid h5, .section.bg_blue.dc-guidebook-grid h6, .section.bg_blue.dc-guidebook-grid p, .section.bg_blue.dc-guidebook-grid li, .section.bg_blue.dc-events-list h1, .section.bg_blue.dc-events-list h2, .section.bg_blue.dc-events-list h3, .section.bg_blue.dc-events-list h4, .section.bg_blue.dc-events-list h5, .section.bg_blue.dc-events-list h6, .section.bg_blue.dc-events-list p, .section.bg_blue.dc-events-list li, .section.bg_blue.dc-guidebook-content h1, .section.bg_blue.dc-guidebook-content h2, .section.bg_blue.dc-guidebook-content h3, .section.bg_blue.dc-guidebook-content h4, .section.bg_blue.dc-guidebook-content h5, .section.bg_blue.dc-guidebook-content h6, .section.bg_blue.dc-guidebook-content p, .section.bg_blue.dc-guidebook-content li, .section.bg_blue.dc-hotboxes h1, .section.bg_blue.dc-hotboxes h2, .section.bg_blue.dc-hotboxes h3, .section.bg_blue.dc-hotboxes h4, .section.bg_blue.dc-hotboxes h5, .section.bg_blue.dc-hotboxes h6, .section.bg_blue.dc-hotboxes p, .section.bg_blue.dc-hotboxes li, .section.bg_blue.dc-cards-carousel h1, .section.bg_blue.dc-cards-carousel h2, .section.bg_blue.dc-cards-carousel h3, .section.bg_blue.dc-cards-carousel h4, .section.bg_blue.dc-cards-carousel h5, .section.bg_blue.dc-cards-carousel h6, .section.bg_blue.dc-cards-carousel p, .section.bg_blue.dc-cards-carousel li, .section.bg_blue.dc-team-cards h1, .section.bg_blue.dc-team-cards h2, .section.bg_blue.dc-team-cards h3, .section.bg_blue.dc-team-cards h4, .section.bg_blue.dc-team-cards h5, .section.bg_blue.dc-team-cards h6, .section.bg_blue.dc-team-cards p, .section.bg_blue.dc-team-cards li, .section.bg_blue.dc-accordion h1, .section.bg_blue.dc-accordion h2, .section.bg_blue.dc-accordion h3, .section.bg_blue.dc-accordion h4, .section.bg_blue.dc-accordion h5, .section.bg_blue.dc-accordion h6, .section.bg_blue.dc-accordion p, .section.bg_blue.dc-accordion li, .section.bg_blue.dc-video h1, .section.bg_blue.dc-video h2, .section.bg_blue.dc-video h3, .section.bg_blue.dc-video h4, .section.bg_blue.dc-video h5, .section.bg_blue.dc-video h6, .section.bg_blue.dc-video p, .section.bg_blue.dc-video li, .section.bg_blue.dc-testimonials h1, .section.bg_blue.dc-testimonials h2, .section.bg_blue.dc-testimonials h3, .section.bg_blue.dc-testimonials h4, .section.bg_blue.dc-testimonials h5, .section.bg_blue.dc-testimonials h6, .section.bg_blue.dc-testimonials p, .section.bg_blue.dc-testimonials li, .section.bg_blue.dc-list h1, .section.bg_blue.dc-list h2, .section.bg_blue.dc-list h3, .section.bg_blue.dc-list h4, .section.bg_blue.dc-list h5, .section.bg_blue.dc-list h6, .section.bg_blue.dc-list p, .section.bg_blue.dc-list li {
  color: white;
}
.section.bg_blue.dc-image-text-box .section_intro h1, .section.bg_blue.dc-image-text-box .section_intro h2, .section.bg_blue.dc-image-text-box .section_intro h3, .section.bg_blue.dc-image-text-box .section_intro h4, .section.bg_blue.dc-image-text-box .section_intro h5, .section.bg_blue.dc-image-text-box .section_intro h6, .section.bg_blue.dc-image-text-box .section_intro p, .section.bg_blue.dc-image-text-box .section_intro li, .section.bg_blue.dc-news-grid .section_intro h1, .section.bg_blue.dc-news-grid .section_intro h2, .section.bg_blue.dc-news-grid .section_intro h3, .section.bg_blue.dc-news-grid .section_intro h4, .section.bg_blue.dc-news-grid .section_intro h5, .section.bg_blue.dc-news-grid .section_intro h6, .section.bg_blue.dc-news-grid .section_intro p, .section.bg_blue.dc-news-grid .section_intro li, .section.bg_blue.dc-cards-section .section_intro h1, .section.bg_blue.dc-cards-section .section_intro h2, .section.bg_blue.dc-cards-section .section_intro h3, .section.bg_blue.dc-cards-section .section_intro h4, .section.bg_blue.dc-cards-section .section_intro h5, .section.bg_blue.dc-cards-section .section_intro h6, .section.bg_blue.dc-cards-section .section_intro p, .section.bg_blue.dc-cards-section .section_intro li {
  color: white;
}
.section.bg_blue p > a:not(:hover) {
  color: white;
}
.section.bg_blue_white {
  background: white;
}
.section.bg_blue_white:before {
  content: "";
  position: absolute;
  left: 0;
  width: 56%;
  top: 0;
  height: 100%;
  background: #243E53;
}
@media only screen and (max-width: 949px) {
  .section.bg_blue_white:before {
    display: none;
  }
}
.section.bg_blue_white.image_right:before {
  left: auto;
  right: 0;
}

.section.blue_box:before {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 0;
  height: 160px;
  width: 70%;
  background: #243E53;
}
@media only screen and (min-width: 560px) {
  .section.blue_box:before {
    height: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .section.blue_box:before {
    height: 50%;
  }
}
.section.blue_box.image_right:before {
  left: 0;
}

.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

/* SLICK SLIDER */
/*------------------------------------*\
	
    SLICK DOTS
    
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
}
.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: #F07F20;
  border: 1px solid #F07F20;
}

/*------------------------------------*\
	
    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: "";
}
@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: "";
}
@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;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
  }
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
}
.dc-titlebox .inner h1 {
  color: white;
  font-weight: 600;
  position: relative;
  max-width: 900px;
  margin-bottom: 18px;
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.dc-titlebox .inner > h1 {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner > h1 {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .inner > h1 {
    margin-left: 60px;
  }
}
.dc-titlebox .inner .text {
  position: relative;
}
.dc-titlebox .inner p {
  color: white;
  margin-bottom: 36px;
}
.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.slider {
  display: block;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.blog_title .text {
    text-align: center;
  }
}

/*------------------------------------*\
	
    TITLE BOX - HEIGHTS
    
\*------------------------------------*/
.dc-titlebox {
  height: 186px;
  min-height: 200px;
  /*
  	&.multiple-sliders,
  	.multipleSliders,
  	.multipleSliders .item {
  		height: 600px;
  						
  		@include mq('tablet', min) 	{ height: 700px; }	
  						
  		@include mq('950', min) 	{ height: 800px; }	
  			
  		@include mq('desktop', min) { height: 870px; }
  	}
  */
  /*
  	&.title_short {
  		min-height: $title_box_height_short - 190px;
  						
  		@include mq('tablet', min) 	{ min-height: $title_box_height_short - 120px; }	
  						
  		@include mq('950', min) 	{ min-height: $title_box_height_short - 60px; }	
  			
  		@include mq('desktop', min) { min-height: $title_box_height_short; }
  	}
  */
  /*
  	// FULL
  	
  	&.title_full,
  	&.title_full .slick-slide,
  	&.title_full .image-wrapper {
  		height: 100vh;
  		min-height: 1000px;
  						
  		@include mq('tablet', min) 	{ height: 100vh; }	
  						
  		@include mq('950', min) 	{ height: 100vh; }	
  			
  		@include mq('desktop', min) { height: 100vh; }
  		
  		padding-bottom: 100px;
  		
  		@media only screen and (min-height: 1000px) { 
  			padding-bottom: 19vh;
  		}	
  	}
  */
}
@media only screen and (min-width: 768px) {
  .dc-titlebox {
    height: 316px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    height: 376px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    height: 436px;
  }
}
.dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
  height: auto;
  max-height: 1000px;
  min-height: 430px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 700px;
    max-height: 43vw;
    min-height: 460px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    min-height: 500px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 800px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 870px;
    min-height: 570px;
  }
}
.dc-titlebox.multiple-sliders.title_tall, .dc-titlebox.multiple-sliders.title_tall .slick-slide, .dc-titlebox.multiple-sliders.title_tall .image-wrapper {
  height: auto;
  max-height: 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 {
  max-width: 680px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 0 80px;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .content {
    margin-left: 60px;
  }
}
.dc-titlebox .slick-dots {
  position: absolute;
  bottom: 26px;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .slick-dots {
    margin: 0 0 0 60px;
  }
}

/*------------------------------------*\
	
    TITLE BOX - OVERLAY
    
\*------------------------------------*/
.dc-titlebox .overlay.align_left .inner:before, .dc-titlebox .overlay.align_left.inner:before,
.dc-titlebox .overlay .multipleSliders .item.align_left:before, .dc-titlebox .overlay.align_center.inner:before, .dc-titlebox .overlay.align_center .inner:before,
.dc-titlebox .overlay .multipleSliders .item.align_center:before, .dc-titlebox .overlay.align_right.inner:before, .dc-titlebox .overlay.align_right .inner:before,
.dc-titlebox .overlay .multipleSliders .item.align_right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dc-titlebox .overlay:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .overlay.align_center.inner:before, .dc-titlebox .overlay.align_center .inner:before,
  .dc-titlebox .overlay .multipleSliders .item.align_center:before {
    background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .dc-titlebox .overlay.align_right.inner:before, .dc-titlebox .overlay.align_right .inner:before,
  .dc-titlebox .overlay .multipleSliders .item.align_right:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

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

/* BLOCKS */
/*------------------------------------*\
	
    TEXT BOX
    
\*------------------------------------*/
.dc-text-block.bg_white + .bg_white.dc-text-block.no-title, .dc-text-block.bg_grey + .bg_grey.dc-text-block.no-title, .dc-text-block.bg_blue + .bg_blue.dc-text-block.no-title {
  margin-top: -60px !important;
}
.dc-text-block .section_intro .button-wrapper {
  margin-top: 50px;
}
.dc-text-block.highlight.section > .inner {
  max-width: 1760px;
}
.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: #F0F0F4;
}
.dc-titlebox + .dc-text-block.highlight.bg_grey:before {
  top: -278px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox + .dc-text-block.highlight.bg_grey:before {
    top: -120px;
  }
}
.dc-text-block.section > .inner {
  position: relative;
  max-width: 1220px;
}
.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;
  }
}

.small-text {
	font-size: 0.7em !important;
}

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

/*------------------------------------*\
	
    IMAGE TEXT BOX
    
\*------------------------------------*/
.dc-image-text-box .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;
        flex-direction: column;
  }
}
.dc-image-text-box .section_content .right {
  background: white;
  padding: 38px 25px 36px;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .right {
    padding: 68px 4% 53px;
  }
}
.dc-image-text-box .section_content .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content .text br {
    display: none;
  }
}
.dc-image-text-box .section_content .image-wrapper {
  width: 100%;
  height: 680px;
  max-height: 41vw;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .section_content .image-wrapper {
    margin-top: 30px !important;
    max-height: 50vw;
    min-height: 200px;
  }
}
.dc-image-text-box .section_content .image-wrapper > img {
  width: 100%;
  border-radius: 0;
  box-shadow: unset;
  object-fit: cover;
}
.dc-image-text-box .section_content .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box .section_content .button-wrapper {
    margin-top: 60px;
  }
}
.dc-image-text-box .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
.dc-image-text-box .section_content .left,
.dc-image-text-box .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .left,
.dc-image-text-box .section_content .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .section_content .left {
    width: calc(8.333% * 6);
  }
  .dc-image-text-box .section_content .right {
    width: calc(8.333% * 6);
  }
}
.dc-image-text-box .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box .image_right .section_content .right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .section_content .left {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .section_content .right {
    width: 70% !important;
  }
}

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

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

    IMAGE CAROUSEL & SLIDER 

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

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

/*------------------------------------*\
	
    IMAGE VIDEO CAROUSEL
    
\*------------------------------------*/
.dc-image-video-carousel .section_content {
  max-width: 100%;
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .section_content .items {
    max-width: 800px;
    margin: 0 auto;
  }
}
.dc-image-video-carousel .section_content .left a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-image-video-carousel .section_content .left a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(36, 62, 83, 0.2);
  border-radius: 100%;
  border: 2px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-image-video-carousel .section_content .left a.overlay span.play-btn {
    width: 130px;
    height: 130px;
  }
}
.dc-image-video-carousel .section_content .left a.overlay span.play-btn i {
  color: white;
  font-size: 55px;
  margin-left: 17px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-image-video-carousel .section_content .left a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.dc-image-video-carousel .section_content .left a.overlay:hover span.play-btn {
  background-color: rgba(36, 62, 83, 0.6);
}
.dc-image-video-carousel .section_content .left a.overlay:hover span.play-btn i {
  color: #F07F20;
}
.dc-image-video-carousel .slick-track {
  margin-left: inherit;
}
.dc-image-video-carousel .slide {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .slide {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
.dc-image-video-carousel .slide > .left,
.dc-image-video-carousel .slide > .right {
  position: relative;
  z-index: 10;
}
.dc-image-video-carousel .slide > .left {
  width: calc(8.333% * 8);
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  max-height: 42vw;
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .slide > .left {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .slide > .left {
    max-height: 50vw;
    padding: 0 !important;
  }
}
.dc-image-video-carousel .slide > .left img {
  width: 100%;
  object-fit: cover;
}
.dc-image-video-carousel .slide > .right {
  width: calc(8.333% * 4);
  padding: 0 10px 0 30px;
}
@media only screen and (max-width: 1099px) {
  .dc-image-video-carousel .slide > .right {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .slide > .right {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-video-carousel .slide > .right {
    width: 100%;
    max-width: 470px;
  }
  .dc-image-video-carousel .slide > .right br {
    display: none;
  }
}
.dc-image-video-carousel .slide > .right p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .dc-image-video-carousel .slide > .right p {
    font-size: 17px;
  }
  .dc-image-video-carousel .slide > .right h2 {
    font-size: 34px;
  }
  .dc-image-video-carousel .slide > .right h3 {
    font-size: 26px;
  }
}
.dc-image-video-carousel.bg_blue .slide .right h2, .dc-image-video-carousel.bg_blue .slide .right h3, .dc-image-video-carousel.bg_blue .slide .right h4, .dc-image-video-carousel.bg_blue .slide .right p {
  color: white;
}
.dc-image-video-carousel .thumbnail-wrapper {
  margin-top: 40px;
  width: calc(8.333% * 8);
  padding-right: 30px;
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .thumbnail-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-video-carousel .thumbnail-wrapper {
    margin-top: 20px;
  }
}
.dc-image-video-carousel .thumbnail-wrapper .slick-list {
  width: calc(100% + 30px);
}
@media only screen and (max-width: 559px) {
  .dc-image-video-carousel .thumbnail-wrapper .slick-list {
    width: calc(100% + 20px);
  }
}
.dc-image-video-carousel .thumbnail-wrapper .slick-list:after {
  content: "";
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
}
@media only screen and (max-width: 559px) {
  .dc-image-video-carousel .thumbnail-wrapper .slick-list:after {
    width: 20px;
  }
}
.dc-image-video-carousel .thumbnail-wrapper .thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 30px;
}
.dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail {
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  max-height: none;
}
.dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail .thumb-image-wrapper {
  height: 144px;
  max-height: 9vw;
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail .thumb-image-wrapper {
    max-height: 13vw;
  }
}
@media only screen and (max-width: 849px) {
  .dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail .thumb-image-wrapper {
    max-height: 16vw;
  }
}
@media only screen and (max-width: 559px) {
  .dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail .thumb-image-wrapper {
    max-height: 22vw;
  }
}
.dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail .thumb-image-wrapper img {
  height: 100%;
}
.dc-image-video-carousel .thumbnail-wrapper .thumbnail.video-thumbnail p {
  font-size: 12px;
  padding-top: 10px;
}
@media only screen and (max-width: 559px) {
  .dc-image-video-carousel .thumbnail-wrapper .thumbnail {
    padding-right: 20px;
  }
}
.dc-image-video-carousel .thumbnail-wrapper .thumbnail img {
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.dc-image-video-carousel .thumbnail-wrapper button.slick-arrow.slick-prev {
  left: -44px;
}
@media only screen and (max-width: 849px) {
  .dc-image-video-carousel .thumbnail-wrapper button.slick-arrow.slick-prev {
    left: -35px;
  }
}
.dc-image-video-carousel .thumbnail-wrapper button.slick-arrow.slick-next {
  right: -44px;
}
@media only screen and (max-width: 849px) {
  .dc-image-video-carousel .thumbnail-wrapper button.slick-arrow.slick-next {
    right: -35px;
  }
}
.dc-image-video-carousel.image_right .slide {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.dc-image-video-carousel.image_right .slide > .left {
  padding: 0 0 0 30px;
}
.dc-image-video-carousel.image_right .slide > .right {
  padding: 0 40px 0 0;
}
.dc-image-video-carousel.image_right .thumbnail-wrapper {
  margin-left: calc(8.333% * 4);
  padding-left: 30px;
  padding-right: 0;
}
@media only screen and (max-width: 949px) {
  .dc-image-video-carousel.image_right .thumbnail-wrapper {
    width: 100%;
    padding: 0;
  }
}
.dc-image-video-carousel > .inner.align-center .slide > .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-image-video-carousel.bg_grey .thumbnail-wrapper .slick-list:after {
  background: #F0F0F4;
}
.dc-image-video-carousel.bg_blue .thumbnail-wrapper .slick-list:after {
  background: #243E53;
}
.dc-image-video-carousel.bg_blue .thumbnail-wrapper .thumbnail.video-thumbnail p {
  color: white;
}
.dc-image-video-carousel.bg_blue_white .thumbnail-wrapper .thumbnail.video-thumbnail p {
  color: white;
}

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

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

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

/*------------------------------------*\
	
    POST GRID- FILTER

\*------------------------------------*/
.section-filters {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .section-filters {
    margin-bottom: 25px;
  }
}
.section-filters .filters,
.section-filters .sort {
  position: relative;
  margin-right: 60px;
  cursor: pointer;
}
.section-filters .filters span,
.section-filters .sort span {
  padding-right: 40px;
}
.section-filters .filters span:after,
.section-filters .sort span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 12px;
  font-size: 0.6em;
  position: relative;
  vertical-align: 0;
  content: "";
  transition: all 250ms ease-in-out;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  right: 0;
  top: 4px;
  width: 19px;
  height: 20px;
  padding: 1px 1px 1px 2px;
}
.section-filters .filters .dropdown-content,
.section-filters .sort .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
  background: #F0F0F4;
}
.section-filters .filters .dropdown-content ul,
.section-filters .sort .dropdown-content ul {
  padding: 8px 0;
}
.section-filters .filters .dropdown-content ul li,
.section-filters .sort .dropdown-content ul li {
  cursor: pointer;
  list-style: none;
  padding: 5px 14px;
  margin: 0;
  min-width: 170px;
  font-size: 16px;
  text-transform: capitalize;
  white-space: nowrap;
}
.section-filters .filters .dropdown-content ul li:hover,
.section-filters .sort .dropdown-content ul li:hover {
  color: #F07F20;
}
.section-filters .filters:hover span,
.section-filters .sort:hover span {
  color: #F07F20;
}
.section-filters .filters:hover .dropdown-content,
.section-filters .sort:hover .dropdown-content {
  display: block;
}
.section-filters p span {
  padding-left: 10px;
}

.section-pagination {
  margin-top: 70px;
  text-align: center;
}

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

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

/*------------------------------------*\
	
    POST GRID - ITEMS

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

.dc-card {
  position: relative;
  margin-bottom: 54px;
  padding-bottom: 60px;
  background: white;
  border: 1px solid #F0F0F4;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 650px) {
  .dc-card {
    margin-bottom: 15px;
  }
}
.dc-card .image-wrapper {
  position: relative;
  height: 280px;
  max-height: 53vw;
  min-height: 140px;
  display: -ms-flexbox;
  display: flex;
  background: #F0F0F4;
}
@media only screen and (min-width: 651px) {
  .dc-card .image-wrapper {
    max-height: 27vw;
  }
}
@media only screen and (min-width: 768px) {
  .dc-card .image-wrapper {
    max-height: 27vw;
  }
}
@media only screen and (min-width: 850px) {
  .col3 .dc-card .image-wrapper {
    max-height: 17vw;
  }
}
@media only screen and (min-width: 1100px) {
  .col4 .dc-card .image-wrapper {
    max-height: 13vw;
  }
}
.dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.dc-card .image-wrapper .play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-card .image-wrapper .play-btn-overlay span.play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(36, 62, 83, 0.2);
  border-radius: 100%;
  border: 2px solid white;
}
.dc-card .image-wrapper .play-btn-overlay span.play-btn i {
  color: white;
  font-size: 30px;
  margin-left: 7px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
}
.dc-card .content-wrapper {
  padding: 30px 22px;
}
.dc-card .content-wrapper h4,
.dc-card .content-wrapper .meta-date {
  color: #9C9CA7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}
.dc-card .content-wrapper h2,
.dc-card .content-wrapper h3 {
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.4em;
  margin-bottom: 16px;
  transition: all 250ms ease-in-out;
}
.dc-card .content-wrapper p {
  letter-spacing: 0.7px;
  line-height: 1.5em;
  margin: 0;
}
.dc-card .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 22px 30px 22px;
}
.dc-card .button-wrapper a {
  position: relative;
  color: #F07F20;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.15em;
  text-transform: uppercase;
}
.dc-card .button-wrapper a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #F07F20;
}
.dc-card > a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .dc-card:hover {
    box-shadow: 0 25px 21px -10px rgba(40, 40, 40, 0.12);
  }
  .dc-card:hover h2,
  .dc-card:hover h3 {
    color: #F07F20;
  }
}

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

/*------------------------------------*\
	
    POST ROW - ITEMS

\*------------------------------------*/
.row-items {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.row-items .item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  /*
  		@media (hover: hover) {
  			
  		    &:hover{
  				
  				h3{
  	    			color: $theme_color;
  				}
  				
  				.readmore {
  					
  					span {
  						color: $yellow;
  					}
  				}
  			}
  		}
  */
}
.row-items .item .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: #F0F0F4;
}
.row-items .item .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.row-items .item .content-wrapper .meta-date,
.row-items .item .content-wrapper .meta-time {
  color: #9C9CA7;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 24px;
}
.row-items .item .content-wrapper h2,
.row-items .item .content-wrapper h3,
.row-items .item .content-wrapper h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.row-items .item .content-wrapper h3 {
  font-weight: 600;
}
.row-items .item .content-wrapper h4 {
  font-size: 20px;
}
.row-items .item .content-wrapper p {
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5em;
  margin: 0;
}

.dc-events-list:last-child {
  padding-bottom: 0 !important;
}
.dc-events-list .section_content {
  max-width: 1100px;
  margin: 0 auto;
}
.dc-events-list .section_content .item {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-events-list .section_content .item:nth-child(even):before {
  content: "";
  background: #F0F0F4;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
.dc-events-list .section_content .item .content-wrapper {
  position: relative;
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper {
    width: 100%;
  }
}
.dc-events-list .section_content .item .content-wrapper h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1099px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 26px;
  }
}
.dc-events-list .section_content .item .content-wrapper .meta-date,
.dc-events-list .section_content .item .content-wrapper .meta-time {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1099px) {
  .dc-events-list .section_content .item .content-wrapper .meta-date,
  .dc-events-list .section_content .item .content-wrapper .meta-time {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper .meta-date,
  .dc-events-list .section_content .item .content-wrapper .meta-time {
    font-size: 16px;
  }
}
.dc-events-list .section_content .item .content-wrapper .meta-date {
  margin-top: 20px;
  margin-bottom: 12px;
}
.dc-events-list .section_content .item .image-wrapper {
  width: 50%;
  height: 384px;
  max-height: 34vw;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    max-height: 50vw;
  }
}

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

/*------------------------------------*\
	
    HOTBOX SECTION
    
\*------------------------------------*/
.dc-hotboxes .inner .section_intro {
  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% + 50px);
}
@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% - 50px);
  margin-right: 50px;
  margin-top: 50px;
}
@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 > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dc-hotboxes .inner .section_content .items .item .icon-wrapper {
  height: 110px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item .icon-wrapper {
    margin-bottom: 16px;
  }
}
.dc-hotboxes .inner .section_content .items .item .icon-wrapper img {
  display: block;
  height: 110px;
  width: auto;
}
@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 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: #F07F20;
  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: #F07F20;
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner .section_content .items.col3 .item {
    width: calc(33.3333% - 50px);
  }
}

/*------------------------------------*\
	
    LIST SECTION - (based off hotboxes)
    
\*------------------------------------*/
.dc-list .inner .section_intro {
  margin-bottom: 20px;
}
.dc-list .inner .section_content {
  max-width: 1460px;
  margin: 0 auto;
}
.dc-list .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 50px);
}
.dc-list .inner .section_content .items .item {
  width: calc(33.3333% - 50px);
  margin-right: 50px;
  margin-top: 50px;
}
.dc-list .inner .section_content .items .item .icon-wrapper {
  height: 110px;
  margin-bottom: 38px;
}
.dc-list .inner .section_content .items .item .icon-wrapper img {
  display: block;
  height: 110px;
  width: auto;
}

/*------------------------------------*\
	
    ACCORDION
    
\*------------------------------------*/
.dc-accordion > .inner {
  max-width: 1220px !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: "";
  right: 0;
  font-size: 21px;
}
.dc-accordion .accordion .content {
  padding: 4px 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
}
.dc-accordion .accordion.active {
  padding-bottom: 10px;
}
.dc-accordion .accordion.active .title:before {
  content: "";
}
.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;
}

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

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

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

    TESTIMONIALS

\*------------------------------------*/
.dc-testimonials .section_intro .button-wrapper {
  margin-top: 20px;
}
.dc-testimonials .section_content {
  max-width: 1040px;
  margin: 0 auto;
}
.dc-testimonials .item .text {
  font-size: 19px;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .item .text {
    font-size: 21px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-testimonials .item .text {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials .item .text {
    font-size: 25px;
  }
}
.dc-testimonials .item .author {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  text-align: center;
  display: block;
  margin-top: 30px;
  /*
  	&:before {
  		content: "- ";
  	}
  */
}
.dc-testimonials .item .author .job-title {
  display: block;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .7px;
}
.dc-testimonials button.slick-arrow {
  top: 18%;
}
.dc-testimonials button.slick-arrow.slick-prev {
  left: -36px;
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials button.slick-arrow.slick-prev {
    left: -70px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-testimonials button.slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-testimonials button.slick-arrow.slick-prev {
    left: -140px;
  }
}
.dc-testimonials button.slick-arrow.slick-next {
  right: -36px;
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials button.slick-arrow.slick-next {
    right: -70px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-testimonials button.slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-testimonials button.slick-arrow.slick-next {
    right: -140px;
  }
}
.dc-testimonials.bg_blue .item .text,
.dc-testimonials.bg_blue .author,
.dc-testimonials.bg_blue button.slick-arrow:after {
  color: white;
}

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

    TEAM CARDS

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

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

.dc-team-cards .section_content .item {
  position: relative;
  cursor: pointer;
}
.dc-team-cards .section_content .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 570px;
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content .item .image-wrapper {
    height: 1000px;
    max-height: 131vw;
  }
}
.dc-team-cards .section_content .item .image-wrapper img {
  object-fit: cover;
  width: 100%;
}
.dc-team-cards .section_content .item .text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.dc-team-cards .section_content .item .text h3 {
  margin-bottom: 15px;
}
.dc-team-cards .section_content .item .text h3,
.dc-team-cards .section_content .item .text p {
  color: white;
}
.dc-team-cards .section_content .item .hover-text {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #F0F0F4;
  transition: all 150ms ease-in-out;
}
.dc-team-cards .section_content .item .hover-text p {
  color: #243E53 !important;
  font-size: 16px;
}
.dc-team-cards .section_content .item:hover .hover-text {
  opacity: 1;
}
.dc-team-cards .section_content .item .front-card:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/*------------------------------------*\
	
    VIDEO GRID
    
\*------------------------------------*/
.single article.video_gallery .content {
  max-width: 1030px !important;
  /*
  		.video-wrapper{
  			margin: 0 -100px 40px;
  		    width: calc(100% + 200px);
  		    max-width: calc(100% + 200px);
  		}
  */
}
.single article.video_gallery .content .description {
  max-width: 830px;
  margin: 50px auto 0 auto;
}

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

FOOTER POPUP

\*------------------------------------*/
.rfi-popup-outer {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  overflow: auto;
  transition: all 250ms ease-in-out;
}
.sticky-nav .rfi-popup-outer {
  top: 80px;
}
@media only screen and (min-width: 1200px) {
  .rfi-popup-outer {
    top: 166px;
  }
}
.rfi-popup-outer .rfi-popup-wrapper {
  position: relative;
  min-height: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  background: #F4F4F6;
}
.rfi-popup-outer .rfi-popup-wrapper .inner {
  margin: 0 auto;
  padding: 0;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .close-rfi-popup {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .close-rfi-popup {
    left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .close-rfi-popup {
    right: 50px;
  }
}
.rfi-popup-outer .rfi-popup-wrapper .inner .close-rfi-popup i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  width: 44px;
  height: 44px;
  color: #F07F20;
  font-size: 23px;
  font-weight: 300;
  background: white;
  border: 1px solid #111;
  border-radius: 100px;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: calc(100vh - 128px);
  color: #FFFFFF;
}
.sticky-nav .rfi-popup-outer .rfi-popup-wrapper .inner .items {
  top: 80px;
  min-height: calc(100vh - 80px);
}
@media only screen and (min-width: 768px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .items {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left {
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: inset 1000px 1000px 1000px rgba(0, 0, 0, 0.6);
  background-color: #5D6272;
  background-size: contain !important;
  background-position: center 500px;
}
@media only screen and (min-width: 768px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .items .left {
    width: 40%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .items .left {
    background-image: none !important;
  }
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left .left-inner {
  max-width: 580px;
  padding: 0 30px;
  width: 100%;
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 1200px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .items .left .left-inner {
    padding: 0 50px;
  }
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left h2 {
  color: #FFFFFF;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left h2:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 30px;
  height: 2px;
  width: 80px;
  background: #F07F20;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left ul li {
  color: #FFFFFF;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left h3,
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left h4 {
  color: #a2b1bd;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left .dc-btn.outline {
  color: #FFFFFF;
  border: none;
  margin-top: 40px;
  padding: 15px 39px;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left .dc-btn.outline:before, .rfi-popup-outer .rfi-popup-wrapper .inner .items .left .dc-btn.outline:after {
  top: -1px;
  left: -2px;
  width: calc(100% + 2px);
  height: calc(50% - 6px);
  border: 2px solid #F07F20;
  border-width: 2px 2px 0 2px;
  background: none;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left .dc-btn.outline:after {
  bottom: -1px;
  top: unset;
  border-width: 0 2px 2px 2px;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .left .dc-btn.outline:hover:before, .rfi-popup-outer .rfi-popup-wrapper .inner .items .left .dc-btn.outline:hover:after {
  border-color: white;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 100px;
  background-color: #243E53;
}
@media only screen and (min-width: 768px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .items .right {
    width: 60%;
    position: relative;
  }
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .right-inner {
  max-width: 940px;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .rfi-popup-outer .rfi-popup-wrapper .inner .items .right .right-inner {
    padding: 0 50px;
  }
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right h2 {
  color: #FFFFFF;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right h2:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 30px;
  height: 2px;
  width: 80px;
  background: #F07F20;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right h3,
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right h4 {
  color: #a2b1bd;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_wrapper {
  margin-top: -10px;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_wrapper .gform_body {
  max-width: 100%;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_wrapper .gform_body ul li.gfield label {
  color: white;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_wrapper .gform_body ul li.gfield .ginput_container input,
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_wrapper .gform_body ul li.gfield .ginput_container select {
  border: 0 none !important;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_footer {
  text-align: left;
}
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_footer input.button:hover,
.rfi-popup-outer .rfi-popup-wrapper .inner .items .right .gform_footer input[type=submit]:hover {
  color: #243E53 !important;
  background: white !important;
}

.footer-rfi-btn-wrapper {
  position: fixed;
  z-index: 9998;
  bottom: 0;
  right: 0;
  width: 282px;
  text-align: right;
  transition: all 250ms ease-in-out;
}
.footer-rfi-btn-wrapper.fixed-footer {
  position: relative;
  top: unset;
  bottom: unset;
  background: white;
  padding-bottom: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 0;
  padding: 0;
}
.footer-rfi-btn-wrapper.fixed-footer a.dc-btn {
  position: absolute !important;
  right: 0;
  bottom: 5px;
}
.footer-rfi-btn-wrapper .inner a.dc-btn {
  position: relative;
  padding: 14px 24px 14px 74px;
  background-color: #243E53;
  border-radius: 0 !important;
  color: #FFFFFF;
  font-size: 16px !important;
  font-weight: 500;
}
.footer-rfi-btn-wrapper .inner a.dc-btn span {
  background-color: #F07F20;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #243E53;
}
.footer-rfi-btn-wrapper .inner a.dc-btn span:before {
  content: "";
  width: 50px;
  height: 100%;
  background-color: #F07F20;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
}
.footer-rfi-btn-wrapper .inner a.dc-btn span i {
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.footer-rfi-btn-wrapper .inner a.dc-btn strong {
  position: relative;
  font-weight: 500;
}
.footer-rfi-btn-wrapper .inner a.dc-btn:hover span:before {
  width: 282px;
}

@media only screen and (max-width: 479px) {
  .header-contact {
    display: none !important;
  }
}

body .rfi-popup-outer .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p {
  color: white;
  line-height: 16px !important;
}
body .rfi-popup-outer .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p a {
  color: #F07F20;
}
body .rfi-popup-outer .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p a:hover {
  text-decoration: underline;
}


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

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

.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  max-width: 810px;
  margin: 40px auto 0;
  /*
  		@include mq('767', max) {
  	        margin: 0 -15px;
      		width: calc(100% + 30px) !important;
  	    }
  */
}
.gform_wrapper .gform_body ul {
  margin: 0;
}
.gform_wrapper .gform_body ul li.gfield {
  position: relative;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #243E53 !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: #243E53;
  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: #243E53 !important;
  font-size: 16px !important;
  line-height: 20px;
  border-radius: 0 !important;
  background: none;
  background-color: white !important;
  padding: 15px 18px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #CCCCD1 !important;
  -webkit-appearance: none;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus {
  border-color: #F07F20 !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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #F07F20;
}
.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: #F07F20;
}
.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: #F07F20;
}
.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: #F07F20;
}
.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: #243E53;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container select {
  background-color: white;
  background-image: url("../img/ic_arrow.svg");
  background-size: 21px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi {
  border-bottom: 1px solid #8e9498 !important;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container select {
  border: unset !important;
}
.gform_wrapper .gform_body ul li.gfield .gfield_required {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox input[type=checkbox] {
  margin: 0 6px 0 0;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox label {
  margin-bottom: 0;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 70px 0 0 !important;
  margin: 0 40px 0 0;
  height: 45px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  left: 0;
  max-width: 100% !important;
  width: auto !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 50px 0 0 !important;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 40px 0 0 !important;
    margin: 0 20px 0 0;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid #f7f8fc;
  border-radius: 100%;
  height: 37px;
  width: 37px;
  top: 4px;
  right: 20px;
  z-index: 5;
  transition: all .2s linear;
  -webkit-transition: all .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: #F07F20;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label:before {
  border: 8px solid #F07F20;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gform_body ul li.gfield.message {
    margin-top: -50px !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.hidden_label {
  padding-top: 26px !important;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #F07F20;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 10px 24px;
  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: #243E53;
  color: white;
}
.gform_wrapper .gform_footer input.button.black-btn,
.gform_wrapper .gform_footer input[type=submit].black-btn {
  color: #F07F20;
  background: #243E53;
}
.gform_wrapper .gform_footer input.button.black-btn:hover,
.gform_wrapper .gform_footer input[type=submit].black-btn:hover {
  color: #243E53;
  background: #F07F20;
}
@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: 16px 35px;
    min-width: 216px;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #243E53 !important;
  color: #FFFFFF !important;
}

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

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

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

/*------------------------------------*\
	
    GRAVITY FORM POPUP CONFIRMATION

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

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

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

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

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

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

body.error404 .panel.main .row {
  margin: 300px auto 150px;
}
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1760px;
  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: #F07F20;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #F07F20;
  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: #243E53 !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: white !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: #F07F20 !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
  color: #F07F20;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #F07F20;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #F07F20;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #F07F20;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #F07F20;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 10px 24px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #243E53;
  color: white;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn {
  color: #F07F20;
  background: #243E53;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn:hover {
  color: #243E53;
  background: #F07F20;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 18px !important;
    padding: 16px 35px;
    min-width: 216px;
  }
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #F07F20 !important;
  color: #FFFFFF !important;
}

/*------------------------------------*\
	
    SEARCH RESULTS
    
\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1760px;
  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: #243E53 !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: white !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
  border-color: #F07F20 !important;
}
body.search-results .search-content form.search input::-webkit-input-placeholder,
body.search-no-results .search-content form.search input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:-ms-input-placeholder,
body.search-no-results .search-content form.search input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #9C9CA7;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:focus::-webkit-input-placeholder,
body.search-no-results .search-content form.search input:focus::-webkit-input-placeholder {
  color: #F07F20;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #F07F20;
}
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: #F07F20;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #F07F20;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  background: #F07F20;
  display: inline-block;
  box-sizing: border-box;
  min-width: 190px;
  width: auto;
  padding: 10px 24px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #243E53;
  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: #F07F20;
  background: #243E53;
}
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: #243E53;
  background: #F07F20;
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content form.search button.search-submit,
  body.search-no-results .search-content form.search button.search-submit {
    font-size: 18px !important;
    padding: 16px 35px;
    min-width: 216px;
  }
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content form.search button.search-submit,
  body.search-no-results .search-content form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #F07F20 !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: #F07F20;
  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: #F07F20;
}
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: #F07F20;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #F07F20;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

/* LINES */
/*------------------------------------*\
	
    MOMENTUM LINES
    
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .lines.l1_left, .lines.l2_left, .lines.l1_right, .lines.l2_right, .lines.l1_left-top-170 {
    position: relative;
    z-index: 0;
  }
  .lines.l1_left:before, .lines.l1_left:after, .lines.l2_left:before, .lines.l2_left:after, .lines.l1_right:before, .lines.l1_right:after, .lines.l2_right:before, .lines.l2_right:after, .lines.l1_left-top-170:before, .lines.l1_left-top-170:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
  }
  .lines.l1_left:before {
    left: 0;
    top: -290px;
    width: 42%;
    height: 1130px;
    max-height: 59vw;
    background-image: url("../img/momentum/line1-left.svg");
    background-position: right;
    background-size: auto 100%;
  }
  .lines.l1_left.top-170:before {
    top: -170px;
  }
  .lines.l2_left:before {
    left: 0;
    top: -290px;
    width: 246px;
    height: 580px;
    max-height: 31vw;
    background-image: url("../img/momentum/line2-left.svg");
    background-position: left;
    background-size: contain;
  }
  .lines.l1_right:after {
    right: 0;
    top: -500px;
    width: 20%;
    height: 900px;
    max-height: 47vw;
    background-image: url("../img/momentum/line1-right.svg");
    background-position: left;
    background-size: auto 100%;
  }
  .lines.l2_right:after {
    right: 0;
    top: -350px;
    width: 12.5%;
    height: 602px;
    max-height: 31vw;
    background-image: url("../img/momentum/line2-right.svg");
    background-position: left;
    background-size: contain;
  }
}
