@charset "UTF-8";
/*------------------------------------*\
	
    SCSS COMPILE LIST
    
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&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%;
}

/**
 * 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
\*------------------------------------*/
/*
@mixin arrow_down_before($top: 0) {
	position: relative;
	
    &:before{
	    @include fa-icon;
		@extend .fas;
		content: fa-content($fa-var-angle-down);
	    position: relative;
	    margin-right: 8px;
	    vertical-align: 0;
    }
}

//Font Awesome Arrow Before Down Before
@mixin arrow_down_after($top: 0) {
	position: relative;
	
    &:after{
	    @include fa-icon;
		@extend .fas;
		content: fa-content($fa-var-angle-down);
	    position: relative;
	    margin-left: 8px;
	    vertical-align: 0;
    }
}

//Font Awesome Map Icon
@mixin icon_before() {
	position: relative;
	
    &:before{
		@include fa-icon;
		@extend .fal;
	    position: relative;
	    margin-right: 12px;
	    vertical-align: 0;
		content: "";
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
    }
}

@mixin map_icon_before() {
	@include icon_before;
    &:before{
		content: fa-content($fa-var-map-marker-alt) !important;
    }
}

@mixin facebook_icon_before() {
	@include icon_before;
    &:before{
		@extend .fab;
		content: fa-content($fa-var-facebook-f) !important;
    }
}

@mixin instagram_icon_before() {
	@include icon_before;
    &:before{
		@extend .fab;
		content: fa-content($fa-var-instagram) !important;
    }
}
*/
/*Background Gradient Color*/
/*
@mixin clearfix {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}
*/
/*Set Opacity*/
/*
@mixin opacity($value){
  $IEValue: $value*100;
  opacity: $value;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="+$IEValue+")";
  filter: alpha(opacity=$IEValue);
}
*/
/* Border Radius*/
/*
@mixin br($val) {
    border-radius: $val;
}
*/
/*
@mixin arrow($direction,$size,$color) {
    width: 0;
    height: 0;
    @if $direction == 'left'{
            border-top: $size solid transparent;
            border-bottom: $size solid transparent;
            border-right:$size solid $color;
    }
    @else if $direction == 'right'{
            border-top: $size solid transparent;
            border-bottom: $size solid transparent;
            border-left:$size solid $color;
    }
    @else if $direction == 'top'{
            border-left: $size solid transparent;
            border-right: $size solid transparent;
            border-bottom: $size solid $color;
    }
    @else if $direction == 'bottom'{
            border-left: $size solid transparent;
            border-right: $size solid transparent;
            border-top: $size solid $color;
    }
}
*/
/*
@mixin bs() {
    box-sizing: border-box;
}

@mixin Y-50() {
    transform: translateY(-50%);
}

@mixin X-50() {
    transform: translateX(-50%);
}

@mixin XY-50() {
    transform: translate(-50%,-50%);
}
*/
/*Rotate*/
/*
@mixin rotate($value) {
    transform: rotate($value);
}


@function str-replace($string, $search, $replace: '') {
  $index: str-index($string, $search);

  @if $index {
    @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
  }

  @return $string;
}
*/
/*
@mixin keyframes( $animationName )
{
    @-webkit-keyframes $animationName {
        @content;
    }
    @-moz-keyframes $animationName {
        @content;
    }
    @-o-keyframes $animationName {
        @content;
    }
    @keyframes $animationName {
        @content;
    }
}
*/
/*
@mixin css-triangle($color, $direction, $size: 6px, $position: absolute, $round: false){
    @include pseudo($pos: $position);
    width: 0;
    height: 0;
    @if $round {
        border-radius: 3px;
    }
    @if $direction == down {
        border-left: $size solid transparent;
        border-right: $size solid transparent;
        border-top: $size solid $color;
        margin-top: 0 - round( $size / 2.5 );
    } @else if $direction == up {
        border-left: $size solid transparent;
        border-right: $size solid transparent;
        border-bottom: $size solid $color;
        margin-bottom: 0 - round( $size / 2.5 );
    } @else if $direction == right {
        border-top: $size solid transparent;
        border-bottom: $size solid transparent;
        border-left: $size solid $color;
        margin-right: -$size;
    } @else if  $direction == left {
        border-top: $size solid transparent;
        border-bottom: $size solid transparent;
        border-right: $size solid $color;
        margin-left: -$size;
    }
}
*/
/*
@mixin outer_triangles($position) {
    overflow: visible !important;
    position: relative;
    z-index: 2;
    zoom: 101%;

    @if $position == "top" or $position == "both" {

        &:before {
            content: '';
            display: block;
            height: 250px;
            position: absolute;
            top: -80px;
            width: 100%;
            z-index: -1;
            background-image: url('../img/top_angled_bg.png');
            background-position: left top;
            background-repeat: no-repeat;

            @include mq('tablet', max) {
                top: -60px;
            }

            @include mq('phablet', max) {
                top: -30px;
            }
        }

    }

    @if $position == "bottom" or $position == "both" {

        &:after {
            content: '';
            display: block;
            height: 250px;
            right: -20px;
            position: absolute;
            bottom: -80px;
            width: 100%;
            z-index: -1;
            background-image: url('../img/bottom_angled_bg.png');
            background-position: right bottom;
            background-repeat: no-repeat;

            @include mq('tablet', max) {
                bottom: -60px;
            }

            @include mq('phablet', max) {
                bottom: -30px;
            }
        }

    }

}
*/
/*
@mixin flex_verticle_align($v_align,$h_align){
    display: flex;
    align-items: $v_align;
    justify-content: $h_align;
    flex-direction: column;
}
*/
/*
@mixin vertical-align($position: relative) {
  position: $position;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
/*
@mixin outline_items($size:1px, $color:black){
    text-stroke: $size $color;
    -webkit-text-stroke: $size $color;
}
*/
/*
@mixin grey-filter($value) {
    -webkit-filter: grayscale($value);
    -moz-filter: grayscale($value);
    -o-filter: grayscale($value);
    -ms-filter: grayscale($value);
    filter: grayscale($value);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/
/* @import must be at top of file, otherwise CSS will not work */
body, a.dc-btn, ul li, ol li, .dc-search-wrapper .search-input, .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, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .single-post .dc-titlebox .text a, .main_menu .menu ul li a {
  font-family: 'Barlow', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
}

/* FLEX GRID */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.X1, .S1, .M1, .L1, .XL1, .X2, .S2, .M2, .L2, .XL2, .X3, .S3, .M3, .L3, .XL3, .X4, .S4, .M4, .L4, .XL4, .X5, .S5, .M5, .L5, .XL5, .X6, .S6, .M6, .L6, .XL6, .X7, .S7, .M7, .L7, .XL7, .X8, .S8, .M8, .L8, .XL8, .X9, .S9, .M9, .L9, .XL9, .X10, .S10, .M10, .L10, .XL10, .X11, .S11, .M11, .L11, .XL11, .X12, .S12, .M12, .L12, .XL12 {
  -ms-flex: 1;
      flex: 1;
  max-width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.X1 {
  max-width: 8.3333333333%;
}

.X2 {
  max-width: 16.6666666667%;
}

.X3 {
  max-width: 25%;
}

.X4 {
  max-width: 33.3333333333%;
}

.X5 {
  max-width: 41.6666666667%;
}

.X6 {
  max-width: 50%;
}

.X7 {
  max-width: 58.3333333333%;
}

.X8 {
  max-width: 66.6666666667%;
}

.X9 {
  max-width: 75%;
}

.X10 {
  max-width: 83.3333333333%;
}

.X11 {
  max-width: 91.6666666667%;
}

.X12 {
  max-width: 100%;
}

.X--offset0 {
  margin-left: 0%;
}

.X--offset1 {
  margin-left: 8.3333333333%;
}

.X--offset2 {
  margin-left: 16.6666666667%;
}

.X--offset3 {
  margin-left: 25%;
}

.X--offset4 {
  margin-left: 33.3333333333%;
}

.X--offset5 {
  margin-left: 41.6666666667%;
}

.X--offset6 {
  margin-left: 50%;
}

.X--offset7 {
  margin-left: 58.3333333333%;
}

.X--offset8 {
  margin-left: 66.6666666667%;
}

.X--offset9 {
  margin-left: 75%;
}

.X--offset10 {
  margin-left: 83.3333333333%;
}

.X--offset11 {
  margin-left: 91.6666666667%;
}

.X--offset12 {
  margin-left: 100%;
}

.X--order0 {
  -ms-flex-order: 0;
      order: 0;
}

.X--order1 {
  -ms-flex-order: 1;
      order: 1;
}

.X--order2 {
  -ms-flex-order: 2;
      order: 2;
}

.X--order3 {
  -ms-flex-order: 3;
      order: 3;
}

.X--order4 {
  -ms-flex-order: 4;
      order: 4;
}

.X--order5 {
  -ms-flex-order: 5;
      order: 5;
}

.X--order6 {
  -ms-flex-order: 6;
      order: 6;
}

.X--order7 {
  -ms-flex-order: 7;
      order: 7;
}

.X--order8 {
  -ms-flex-order: 8;
      order: 8;
}

.X--order9 {
  -ms-flex-order: 9;
      order: 9;
}

.X--order10 {
  -ms-flex-order: 10;
      order: 10;
}

.X--order11 {
  -ms-flex-order: 11;
      order: 11;
}

.X--order12 {
  -ms-flex-order: 12;
      order: 12;
}

.X--start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.X--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.X--end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.X--top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.X--middle {
  -ms-flex-align: center;
      align-items: center;
}

.X--bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.X--stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.X--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.X--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.X--between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 481px) {
  .S1 {
    max-width: 8.3333333333%;
  }

  .S2 {
    max-width: 16.6666666667%;
  }

  .S3 {
    max-width: 25%;
  }

  .S4 {
    max-width: 33.3333333333%;
  }

  .S5 {
    max-width: 41.6666666667%;
  }

  .S6 {
    max-width: 50%;
  }

  .S7 {
    max-width: 58.3333333333%;
  }

  .S8 {
    max-width: 66.6666666667%;
  }

  .S9 {
    max-width: 75%;
  }

  .S10 {
    max-width: 83.3333333333%;
  }

  .S11 {
    max-width: 91.6666666667%;
  }

  .S12 {
    max-width: 100%;
  }

  .S--offset0 {
    margin-left: 0%;
  }

  .S--offset1 {
    margin-left: 8.3333333333%;
  }

  .S--offset2 {
    margin-left: 16.6666666667%;
  }

  .S--offset3 {
    margin-left: 25%;
  }

  .S--offset4 {
    margin-left: 33.3333333333%;
  }

  .S--offset5 {
    margin-left: 41.6666666667%;
  }

  .S--offset6 {
    margin-left: 50%;
  }

  .S--offset7 {
    margin-left: 58.3333333333%;
  }

  .S--offset8 {
    margin-left: 66.6666666667%;
  }

  .S--offset9 {
    margin-left: 75%;
  }

  .S--offset10 {
    margin-left: 83.3333333333%;
  }

  .S--offset11 {
    margin-left: 91.6666666667%;
  }

  .S--offset12 {
    margin-left: 100%;
  }

  .S--order0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .S--order1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .S--order2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .S--order3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .S--order4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .S--order5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .S--order6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .S--order7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .S--order8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .S--order9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .S--order10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .S--order11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .S--order12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .S--start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .S--center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .S--end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .S--top {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .S--middle {
    -ms-flex-align: center;
        align-items: center;
  }

  .S--bottom {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .S--stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .S--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .S--around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .S--between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .M1 {
    max-width: 8.3333333333%;
  }

  .M2 {
    max-width: 16.6666666667%;
  }

  .M3 {
    max-width: 25%;
  }

  .M4 {
    max-width: 33.3333333333%;
  }

  .M5 {
    max-width: 41.6666666667%;
  }

  .M6 {
    max-width: 50%;
  }

  .M7 {
    max-width: 58.3333333333%;
  }

  .M8 {
    max-width: 66.6666666667%;
  }

  .M9 {
    max-width: 75%;
  }

  .M10 {
    max-width: 83.3333333333%;
  }

  .M11 {
    max-width: 91.6666666667%;
  }

  .M12 {
    max-width: 100%;
  }

  .M--offset0 {
    margin-left: 0%;
  }

  .M--offset1 {
    margin-left: 8.3333333333%;
  }

  .M--offset2 {
    margin-left: 16.6666666667%;
  }

  .M--offset3 {
    margin-left: 25%;
  }

  .M--offset4 {
    margin-left: 33.3333333333%;
  }

  .M--offset5 {
    margin-left: 41.6666666667%;
  }

  .M--offset6 {
    margin-left: 50%;
  }

  .M--offset7 {
    margin-left: 58.3333333333%;
  }

  .M--offset8 {
    margin-left: 66.6666666667%;
  }

  .M--offset9 {
    margin-left: 75%;
  }

  .M--offset10 {
    margin-left: 83.3333333333%;
  }

  .M--offset11 {
    margin-left: 91.6666666667%;
  }

  .M--offset12 {
    margin-left: 100%;
  }

  .M--order0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .M--order1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .M--order2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .M--order3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .M--order4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .M--order5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .M--order6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .M--order7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .M--order8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .M--order9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .M--order10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .M--order11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .M--order12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .M--start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .M--center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .M--end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .M--top {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .M--middle {
    -ms-flex-align: center;
        align-items: center;
  }

  .M--bottom {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .M--stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .M--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .M--around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .M--between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .L1 {
    max-width: 8.3333333333%;
  }

  .L2 {
    max-width: 16.6666666667%;
  }

  .L3 {
    max-width: 25%;
  }

  .L4 {
    max-width: 33.3333333333%;
  }

  .L5 {
    max-width: 41.6666666667%;
  }

  .L6 {
    max-width: 50%;
  }

  .L7 {
    max-width: 58.3333333333%;
  }

  .L8 {
    max-width: 66.6666666667%;
  }

  .L9 {
    max-width: 75%;
  }

  .L10 {
    max-width: 83.3333333333%;
  }

  .L11 {
    max-width: 91.6666666667%;
  }

  .L12 {
    max-width: 100%;
  }

  .L--offset0 {
    margin-left: 0%;
  }

  .L--offset1 {
    margin-left: 8.3333333333%;
  }

  .L--offset2 {
    margin-left: 16.6666666667%;
  }

  .L--offset3 {
    margin-left: 25%;
  }

  .L--offset4 {
    margin-left: 33.3333333333%;
  }

  .L--offset5 {
    margin-left: 41.6666666667%;
  }

  .L--offset6 {
    margin-left: 50%;
  }

  .L--offset7 {
    margin-left: 58.3333333333%;
  }

  .L--offset8 {
    margin-left: 66.6666666667%;
  }

  .L--offset9 {
    margin-left: 75%;
  }

  .L--offset10 {
    margin-left: 83.3333333333%;
  }

  .L--offset11 {
    margin-left: 91.6666666667%;
  }

  .L--offset12 {
    margin-left: 100%;
  }

  .L--order0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .L--order1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .L--order2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .L--order3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .L--order4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .L--order5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .L--order6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .L--order7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .L--order8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .L--order9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .L--order10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .L--order11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .L--order12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .L--start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .L--center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .L--end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .L--top {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .L--middle {
    -ms-flex-align: center;
        align-items: center;
  }

  .L--bottom {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .L--stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .L--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .L--around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .L--between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1441px) {
  .XL1 {
    max-width: 8.3333333333%;
  }

  .XL2 {
    max-width: 16.6666666667%;
  }

  .XL3 {
    max-width: 25%;
  }

  .XL4 {
    max-width: 33.3333333333%;
  }

  .XL5 {
    max-width: 41.6666666667%;
  }

  .XL6 {
    max-width: 50%;
  }

  .XL7 {
    max-width: 58.3333333333%;
  }

  .XL8 {
    max-width: 66.6666666667%;
  }

  .XL9 {
    max-width: 75%;
  }

  .XL10 {
    max-width: 83.3333333333%;
  }

  .XL11 {
    max-width: 91.6666666667%;
  }

  .XL12 {
    max-width: 100%;
  }

  .XL--offset0 {
    margin-left: 0%;
  }

  .XL--offset1 {
    margin-left: 8.3333333333%;
  }

  .XL--offset2 {
    margin-left: 16.6666666667%;
  }

  .XL--offset3 {
    margin-left: 25%;
  }

  .XL--offset4 {
    margin-left: 33.3333333333%;
  }

  .XL--offset5 {
    margin-left: 41.6666666667%;
  }

  .XL--offset6 {
    margin-left: 50%;
  }

  .XL--offset7 {
    margin-left: 58.3333333333%;
  }

  .XL--offset8 {
    margin-left: 66.6666666667%;
  }

  .XL--offset9 {
    margin-left: 75%;
  }

  .XL--offset10 {
    margin-left: 83.3333333333%;
  }

  .XL--offset11 {
    margin-left: 91.6666666667%;
  }

  .XL--offset12 {
    margin-left: 100%;
  }

  .XL--order0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .XL--order1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .XL--order2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .XL--order3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .XL--order4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .XL--order5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .XL--order6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .XL--order7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .XL--order8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .XL--order9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .XL--order10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .XL--order11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .XL--order12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .XL--start {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .XL--center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .XL--end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .XL--top {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .XL--middle {
    -ms-flex-align: center;
        align-items: center;
  }

  .XL--bottom {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .XL--stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .XL--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .XL--around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .XL--between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.X1, .S1, .M1, .L1, .XL1, .X2, .S2, .M2, .L2, .XL2, .X3, .S3, .M3, .L3, .XL3, .X4, .S4, .M4, .L4, .XL4, .X5, .S5, .M5, .L5, .XL5, .X6, .S6, .M6, .L6, .XL6, .X7, .S7, .M7, .L7, .XL7, .X8, .S8, .M8, .L8, .XL8, .X9, .S9, .M9, .L9, .XL9, .X10, .S10, .M10, .L10, .XL10, .X11, .S11, .M11, .L11, .XL11, .X12, .S12, .M12, .L12, .XL12 {
  box-sizing: border-box;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
a.arrow-right:after,
a.link-back:before,
.dc-link:after,
.dc-search-wrapper form:before,
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a:after,
.far,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.image-gallery-grid .post-grid-items .item .image-wrapper:after,
.fal,
a[href$=".jpg"]:after,
.main_menu .menu .open-sub-menu:after,
.dc-image-carousel button.slick-arrow:after,
.single-post .dc-titlebox .text a: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,
a.fa-pull-left.link-back:before,
.fa-pull-left.dc-link:after,
.dc-search-wrapper form.fa-pull-left:before,
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a.fa-pull-left:after,
.far.fa-pull-left,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
.image-gallery-grid .post-grid-items .item .fa-pull-left.image-wrapper:after,
.fal.fa-pull-left,
a.fa-pull-left[href$=".jpg"]:after,
.main_menu .menu .fa-pull-left.open-sub-menu:after,
.dc-image-carousel button.fa-pull-left.slick-arrow:after,
.single-post .dc-titlebox .text a.fa-pull-left:after,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
a.fa-pull-right.arrow-right:after,
a.fa-pull-right.link-back:before,
.fa-pull-right.dc-link:after,
.dc-search-wrapper form.fa-pull-right:before,
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a.fa-pull-right:after,
.far.fa-pull-right,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
.image-gallery-grid .post-grid-items .item .fa-pull-right.image-wrapper:after,
.fal.fa-pull-right,
a.fa-pull-right[href$=".jpg"]:after,
.main_menu .menu .fa-pull-right.open-sub-menu:after,
.dc-image-carousel button.fa-pull-right.slick-arrow:after,
.single-post .dc-titlebox .text a.fa-pull-right: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-abacus:before {
  content: "";
}

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

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

.fa-acorn: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-adversal:before {
  content: "";
}

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

.fa-air-conditioner:before {
  content: "";
}

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

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

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

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

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

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

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

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

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

.fa-align-slash: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-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

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

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

.fa-angel: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-crate: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-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

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

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

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-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-from-bottom:before {
  content: "";
}

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

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

.fa-arrow-from-top:before {
  content: "";
}

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

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

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

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

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

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

.fa-arrow-to-bottom:before {
  content: "";
}

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

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

.fa-arrow-to-top:before {
  content: "";
}

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

.fa-arrows:before {
  content: "";
}

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

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

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

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

.fa-arrows-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-atom-alt: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-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

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

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

.fa-backpack:before {
  content: "";
}

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

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

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

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

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

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

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

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

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

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

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

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

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

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

.fa-banjo:before {
  content: "";
}

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

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

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

.fa-baseball:before {
  content: "";
}

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

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

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

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

.fa-battery-bolt:before {
  content: "";
}

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

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

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

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

.fa-battery-slash:before {
  content: "";
}

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

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

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

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

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

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

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

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

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

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

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

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

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

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

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

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

.fa-biking-mountain: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-blanket:before {
  content: "";
}

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

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

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

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised: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-bone-break:before {
  content: "";
}

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

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

.fa-book-alt:before {
  content: "";
}

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

.fa-book-heart:before {
  content: "";
}

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

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

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

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

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

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

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

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

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

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

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

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

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

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

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

.fa-bowling-pins:before {
  content: "";
}

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

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

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

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

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

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

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

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

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

.fa-bread-loaf:before {
  content: "";
}

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

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

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

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

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

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

.fa-browser: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-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

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

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

.fa-burrito:before {
  content: "";
}

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

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

.fa-bus-school:before {
  content: "";
}

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

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

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

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

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

.fa-calculator-alt:before {
  content: "";
}

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

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

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

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

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

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

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

.fa-calendar-star:before {
  content: "";
}

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

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

.fa-camcorder:before {
  content: "";
}

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

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

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

.fa-campfire:before {
  content: "";
}

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

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

.fa-candle-holder:before {
  content: "";
}

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

.fa-candy-corn: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-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

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

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

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

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

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

.fa-caravan-alt:before {
  content: "";
}

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

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

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

.fa-caret-circle-up: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-cars:before {
  content: "";
}

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

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

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

.fa-cassette-tape:before {
  content: "";
}

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

.fa-cat-space:before {
  content: "";
}

.fa-cauldron: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-cctv:before {
  content: "";
}

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

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

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

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

.fa-chair-office: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-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

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

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

.fa-chart-scatter: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-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

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

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

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

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

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-chess-rook-alt: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-double-down:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chimney: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-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

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

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

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

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

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

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

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

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

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

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

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

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

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

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

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

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

.fa-cloud-music:before {
  content: "";
}

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

.fa-cloud-rainbow:before {
  content: "";
}

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

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

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

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

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

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

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

.fa-cloudflare:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

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

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

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

.fa-club:before {
  content: "";
}

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

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

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

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

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

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

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

.fa-coffee-pot:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "";
}

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

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

.fa-coin:before {
  content: "";
}

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

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

.fa-comet:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comment-check:before {
  content: "";
}

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

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

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

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

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

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

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

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

.fa-comments-alt:before {
  content: "";
}

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

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

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

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

.fa-compass-slash:before {
  content: "";
}

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

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

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

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

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

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

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

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

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

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

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

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

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

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

.fa-corn:before {
  content: "";
}

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

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

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more: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-credit-card-blank:before {
  content: "";
}

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

.fa-cricket:before {
  content: "";
}

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

.fa-croissant: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-crutches:before {
  content: "";
}

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

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

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

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

.fa-curling:before {
  content: "";
}

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

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

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

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

.fa-dagger:before {
  content: "";
}

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

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

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

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

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph: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-desktop-alt:before {
  content: "";
}

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

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

.fa-dewpoint:before {
  content: "";
}

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

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

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

.fa-diamond:before {
  content: "";
}

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

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

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

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

.fa-dice-d4:before {
  content: "";
}

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

.fa-dice-d8: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-digging:before {
  content: "";
}

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

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

.fa-diploma:before {
  content: "";
}

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

.fa-disc-drive: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-do-not-enter:before {
  content: "";
}

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

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

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

.fa-dog-leashed:before {
  content: "";
}

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

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

.fa-dolly-empty:before {
  content: "";
}

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

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

.fa-dolly-flatbed-empty: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-circle:before {
  content: "";
}

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

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

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

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

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

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

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

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

.fa-drumstick:before {
  content: "";
}

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

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

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

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

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

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

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

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

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

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

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

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

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

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

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

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

.fa-egg-fried:before {
  content: "";
}

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

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

.fa-elephant:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

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

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

.fa-envelope-open-dollar: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:before {
  content: "";
}

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

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

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

.fa-exclamation-square:before {
  content: "";
}

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

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

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

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

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

.fa-expand-wide:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-eye-evil: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-fan-table:before {
  content: "";
}

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

.fa-farm:before {
  content: "";
}

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

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

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

.fa-faucet-drip: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-field-hockey: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-certificate:before {
  content: "";
}

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

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

.fa-file-check:before {
  content: "";
}

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

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

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

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

.fa-file-edit:before {
  content: "";
}

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

.fa-file-exclamation: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-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

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

.fa-file-plus:before {
  content: "";
}

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

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

.fa-file-search:before {
  content: "";
}

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

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

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

.fa-file-user:before {
  content: "";
}

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

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

.fa-files-medical:before {
  content: "";
}

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

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

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

.fa-film-alt:before {
  content: "";
}

.fa-film-canister: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-fire-smoke:before {
  content: "";
}

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

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

.fa-fireplace: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-fish-cooked:before {
  content: "";
}

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

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

.fa-flag-alt:before {
  content: "";
}

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

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

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

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

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

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

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

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

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

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

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

.fa-fog:before {
  content: "";
}

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

.fa-folder-download:before {
  content: "";
}

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

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

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

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "";
}

.fa-folders: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-font-case:before {
  content: "";
}

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

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

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

.fa-football-helmet:before {
  content: "";
}

.fa-forklift: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-fragile:before {
  content: "";
}

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

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

.fa-french-fries:before {
  content: "";
}

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

.fa-frosty-head:before {
  content: "";
}

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

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

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

.fa-function:before {
  content: "";
}

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

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

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

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

.fa-galaxy:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

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

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "";
}

.fa-garage-car:before {
  content: "";
}

.fa-garage-open:before {
  content: "";
}

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

.fa-gas-pump-slash: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-gift-card:before {
  content: "";
}

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

.fa-gingerbread-man: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:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

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

.fa-glass-citrus:before {
  content: "";
}

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

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

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

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

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

.fa-glasses-alt: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-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

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

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

.fa-golf-club: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-gramophone: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-guilded:before {
  content: "";
}

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

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

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

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

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4: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-hammer-war:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-hand-holding-seedling: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-receiving: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-heart:before {
  content: "";
}

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

.fa-hands-usd:before {
  content: "";
}

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

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

.fa-handshake-alt: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-chef:before {
  content: "";
}

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

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

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

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

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

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

.fa-head-side-brain:before {
  content: "";
}

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

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

.fa-head-side-headphones:before {
  content: "";
}

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

.fa-head-side-medical:before {
  content: "";
}

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

.fa-head-vr: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-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

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

.fa-heat:before {
  content: "";
}

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

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon: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-hive:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

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

.fa-hockey-sticks:before {
  content: "";
}

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

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

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

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

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

.fa-hood-cloak:before {
  content: "";
}

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

.fa-horizontal-rule:before {
  content: "";
}

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

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

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

.fa-horse-saddle:before {
  content: "";
}

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

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

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

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

.fa-hospitals: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:before {
  content: "";
}

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

.fa-house-day:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "";
}

.fa-house-night:before {
  content: "";
}

.fa-house-return:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

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

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

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

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

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

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

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

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

.fa-ice-skate:before {
  content: "";
}

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

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

.fa-icons-alt: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-image-polaroid:before {
  content: "";
}

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

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

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

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

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

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

.fa-industry-alt:before {
  content: "";
}

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

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

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

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

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

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

.fa-instalod:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

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

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

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

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

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

.fa-island-tropical:before {
  content: "";
}

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

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

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

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

.fa-jack-o-lantern: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-joystick:before {
  content: "";
}

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

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

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

.fa-jug:before {
  content: "";
}

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

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

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

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

.fa-key-skeleton:before {
  content: "";
}

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

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

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

.fa-keynote:before {
  content: "";
}

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

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

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

.fa-kidneys:before {
  content: "";
}

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

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

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

.fa-kite:before {
  content: "";
}

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

.fa-knife-kitchen:before {
  content: "";
}

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

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "";
}

.fa-lamp-floor:before {
  content: "";
}

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

.fa-landmark-alt: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-lasso: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-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

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

.fa-leaf-heart:before {
  content: "";
}

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

.fa-leaf-oak: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:before {
  content: "";
}

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

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

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

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

.fa-light-ceiling:before {
  content: "";
}

.fa-light-switch:before {
  content: "";
}

.fa-light-switch-off:before {
  content: "";
}

.fa-light-switch-on:before {
  content: "";
}

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

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

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

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

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

.fa-linkedin:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt: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-long-arrow-down:before {
  content: "";
}

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

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

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

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin: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-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times: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-meat: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-megaphone: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-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe: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-mobile-android:before {
  content: "";
}

.fa-mobile-android-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-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

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

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal: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-octagon:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "";
}

.fa-oven:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash: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-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus: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:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign: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-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary: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-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie: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-pig: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:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-planet-moon:before {
  content: "";
}

.fa-planet-ringed: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-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "";
}

.fa-portal-exit: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-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pumpkin: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-question-square: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-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun: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-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide: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-refrigerator:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt: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-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router: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-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe: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-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "";
}

.fa-sensor-alert:before {
  content: "";
}

.fa-sensor-fire:before {
  content: "";
}

.fa-sensor-on:before {
  content: "";
}

.fa-sensor-smoke:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab: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-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-siren:before {
  content: "";
}

.fa-siren-on:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow: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-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

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

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system: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-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-circle:before {
  content: "";
}

.fa-sort-circle-down:before {
  content: "";
}

.fa-sort-circle-up: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-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "";
}

.fa-space-station-moon-alt:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation: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-star-shooting:before {
  content: "";
}

.fa-starfighter:before {
  content: "";
}

.fa-starfighter-alt:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "";
}

.fa-starship-freighter:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel: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-stocking:before {
  content: "";
}

.fa-stomach: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-stretcher: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-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset: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-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "";
}

.fa-sword-laser-alt:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser: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-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt: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-telescope:before {
  content: "";
}

.fa-temperature-down:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size: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-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged: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-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "";
}

.fa-transporter-1:before {
  content: "";
}

.fa-transporter-2:before {
  content: "";
}

.fa-transporter-3:before {
  content: "";
}

.fa-transporter-empty:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "";
}

.fa-ufo-beam:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union: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-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

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

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot: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-user-unlock:before {
  content: "";
}

.fa-user-visor:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "";
}

.fa-vacuum-robot:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vhs: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-plus: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-violin: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-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "";
}

.fa-window-frame-open:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock: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-wodu: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-wreath: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.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro Light';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../css/fontawesome/fa-light-300.eot");
  src: url("../css/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-light-300.woff2") format("woff2"), url("../css/fontawesome/fa-light-300.woff") format("woff"), url("../css/fontawesome/fa-light-300.ttf") format("truetype"), url("../css/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}
.fal, a[href$=".jpg"]:after, .main_menu .menu .open-sub-menu:after, .dc-image-carousel button.slick-arrow:after, .single-post .dc-titlebox .text a:after {
  font-family: 'Font Awesome 5 Pro Light';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro Regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/fontawesome/fa-regular-400.eot");
  src: url("../css/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-regular-400.woff2") format("woff2"), url("../css/fontawesome/fa-regular-400.woff") format("woff"), url("../css/fontawesome/fa-regular-400.ttf") format("truetype"), url("../css/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .menu-toggle-wrapper .mobile-menu-toggle:before, .image-gallery-grid .post-grid-items .item .image-wrapper:after {
  font-family: 'Font Awesome 5 Pro Regular';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../css/fontawesome/fa-solid-900.eot");
  src: url("../css/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-solid-900.woff2") format("woff2"), url("../css/fontawesome/fa-solid-900.woff") format("woff"), url("../css/fontawesome/fa-solid-900.ttf") format("truetype"), url("../css/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
a.arrow-right:after,
a.link-back:before,
.dc-link:after,
.dc-search-wrapper form:before,
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a:after {
  font-family: 'Font Awesome 5 Pro Solid';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/fontawesome/fa-brands-400.eot");
  src: url("../css/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-brands-400.woff2") format("woff2"), url("../css/fontawesome/fa-brands-400.woff") format("woff"), url("../css/fontawesome/fa-brands-400.ttf") format("truetype"), url("../css/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* SETTINGS - GRID */
/*------------------------------------*\
	
    SETTINGS - DEFAULT WIDTHS
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - SECTIONS
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - RESPONSIVE BREAK POINTS
    
\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\
	
    SETTINGS - BASIC COLORS
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - COLORS - THEME - DC
    
\*------------------------------------*/
/* SETTINGS - FONTS */
/*------------------------------------*\
	
    SETTINGS - FONT FAMILY
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - FONT SIZES
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - BASE FONT COLOURS
    
\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\
	
    SETTINGS - HEADER
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - MENU
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - FOOTER
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - FOOTER - CTA
    
\*------------------------------------*/
/* SETTINGS - COMPONENTS */
/*------------------------------------*\
	
    SETTINGS - BLOCK TITLES
    
\*------------------------------------*/
/* SETTINGS - COMPONENTS */
/*------------------------------------*\
	
    SETTINGS - MASTER SLIDER
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - CTA
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - POST GRID
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - POST GRID - FILTER
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - TESTIMONIALS
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - TESTIMONIALS
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - GRAVITYFORM
    
\*------------------------------------*/
/* 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;
}

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

body {
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
  background: #eaeaea;
  overflow-x: hidden !important;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

/*------------------------------------*\
	
    BASE - FONTS
    
\*------------------------------------*/
p {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) {
  p {
    margin-bottom: 30px;
  }
}
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: #333;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0 0 25px;
  width: 100%;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 52px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 26px;
  }
}

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

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: 16px;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1099px) {
  h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 849px) {
  h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 559px) {
  h5 {
    font-size: 15px;
  }
}

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-text-block .inner .title-wrapper .title, .dc-image-text-box .inner.style_1 .title-wrapper .title, .gform_wrapper .gform_heading .gform_title {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .dc-text-block .inner .title-wrapper .title, .dc-image-text-box .inner.style_1 .title-wrapper .title, .gform_wrapper .gform_heading .gform_title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block .inner .title-wrapper .title, .dc-image-text-box .inner.style_1 .title-wrapper .title, .gform_wrapper .gform_heading .gform_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-text-block .inner .title-wrapper .title, .dc-image-text-box .inner.style_1 .title-wrapper .title, .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
  }
}

/*------------------------------------*\
	
    BASE - LINKS
    
\*------------------------------------*/
a {
  text-decoration: none;
  color: #37c0f0;
  outline: none !important;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #0590d5;
}
p article a, li article a {
  text-decoration: underline;
}
p article a:hover, li article a:hover {
  color: #0590d5;
}
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: #0590d5;
}
a[href$=".jpg"]: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: "";
  position: relative;
  margin-left: 12px;
  vertical-align: 0;
  font-size: 20px;
}
a.dc-btn {
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #27b0e0;
  border: 1px solid #27b0e0;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 110px;
  width: auto;
  padding: 10px 30px;
  margin: 12px 0 0 0;
  opacity: 1;
  /*
  	    &.outline{
  	    	background-color: transparent !important;
  	    	
  	    	&:hover {
  		    	background: $dc_bluelight;
  	    	}
  
  	    	&.blue{
  	    		color: $dc_bluelight !important;
  	    	}
  
  	    	&.white{
  	    		border-color: $white !important;
  	    		color: $white !important;
  	    	}
  	    }
  */
}
a.dc-btn:hover {
  background: #27b0e0;
  border-color: #0590d5;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  a.dc-btn {
    font-size: 16px;
    padding: 10px 16px;
    min-width: 120px;
  }
}
a.dc-btn.white {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
a.dc-btn.white:hover {
  border-color: #0590d5 !important;
  color: #FFFFFF !important;
}
a.dc-btn.solid {
  color: white !important;
  background: #0590d5 !important;
  border-color: #0590d5 !important;
}
a.dc-btn.solid:hover {
  border-color: white !important;
  color: #0590d5 !important;
  background: white !important;
}
a.link-back {
  color: #0590d5;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
a.link-back: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: "";
  position: relative;
  margin-right: 10px;
  vertical-align: 0;
  font-size: .7em;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  a.link-back:before {
    margin-right: 10px;
  }
}
a.link-back:hover {
  color: #0590d5;
}

.dc-link {
  font-weight: bold;
  position: relative;
}
.dc-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  position: relative;
  margin-left: 10px;
  vertical-align: 0;
  font-size: .7em;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .dc-link:after {
    margin-left: 10px;
  }
}

/*--------------------------------------------------------*\
	
    BASE - LISTS

	- includes a higher class for coloured bullets
	
\*--------------------------------------------------------*/
ul, ol {
  margin-bottom: 12px;
}
ul li, ol li {
  line-height: 1.6em;
  color: #333;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
.color-dots ul li, div.section ul li, .color-dots ol li, div.section ol li {
  list-style: none;
}
.color-dots ul li:before, div.section ul li:before, .color-dots ol li:before, div.section ol li:before {
  content: "";
  color: #0590d5;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -23px;
  width: 4px;
  height: 4px;
  background: #0590d5;
}

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

/*------------------------------------*\
    BASE - BLOCKQUOTE
\*------------------------------------*/
blockquote {
  margin: 40px;
}
blockquote p {
  color: #333;
  font-size: 18px;
  font-style: italic;
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\
	
    HEADER - BASE
    
\*------------------------------------*/
#header_main + .page_container {
  padding-top: 0;
}
@media only screen and (max-width: 766px) {
  #header_main + .page_container {
    padding-top: 0;
  }
}

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 1920px;
  background-color: rgba(1, 1, 1, 0.5);
  box-shadow: 0 0 8px 0px rgba(60, 60, 60, 0.1);
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1230px;
  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;
  height: 100px;
  position: relative;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 65px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.mob_menu_active #header_main {
  background: #000;
}

@media only screen and (min-width: 767px) {
  .sticky-nav #header_main {
    background: rgba(1, 1, 1, 0.9);
  }
  .sticky-nav #header_main .header_nav_container {
    height: 90px;
    /*
    			@include mq('responsive_menu_break', max) {
    							
    				height: $header_height_mob_sticky;
    			}
    */
  }
}
@media only screen and (max-width: 766px) {
  .sticky-nav #header_main .header_nav_container {
    background: rgba(1, 1, 1, 0.9);
  }
}
/*------------------------------------*\
    HEADER - LOGO
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 137px;
  max-width: 23%;
  min-width: 120px;
  margin: 0 auto 0 0;
  transition: all 250ms ease-in-out;
  /*		
  @include mq('responsive_menu_break', max) {
  	justify-content: flex-start !important;
  	margin-left: 15px;
  	min-width: 240px;
  	margin-left: 0;
  }
  */
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 120px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 112px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
.header_logo a.desktop-logo {
  display: block;
}
.header_logo a.desktop-logo img {
  max-height: 112px;
  margin-top: -50px;
}
.header_logo a.mobile-logo {
  display: none;
  max-height: 80px;
}
.header_logo a.mobile-logo img {
  max-height: 60px;
}
@media only screen and (max-width: 766px) {
  .header_logo a.mobile-logo img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 766px) {
  .header_logo a.desktop-logo {
    display: none;
  }
  .header_logo a.mobile-logo {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .sticky-nav #header_main .header_logo a {
    margin-top: 4px;
  }
  .sticky-nav #header_main .header_logo a.desktop-logo img {
    max-height: 92px !important;
    margin-top: -32px;
  }
  .sticky-nav #header_main .header_logo a.mobile-logo img {
    max-height: 40px;
    max-width: 80px;
    min-width: 80px;
  }
}
/*------------------------------------*\
	
    HEADER - TOP
    
\*------------------------------------*/
.header_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 50px;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
  color: #FFFFFF;
  background: transparent;
  transition: all 250ms ease-in-out;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 949px) {
  .header_top {
    position: relative;
    z-index: 100;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-nav .header_top {
    background: #000;
  }
}
@media only screen and (max-width: 559px) {
  .header_top {
    padding: 0 15px;
  }
  .header_top > .widget {
    width: 100%;
    max-width: 330px;
    margin-left: 10px;
  }
}
.header_top ul {
  list-style: none;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 559px) {
  .header_top ul {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.header_top ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin-left: 30px;
}
.header_top ul li:first-child {
  margin-left: 0;
}
.header_top ul li i {
  color: #37c0f0;
  margin-right: 10px;
  padding-top: 2px;
  font-size: 12px;
}
@media only screen and (max-width: 559px) {
  .header_top ul li i {
    margin-right: 6px;
  }
}
.header_top ul li a {
  height: 40px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}
.header_top ul li a:hover {
  color: #0590d5;
}
@media only screen and (max-width: 767px) {
  .header_top ul li {
    margin-left: 10px;
  }
  .header_top ul li a {
    padding: 0 4px;
    font-size: 13px;
  }
}
.sticky-nav .header_top {
  height: 32px;
}
.sticky-nav .header_top ul li a {
  height: 32px;
  line-height: 32px;
}

/* GLOBAL APP - TOOLBAR */
/*------------------------------------*\
    TOOLBAR
    - Position right, above the menu 
\*------------------------------------*/
.toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: 13px;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  .sticky-nav .toolbar {
    margin-top: -40px;
  }
}

/*------------------------------------*\
    TOOLBAR - Content
\*------------------------------------*/
.toolbar ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.toolbar a {
  color: white;
}
.toolbar a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    TOOLBAR - Search
\*------------------------------------*/
.dc-search-trigger {
  margin-left: 8px;
}
.dc-search-trigger i {
  font-weight: lighter;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 900;
}
@media only screen and (max-width: 999px) {
  .dc-search-trigger i {
    font-size: 20px;
  }
}

.dc-search-wrapper {
  width: 0;
  max-width: 100%;
  position: absolute;
  right: 30px;
  height: 53px;
  top: 24px;
  overflow: hidden;
  border-radius: 70px;
  background: transparent;
  z-index: 1000;
  transition: all 130ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .dc-search-wrapper {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-search-wrapper {
    top: 14px;
  }
}
.sticky-nav .dc-search-wrapper {
  top: 17px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .sticky-nav .dc-search-wrapper {
    top: 1px;
  }
}
.dc-search-wrapper.show {
  width: 565px;
  max-width: calc(100% - 50px);
  transition: all 200ms ease-in-out;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dc-search-wrapper .dc-search-wrapper-inner {
  width: 1230px;
  max-width: 100%;
  height: 53px;
  margin: 0 auto;
  padding: 0 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.dc-search-wrapper .search-submit {
  display: none;
}
.dc-search-wrapper form {
  position: relative;
}
.dc-search-wrapper form: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: "";
  position: relative;
  margin-right: 8px;
  vertical-align: 0;
  color: #0590d5;
  font-size: 20px;
}
@media only screen and (max-width: 559px) {
  .dc-search-wrapper form:before {
    margin: 0;
    font-size: 14px;
  }
}
.dc-search-wrapper .search-input {
  padding: 15px;
  border: unset;
  font-size: 16px;
  background: transparent;
  color: #666;
}
@media only screen and (max-width: 559px) {
  .dc-search-wrapper .search-input {
    padding: 15px 0 15px 15px;
    font-size: 12px;
  }
}
.dc-search-wrapper .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.dc-search-wrapper .search-input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.dc-search-wrapper .search-input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.dc-search-wrapper .search-input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
.dc-search-wrapper .dc-search-close {
  padding: 13px 20px;
  font-size: 20px;
  color: #333;
}

/* GLOBAL APP - MENU */
/*------------------------------------*\
    MENU - SIMPLE - RIGHT ALIGNED
\*------------------------------------*/
.main_menu .menu {
  text-align: right;
  border-top: 1px solid #666;
  padding: 5px 0 26px;
}
.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: white;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 15px;
  }
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 949px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 20px;
  }
}
.main_menu .menu > ul > li:first-child {
  margin: 0;
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:before {
    z-index: 1;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: max-height 250ms ease-in-out;
  }
  .main_menu .menu > ul > li > a {
    padding: 20px 0;
    transition: all 0s ease-in-out;
  }
  .sticky-nav .main_menu .menu > ul > li > a {
    padding: 16px 0;
  }
}
.sticky-nav .main_menu .menu > ul > li.current_page_parent, .sticky-nav .main_menu .menu > ul > li.current-menu-item {
  color: #0590d5;
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li.current_page_parent:before, .main_menu .menu > ul > li.current-menu-item:before {
    background-color: #37c0f0;
  }
}
.main_menu .menu > ul > li.current_page_parent > a, .main_menu .menu > ul > li.current-menu-item > a {
  color: #08bff5;
}
.main_menu .menu > ul > li ul.sub-menu {
  position: absolute;
  background: transparent;
  top: 100%;
  left: -25px;
  max-height: 0;
  width: 200px;
  overflow: hidden;
  margin-left: 0;
  padding: 0;
  transition: max-height 250ms ease-in-out;
}
.main_menu .menu > ul > li ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  transition: all 250ms ease-in-out;
}
.main_menu .menu > ul > li ul.sub-menu li a {
  display: block;
  padding: 12px 20px 12px 25px;
  min-width: 100%;
  color: #666;
  font-size: 18px;
  letter-spacing: 0;
  text-align: left;
  text-transform: capitalize;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu > ul > li ul.sub-menu li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu > ul > li ul.sub-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu li.current_page_item > a,
  .main_menu .menu > ul > li ul.sub-menu li a:hover {
    color: #37c0f0;
  }
  .main_menu .menu > ul > li ul.sub-menu li:not(:first-child):before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 27px;
  }
}
.main_menu .menu > ul > li ul.sub-menu li.menu-blue a {
  color: #FFFFFF !important;
  background-color: #37c0f0;
}
.main_menu .menu > ul > li ul.sub-menu li.menu-blue:hover a {
  background-color: #0590d5;
}
.main_menu .menu > ul > li:hover {
  /*
  	@include mq('responsive_menu_break', min){
  		
  		&:before{
  		    background-color: $dc_blue;
  		}
  	}
  */
}
.main_menu .menu > ul > li:hover > a {
  color: #08bff5;
}
.main_menu .menu > ul > li:hover ul.sub-menu {
  max-height: 700px;
  overflow: visible;
  transition: max-height 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li:hover ul.sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:hover ul.sub-menu {
    border-top: 10px solid white;
    box-shadow: 0 11px 15px 6px rgba(1, 1, 1, 0.1);
  }
  .sticky-nav .main_menu .menu > ul > li:hover ul.sub-menu {
    border-top: 6px solid white;
  }
}

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

.sticky-nav .menu-toggle-wrapper {
  top: 39px;
}

/*------------------------------------*\
	
    MENU - Mobile
    
\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .main_menu .menu {
    position: absolute;
    top: -6px;
    left: 0;
    height: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    overflow: hidden;
    background: #FFFFFF;
    transition: all 200ms ease-in-out;
    /*
    			.sticky-nav & {
    				height: calc(100vh - 50px);
    			}
    */
  }
  .main_menu .menu.active {
    height: calc(100vh + -67px);
    padding-top: 0;
    top: 64px;
  }
  .main_menu .menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 50px 20px 20px !important;
  }
  .main_menu .menu > ul li {
    display: block;
    text-align: center;
    margin: 0 !important;
    background: transparent !important;
  }
  .main_menu .menu > ul li a {
    font-size: 24px !important;
    -ms-flex-align: left !important;
        align-items: left !important;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0  !important;
    padding: 8px !important;
    box-sizing: border-box;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    white-space: nowrap;
    color: #37c0f0 !important;
  }
  .main_menu .menu > ul li.current-menu-item a, .main_menu .menu > ul li.current-menu-parent a {
    color: #0590d5 !important;
  }
  .main_menu .menu > ul li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul li.mobile-visible:last-child {
    margin-top: 0 !important;
  }
  .main_menu .menu > ul li.mobile-visible:nth-last-child(2) {
    margin-top: 65px !important;
  }
  .main_menu .menu > ul li.mobile-visible a {
    font-size: 12px !important;
    letter-spacing: 0;
    text-transform: none;
  }
  .main_menu .menu > ul > li {
    margin-top: 30px !important;
  }
  .main_menu .menu > ul ul.sub-menu {
    position: relative !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    left: 0 !important;
    background: transparent !important;
  }
  .main_menu .menu > ul ul.sub-menu li a {
    color: #0590d5 !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    text-align: center !important;
  }
  .main_menu .menu.active > ul > li .sub-menu.active {
    position: relative;
    max-height: 500px;
    display: block;
    padding: 0 0 12px;
    margin-bottom: -20px;
    /*
    								&:before {
    								    content: "";
    								    
    								    background: $theme-color;
    								    
    								    position: absolute;
    								    top: 0;
    								    left: 50%;
    
    								    height: 3px;
    								    width: 134px;
    								    margin-left: -67px;
    								}
    */
  }
  .main_menu .menu.active > ul > li .sub-menu.active > li {
    display: block !important;
  }
  .main_menu .menu.active > ul > li .sub-menu.active > li a:after {
    content: none;
  }
  .main_menu .menu.active > ul > li .sub-menu.active > li > .sub-menu {
    top: 100%;
    left: 5%;
    background: transparent !important;
  }
  .main_menu .menu.active > ul > li .sub-menu.active > li > .sub-menu.active {
    left: 5%;
    max-height: none;
  }
  .main_menu .menu.active > ul > li .sub-menu.active > li > .sub-menu.active > li {
    display: block !important;
  }
}
.main_menu .menu .open-sub-menu {
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  top: 0;
  right: calc(50% - 105px);
}
.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: "";
  position: absolute;
  right: 20px;
  top: 12px;
  vertical-align: 0;
  font-family: "Font Awesome 5 Pro Light";
  font-size: 20px;
  color: #0590d5;
}
.main_menu .menu .open-sub-menu.down:after {
  content: "";
}
@media only screen and (min-width: 767px) {
  .main_menu .menu .open-sub-menu {
    display: none;
  }
}

/* GLOBAL APP - FOOTER */
/*------------------------------------*\
	
    FOOTER - SITE WIDE
    
\*------------------------------------*/
.footer {
  background-color: #111;
  background-image: url("../img/nts/footer-overlay.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  border-top: 8px solid #0B90D5;
}
.footer .footer-top-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-wrapper {
    padding: 0 25px;
  }
}
.footer .footer-top-inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1170px;
  padding-top: 140px;
  padding-bottom: 20px;
  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;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 70px;
  }
}
.footer .footer-top-inner .footer-widget {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget {
    margin-bottom: 16px;
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 300 !important;
  text-transform: capitalize;
  letter-spacing: 0;
  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;
    font-size: 23px;
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(2) .widgettitle {
  position: relative;
  margin-bottom: 45px;
}
.footer .footer-top-inner .footer-widget:nth-child(2) .widgettitle:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  width: "left";
  height: 7px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:nth-child(2) .widgettitle:before {
    left: calc(50% - 46px);
    margin: 0;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(2) .widgettitle:before {
  bottom: -20px;
}
.footer .footer-top-inner .footer-widget #text-4 p {
  font-size: 18px;
}
.footer .footer-top-inner .footer-widget #text-4 p a {
  margin-top: 30px;
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0;
}
.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:not(.dc-btn):hover {
  color: #0590d5 !important;
}
.footer .footer-top-inner .footer-widget img {
  width: 135px !important;
  max-width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget img {
    max-width: 230px !important;
  }
}
.footer .footer-top-inner .footer-widget.footer-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget.footer-1 {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget.footer-1 > div {
    -ms-flex: 1;
        flex: 1;
  }
}
.footer .footer-top-inner .footer-widget.footer-1 .widget_media_image {
  margin-top: -35px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget.footer-1 .widget_media_image {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(2), .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(3) {
  width: 50%;
}
.footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(2) p, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(2) li, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(2) li a, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(2) p > a, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(3) p, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(3) li, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(3) li a, .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(3) p > a {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(2), .footer .footer-top-inner .footer-widget.footer-1 > div:nth-child(3) {
    width: 100%;
  }
}
.footer .footer-top-inner .footer-widget.footer-1 .widget .white {
  color: #FFFFFF !important;
}
.footer .footer-top-inner .footer-widget.footer-1 .widget .white:hover {
  color: #0590d5 !important;
}
.footer .footer-top-inner .footer-widget.footer-2 > div p {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget.footer-2 .widget {
    text-align: center;
  }
  .footer .footer-top-inner .footer-widget.footer-2 .widget .dc-btn {
    margin-bottom: 40px;
  }
}
.footer .footer-top-inner .footer-widget.footer-2 .menu {
  text-align: right;
}
.footer .footer-top-inner .footer-widget.footer-2 .menu li {
  display: inline;
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget.footer-2 .menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer .footer-top-inner .footer-widget.footer-2 .menu li:last-child {
  margin-right: 0;
}
.footer .footer-top-inner .footer-widget.footer-2 .dc-btn {
  margin-bottom: 100px;
}
.footer .footer-bottom-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-wrapper {
    padding: 0 25px;
  }
}
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 60px;
  border-top: 1px solid #666;
}
@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;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .left {
    margin-top: 20px;
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 559px) {
  .footer .footer-bottom-inner .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer .footer-bottom-inner .left span {
  padding-top: 3px;
  padding-right: 23px;
}
.footer .footer-bottom-inner a, .footer .footer-bottom-inner p, .footer .footer-bottom-inner span, .footer .footer-bottom-inner li {
  color: #999;
  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: #0590d5;
  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 20px 0 0;
}
.footer .footer-bottom-inner ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .footer .footer-bottom-inner ul li {
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .dc_social_icons {
    text-align: center;
  }
}
.footer .footer-bottom-inner .dc_social_icons li {
  display: inline;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .dc_social_icons li {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.footer .footer-bottom-inner .dc_social_icons li a {
  font-size: 20px;
}

/* GLOBAL APP - BLOCK TITLES */
/*------------------------------------*\
	
    BLOCK TITLES
    
\*------------------------------------*/
.title-wrapper .title {
  margin-bottom: 80px;
  text-align: center;
  /*
  .home & {
  	@include underline($dc_blue,"","center");
  	margin-bottom: 40px;
  }
  */
}
.title-wrapper .title:before {
  height: 5px;
  width: 110px;
}
.dc-active-sidebar .title-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  color: #555;
}
@media only screen and (min-width: 768px) {
  .dc-active-sidebar .title-wrapper .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-active-sidebar .title-wrapper .title {
    font-size: 26px;
  }
}
.title-wrapper.text .title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: none;
  max-width: 900px;
  margin: 0 auto 80px;
  /*
  	.home & {
  		@include underline($dc_blue,"","center");
  		margin-bottom: 40px;
  	}
  */
}
@media only screen and (min-width: 768px) {
  .title-wrapper.text .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 950px) {
  .title-wrapper.text .title {
    font-size: 30px;
  }
}
.title-wrapper.txt_left .title {
  text-align: left;
  position: relative;
}
.title-wrapper.txt_left .title:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  height: 7px;
  transition: all 250ms ease-in-out;
}

/* COMPONENTS */
 /*------------------------------------*\
	
    ARTICLE SECTION 

\*------------------------------------*/
.section.dc-text-block, .section.dc-cta, .section.trailers-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.hotboxes-section, .section.intro-section, .section.people-grid, .section.image-gallery-grid, .section.dc-image-text-box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.dc-text-block > .inner, .section.dc-cta > .inner, .section.trailers-grid > .inner, .section.dc-case-studies-categories > .inner, .section.dc-image-carousel > .inner, .section.dc-testimonials > .inner, .section.dc-case-studies-carousel > .inner, .section.dc-post-grid > .inner, .section.dc-service-tabs > .inner, .section.dc-counters > .inner, .section.hotboxes-section > .inner, .section.intro-section > .inner, .section.people-grid > .inner, .section.image-gallery-grid > .inner, .section.dc-image-text-box > .inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section.dc-text-block > .inner, .section.dc-cta > .inner, .section.trailers-grid > .inner, .section.dc-case-studies-categories > .inner, .section.dc-image-carousel > .inner, .section.dc-testimonials > .inner, .section.dc-case-studies-carousel > .inner, .section.dc-post-grid > .inner, .section.dc-service-tabs > .inner, .section.dc-counters > .inner, .section.hotboxes-section > .inner, .section.intro-section > .inner, .section.people-grid > .inner, .section.image-gallery-grid > .inner, .section.dc-image-text-box > .inner {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-text-block > .inner, .section.dc-cta > .inner, .section.trailers-grid > .inner, .section.dc-case-studies-categories > .inner, .section.dc-image-carousel > .inner, .section.dc-testimonials > .inner, .section.dc-case-studies-carousel > .inner, .section.dc-post-grid > .inner, .section.dc-service-tabs > .inner, .section.dc-counters > .inner, .section.hotboxes-section > .inner, .section.intro-section > .inner, .section.people-grid > .inner, .section.image-gallery-grid > .inner, .section.dc-image-text-box > .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section.dc-text-block.itb-active, .section.dc-cta.itb-active, .section.trailers-grid.itb-active, .section.dc-case-studies-categories.itb-active, .section.dc-image-carousel.itb-active, .section.dc-testimonials.itb-active, .section.dc-case-studies-carousel.itb-active, .section.dc-post-grid.itb-active, .section.dc-service-tabs.itb-active, .section.dc-counters.itb-active, .section.hotboxes-section.itb-active, .section.intro-section.itb-active, .section.people-grid.itb-active, .section.image-gallery-grid.itb-active, .section.dc-image-text-box.itb-active {
  z-index: 1;
  padding-bottom: 70px;
}
@media only screen and (min-width: 950px) {
  .section.dc-text-block.itb-active, .section.dc-cta.itb-active, .section.trailers-grid.itb-active, .section.dc-case-studies-categories.itb-active, .section.dc-image-carousel.itb-active, .section.dc-testimonials.itb-active, .section.dc-case-studies-carousel.itb-active, .section.dc-post-grid.itb-active, .section.dc-service-tabs.itb-active, .section.dc-counters.itb-active, .section.hotboxes-section.itb-active, .section.intro-section.itb-active, .section.people-grid.itb-active, .section.image-gallery-grid.itb-active, .section.dc-image-text-box.itb-active {
    padding-bottom: 215px;
  }
}

.section.dc-text-block, .section.dc-cta, .section.trailers-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.hotboxes-section, .section.intro-section, .section.people-grid, .section.image-gallery-grid, .section.dc-image-text-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block, .section.dc-cta, .section.trailers-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.hotboxes-section, .section.intro-section, .section.people-grid, .section.image-gallery-grid, .section.dc-image-text-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-text-block, .section.dc-cta, .section.trailers-grid, .section.dc-case-studies-categories, .section.dc-image-carousel, .section.dc-testimonials, .section.dc-case-studies-carousel, .section.dc-post-grid, .section.dc-service-tabs, .section.dc-counters, .section.hotboxes-section, .section.intro-section, .section.people-grid, .section.image-gallery-grid, .section.dc-image-text-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.dc-text-block.bg_white + .bg_white, .section.dc-text-block.bg_grey + .bg_grey, .section.dc-cta.bg_white + .bg_white, .section.dc-cta.bg_grey + .bg_grey, .section.trailers-grid.bg_white + .bg_white, .section.trailers-grid.bg_grey + .bg_grey, .section.dc-case-studies-categories.bg_white + .bg_white, .section.dc-case-studies-categories.bg_grey + .bg_grey, .section.dc-image-carousel.bg_white + .bg_white, .section.dc-image-carousel.bg_grey + .bg_grey, .section.dc-testimonials.bg_white + .bg_white, .section.dc-testimonials.bg_grey + .bg_grey, .section.dc-case-studies-carousel.bg_white + .bg_white, .section.dc-case-studies-carousel.bg_grey + .bg_grey, .section.dc-post-grid.bg_white + .bg_white, .section.dc-post-grid.bg_grey + .bg_grey, .section.dc-service-tabs.bg_white + .bg_white, .section.dc-service-tabs.bg_grey + .bg_grey, .section.dc-counters.bg_white + .bg_white, .section.dc-counters.bg_grey + .bg_grey, .section.hotboxes-section.bg_white + .bg_white, .section.hotboxes-section.bg_grey + .bg_grey, .section.intro-section.bg_white + .bg_white, .section.intro-section.bg_grey + .bg_grey, .section.people-grid.bg_white + .bg_white, .section.people-grid.bg_grey + .bg_grey, .section.image-gallery-grid.bg_white + .bg_white, .section.image-gallery-grid.bg_grey + .bg_grey, .section.dc-image-text-box.bg_white + .bg_white, .section.dc-image-text-box.bg_grey + .bg_grey {
  padding-top: 0;
}

.dc-titlebox + .section {
  padding-top: 60px !important;
}

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

/* TITLEBOX */
/*------------------------------------*\
	
    TITLE BOX 
    
\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
}
.dc-titlebox:before {
  content: "";
  background: rgba(1, 1, 1, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.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;
  z-index: 1;
}
.dc-titlebox .inner h1 {
  color: white;
  max-width: 700px;
  margin-bottom: 18px;
}
.dc-titlebox .inner h1:after {
  content: "";
  background: #37c0f0;
  display: block;
  height: 7px;
  width: 160px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner > h1 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .inner > h1 {
    margin-left: 60px;
  }
}
.dc-titlebox .inner p {
  color: white;
  margin-bottom: 36px;
}
.dc-titlebox.single-image {
  -ms-flex-align: end;
      align-items: flex-end;
	background-position: center;
}
.dc-titlebox.single-image:after {
  content: "";
  background: url("../img/nts/slider-overlay.png");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 380px;
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.single-image:after {
    width: 420px;
  }
}
.dc-titlebox.single-image .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
.dc-titlebox.single-image .inner:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 30px;
  height: 7px;
  width: calc(100% - 60px);
  background: #37c0f0;
}
.dc-titlebox.single-image .inner h1 {
  margin-bottom: 37px;
}
.dc-titlebox.single-image .inner h1:after {
  display: none;
}
.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;
  position: relative;
  z-index: 1000;
}
.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;
}

/*------------------------------------*\
	
    TITLE BOX - HEIGHTS
    
\*------------------------------------*/
.dc-titlebox {
  height: 294px;
  /*
  	&.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; }
  	}
  	
  	
  	// TALL
  	
  	&.title_tall,
  	&.title_tall .slick-slide,
  	&.title_tall .image-wrapper  {
  		min-height: $title_box_height_short - 190px;
  						
  		@include mq('tablet', min) 	{ min-height: $title_box_height_tall - 120px; }	
  						
  		@include mq('950', min) 	{ min-height: $title_box_height_tall - 60px; }	
  			
  		@include mq('desktop', min) { min-height: $title_box_height_tall; }
  	}
  
  	
  	// 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: 344px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    height: 404px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    height: 464px;
  }
}
.dc-titlebox.multiple-sliders,
.dc-titlebox .multipleSliders,
.dc-titlebox .multipleSliders .item {
  height: 600px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.multiple-sliders,
  .dc-titlebox .multipleSliders,
  .dc-titlebox .multipleSliders .item {
    height: 700px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.multiple-sliders,
  .dc-titlebox .multipleSliders,
  .dc-titlebox .multipleSliders .item {
    height: 800px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.multiple-sliders,
  .dc-titlebox .multipleSliders,
  .dc-titlebox .multipleSliders .item {
    height: 870px;
  }
}

/*------------------------------------*\
	
    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;
}
.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;
  padding-top: 150px;
  background-size: cover;
  background-position: center;
}
.dc-titlebox .multipleSliders .item:before {
  content: "";
  background: rgba(1, 1, 1, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dc-titlebox .multipleSliders .item:after {
  content: "";
  background: url("../img/nts/slider-overlay.png");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 470px;
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item:after {
    height: 460px;
    width: 430px;
  }
}
.dc-titlebox .multipleSliders .item .content {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  width: 1230px;
  padding: 0 30px;
  z-index: 100;
}
.dc-titlebox .multipleSliders .item .content > * {
  max-width: 600px;
}
.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 - SLIDER
    
\*------------------------------------*/
.breadcrumb-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: -60px;
}
.breadcrumb-wrapper .breadcrumb-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-inner {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.breadcrumb-wrapper .breadcrumb-inner #breadcrumbs span {
  color: #666 !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 3px;
}
.breadcrumb-wrapper .breadcrumb-inner #breadcrumbs span a {
  color: #37c0f0 !important;
  margin-right: 3px;
}
.breadcrumb-wrapper .breadcrumb-inner #breadcrumbs span a:hover {
  color: #333 !important;
}
.breadcrumb-wrapper .breadcrumb-inner #breadcrumbs span.breadcrumb_last {
  color: #333 !important;
}

.main-meta-bottom {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main-meta-bottom {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1100px) {
  .main-meta-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-meta-bottom .link-wrapper {
  padding-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #D8D7D8;
}
.main-meta-bottom .link-wrapper a:not(:hover) {
  color: #27b0e0;
}
.main-meta-bottom .link-wrapper a:before {
  top: -1px;
}

/* BLOCKS */
/*------------------------------------*\
	
    TEXT BOX
    
\*------------------------------------*/
.dc-text-block.bg_grey {
  background-color: #F8F7F7;
}
.dc-text-block .title-wrapper {
  width: 100%;
}
.dc-text-block .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dc-text-block .inner .title-wrapper .title {
  font-weight: 600;
  margin-bottom: 30px;
}
.dc-text-block .inner .title-wrapper .title:before {
  display: none;
}
.dc-text-block .inner .title-wrapper.width_12 .title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.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: 60px;
}
.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%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .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 {
  /*
  	> *:last-child {
  		margin-bottom: 0
  	}
  */
}
.dc-text-block .items .item > div {
  max-width: 100%;
}
.dc-text-block .items .item .item-title {
  margin-bottom: 60px;
  font-size: 24px;
  text-align: left;
  color: #666;
  position: relative;
}
.dc-text-block .items .item .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  height: 7px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 560px) {
  .dc-text-block .items .item .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-text-block .items .item .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-text-block .items .item .item-title {
    font-size: 34px;
  }
}
.dc-text-block .items .item .dc-link {
  margin-top: 30px;
}
.dc-text-block blockquote {
  margin: 0;
  padding: 30px 40px 30px 60px;
}
@media only screen and (max-width: 767px) {
  .dc-text-block blockquote {
    padding: 20px 0 20px 30px;
  }
}
.dc-text-block blockquote p {
  position: relative;
  max-width: 650px;
  font-size: 24px;
  font-weight: 600;
  color: #37c0f0;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .dc-text-block blockquote p {
    font-size: 19px;
  }
}
.dc-text-block blockquote p:before {
  position: absolute;
  content: "";
  height: calc(100% - 10px);
  top: 5px;
  width: 3px;
  background-color: #0590d5;
  left: -30px;
}

.dc-text-block .items:last-child .item .wp-caption-text:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
	
    IMAGE TEXT BOX
    
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .dc-image-text-box {
    padding: 60px 0;
  }
}
.dc-image-text-box.style_2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dc-image-text-box .inner {
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  z-index: 2;
}
@media only screen and (max-width: 949px) {
  .dc-image-text-box .inner {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-image-text-box .inner.align-center .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-image-text-box .inner .left,
.dc-image-text-box .inner .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .inner .left.right,
  .dc-image-text-box .inner .right.right {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .inner .left {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .inner .right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.dc-image-text-box .inner .text {
  position: relative;
  max-width: 90%;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner .text {
    max-width: 100%;
  }
}
.dc-image-text-box .inner .text p:last-child {
  margin-bottom: 0;
}
.dc-image-text-box .inner .title-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner .title-wrapper {
    max-width: 100%;
  }
}
.dc-image-text-box .inner .title-wrapper .title {
  text-align: left;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1099px) {
  .dc-image-text-box .inner .title-wrapper .title {
    margin-bottom: 60px !important;
    text-align: left;
  }
}
.dc-image-text-box .inner .button-wrapper {
  position: relative;
  width: 100%;
}
.dc-image-text-box .inner .image-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner .image-wrapper {
    width: 100vw;
  }
}
.dc-image-text-box .inner .image-wrapper > img {
  border-radius: 0;
  box-shadow: unset;
  object-fit: cover;
  width: 100%;
}
.dc-image-text-box .inner.style_1 {
  -ms-flex-align: start;
      align-items: flex-start;
}
.dc-image-text-box .inner.style_1 .title-wrapper .title {
  font-weight: 600;
  margin-bottom: 30px !important;
}
.dc-image-text-box .inner.style_1 .image-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner.style_1 .image-wrapper {
    margin-bottom: 50px;
  }
}
.dc-image-text-box .inner.style_2 .title-wrapper .title {
  position: relative;
  margin-bottom: 64px;
}
.dc-image-text-box .inner.style_2 .title-wrapper .title:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  height: 7px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner.style_2 .title-wrapper .title {
    position: relative;
  }
  .dc-image-text-box .inner.style_2 .title-wrapper .title:before {
    content: "";
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -30px;
    background-color: #0590d5;
    width: 160px;
    width: 92px;
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 250ms ease-in-out;
  }
}
.dc-image-text-box .inner.style_2 .title-wrapper .title:before {
  background: white;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner.style_2 .right {
    padding: 25px;
  }
}
.dc-image-text-box .inner.style_2 .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: #0390D4 url("../img/nts/curve-overlay.png") no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner.style_2 .right:before {
    width: 100%;
  }
}
.dc-image-text-box .inner.style_2 .right h2,
.dc-image-text-box .inner.style_2 .right p {
  color: white;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner.style_2 .right h2,
  .dc-image-text-box .inner.style_2 .right p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner.style_2 .right .button-wrapper {
    text-align: center;
  }
}
.dc-image-text-box .inner.style_2 .right .button-wrapper a {
  color: white;
  border-color: white;
}
.dc-image-text-box .inner.style_2 .right .button-wrapper a:hover {
  color: #37c0f0;
  background: white;
}
.dc-image-text-box .inner.style_2 .image-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .inner.style_2 .image-wrapper {
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
  }
}
.dc-image-text-box.image_right .inner {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.image_right .inner .left {
    padding-right: 0;
    padding-left: 15px;
  }
  .dc-image-text-box.image_right .inner .right {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.image_right .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

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

\*------------------------------------*/
.dc-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 50vw;
  max-height: 450px;
  min-height: 190px;
}
.dc-cta .inner h1, .dc-cta .inner h2, .dc-cta .inner h3, .dc-cta .inner p {
  text-align: center;
  font-size: 40px;
}
@media only screen and (max-width: 949px) {
  .dc-cta .inner h1, .dc-cta .inner h2, .dc-cta .inner h3, .dc-cta .inner p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-cta .inner h1, .dc-cta .inner h2, .dc-cta .inner h3, .dc-cta .inner p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-cta .inner h1, .dc-cta .inner h2, .dc-cta .inner h3, .dc-cta .inner p {
    font-size: 15px;
  }
}
.dc-cta .inner h1:first-child:last-child, .dc-cta .inner h2:first-child:last-child, .dc-cta .inner h3:first-child:last-child, .dc-cta .inner p:first-child:last-child {
  margin-bottom: 0;
}
.dc-cta .inner .title-wrapper {
  margin: 0 auto 20px;
  max-width: 800px;
}
.dc-cta .inner .text {
  margin: 0 auto;
  max-width: 800px;
}
.dc-cta .inner .button-wrapper {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .dc-cta .inner .button-wrapper {
    margin-top: 5px;
  }
}

/*------------------------------------*\
	
    POST GRID - ITEMS

\*------------------------------------*/
.dc-case-studies-grid {
  z-index: 10000;
  background-color: #37c0f0;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 auto !important;
}
@media only screen and (min-width: 768px) {
  .dc-case-studies-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.dc-case-studies-grid:last-child {
  padding-bottom: 0;
}
.dc-case-studies-grid.bg_white {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid.bg_white {
    padding-top: 40px;
  }
}
.dc-case-studies-grid.bg_white .inner .title-wrapper {
  position: relative;
  margin-bottom: 0;
}
.dc-case-studies-grid.bg_white .inner .title-wrapper .title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 600;
  color: #555555;
  text-align: left;
  position: relative;
}
.dc-case-studies-grid.bg_white .inner .title-wrapper .title:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  height: 7px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid.bg_white .inner .title-wrapper .title {
    margin-bottom: 40px;
  }
  .dc-case-studies-grid.bg_white .inner .title-wrapper .title:before {
    bottom: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-case-studies-grid.bg_white .inner .title-wrapper .dc-link {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid.bg_white .inner .title-wrapper .dc-link {
    display: block;
    margin-bottom: 20px;
  }
}
.dc-case-studies-grid.bg_blue_light .title-wrapper .title {
  color: #FFFFFF;
}
.dc-case-studies-grid.bg_blue_light .title-wrapper .title a:not(:hover) {
  color: white;
}
.dc-case-studies-grid .inner .controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 100px;
}
.dc-case-studies-grid .inner .button-wrapper {
  text-align: center;
}
.dc-case-studies-grid .title-wrapper {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .dc-case-studies-grid .title-wrapper {
    margin-bottom: 85px;
  }
}

.dc-active-sidebar + .dc-case-studies-grid {
  margin-bottom: 40px !important;
}
.dc-active-sidebar + .dc-case-studies-grid .post-grid-items .item {
  border-bottom: 0;
}

.case-studies-list {
  background-color: white;
  padding-bottom: 100px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .case-studies-list {
    padding-top: 0;
  }
}

.post-grid-items {
  width: calc(100% + 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .post-grid-items {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.post-grid-items .item {
  position: relative;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  background-color: #FFFFFF;
  border-bottom: 4px solid transparent;
}
@media only screen and (max-width: 849px) {
  .post-grid-items .item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 559px) {
  .post-grid-items .item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 40px;
  }
}
.post-grid-items .item .image-wrapper {
  height: 250px;
  max-height: 25vw;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .post-grid-items .item .image-wrapper {
    max-height: 58vw;
  }
}
.post-grid-items .item .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.post-grid-items .item .text {
  position: relative;
  margin: -20px 0 0;
  padding: 18px 0 20px 20px;
  width: 89%;
  background: white;
  text-align: left;
}
.post-grid-items .item .text h3 {
  margin-bottom: 30px;
  transition: all 150ms ease-in-out;
}
.post-grid-items .item .text h3:after {
  content: "";
  background: #37c0f0;
  display: block;
  height: 5px;
  width: 110px;
  margin-top: 16px;
  transition: all 150ms ease-in-out;
}
.post-grid-items .item .text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-grid-items .item .text {
    -ms-flex: 1;
        flex: 1;
  }
}
.post-grid-items .item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.post-grid-items .item:hover .text h3 {
  color: #37c0f0;
}
.post-grid-items .item:hover .text h3:after {
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}

.dc-post-grid {
  margin-top: 50px !important;
}
.dc-post-grid .post-grid-items .item {
  width: calc(25% - 30px);
}
@media only screen and (max-width: 849px) {
  .dc-post-grid .post-grid-items .item {
    width: calc(calc(100% / 2) - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-post-grid .post-grid-items .item {
    display: block;
    width: calc(calc(100% / 1) - 30px);
    margin-bottom: 15px;
  }
}
.dc-post-grid .post-grid-items .item .content .text {
  padding: 20px 0;
}
.dc-post-grid .post-grid-items .item .content .text h3 {
  font-size: 21px;
  min-height: 1em;
}
.dc-post-grid .inner .button-wrapper {
  text-align: center;
}

.load-more-wrapper {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.load-more-wrapper a.load-more {
  cursor: pointer;
}
.load-more-wrapper a.load-more.disabled {
  opacity: 0;
  cursor: none;
}

.people-grid {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .people-grid {
    margin-top: 60px;
  }
}
.people-grid .inner .post-grid-items {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 560px) {
  .people-grid .inner .post-grid-items {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (max-width: 559px) {
  .people-grid .inner .post-grid-items {
    width: 100%;
  }
}
.people-grid .inner .post-grid-items .item {
  width: calc(25% - 30px);
}
@media only screen and (max-width: 949px) {
  .people-grid .inner .post-grid-items .item {
    width: calc(calc(100% / 3) - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .people-grid .inner .post-grid-items .item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 559px) {
  .people-grid .inner .post-grid-items .item {
    width: 100%;
    margin-right: 0;
  }
}
.people-grid .inner .post-grid-items .item .image-wrapper {
  height: auto;
  max-height: none;
  overflow: hidden;
}
.people-grid .inner .post-grid-items .item .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.people-grid .inner .post-grid-items .item .text h3 {
  font-size: 21px;
  font-weight: 600;
  min-height: auto;
}
.people-grid .inner .post-grid-items .item .text span {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.image-gallery-grid .post-grid-items .item .image-wrapper {
  position: relative;
}
.image-gallery-grid .post-grid-items .item .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(1, 1, 1, 0.2);
  color: white;
  font-size: 40px;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
}
.image-gallery-grid .post-grid-items .item:hover .image-wrapper:after {
  background: rgba(1, 1, 1, 0.05);
}

/*------------------------------------*\
	
    POST GRID - FILTERS
    
\*------------------------------------*/
.dc-case-studies-grid > .inner .filter-wrapper {
  margin-bottom: 40px;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper p {
  width: calc(100%/3);
  margin-bottom: 0;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a: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: "";
  position: relative;
  margin-left: 14px;
  vertical-align: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a:after {
    margin-left: 12px;
  }
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a.active {
  border-color: #0590d5;
  background: #0590d5;
  color: #FFFFFF !important;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-btn-wrapper a.active:after {
  content: "";
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 630px;
  margin: 0 auto;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div ul li {
  margin-left: 0;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div ul li {
    width: 100%;
  }
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div ul li:before {
  content: none;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div ul li label {
  padding-left: 15px;
  cursor: pointer;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div.industry-checkboxes ul {
  max-width: 980px;
}
.dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div.industry-checkboxes ul li {
  width: calc(100% / 3);
}
@media only screen and (max-width: 767px) {
  .dc-case-studies-grid > .inner .filter-wrapper .filter-checkboxes > div.industry-checkboxes ul li {
    width: 100%;
  }
}

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

    IMAGE CAROUSEL 

\*------------------------------------*/
.dc-image-carousel .inner {
  max-width: 1040px !important;
}
.dc-image-carousel .slick-list {
  padding: 0 !important;
  margin: 0 -6px;
}
.dc-image-carousel .slick-list:before, .dc-image-carousel .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 6px;
  height: 100%;
  background: white;
}
.dc-image-carousel .slick-list:before {
  left: 0;
}
.dc-image-carousel .slick-list:after {
  right: 0;
}
.dc-image-carousel.bg_grey .slick-list:before, .dc-image-carousel.bg_grey .slick-list:after {
  background: #F8F7F7;
}
.dc-image-carousel .item {
  padding: 0 6px;
}
.dc-image-carousel .item img {
  width: 100%;
}
.dc-image-carousel button.slick-arrow {
  position: absolute;
  top: 38%;
  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;
}
.dc-image-carousel button.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  font-size: 30px;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
  color: #999;
}
@media only screen and (min-width: 1360px) {
  .dc-image-carousel button.slick-arrow:after {
    top: 40%;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-image-carousel button.slick-arrow:after {
    top: 42%;
    font-size: 48px;
  }
}
.dc-image-carousel button.slick-arrow.slick-prev {
  left: -20px;
}
.dc-image-carousel button.slick-arrow.slick-prev:after {
  content: "";
}
@media only screen and (min-width: 1360px) {
  .dc-image-carousel button.slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-image-carousel button.slick-arrow.slick-prev {
    left: -140px;
  }
}
.dc-image-carousel button.slick-arrow.slick-next {
  right: -20px;
}
.dc-image-carousel button.slick-arrow.slick-next:after {
  content: "";
}
@media only screen and (min-width: 1360px) {
  .dc-image-carousel button.slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-image-carousel button.slick-arrow.slick-next {
    right: -140px;
  }
}
.dc-image-carousel button.slick-arrow:hover:after {
  color: #0590d5;
}

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

    TESTIMONIALS

\*------------------------------------*/
.dc-testimonials {
  padding-bottom: 0;
}
.dc-testimonials .title-wrapper {
  margin-bottom: 170px;
}
.dc-testimonials .title-wrapper .title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials .title-wrapper .title {
    font-size: 30px;
  }
}
.dc-testimonials .title-wrapper .description {
  text-align: center;
}
.dc-testimonials .items:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  height: calc(100% + 200px);
  top: -100px;
  width: 100vw;
  background: #F9F8F8;
}
.dc-testimonials .item .image-wrapper img {
  filter: grayscale(100%);
}
@media only screen and (max-width: 767px) {
  .dc-testimonials .item .image-wrapper {
    margin-bottom: 30px;
  }
}
.dc-testimonials .item .text p {
  color: #0590d5;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .item .text p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-testimonials .item .text p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials .item .text p {
    font-size: 20px;
  }
}
.dc-testimonials .item .text p:before, .dc-testimonials .item .text p:after {
  content: '"';
}
.dc-testimonials .item .author {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  margin-top: 30px;
}
.dc-testimonials .item .author:before {
  content: "- ";
}
.dc-testimonials .item .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.dc-testimonials .item .inner-wrapper .image-wrapper {
  width: 100%;
}
.dc-testimonials .item .inner-wrapper .content-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .item .inner-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .dc-testimonials .item .inner-wrapper .image-wrapper {
    width: 40%;
  }
  .dc-testimonials .item .inner-wrapper .content-wrapper {
    width: 60%;
  }
}
.dc-testimonials .slick-arrow {
  display: none !important;
}
.dc-testimonials .slick-dots {
  display: none !important;
}

/*------------------------------------*\
	
    GRAVITY FORM

\*------------------------------------*/
.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_heading .gform_title {
  font-weight: 600;
  margin-bottom: 30px !important;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  /*
  		@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 30px !important;
  padding: 0 !important;
  color: #666 !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%;
  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%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  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%;
    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: #666;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 15px 0 !important;
}
.gform_wrapper .gform_body ul li.gfield label.focussed {
  top: -10px;
  font-size: 70%;
}
.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: #666 !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0 !important;
  background: none;
  background-color: transparent !important;
  padding: 14px 12px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #31bcf7 !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: #0590d5 !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: #666;
  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: #666;
  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: #666;
  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: #666;
  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: #0590d5;
}
.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: #0590d5;
}
.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: #0590d5;
}
.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: #0590d5;
}
.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: #333;
  -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: #666;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li {
  /*
  					    display: flex;
  						flex-direction: row-reverse;
  						
  						label {
  							padding: 1px 10px 1px 0 !important;
  						}
  */
  /*
  						input[type=radio]:checked ~ .check::before{
  						  background: #0DFF92;
  						}
  */
}
.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;
  /*
  							&::before {
  							  display: block;
  							  position: absolute;
  								content: '';
  							  border-radius: 100%;
  							  height: 15px;
  							  width: 15px;
  							  top: 5px;
  								left: 5px;
  							  margin: auto;
  								transition: background 0.25s linear;
  								-webkit-transition: background 0.25s 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:hover:before {
  background: #0590d5;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio]:checked ~ label:before {
  border: 8px solid #0590d5;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio]:checked ~ label {
  color: #666;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li:last-child label {
    margin: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gfield_checkbox li label {
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gform_body ul li.gfield.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #37c0f0;
  height: 25px;
  width: 25px;
  margin-right: 16px;
  background: #FFFFFF;
  z-index: 5;
  transition: all .2s linear;
}
.gform_wrapper .gform_body ul li.gfield.gfield_checkbox li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_body ul li.gfield.gfield_checkbox li input[type=checkbox]:checked ~ label:before {
  background-color: #0590d5;
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gform_body ul li.gfield.message {
    margin-top: -50px !important;
  }
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #27b0e0;
  border: 1px solid #27b0e0;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 110px;
  width: auto;
  padding: 10px 30px;
  margin: 12px 0 0 0;
  opacity: 1;
  margin: 0 !important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #27b0e0;
  border-color: #0590d5;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    padding: 10px 16px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 6px 32px !important;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #0590d5 !important;
  border-color: #0590d5 !important;
  color: #FFFFFF !important;
}

#gform_wrapper_2 {
  padding: 80px 0;
}
#gform_wrapper_2 .gform_title {
  margin-bottom: 70px;
  font-size: 28px !important;
  font-weight: 600 !important;
  text-align: left;
  color: #555;
  position: relative;
}
#gform_wrapper_2 .gform_title:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  height: 7px;
  transition: all 250ms ease-in-out;
}
#gform_wrapper_2 ul#gform_fields_2 {
  position: relative;
}
@media only screen and (min-width: 651px) {
  #gform_wrapper_2 ul#gform_fields_2 li {
    width: calc(50% - 10px);
    margin: 0 0 20px !important;
  }
  #gform_wrapper_2 ul#gform_fields_2 li:last-child {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  #gform_wrapper_2 ul#gform_fields_2 li:last-child > div, #gform_wrapper_2 ul#gform_fields_2 li:last-child textarea {
    height: 100%;
  }
}

#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container select,
#gform_wrapper_2.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
  background-color: white !important;
  background: white !important;
}

/*------------------------------------*\
	
    FOOTER - CTA
    
\*------------------------------------*/
.bottom-sidebar {
  position: relative;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .bottom-sidebar {
    margin-top: 0;
  }
}
.bottom-sidebar .inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 270px;
  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;
}
@media only screen and (max-width: 767px) {
  .bottom-sidebar .inner {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.bottom-sidebar .inner .textwidget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.bottom-sidebar .inner p, .bottom-sidebar .inner li {
  color: #FFFFFF;
  text-align: center;
}
.bottom-sidebar .inner p a, .bottom-sidebar .inner li a {
  color: #FFFFFF;
}
.bottom-sidebar .inner p a:hover, .bottom-sidebar .inner li a:hover {
  color: #0590d5;
}
.bottom-sidebar .inner p {
  margin-bottom: 0;
}
.bottom-sidebar .widget_media_image {
  padding: 20px 0;
}
.bottom-sidebar .widget_media_image img {
  display: block;
}

/*------------------------------------*\
    
    BLOG SINGLE
    
\*------------------------------------*/
.single-post .dc-titlebox {
  background-image: url("../../..//uploads/2020/05/hero-our-work-pathway-scaled.jpg");
  min-height: 520px;
}
.single-post .dc-titlebox .text a {
  position: relative;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #27b0e0;
  border: 1px solid #27b0e0;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  box-sizing: border-box;
  min-width: 110px;
  width: auto;
  padding: 10px 30px;
  margin: 12px 0 0 0;
  opacity: 1;
  color: white;
  padding: 0 0 0 34px;
  border: none;
}
.single-post .dc-titlebox .text a:hover {
  background: #27b0e0;
  border-color: #0590d5;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .single-post .dc-titlebox .text a {
    font-size: 16px;
    padding: 10px 16px;
    min-width: 120px;
  }
}
.single-post .dc-titlebox .text a: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-right: 16px;
  font-size: 1.4em;
  vertical-align: 0;
  content: "";
  transition: all 250ms ease-in-out;
  position: absolute;
  top: -1px;
  left: 0;
  color: #0590d5;
}
.single-post .dc-titlebox .text a:hover {
  padding-left: 50px;
}
.single-post .dc-titlebox .line-wrapper {
  width: auto !important;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .single-post .dc-titlebox .line-wrapper {
    display: none !important;
  }
}
.single-post .dc-titlebox .line-wrapper .line-wrapper-para {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.single-post .dc-titlebox .line-wrapper.right-lines {
  top: -95px !important;
  right: -120px;
}
.single-post .dc-titlebox .line-wrapper.right-lines .lines {
  width: 292px;
  height: 350px;
  background: url("../img/dowsing/dowsing-diags-lines2.svg") no-repeat;
}
@media only screen and (max-width: 949px) {
  .single-post .dc-titlebox .line-wrapper.right-lines .lines {
    margin-top: -160px;
  }
}
.single-post .content {
  position: relative;
  width: 800px;
  max-width: 100%;
  padding: 0 25px;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .single-post .content {
    padding: 0 30px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.single-post .content .image-wrapper {
  max-height: 480px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.single-post .content .image-wrapper img {
  object-fit: cover;
}
.single-post .content .dc-meta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.single-post .content .dc-meta-wrapper .dc-social-share {
  margin-bottom: 30px;
}
.single-post .content .dc-meta-wrapper .dc-social-share ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

/*------------------------------------*\
	
    VIDEO BLOCK - THEME SPECIFIC
    
\*------------------------------------*/
.dc-video-wrapper {
  padding: 0 30px;
  background-color: #191919;
}
@media only screen and (max-width: 767px) {
  .dc-video-wrapper {
    padding: 0;
  }
}
.dc-video-wrapper .inner {
  max-width: 850px;
  padding: 30px;
  margin: 0 auto;
  height: 510px;
  max-height: 60vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-position: center;
}
.dc-video-wrapper .inner a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-video-wrapper .inner a img {
  width: 100%;
  display: none;
}
.dc-video-wrapper .inner .play-btn {
  position: absolute;
}

span.play-btn {
  width: 120px;
  height: 120px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
  background-color: #0590d5;
  border-radius: 100%;
  border: 2px solid #0590d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: .64;
}
span.play-btn .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 38px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}

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

/*------------------------------------*\
	
    HOTBOX SECTION - THEME SPECIFIC
    
\*------------------------------------*/
.home .hotboxes-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 100;
}
.home .hotboxes-section:first-child .inner {
  margin-top: -80px !important;
}

.hotboxes-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .hotboxes-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.hotboxes-section .inner .title-wrapper {
  background: white;
  border-top: 7px solid #37c0f0;
  padding: 60px 40px;
}
.hotboxes-section .inner .title-wrapper .description p {
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  max-width: 830px;
  margin: 0 auto;
}
.hotboxes-section .inner .title-wrapper .description p strong {
  font-weight: 500;
}
.hotboxes-section .inner .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -40px;
}
@media only screen and (max-width: 949px) {
  .hotboxes-section .inner .items {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .hotboxes-section .inner .items {
    width: 100%;
    margin-right: 0;
  }
}
.hotboxes-section .inner .items .item {
  position: relative;
  width: calc(33.3333% - 40px);
  margin-right: 40px;
  background-color: #FFFFFF;
  border-bottom: 4px solid transparent;
}
@media only screen and (max-width: 849px) {
  .hotboxes-section .inner .items .item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 559px) {
  .hotboxes-section .inner .items .item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 40px;
  }
}
.hotboxes-section .inner .items .item .image-wrapper {
  height: 250px;
  max-height: 25vw;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hotboxes-section .inner .items .item .image-wrapper {
    max-height: 58vw;
  }
}
.hotboxes-section .inner .items .item .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.hotboxes-section .inner .items .item .text {
  position: relative;
  margin: -20px 0 0;
  padding: 18px 0 20px 20px;
  width: 89%;
  background: white;
  text-align: left;
}
.hotboxes-section .inner .items .item .text h3 {
  margin-bottom: 30px;
  transition: all 150ms ease-in-out;
}
.hotboxes-section .inner .items .item .text h3:after {
  content: "";
  background: #37c0f0;
  display: block;
  height: 5px;
  width: 110px;
  margin-top: 16px;
  transition: all 150ms ease-in-out;
}
.hotboxes-section .inner .items .item .text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hotboxes-section .inner .items .item .text {
    -ms-flex: 1;
        flex: 1;
  }
}
.hotboxes-section .inner .items .item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.hotboxes-section .inner .items .item:hover .text h3 {
  color: #37c0f0;
}
.hotboxes-section .inner .items .item:hover .text h3:after {
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}

/*------------------------------------*\
	
    INTRO SECTION

\*------------------------------------*/
.intro-section {
  margin-bottom: 30px !important;
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 768px) {
  .intro-section {
    margin-bottom: 35px !important;
    margin-bottom: 80px !important;
  }
}
.intro-section .inner .text h1, .intro-section .inner .text h2, .intro-section .inner .text h3, .intro-section .inner .text h4, .intro-section .inner .text h5, .intro-section .inner .text h6, .intro-section .inner .text p {
  font-size: 21px;
  letter-spacing: -0.7px;
  line-height: 1.47em;
}
@media only screen and (min-width: 768px) {
  .intro-section .inner .text h1, .intro-section .inner .text h2, .intro-section .inner .text h3, .intro-section .inner .text h4, .intro-section .inner .text h5, .intro-section .inner .text h6, .intro-section .inner .text p {
    font-size: 26px;
  }
}

.intro-section + .dc-text-block {
  margin-top: 35px !important;
}
.insight .intro-section + .dc-text-block {
  margin-top: 74px !important;
}

/*------------------------------------*\
	
   PAGE SPECIFIC
    
\*------------------------------------*/
.breadcrumb-wrapper + .dc-active-sidebar {
  margin-top: 150px !important;
}

.dc-active-sidebar {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 100px !important;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .dc-active-sidebar {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 80px;
  }
}
.dc-active-sidebar .sidebar {
  position: relative;
  width: 26%;
  min-width: 260px;
}
@media only screen and (min-width: 768px) {
  .dc-active-sidebar .sidebar {
    padding-left: 40px;
  }
  .dc-active-sidebar .sidebar:before {
    content: "";
    width: 2px;
    height: calc(100% - 20px);
    background-color: #F9F8F8;
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dc-active-sidebar .sidebar {
    width: 100%;
    margin-top: 60px;
  }
}
.dc-active-sidebar .sidebar .title-wrapper h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
.dc-active-sidebar .sidebar .sidebar-menu h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.dc-active-sidebar .sidebar .sidebar-menu ul {
  list-style: none;
}
.dc-active-sidebar .sidebar .sidebar-menu ul li {
  border-bottom: 1px solid #eeeeee;
  max-width: 250px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .dc-active-sidebar .sidebar .sidebar-menu ul li {
    max-width: 100%;
  }
}
.dc-active-sidebar .sidebar .sidebar-menu ul li a {
  padding: 10px 0;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
  color: #666;
}
.dc-active-sidebar .sidebar .sidebar-menu ul li a.active, .dc-active-sidebar .sidebar .sidebar-menu ul li a:hover {
  color: #37c0f0;
  position: relative;
}
.dc-active-sidebar .sidebar .sidebar-menu ul li a.active:before, .dc-active-sidebar .sidebar .sidebar-menu ul li a:hover:before {
  content: "";
  background: #37c0f0;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: -38px;
}
.dc-active-sidebar .main-content {
  -ms-flex: 1;
      flex: 1;
  max-width: 800px;
  padding-bottom: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .dc-active-sidebar .main-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-active-sidebar .main-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.dc-active-sidebar .main-content > .section:first-child {
  padding-top: 0 !important;
}
.dc-active-sidebar .main-content > .section:last-child {
  padding-bottom: 0;
}
.dc-active-sidebar .main-content > .section > .inner {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper + .dc-active-sidebar {
    margin-top: 40px !important;
  }
}

.dc-social-share .dc-btn {
  margin-bottom: 60px;
}
.dc-social-share .social-share-inner ul {
  list-style: none;
  margin-top: 30px;
}
.dc-social-share .social-share-inner ul li {
  margin-left: 0;
  display: inline;
  margin-left: 20px;
}
.dc-social-share .social-share-inner ul li:first-child {
  margin-left: 0;
}
.dc-social-share .social-share-inner ul li:before {
  content: none;
}
.dc-social-share .social-share-inner ul li:not(:last-child) a {
  color: #0590d5;
  font-size: 20px;
}
.dc-social-share .social-share-inner ul li:not(:last-child) a:hover {
  color: #0590d5;
}
.dc-social-share .social-share-inner ul li:not(:last-child) a.dc-btn {
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 29px;
}
.dc-social-share .social-share-inner ul li:not(:last-child) a.dc-btn:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .dc-social-share .social-share-inner ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
  }
  .dc-social-share .social-share-inner ul a {
    font-size: 16px;
  }
  .dc-social-share .social-share-inner ul a .dc-btn {
    width: 100%;
    font-size: 13px;
  }
}

body.narrow_width .main-content {
  max-width: 800px;
  margin: 0 auto;
}

/*------------------------------------*\
	
   SUBSCRIBE POPUP
    
\*------------------------------------*/
.fancybox-container {
  z-index: 100000000;
}

#dc-popup {
  border-top: 4px solid #0590d5;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  #dc-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#dc-popup .gform_wrapper h3.gform_title {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
#dc-popup .gform_wrapper h3.gform_title:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -30px;
  background-color: #0590d5;
  width: 160px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #dc-popup .gform_wrapper h3.gform_title {
    margin-bottom: 30px;
  }
}
#dc-popup .gform_wrapper span.gform_description {
  font-size: 15px;
  color: #666666;
  text-align: center;
  margin-bottom: 60px;
  width: 100% !important;
}
#dc-popup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #9999 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}
#dc-popup .gform_wrapper .gform_body ul li.gfield label {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0 !important;
}
#dc-popup .gform_wrapper .gform_body ul.gfield_checkbox li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#dc-popup .gform_wrapper .gform_body ul.gfield_checkbox li input {
  margin-top: 0 !important;
  margin-right: 10px !important;
}
#dc-popup .gform_wrapper .ginput_container label {
  font-weight: 400 !important;
}
#dc-popup .gform_wrapper .gform_footer {
  text-align: center;
}

/*------------------------------------*\
	
    SINGLE POST PAGE

\*------------------------------------*/
.single-casestudy .breadcrumb-wrapper,
.single-insight .breadcrumb-wrapper {
  display: none;
}
.single-casestudy .dc-active-sidebar,
.single-insight .dc-active-sidebar {
  margin-top: 30px !important;
  padding-bottom: 0 !important;
}
.single-casestudy .dc-active-sidebar .main-content,
.single-insight .dc-active-sidebar .main-content {
  margin: 0 auto;
}
.single-casestudy .dc-active-sidebar .main-content .main-meta,
.single-insight .dc-active-sidebar .main-content .main-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
}
.single-casestudy .dc-active-sidebar .main-content .main-meta-bottom,
.single-insight .dc-active-sidebar .main-content .main-meta-bottom {
  border-top: 1px solid #dddddd;
  padding: 40px 0;
  margin-top: 80px;
}

/*------------------------------------*\
	
    PEOPLE - SINGLE PAGE
    
\*------------------------------------*/
.single-people .dc-active-sidebar {
  margin-top: 70px;
  margin-bottom: 60px !important;
}
@media only screen and (min-width: 768px) {
  .single-people .dc-active-sidebar {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-people .dc-active-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.single-people .dc-active-sidebar .main-content {
  max-width: 770px;
}
.single-people .dc-active-sidebar .sidebar {
  width: 35%;
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  .single-people .dc-active-sidebar .sidebar {
    width: 100%;
    max-width: 450px;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.single-people .dc-active-sidebar .sidebar:before {
  content: none;
}
.single-people .dc-active-sidebar .sidebar .image-wrapper img {
  width: 100%;
  display: block;
}
.single-people .dc-active-sidebar .sidebar .contact-info h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-people .dc-active-sidebar .sidebar .contact-info span {
  display: block;
  margin-bottom: 20px;
}
.single-people .dc-active-sidebar .sidebar .contact-info ul {
  list-style: none;
}
.single-people .dc-active-sidebar .sidebar .contact-info ul li {
  margin-left: 0;
}
.single-people .dc-active-sidebar .sidebar .contact-info ul li a i {
  margin-right: 10px;
}
.single-people .dc-active-sidebar .sidebar .contact-info ul li a i.fas.fa-phone, .single-people .dc-active-sidebar .sidebar .contact-info ul li a i.fa-phone.dc-link:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

/*------------------------------------*\
	
    TRAILOR GRID
    
\*------------------------------------*/
/* SLICK SLIDER */
/*------------------------------------*\
	
    SLICK DOTS
    
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -4px;
  margin-top: 20px;
}
.slick-dots li {
  display: inline;
  margin: 0 4px;
}
.slick-dots li:before {
  display: none !important;
}
.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;
  background-color: #CCCCCC;
  border-radius: 50%;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #666;
}

/* FANCY BOX */
/*------------------------------------*\
	
	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(1, 1, 1, 0.5);
}
.fancybox-container .fancybox-content {
  border: 10px solid white;
}
.fancybox-container .fancybox-content p {
  margin-bottom: 0;
  padding: 0 30px;
  margin-top: -28px;
}
.fancybox-container .fancybox-content .dc-popup-nav.dc-right {
  float: right;
  margin-top: -30px;
}
.fancybox-container .fancybox-close-small {
  top: -11px;
  right: -11px;
}
.fancybox-container .fancybox-navigation {
  display: none;
}
