@charset "UTF-8";
/* Default Responsive Layouts */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web&display=swap");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.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 */
	text-decoration: underline;
}

a:hover{
	color: #c9ba7b;
}
/**
 * 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 Arrow Right
@mixin arrow_right() {
	position: relative;
	
    &:after{
		@include fa-icon;
		@extend .fas;
		content: fa-content($fa-var-angle-right);
	    position: relative;
	    margin-left: 12px;
	    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);
}
*/
body, p, a, ul li, ol li, .gform_wrapper .gform_body ul li.gfield label, .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-family: 'Open Sans', sans-serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 300  !important;
}

body.search-results .search-content .search-query,
body.search-no-results .search-content .search-query {
  font-family: 'Open Sans', sans-serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400  !important;
}

p strong,
p strong a, .main_menu .menu ul li a, body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a, body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  font-family: 'Open Sans', sans-serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700  !important;
}

h1, h2, h3, h4, h5, h6, .panel.main > .row > .M12 > article > h2:first-child,
.panel.main > .row > .M12 > h2:first-child {
  font-family: 'Titillium Web', sans-serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700  !important;
}

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

.X2 {
  max-width: 16.66667%;
}

.X3 {
  max-width: 25%;
}

.X4 {
  max-width: 33.33333%;
}

.X5 {
  max-width: 41.66667%;
}

.X6 {
  max-width: 50%;
}

.X7 {
  max-width: 58.33333%;
}

.X8 {
  max-width: 66.66667%;
}

.X9 {
  max-width: 75%;
}

.X10 {
  max-width: 83.33333%;
}

.X11 {
  max-width: 91.66667%;
}

.X12 {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .S2 {
    max-width: 16.66667%;
  }

  .S3 {
    max-width: 25%;
  }

  .S4 {
    max-width: 33.33333%;
  }

  .S5 {
    max-width: 41.66667%;
  }

  .S6 {
    max-width: 50%;
  }

  .S7 {
    max-width: 58.33333%;
  }

  .S8 {
    max-width: 66.66667%;
  }

  .S9 {
    max-width: 75%;
  }

  .S10 {
    max-width: 83.33333%;
  }

  .S11 {
    max-width: 91.66667%;
  }

  .S12 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .M2 {
    max-width: 16.66667%;
  }

  .M3 {
    max-width: 25%;
  }

  .M4 {
    max-width: 33.33333%;
  }

  .M5 {
    max-width: 41.66667%;
  }

  .M6 {
    max-width: 50%;
  }

  .M7 {
    max-width: 58.33333%;
  }

  .M8 {
    max-width: 66.66667%;
  }

  .M9 {
    max-width: 75%;
  }

  .M10 {
    max-width: 83.33333%;
  }

  .M11 {
    max-width: 91.66667%;
  }

  .M12 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .L2 {
    max-width: 16.66667%;
  }

  .L3 {
    max-width: 25%;
  }

  .L4 {
    max-width: 33.33333%;
  }

  .L5 {
    max-width: 41.66667%;
  }

  .L6 {
    max-width: 50%;
  }

  .L7 {
    max-width: 58.33333%;
  }

  .L8 {
    max-width: 66.66667%;
  }

  .L9 {
    max-width: 75%;
  }

  .L10 {
    max-width: 83.33333%;
  }

  .L11 {
    max-width: 91.66667%;
  }

  .L12 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .XL2 {
    max-width: 16.66667%;
  }

  .XL3 {
    max-width: 25%;
  }

  .XL4 {
    max-width: 33.33333%;
  }

  .XL5 {
    max-width: 41.66667%;
  }

  .XL6 {
    max-width: 50%;
  }

  .XL7 {
    max-width: 58.33333%;
  }

  .XL8 {
    max-width: 66.66667%;
  }

  .XL9 {
    max-width: 75%;
  }

  .XL10 {
    max-width: 83.33333%;
  }

  .XL11 {
    max-width: 91.66667%;
  }

  .XL12 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
a.with-arrow:after,
a[href$=".pdf"]:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_select:before,
.far,
.fal,
.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.33333em;
  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.with-arrow:after,
a.fa-pull-left[href$=".pdf"]:after,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
.gform_wrapper .gform_body ul li.gfield .fa-pull-left.ginput_container.ginput_container_select:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
a.fa-pull-right.with-arrow:after,
a.fa-pull-right[href$=".pdf"]:after,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
.gform_wrapper .gform_body ul li.gfield .fa-pull-right.ginput_container.ginput_container_select:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.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-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 {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-browser:before {
  content: "\f37e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-club:before {
  content: "\f327";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cricket:before {
  content: "\f449";
}

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

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

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

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

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

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

.fa-curling:before {
  content: "\f44a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-diamond:before {
  content: "\f219";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-field-hockey:before {
  content: "\f44c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-golf-club:before {
  content: "\f451";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-receiving:before {
  content: "\f47c";
}

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

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

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

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

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

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

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

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

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

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

.fa-hexagon:before {
  content: "\f312";
}

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

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

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

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

.fa-hockey-sticks:before {
  content: "\f454";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inventory:before {
  content: "\f480";
}

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

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

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

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

.fa-jack-o-lantern:before {
  content: "\f30e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-lightbulb:before {
  content: "\f0eb";
}

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

.fa-link:before {
  content: "\f0c1";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

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

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

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

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

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

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

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

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

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

.fa-paw:before {
  content: "\f1b0";
}

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

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

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

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

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

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

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

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

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

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

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

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scanner:before {
  content: "\f488";
}

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

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-search:before {
  content: "\f002";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

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

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

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

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

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

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

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

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

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

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

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

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-trello:before {
  content: "\f181";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-usd-square:before {
  content: "\f2e9";
}

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

.fa-user-alt:before {
  content: "\f406";
}

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

.fa-user-md:before {
  content: "\f0f0";
}

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

.fa-user-secret:before {
  content: "\f21b";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f2e2";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

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

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

.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.0.8 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;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: 'Font Awesome 5 Pro light';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.8 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;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Pro regular';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.8 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;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
a.with-arrow:after,
a[href$=".pdf"]:after,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_select:before {
  font-family: 'Font Awesome 5 Pro solid';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.0.8 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: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*Global App */
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/*------------------------------------*\
    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 .panel {
  max-width: 100%;
  background: white;
}

.max-width-800 h5, .max-width-800 p {
  max-width: 860px;
}

/*------------------------------------*\
    BASE - SITE WIDE
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}

html {
  overflow: auto;
}

body {
  font-size: 15.5px;
  line-height: 1.8em;
  color: #414142;
  overflow-x: hidden !important;
  max-width: 100%;
}

/*------------------------------------*\
    BASE - FONTS
\*------------------------------------*/
p {
  font-size: 15.5px;
  line-height: 1.6em;
  color: #414142;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14.5px;
  }
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  color: #c9ba7b;
  font-weight: 400 !important;
  line-height: 1.8em;
  text-transform: none;
}

h1 {
  font-size: 44px;
  letter-spacing: .5px;
}
@media only screen and (max-width: 1439px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 22px;
  }
}

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

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

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

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

h6 {
  font-size: 20px;
  color: #333;
}
@media only screen and (max-width: 1439px) {
  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;
  }
}

/*------------------------------------*\
    BASE - LINKS
\*------------------------------------*/
a {
  text-decoration: none;
  color: #414142;
  outline: none !important;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #c9ba7b;
}
a.with-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;
  vertical-align: -.125em;
  margin-left: 12px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  content: "\f105";
}
a.with-arrow:hover {
  color: #c9ba7b;
}

a[href$=".pdf"]: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;
  vertical-align: -.125em;
  margin-left: 12px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  content: "\f1c1";
}

/*------------------------------------*\
    BASE - LISTS
\*------------------------------------*/
ul, ol {
  margin-bottom: 12px;
}
ul li, ol li {
  font-size: 15.5px;
  line-height: 1.8em;
  color: #414142;
  margin-left: 36px;
  padding-bottom: 10px;
  list-style: none;
}
.wpb_text_column ul li:before, .wpb_text_column ol li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  margin-left: -32px;
  margin-right: 20px;
  background-image: url("../img/triangle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wpb_text_column ul li ul, .wpb_text_column ol li ul {
  margin-top: 20px;
}

/*------------------------------------*\
    BASE - BLOCKQUOTE
\*------------------------------------*/
blockquote {
  margin: 40px 10% 40px 10%;
}
blockquote p {
  color: #c9ba7b;
  font-size: 1.8em;
  font-style: italic;
}

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

/*------------------------------------*\
    HEADER - SITE WIDE
\*------------------------------------*/
#header_main {
  position: fixed;
  width: 100%;
  z-index: 100;
  margin-bottom: 50px;
  background-color: white;
  /*	
  	background-image: $header_background;
  	background-size: auto 7px;
  	background-position: bottom center;
  	background-repeat: no-repeat;
  	
  	background: -moz-linear-gradient(top, rgba(16, 2, 31, 0.3) 0%, rgba(46, 26, 71, 0) 80%);
  	background: -webkit-linear-gradient(top, rgba(16, 2, 31, 0.3) 0%,rgba(46, 26, 71, 0) 80%);
  	background: linear-gradient(to bottom, rgba(16, 2, 31, 0.3) 0%,rgba(46, 26, 71, 0) 80%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );	
  */
}
@media only screen and (max-width: 1919px) {
  #header_main {
    background-size: 100%;
  }
}
#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 150ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container {
    height: 60px;
  }
}
#header_main .header_nav_container .header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 310px;
  max-width: 33%;
  min-width: 160px;
  margin: 0;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .header_logo {
    /*
    	width: $header_logo_width - 5%;
    	max-width: $header_logo_max_width - 5%;
    */
  }
}
#header_main .header_nav_container .header_logo a {
  display: block;
}
#header_main .header_nav_container .header_logo a img {
  display: block;
  max-height: 100px;
  transition: all 150ms ease-in-out;
}
#header_main.sticky {
  background: white;
  border-bottom: 2px solid #62605C;
}
@media only screen and (min-width: 768px) {
  #header_main.sticky .header_nav_container {
    height: 70px;
  }
  #header_main.sticky .header_nav_container .header_logo {
    margin: 0;
  }
  #header_main.sticky .header_nav_container .header_logo a img {
    max-height: 54px;
  }
}
#header_main + .page_container {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #header_main + .page_container {
    padding-top: 110px;
  }
}

/*------------------------------------*\
    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: 20px;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sticky .toolbar {
    margin-top: -40px;
  }
}

/*------------------------------------*\
    TOOLBAR - Content
\*------------------------------------*/
.toolbar ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.toolbar ul li {
  padding: 0;
  margin: 0;
}
.toolbar a {
  color: black;
  font-size: 27px;
  font-weight: 500 !important;
  text-transform: uppercase;
  padding: 8px 12px;
}
.toolbar a:hover {
  text-decoration: underline;
}
.toolbar a.btn {
  color: black;
  font-size: 11px;
  margin-left: 6px;
  background: white;
}
.toolbar a i {
  color: #c9ba7b;
}

/*------------------------------------*\
    TOOLBAR - Search
\*------------------------------------*/
.toolbar .dc-search-trigger {
  margin-left: 8px;
}
.toolbar .dc-search-trigger i {
  font-weight: lighter;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 900;
}
@media only screen and (max-width: 999px) {
  .toolbar .dc-search-trigger i {
    font-size: 20px;
  }
}
.toolbar .dc-search-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 120px 20px 12px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: rgba(10, 10, 10, 0.9);
}
.toolbar .dc-search-wrapper .search-submit {
  display: none;
}
.toolbar .dc-search-wrapper .search-input {
  padding: 15px 30px;
  border: unset;
  font-size: 26px;
  background: #c9ba7b;
  color: white;
}
.toolbar .dc-search-wrapper .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.toolbar .dc-search-wrapper .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.toolbar .dc-search-wrapper .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.toolbar .dc-search-wrapper .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.toolbar .dc-search-wrapper .dc-search-close {
  padding: 40px;
  font-size: 30px;
}

/*------------------------------------*\
    MENU - Right aligned
\*------------------------------------*/
.main_menu {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.sticky .main_menu {
  margin-top: 0;
}
.main_menu .menu {
  text-align: right;
}
.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: #62605C;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 50px;
  display: block;
  position: relative;
  transition: line-height 0ms ease-in-out;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 849px) {
  .main_menu .menu ul li a {
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu .menu ul li a {
    font-size: 12px;
  }
}
.sticky .main_menu .menu ul li a {
  line-height: 70px;
  transition: line-height 0ms ease-in-out;
}
.main_menu .menu > ul > li {
  margin: 0 0 0 0;
  position: relative;
}
@media only screen and (max-width: 949px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 6px;
  }
}
@media only screen and (max-width: 849px) {
  .main_menu .menu > ul > li {
    margin: 0 0 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li {
    margin: 0 0 6px;
  }
}
.main_menu .menu > ul > li > a {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  line-height: 19px !important;
  color: black !important;
  text-transform: uppercase !important;
  background: white;
  border-radius: 3px;
  padding: 10px 12px;
}
.main_menu .menu > ul > li.current-menu-item > a,
.main_menu .menu > ul > li > a:hover {
  color: white !important;
  background: #c9ba7b;
}
.sticky .main_menu .menu > ul > li.current-menu-item > a, .sticky
.main_menu .menu > ul > li > a:hover {
  color: #c9ba7b;
  opacity: 1;
}
.main_menu .menu > ul > li:hover > a:after, .main_menu .menu > ul > li.current-menu-item > a:after {
  content: '';
  width: 100%;
  height: 7px;
  background: #c9ba7b;
}
.main_menu .menu > ul > li ul.sub-menu {
  position: absolute;
  background: rgba(230, 230, 230, 0.8);
  background: transparent;
  top: 100%;
  max-height: 0;
  min-width: 240px;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu {
    position: relative;
    max-height: unset;
    background: none !important;
    margin-bottom: 14px;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li {
  position: relative;
  display: block;
  background: rgba(73, 89, 101, 0.8);
  margin: 0;
  padding: 0;
  transition: background 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu > li {
    padding: 10px 0 0;
    background: none !important;
    display: none !important;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li:hover {
  background: rgba(13, 128, 178, 0.8);
}
.main_menu .menu > ul > li ul.sub-menu > li:hover a {
  color: white;
}
.main_menu .menu > ul > li ul.sub-menu > li > a {
  color: white;
  transition: color 0.2s ease-in-out;
  padding: 12px 10px;
  display: block;
  min-width: 120px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu > li > a {
    color: #bbb !important;
    line-height: 1.2em;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    background: none !important;
    padding-bottom: 0;
    font-size: 14px;
    font-family: brothers, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400 !important;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li .sub-menu {
  top: 0;
  right: 100%;
  max-height: 0;
  overflow: hidden;
}
.main_menu .menu > ul > li:hover ul.sub-menu {
  max-height: 700px;
  overflow: visible;
}
.main_menu .menu > ul > li:hover ul.sub-menu > li:hover .sub-menu {
  max-height: 700px;
  overflow: visible;
}
.main_menu .menu > ul > li:hover ul.sub-menu > li:hover .sub-menu a {
  color: #808080;
}
.main_menu .menu > ul > li:hover ul.sub-menu > li:hover .sub-menu a:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    background: white;
    transition: height 0.2s ease-in-out;
  }
  .main_menu .menu.active {
    height: 100vh;
  }
  .main_menu .menu > ul {
    display: block;
    padding: 70px 30px;
  }
  .main_menu .menu > ul li {
    display: block;
    text-align: center;
  }
  .main_menu .menu > ul li a {
    font-size: 14px !important;
  }
  .main_menu .menu > ul li a:hover {
    color: #f1f1f1;
  }
}

/*------------------------------------*\
    MENU - Toggle
\*------------------------------------*/
.menu-toggle-wrapper {
  display: none;
  position: fixed;
  width: 16px;
  right: 30px;
  top: 8px;
  padding: 10px 32px;
  z-index: 10000;
  font-size: 18px;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .menu-toggle-wrapper {
    display: block;
    padding: 10px;
  }
}
.menu-toggle-wrapper .mobile-menu-toggle {
  color: #c9ba7b;
}
.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;
  vertical-align: -.125em;
  content: "\f0c9";
}
.sticky .menu-toggle-wrapper .mobile-menu-toggle {
  color: #c9ba7b;
}
.menu-toggle-wrapper.mobile-active .mobile-menu-toggle {
  color: #c9ba7b;
}
.menu-toggle-wrapper.mobile-active .mobile-menu-toggle:before {
  content: "\f00d";
}

/*------------------------------------*\
    FOOTER - SITE WIDE
\*------------------------------------*/
body .footer {
  margin-top: 80px;
  background: #c9ba7b;
}
body .footer .footer-bottom-inner {
  padding: 50px 30px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
body .footer .footer-bottom-inner .social-icons {
  text-align: center;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-top: 4px;
  -ms-flex-pack: center;
      justify-content: center;
}
body .footer .footer-bottom-inner .social-icons li {
  margin: 0 3px;
  -ms-transform: scale(1);
      transform: scale(1);
  display: inline;
  float: left;
  text-align: left;
}
body .footer .footer-bottom-inner .social-icons li a {
  background-color: transparent !important;
  border: 2px solid black !important;
  border-radius: 0;
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  color: black;
}
body .footer .footer-bottom-inner .social-icons li a:before {
  color: black !important;
}
body .footer .footer-bottom-inner .social-icons li a:hover {
  color: white !important;
}
body .footer .footer-bottom-inner h3 {
  color: black;
}
body .footer .footer-bottom-inner p {
  text-align: center;
  font-size: 13px;
  color: #414142;
  font-weight: 700 !important;
  margin: 0;
}
body .footer .footer-bottom-inner a:hover {
  color: white;
}

.social-icons {
  text-align: center;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-top: 4px;
}
.social-icons li {
  margin: 0 3px;
  -ms-transform: scale(1);
      transform: scale(1);
  display: inline;
  float: left;
  text-align: left;
}
.social-icons li a {
  background-color: transparent !important;
  border: 2px solid black !important;
  border-radius: 0;
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  color: black;
}
.social-icons li a:before {
  color: black !important;
}
.social-icons li a:hover {
  color: #c9ba7b !important;
}

.footer-outer-wrapper {
  background-color: #f2f2f2;
  position: relative;
  /*
  	body:not(.home) & {
  		padding-top: 50px;
  		margin-top: 70px;
  	}
  */
}
.footer-outer-wrapper .footer-top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper {
    width: calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget {
  font-size: 13px;
  color: white;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget p, .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget a, .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget li {
  color: white;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget a:hover {
  color: #c9ba7b;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget img {
  width: 100%;
  max-width: 300px !important;
  min-width: 69px;
  padding-right: 30px;
  margin-top: -2px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget img {
    padding-right: 0;
    width: auto;
    width: 300px;
    max-width: 80% !important;
    min-width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget#text-3 img {
    margin-top: 9px;
    max-height: 57px;
    width: auto;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .widgettitle {
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 6px !important;
  display: block;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .widgettitle:not(:first-child) {
  margin-top: 20px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget ul {
  list-style: none;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget ul li {
  font-size: 12px;
  margin-left: 0;
  padding: 8px 0 0;
  list-style: none;
  display: block;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget ul li i {
  padding-right: 12px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .esg-grid {
  background: white !important;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .social-media {
  margin: 0;
  padding: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .social-media li {
  display: inline-block;
  list-style: none;
  margin-left: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .social-media li:not(:last-child) {
  margin-right: 10px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .social-media li a {
  text-decoration: none;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.widget_media_image {
  width: 34.5%;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.widget_custom_html {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 12px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget {
  width: 270px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper {
  margin-top: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper span.gform_description {
  max-width: 210px;
  line-height: 1.4em;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper .gform_body ul li {
  margin: 0;
  padding: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper .gform_body ul li div {
  margin: 0;
  padding: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper .gform_body ul li div input {
  margin: 0 0 10px 0;
  padding: 10px 13px;
  width: 100%;
  border: unset;
  background: #adaba2;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper .gform_body input[type="submit"] {
  border: none;
  background: transparent;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
  padding: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type=submit] {
  background: unset;
  border: unset;
  font-size: 14px;
  margin: 0;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(1) {
  width: 23%;
  padding-right: 3%;
}
@media only screen and (max-width: 949px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(1) {
    width: 20%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(1) {
    width: 100%;
    max-width: 300px;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(2) {
  width: 150px;
  max-width: 13%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(2) {
    padding-right: 0;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(3) {
  width: 210px;
  max-width: 18%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(3) {
    padding-right: 0;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(4) {
  width: 120px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(4) {
    padding-right: 0;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(5) {
  -ms-flex: 1;
      flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(5) {
    padding-right: 0;
  }
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(5) .widgettitle {
  display: none;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(5) li {
  margin-bottom: 12px !important;
  display: block;
  padding: 3px 0 0 !important;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(5) li a {
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.footer {
  background-color: #f2f2f2;
}
.footer .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer .inner-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer .inner-wrapper > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .inner-wrapper > span {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer .inner-wrapper a, .footer .inner-wrapper p {
  color: white;
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 20px;
}
.footer .inner-wrapper a:hover {
  color: #c9ba7b;
  text-decoration: underline;
}
.footer .inner-wrapper p {
  margin: 0;
}
.footer .inner-wrapper ul {
  margin: 0;
}
.footer .inner-wrapper ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
}

/* Components */
/*------------------------------------*\
    CONTACT FORM - ALL
\*------------------------------------*/
/* Gravity forms */
.gform_wrapper {
  max-width: 100%;
  margin: 0 auto 50px;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_body ul {
  margin: 0;
}
.gform_wrapper .gform_body ul li.gfield {
  margin: 0 0 0 !important;
  position: relative;
  padding: 20px 0 0 0 !important;
  /*
  				.clear-multi {
  					border-bottom: 2px solid #D1D1D1 !important;;
  					
  					.ginput_container {
  						
  						input,
  						select {
  							border: unset !important;
  						}
  					}
  				}
  */
}
@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: 20px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    width: 100%;
    padding: 20px 0 0 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  padding: 20px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    width: 100%;
    padding: 20px 0 0 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.gf_left_third {
  width: 33.333%;
  padding: 20px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_third {
    width: 100%;
    padding: 20px 0 0 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_middle_third {
  width: 33.333%;
  padding: 20px .5% 0 .5% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_middle_third {
    width: 100%;
    padding: 20px 0 0 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_third {
  width: 33.333%;
  padding: 20px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_third {
    width: 100%;
    padding: 20px 0 0 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_third label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_third label {
    left: 0;
  }
}
.gform_wrapper .gform_body ul li.gfield label {
  font-size: 15px;
  text-transform: none;
  margin-bottom: 8px;
  					/*
  					position: absolute;
  					left: 0;
  					top: 14px;
  					z-index: 9;
  
  					@include effect(all, 250ms, ease-in-out);
  					
  					&.focussed{
  						top: -10px;
  						font-size: 70%;
  					}
  					*/
}
.gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin: 0 !important;
  /*
  					&.gfield_time_hour {
  						display: flex;
  					}
  */
  position: relative;
}
.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.small,
.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 select, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
  color: #1e2938 !important;
  line-height: 18px;
  font-size: 15px;
  background-color: #fcfcfc !important;
  border: 1px solid #D1D1D1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 10px !important;
  margin: 0 !important;
  -webkit-appearance: button;
  border-radius: 3px !important;
}
.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.small: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 select:focus, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus {
  border-color: #c9ba7b !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.small::-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 select::-webkit-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 15px;
  color: #1e2938;
  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.small::-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 select::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 15px;
  color: #1e2938;
  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.small:-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 select:-ms-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 15px;
  color: #1e2938;
  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.small::-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 select::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 15px;
  color: #1e2938;
  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.small: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 select:focus::-webkit-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #1e2938;
}
.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.small: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 select:focus::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #1e2938;
}
.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.small: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 select:focus:-ms-input-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #1e2938;
}
.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.small: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 select:focus::-moz-placeholder, .gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #1e2938;
}
.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.ginput_container_fileupload span {
  display: block;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_date img {
  position: absolute;
  right: 11px;
  top: 11px;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container.ginput_container_select:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 16px;
  position: relative;
  vertical-align: 0;
  content: "\f107";
  color: #414142;
  position: absolute;
  top: 13px;
  right: 12px;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper .gform_page_footer {
  margin: 0;
  padding: 0;
  width: 100%;
  border: unset;
}
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  color: white !important;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  padding: 12px 24px !important;
  margin: 10px 0 auto !important;
  width: auto;
  background: #c9ba7b !important;
  border: unset;
  border-radius: 3px;
}
.gform_wrapper .gform_page_footer input.button#gform_previous_button_1,
.gform_wrapper .gform_page_footer input[type=submit]#gform_previous_button_1 {
  position: absolute;
  top: -67px;
  width: auto !important;
  right: 0;
  padding: 10px 14px !important;
  margin: 0;
  font-size: 13px;
  color: black !important;
  letter-spacing: 2px;
}
.gform_wrapper .gform_page_footer input.button#gform_previous_button_1:hover,
.gform_wrapper .gform_page_footer input[type=submit]#gform_previous_button_1:hover {
  color: white !important;
}
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: white !important;
  background: black !important;
}

/*------------------------------------*\
    TITLE BOX 
    
    • Mobile first
\*------------------------------------*/
.panel.main > .row > .M12 > article > h2 {
  margin: 20px 0 0;
  font-weight: 700 !important;
}

.panel.main > .row > .M12 > article > h2:first-child,
.panel.main > .row > .M12 > h2:first-child {
  color: white;
  position: relative;
  margin: 0;
  padding: 50px 0;
  z-index: 2;
  font-weight: 400 !important;
}
.panel.main > .row > .M12 > article > h2:first-child:before,
.panel.main > .row > .M12 > h2:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: calc(50% - 50vw);
  height: 100%;
  background: #c9ba7b;
  z-index: -1;
}

/*
.title-box-wrapper {	
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: center;

	background-size: cover;
	
	min-height: $title_box_height - 220px;
	
	&:after {
		content: "";

	    background: url("../img/gold-bar-bottom.png");
        background-size: 100%;
		background-position: center;
	    background-repeat: no-repeat;
	    
	    position: absolute;
	    bottom: 0px;
	    z-index: 0;

	    height: 30px;
		width: calc(100% - 60px);
	    max-width: 1240px;
			
		@include mq('1200', max) {
			 background-size: auto;
		}
			
		@include mq('tablet', max) {
			height: 13px;
		    max-width: calc(100% - 60px);
		    left: 30px;
		}
	}
					
	@include mq('tablet', min) {
		min-height: $title_box_height - 120px;
	}	
					
	@include mq('950', min) {
		min-height: $title_box_height - 60px;
	}	
		
	@include mq('desktop', min) {
		min-height: $title_box_height;
	}
	
	h1, h2, p {
		text-align: $title_box_align;
		
		&:first-child:last-child {
			margin-bottom: 0;
		}
	}
	
	.breadcrumb-wrapper{
		position: absolute;
		width: 100%;
		bottom: 0;
		background: $breadcrumbs_bg_color;

		.inner-wrapper{
		    display: flex;
		    align-items: center;
		    justify-content: flex-end;		    
		    
			@include dc_max_width(30px, 30px);
			
			min-height: $breadcrumbs_height;
			margin: 0 auto;
							
			@include mq('desktop', max) {
				min-height: $breadcrumbs_height - 10px;
			}
							
			@include mq('950', max) {
				min-height: $breadcrumbs_height - 15px;
			}
	
			@include mq('tablet', max) {
				min-height: $breadcrumbs_height - 20px;
			}

			p{
				color: $white;
				font-size: $breadcrumbs_font_size;
				text-align: right;
				text-transform: uppercase;

				margin-bottom: 0;
				
				a, span {
					color: $white;
				}
				
				a:hover {
					text-decoration: underline;
				}
			}
		}
	}
}

.title-wrapper{
	@include dc_max_width(30px, 30px);

	margin-top: 40px;
    margin-bottom: 30px;
}
*/
/*------------------------------------*\
   404 PAGE
\*------------------------------------*/
.error404 .panel.main .row {
  padding: 0 50px;
  max-width: 1000px;
  margin: 98px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .error404 .panel.main .row {
    padding: 0 10px;
  }
}
.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 100px auto !important;
  text-align: center;
  font-size: 18px;
}
.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  font-size: 180px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 100;
  line-height: 170px;
}
@media only screen and (max-width: 1099px) {
  .error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
    font-size: 120px;
    line-height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
    font-size: 80px;
    line-height: 80px;
  }
}
.error404 .panel.main .row #post-404 .error_search form.search {
  position: relative;
}
.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
  margin: 0;
  padding: 16px 0 16px 24px;
  width: calc(100% - 15px);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  text-indent: -2000px;
  width: 50px;
  border: none;
  background: white;
  background-image: url(../img/search_icon.svg);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*------------------------------------*\
   SERACH PAGE
\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
body.search-results .search-content .search-query,
body.search-no-results .search-content .search-query {
  color: #c9ba7b;
  font-size: 22px;
  padding: 30px 40px;
  margin-bottom: 40px;
  background: #f2f2f2;
  border-radius: 20px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  body.search-results .search-content .search-query,
  body.search-no-results .search-content .search-query {
    padding: 20px;
    margin: 0 -20px;
    border-radius: 0;
  }
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
  margin: 30px 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 767px) {
  body.search-results .search-content .result_post,
  body.search-no-results .search-content .result_post {
    margin: 30px 0;
  }
}
body.search-results .search-content .result_post .title,
body.search-no-results .search-content .result_post .title {
  margin-bottom: 6px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
  color: #c9ba7b;
  font-size: 23px;
  line-height: 1.15em;
}
@media only screen and (max-width: 767px) {
  body.search-results .search-content .result_post .title a,
  body.search-no-results .search-content .result_post .title a {
    font-size: 18px;
  }
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
  margin-bottom: 18px;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  color: #c9ba7b;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #c9ba7b;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

/*------------------------------------*\
   GOLD EDU - BASE
\*------------------------------------*/
body {
  max-width: 100%;
}
body > .page_container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

/*------------------------------------*\
   GOLD EDU - FORMS
\*------------------------------------*/
.gform_body {
  padding: 20px 0;
  position: relative;
}
.gform_body #gform_page_1_1 {
  /*
  	    .gform_fields {
  			
  			li {
  				width: 50%;
  				float: left; 
  				clear: none !important;
  				padding-right: 50px !important;
  				
  			    font-size: 14px;
  				line-height: 1.3em !important;
  			}
  		}
  */
}
.gform_body #gform_page_1_1 ul.gform_fields {
  width: 46%;
  margin-left: 54% !important;
  /*
  			#field_1_1 {
  				margin-bottom: 30px !important;
  			}
  */
}
@media only screen and (max-width: 767px) {
  .gform_body #gform_page_1_1 ul.gform_fields {
    width: 100%;
    margin-left: 0% !important;
  }
}
.gform_body #gform_page_1_1 ul.gform_fields #field_1_21 {
  position: absolute;
  left: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .gform_body #gform_page_1_1 ul.gform_fields #field_1_21 {
    width: 100%;
    position: relative;
  }
}
.gform_body #gform_page_1_1 ul.gform_fields #field_1_18 {
  margin-bottom: 24px !important;
}
.gform_body #gform_page_1_1 #gform_fields_1_2 #field_1_8,
.gform_body #gform_page_1_1 #gform_fields_1_2 #field_1_10 {
  clear: both !important;
  margin-top: 30px;
}
.gform_body #gform_page_1_1 #gform_fields_1_2 #field_1_16,
.gform_body #gform_page_1_1 #gform_fields_1_2 #field_1_20,
.gform_body #gform_page_1_1 #gform_fields_1_2 .gchoice_1_20_1 {
  clear: both !important;
  margin-top: 30px;
  width: 100% !important;
}
.gform_body #gform_page_1_1 .gform_page_footer {
  margin-top: 40px;
  width: 46%;
  border-top: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .gform_body #gform_page_1_1 .gform_page_footer {
    width: 100%;
  }
}
.gform_body #gform_page_1_1 .gform_page_footer {
  margin-top: 40px;
  max-width: 46%;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .gform_body #gform_page_1_1 .gform_page_footer {
    width: 100%;
    max-width: 100%;
  }
}
.gform_body #gform_page_1_2 {
  max-width: 800px;
  margin: 0 auto;
}
.gform_body #gform_page_1_2 .gchoice_1_20_1 label {
  margin-left: 14px !important;
}
.gform_body #field_1_16 {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 28px !important;
  margin: 30px 0 !important;
}
.gform_body #field_1_16 p, .gform_body #field_1_16 li {
  font-size: 13px;
}

#gform_wrapper_2 {
  max-width: 800px;
  margin: 0 auto;
}

.gform_wrapper.gf_login_form {
  max-width: 300px !important;
  margin: 0 auto !important;
}

.gf_login_links {
  max-width: 300px !important;
  margin: 0 auto !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  color: white !important;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  padding: 12px 24px !important;
  margin: 10px 0 auto !important;
  width: auto;
  background: #c9ba7b !important;
  border: unset;
  border-radius: 3px;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: black !important;
}

#gform_confirmation_wrapper_1 {
  margin: 50px auto;
  max-width: 500px;
}

/*
	.gform_page_footer {
		border: unset;
		
		padding-top: 40px;
		
		input {
			width: 100% !important;
		    height: 44px;
		    
		    border: unset;
		    
		    background: $gold;
		    border-radius: 3px;
		    
		    text-transform: uppercase;
		    font-weight: 700 !important;
		    font-size: 18px;
		    
		    &:hover {
			    background: black;
			    color: white;
		    }
		    
		    &#gform_previous_button_1 {
			    position: absolute;
			    top: -60px;
			    width: auto !important;
			    right: 0;
			    padding: 0 14px;
			    margin: 0;
		    }
		}
	}
*/
