@charset "UTF-8";
/* Default Responsive Layouts */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("//hello.myfonts.net/count/390ea5");
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 */
}

/**
 * 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);
}
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Campton-Light';
  src: url("../fonts//390EA5_0_0.eot");
  src: url("../fonts//390EA5_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts//390EA5_0_0.woff2") format("woff2"), url("../fonts//390EA5_0_0.woff") format("woff"), url("../fonts//390EA5_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Canela Web';
  src: url("../fonts/Canela-Light-Web.woff2") format("woff2"), url("../fonts/Canela-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
body, p, a, ul li, ol li, .page > .content.textblock .textblock_text .block-title p,
.page > .post-content > .content.textblock .textblock_text .block-title p, .gform_wrapper .gform_body ul li.gfield label, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .dc-btn, body.search-results .search-content .search-query,
body.search-no-results .search-content .search-query, .page > .content.textblock h3.dc-alt-header, .page > .content.textblock h3.dc-alt-header-with-dash, .master-slider .ms-slide .ms-anim-layers > .ms-btn-container a {
  font-family: 'Campton-Light', sans-serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400  !important;
}

h5, h6, .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper h4, 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, .page > .content.textblock.express-your-interest .col_4 .textblock_text h2, .page > .content.textblock.express-your-interest .col_4 .textblock_text h3, #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest a, #header_main .header_nav_container .main_menu .menu > ul > li.phone a, #header_main .header_nav_container .mobile-express-interest a, .building_data_list .data_tabs h4, .dc-team-wrapper .inner .items .item > strong {
  font-family: 'Campton-Light', sans-serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 500  !important;
}

h1, h2, h3, h4, h5, h6, .main_menu .menu ul li a, .page > .content.textblock blockquote p,
.page > .post-content > .content.textblock blockquote p, .page > .content .pagination-wrapper .paging-info, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper h4, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper p, .royalSlider .rsGCaption {
  font-family: 'Canela Web', serif  !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300  !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,
.menu-toggle-wrapper .mobile-menu-toggle:before,
.far,
.building_map_acc-wrapper #building_map_acc .accordion_item .accordion_title:after,
.floorplans .floor_details .return a:before,
.floorplans .level_details .return a:before,
.floor_level_map .floor_details .return a:before,
.floor_level_map .level_details .return a:before,
.fal,
.royalSlider .rsArrow:after,
.dc-btn[href$=".jpg"]:after,
.fab,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.facebook:before,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.instagram:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-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,
.menu-toggle-wrapper .fa-pull-left.mobile-menu-toggle:before,
.far.fa-pull-left,
.building_map_acc-wrapper #building_map_acc .accordion_item .fa-pull-left.accordion_title:after,
.floorplans .floor_details .return a.fa-pull-left:before,
.floorplans .level_details .return a.fa-pull-left:before,
.floor_level_map .floor_details .return a.fa-pull-left:before,
.floor_level_map .level_details .return a.fa-pull-left:before,
.fal.fa-pull-left,
.royalSlider .fa-pull-left.rsArrow:after,
.fa-pull-left.dc-btn[href$=".jpg"]:after,
.fab.fa-pull-left,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.fa-pull-left.facebook:before,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.fa-pull-left.instagram:before {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
a.fa-pull-right.with-arrow:after,
.menu-toggle-wrapper .fa-pull-right.mobile-menu-toggle:before,
.far.fa-pull-right,
.building_map_acc-wrapper #building_map_acc .accordion_item .fa-pull-right.accordion_title:after,
.floorplans .floor_details .return a.fa-pull-right:before,
.floorplans .level_details .return a.fa-pull-right:before,
.floor_level_map .floor_details .return a.fa-pull-right:before,
.floor_level_map .level_details .return a.fa-pull-right:before,
.fal.fa-pull-right,
.royalSlider .fa-pull-right.rsArrow:after,
.fa-pull-right.dc-btn[href$=".jpg"]:after,
.fab.fa-pull-right,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.fa-pull-right.facebook:before,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.fa-pull-right.instagram:before {
  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, .royalSlider .rsArrow:after, .dc-btn[href$=".jpg"]:after {
  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, .building_map_acc-wrapper #building_map_acc .accordion_item .accordion_title:after, .floorplans .floor_details .return a:before,
.floorplans .level_details .return a:before,
.floor_level_map .floor_details .return a:before,
.floor_level_map .level_details .return a:before {
  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,
.menu-toggle-wrapper .mobile-menu-toggle: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, .page > .content.textblock.express-your-interest .col_4 .textblock_text p a.facebook:before, .page > .content.textblock.express-your-interest .col_4 .textblock_text p a.instagram:before {
  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: #F2EAD9;
}

/*------------------------------------*\
    GLOBAL - VISUAL COMPOSER
\*------------------------------------*/
.dc-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.vc_row:not([data-vc-full-width="true"]) {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.vc_row:not([data-vc-full-width="true"]) > .wpb_column > .vc_column-inner {
  padding: 0;
}

article.page > br {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vc_section-has-fill h2 {
  font-weight: 400 !important;
}

/*------------------------------------*\
    BASE - SITE WIDE
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  overflow: auto;
  background: black;
}

body {
  font-size: 16px;
  line-height: 1.75em;
  color: #414142;
  background: black;
  overflow-x: hidden !important;
  max-width: 1920px;
  margin: 0 auto;
}

/*------------------------------------*\
    BASE - FONTS
\*------------------------------------*/
p {
  font-size: 16px;
  line-height: 1.75em;
  color: #414142;
  margin-bottom: 20px;
  width: 100%;
}
p strong,
p strong a {
  font-weight: bolder;
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1, h2, h3, h4, h5, h6 {
  color: #CEA67D;
  font-weight: normal;
  line-height: 1.6em;
  text-transform: none;
  margin: 0 0 18px;
  width: 100%;
}

h1 {
  font-size: 44px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  color: #414142;
  font-size: 42px;
  letter-spacing: 1.3px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  letter-spacing: 1.3px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1099px) {
  h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 849px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 559px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1099px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 849px) {
  h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 559px) {
  h4 {
    font-size: 19px;
  }
}

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

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

/*------------------------------------*\
    BASE - LINKS
\*------------------------------------*/
a {
  text-decoration: none;
  color: #414142;
  outline: none !important;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #CEA67D;
}
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: #CEA67D;
}

/*------------------------------------*\
    BASE - LISTS
\*------------------------------------*/
ul, ol {
  margin-bottom: 12px;
}
ul li, ol li {
  font-size: 16px;
  line-height: 1.75em;
  color: #414142;
  margin-left: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  ul li, ol li {
    list-style: inside;
    margin-left: 0;
  }
}

/*------------------------------------*\
    BASE - BLOCKQUOTE
\*------------------------------------*/
blockquote {
  margin: 40px 10% 40px 10%;
}
blockquote p {
  color: #CEA67D;
  font-size: 1.75em;
  font-style: italic;
}

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

/*------------------------------------*\
    HEADER - SITE WIDE
\*------------------------------------*/
#header_main {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 10000;
  background-color: transparent;
  background-image: none;
  background-size: auto 7px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1919px) {
  #header_main {
    background-size: 100%;
  }
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1340px;
  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: 148px;
  position: relative;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container {
    height: 85px;
  }
}
#header_main .header_nav_container .header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 395px;
  max-width: 34%;
  margin: 0 auto;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .header_logo {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    margin-left: 15px;
  }
}
#header_main .header_nav_container .header_logo a {
  display: block;
}
#header_main .header_nav_container .header_logo a img {
  display: block;
  max-height: 56px;
  transition: all 150ms ease-in-out;
}
#header_main .header_nav_container .header_logo a.desktop-logo {
  display: block;
}
#header_main .header_nav_container .header_logo a.mobile-logo {
  display: none;
}
#header_main .header_nav_container .header_logo a.mobile-logo img {
  max-height: 30px;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .header_logo a.desktop-logo {
    display: none;
  }
  #header_main .header_nav_container .header_logo a.mobile-logo {
    display: block;
  }
}
#header_main.sticky {
  background: url("../img/sticky-header-bg.jpg");
  background-position: center;
  background-size: cover;
}
#header_main.sticky .header_nav_container {
  height: 55px;
}
@media only screen and (min-width: 950px) {
  #header_main.sticky .header_nav_container {
    height: 148px;
  }
  #header_main.sticky .header_nav_container .header_logo {
    margin: 20px 0 0;
  }
  #header_main.sticky .header_nav_container .header_logo a img {
    max-height: 56px;
  }
}
#header_main + .page_container {
  padding-top: 0;
}
@media only screen and (max-width: 949px) {
  #header_main + .page_container {
    padding-top: 0;
  }
}

/*------------------------------------*\
    TOOLBAR
    - Position right, above the menu 
\*------------------------------------*/
.toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: 13px;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  .sticky .toolbar {
    margin-top: -40px;
  }
}

/*------------------------------------*\
    TOOLBAR - Content
\*------------------------------------*/
.toolbar ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.toolbar a {
  color: #CEA67D;
}
.toolbar a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    TOOLBAR - Search
\*------------------------------------*/
.toolbar .dc-search-trigger i {
  font-weight: lighter;
  font-size: 30px;
  margin-top: 5px;
}
@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: #CEA67D;
  color: white;
}
.toolbar .dc-search-wrapper .search-input::-webkit-input-placeholder {
  color: white;
}
.toolbar .dc-search-wrapper .search-input::-moz-placeholder {
  color: white;
}
.toolbar .dc-search-wrapper .search-input:-ms-input-placeholder {
  color: white;
}
.toolbar .dc-search-wrapper .search-input:-moz-placeholder {
  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;
  margin-top: 9px;
}
.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: #CEA67D;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .main_menu .menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 949px) {
  .main_menu .menu ul li a {
    font-size: 13px;
  }
}
.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 15px;
  }
}
.main_menu .menu > ul > li > a {
  display: inline-block;
}
.main_menu .menu > ul > li > a:hover {
  color: white;
}
.sticky .main_menu .menu > ul > li > a:hover {
  color: white;
}
.main_menu .menu > ul > li.current-menu-item > a {
  color: white;
}
.main_menu .menu > ul > li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -14px;
  left: calc(50% - 85px);
  max-height: 0;
  min-width: 100px;
  width: 170px;
  overflow: hidden;
  margin-left: 0;
  background: transparent;
  transition: max-height 0s ease-in-out;
}
@media only screen and (max-width: 949px) {
  .main_menu .menu > ul > li ul.sub-menu {
    position: relative;
    background: none !important;
    left: unset;
    margin: auto;
    margin-bottom: 14px;
    top: unset;
  }
}
.main_menu .menu > ul > li ul.sub-menu:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.main_menu .menu > ul > li ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% + 150px);
  background: rgba(1, 1, 1, 0.6);
  display: block;
  right: 0;
  top: -130px;
  width: 200vw;
  left: -50vw;
  z-index: -1;
  border-bottom: 2px solid #CEA67D;
}
@media only screen and (max-width: 949px) {
  .main_menu .menu > ul > li ul.sub-menu:before {
    display: none;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  transition: background 0.2s ease-in-out;
  /*
  .sub-menu {
  	top: 0;
  	right: 100%;
  	left: unset;
  	
  	max-height: 0;
  	overflow: hidden;
  	
  	li {
  		border: unset;
  		
  		a {
  			background: #e6e6e6;
  						
  			&:hover{
  				background: $green !important;
  			}
  		}
  	}
  }
  */
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu > li {
    padding: 0 0;
    background: none !important;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li:first-child {
  padding-top: 30px;
}
@media only screen and (max-width: 949px) {
  .main_menu .menu > ul > li ul.sub-menu > li:first-child {
    padding-top: 0;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2em;
  text-transform: none;
  background: transparent;
  color: white;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu > li a {
    font-size: 16px !important;
  }
}
.main_menu .menu > ul > li ul.sub-menu > li a:hover {
  background: transparent;
  color: #CEA67D;
  /*
  							    &:after{
  									@include fa-icon;
  									@extend .fas;
  									content: fa-content($fa-var-long-arrow-alt-right);
  								    position: relative;
  								    margin-left: 12px;
  								    vertical-align: 0;
  								    color: white;
  								}
  */
}
@media only screen and (min-width: 768px) {
  .main_menu .menu > ul > li:hover ul.sub-menu {
    max-height: 700px;
    overflow: visible;
    transition: max-height 0.2s ease-in-out;
  }
  .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;
  }
}
.main_menu .menu > ul > li ul.sub-menu.open-sub {
  max-height: 700px;
  overflow: visible;
  transition: max-height 0.2s ease-in-out;
}
@media only screen and (max-width: 949px) {
  .main_menu .menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    background: #060606;
    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: 20px !important;
  }
}

/*------------------------------------*\
    MENU - Toggle
\*------------------------------------*/
.menu-toggle-wrapper {
  display: none;
  position: fixed;
  padding: 10px 32px;
  font-size: 18px;
  width: 16px;
  right: 30px;
  top: 18px;
  z-index: 10000;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .menu-toggle-wrapper {
    display: block;
    padding: 10px;
  }
}
.menu-toggle-wrapper .mobile-menu-toggle {
  color: #CEA67D;
}
.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";
}
.menu-toggle-wrapper.mobile-active .mobile-menu-toggle:before {
  content: "\f00d";
}

/*------------------------------------*\
    MENU - Mobile
\*------------------------------------*/
/*------------------------------------*\
    FOOTER - SITE WIDE
\*------------------------------------*/
.footer-outer-wrapper {
  background-color: black;
}
.footer-outer-wrapper .footer-top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 42px;
  padding-bottom: 15px;
}
.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;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget {
  font-size: 13px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget img {
  width: 100%;
  max-width: 300px !important;
  padding-right: 30px;
  box-sizing: border-box;
  margin-top: -12px;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper .widget .widgettitle {
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.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: 0;
}
.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;
}
.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) {
  -ms-flex: 1;
      flex: 1;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(2) {
  width: 21%;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(3) {
  width: 11%;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(4) {
  width: 21%;
}
.footer-outer-wrapper .footer-top-wrapper .footer-widget-wrapper:nth-child(5) {
  width: 15%;
  padding-left: 5%;
}

.footer {
  background-color: black;
}
.footer .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 40px;
}
.footer .inner-wrapper > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.footer .inner-wrapper a, .footer .inner-wrapper p {
  color: black;
  font-weight: 500 !important;
  font-size: 11px;
  line-height: 2em;
}
.footer .inner-wrapper a:hover {
  color: #CEA67D;
  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;
}

/* DC ACF Blocks */
/*------------------------------------*\
   ACF CONTENT BLOCKS
\*------------------------------------*/
.page {
  position: relative;
}
.page > .content,
.page > .post-content > .content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page > .content:not(.has_bg_img),
.page > .post-content > .content:not(.has_bg_img) {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1099px) {
  .page > .content:not(.has_bg_img),
  .page > .post-content > .content:not(.has_bg_img) {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 949px) {
  .page > .content:not(.has_bg_img),
  .page > .post-content > .content:not(.has_bg_img) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content:not(.has_bg_img),
  .page > .post-content > .content:not(.has_bg_img) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.page > .content:not(.has_bg_img) .dc-section-graphic.position_top,
.page > .post-content > .content:not(.has_bg_img) .dc-section-graphic.position_top {
  margin-top: -150px;
}
.page > .content:not(.full) > .cols_wrapper,
.page > .post-content > .content:not(.full) > .cols_wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.page > .content.cols_1 > .cols_wrapper,
.page > .post-content > .content.cols_1 > .cols_wrapper {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  .page > .content.cols_1 > .cols_wrapper,
  .page > .post-content > .content.cols_1 > .cols_wrapper {
    width: 83.333%;
  }
}
@media only screen and (max-width: 949px) {
  .page > .content.cols_1 > .cols_wrapper,
  .page > .post-content > .content.cols_1 > .cols_wrapper {
    width: 100%;
  }
}

/*------------------------------------*\
   ACF CONTENT BLOCKS
\*------------------------------------*/
.page > .content.textblock,
.page > .post-content > .content.textblock {
  position: relative;
  /*
  			.col_0.text_col_2 {
  				width: 50%;
  				flex: left;
  			}
  */
}
.page > .content.textblock.has_bg_img,
.page > .post-content > .content.textblock.has_bg_img {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock:not(.has_bg_img),
  .page > .post-content > .content.textblock:not(.has_bg_img) {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.page > .content.textblock .block-title,
.page > .post-content > .content.textblock .block-title {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.page > .content.textblock .block-title h2,
.page > .content.textblock .block-title h3,
.page > .post-content > .content.textblock .block-title h2,
.page > .post-content > .content.textblock .block-title h3 {
  max-width: 820px;
  margin: 0 auto 50px;
}
.page > .content.textblock .block-title h2:after,
.page > .content.textblock .block-title h3:after,
.page > .post-content > .content.textblock .block-title h2:after,
.page > .post-content > .content.textblock .block-title h3:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}
.page > .content.textblock .block-title h2:before,
.page > .content.textblock .block-title h3:before,
.page > .post-content > .content.textblock .block-title h2:before,
.page > .post-content > .content.textblock .block-title h3:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.page > .content.textblock .block-title h3,
.page > .post-content > .content.textblock .block-title h3 {
  color: #CEA67D;
}
.page > .content.textblock img,
.page > .post-content > .content.textblock img {
  width: 100%;
  height: auto;
}
.page > .content.textblock .textblock_text,
.page > .post-content > .content.textblock .textblock_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page > .content.textblock .textblock_text.center, .page > .content.textblock .textblock_text.left, .page > .content.textblock .textblock_text.right,
.page > .post-content > .content.textblock .textblock_text.center,
.page > .post-content > .content.textblock .textblock_text.left,
.page > .post-content > .content.textblock .textblock_text.right {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.page > .content.textblock .textblock_text.left, .page > .content.textblock .textblock_text.right,
.page > .post-content > .content.textblock .textblock_text.left,
.page > .post-content > .content.textblock .textblock_text.right {
  margin: 0 !important;
}
.page > .content.textblock .textblock_text.has_colour,
.page > .post-content > .content.textblock .textblock_text.has_colour {
  padding: 20px;
  margin: -8px;
  height: calc(100% - 28px);
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .textblock_text.has_colour,
  .page > .post-content > .content.textblock .textblock_text.has_colour {
    padding: 14px;
    margin: 16px -12px;
  }
}
.page > .content.textblock .textblock_text .block-title,
.page > .content.textblock .textblock_text .block-heading,
.page > .content.textblock .textblock_text .block-content,
.page > .content.textblock .textblock_text .block-cta,
.page > .post-content > .content.textblock .textblock_text .block-title,
.page > .post-content > .content.textblock .textblock_text .block-heading,
.page > .post-content > .content.textblock .textblock_text .block-content,
.page > .post-content > .content.textblock .textblock_text .block-cta {
  width: 100%;
}
.page > .content.textblock .textblock_text .block-title,
.page > .post-content > .content.textblock .textblock_text .block-title {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .textblock_text .block-title,
  .page > .post-content > .content.textblock .textblock_text .block-title {
    padding-bottom: 20px;
  }
}
.page > .content.textblock .textblock_text .block-title p,
.page > .post-content > .content.textblock .textblock_text .block-title p {
  font-size: 13px;
  letter-spacing: 1.7px;
  color: #CEA67D !important;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.page > .content.textblock .textblock_text .block-title p:before, .page > .content.textblock .textblock_text .block-title p:after,
.page > .post-content > .content.textblock .textblock_text .block-title p:before,
.page > .post-content > .content.textblock .textblock_text .block-title p:after {
  content: "";
  width: 19px;
  height: 4px;
  position: relative;
  display: inline-block;
  border-top: 2px solid #F2EAD9;
}
.page > .content.textblock .textblock_text .block-title p:before,
.page > .post-content > .content.textblock .textblock_text .block-title p:before {
  margin-right: 10px;
}
.page > .content.textblock .textblock_text .block-title p:after,
.page > .post-content > .content.textblock .textblock_text .block-title p:after {
  margin-left: 10px;
}
.page > .content.textblock .textblock_text .block-heading:first-child:last-child,
.page > .post-content > .content.textblock .textblock_text .block-heading:first-child:last-child {
  margin: 110px 0 0;
}
.page > .content.textblock .textblock_text .block-heading h2,
.page > .post-content > .content.textblock .textblock_text .block-heading h2 {
  text-align: center;
  margin-bottom: 0;
}
.page > .content.textblock .textblock_text .block-heading h2:after,
.page > .post-content > .content.textblock .textblock_text .block-heading h2:after {
  margin-left: auto;
  margin-right: auto;
}
.page > .content.textblock .textblock_text .block-heading h2:before,
.page > .post-content > .content.textblock .textblock_text .block-heading h2:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.page > .content.textblock .textblock_text .block-content p,
.page > .post-content > .content.textblock .textblock_text .block-content p {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  /*
  					@include mq('tablet', max) {
  						max-width: calc(100% - 60px);
  					}
  */
}
.page > .content.textblock .textblock_text .block-cta p,
.page > .post-content > .content.textblock .textblock_text .block-cta p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page > .content.textblock .textblock_text .text_col_2,
  .page > .post-content > .content.textblock .textblock_text .text_col_2 {
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page > .content.textblock .textblock_text .text_col_2 *:first-child,
  .page > .post-content > .content.textblock .textblock_text .text_col_2 *:first-child {
    padding-right: 15px;
  }
  .page > .content.textblock .textblock_text .text_col_2 *:last-child,
  .page > .post-content > .content.textblock .textblock_text .text_col_2 *:last-child {
    padding-left: 15px;
  }
  .page > .content.textblock .textblock_text .text_col_2 p,
  .page > .post-content > .content.textblock .textblock_text .text_col_2 p {
    text-align: left !important;
  }
}
.page > .content.textblock.video-wrapper .cols_wrapper,
.page > .post-content > .content.textblock.video-wrapper .cols_wrapper {
  max-width: 1300px;
}
@media only screen and (max-width: 1099px) {
  .page > .content.textblock.video-wrapper .cols_wrapper,
  .page > .post-content > .content.textblock.video-wrapper .cols_wrapper {
    width: 100%;
  }
}
.page > .content.textblock .textblock_video,
.page > .post-content > .content.textblock .textblock_video {
  display: inline-block;
  position: relative;
  padding: 56.25% 0 0;
  margin: 30px 0 36px;
  width: 100%;
  max-height: 550px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .textblock_video,
  .page > .post-content > .content.textblock .textblock_video {
    margin: 30px 0 20px;
  }
}
.page > .content.textblock .textblock_video iframe,
.page > .post-content > .content.textblock .textblock_video iframe {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page > .content.textblock .textblock_image img,
.page > .post-content > .content.textblock .textblock_image img {
  width: 100%;
  height: auto;
}
.page > .content.textblock .textblock_image .caption,
.page > .post-content > .content.textblock .textblock_image .caption {
  font-size: 0.88em;
  line-height: 1.25em;
  margin-bottom: 25px;
  padding-top: 5px;
}
.page > .content.textblock blockquote,
.page > .post-content > .content.textblock blockquote {
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: 0;
  /*
  			&.style-2{
  				width: 100%;
  				background-color: $greybg;
  
  				margin: 10px auto 25px;
  				padding: 30px 40px 10px;
  
  			    border-radius: 20px;
  				
  				p{
  					position: relative;
  					padding: 0 !important;
  
  					border: none;
  
  					color: $body_color;
  					text-align: left;
  
  					&:before,
  					&:after{
  						position: absolute;
  						top: -16px;
  					    left: -26px;
  
  					    content: "“";
  					    width: 30px;
  					    height: 30px;
  					    
  					    
  					    color: $theme_color;
  				        font-size: 100px;
  						//line-height: 123px;
  					}
  
  					&:after{
  					    content: '”';
  					    top: unset;
  					    left: unset;
  						bottom: -69px;
  						right: -14px;
  					}
  				}
  			}
  */
}
.page > .content.textblock blockquote p,
.page > .post-content > .content.textblock blockquote p {
  font-size: 24px;
  line-height: 1.72em;
  color: #CEA67D;
  text-align: center;
}
@media only screen and (max-width: 949px) {
  .page > .content.textblock blockquote p,
  .page > .post-content > .content.textblock blockquote p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock blockquote p,
  .page > .post-content > .content.textblock blockquote p {
    font-size: 16px;
  }
}
.page > .content.textblock blockquote:before, .page > .content.textblock blockquote:after,
.page > .post-content > .content.textblock blockquote:before,
.page > .post-content > .content.textblock blockquote:after {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
  border-top: 2px solid #CEA67D;
}
.page > .content.textblock blockquote:after,
.page > .post-content > .content.textblock blockquote:after {
  margin-top: 17px;
  margin-bottom: 0;
}
.page > .content.textblock.hero-o,
.page > .post-content > .content.textblock.hero-o {
  position: relative;
  padding: 175px 0 160px;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.hero-o,
  .page > .post-content > .content.textblock.hero-o {
    padding-top: 75px;
    padding-bottom: 85px;
  }
}
.page > .content.textblock.hero-o:before,
.page > .post-content > .content.textblock.hero-o:before {
  content: "";
  background: url("../img/one_overlay.png");
  background-size: auto 135%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  z-index: 0;
  height: calc(100% + 100px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.hero-o:before,
  .page > .post-content > .content.textblock.hero-o:before {
    background-size: auto 105%;
    top: -40px;
    height: calc(100% + 40px);
  }
}
.page > .content.textblock.hero-o:after,
.page > .post-content > .content.textblock.hero-o:after {
  content: "";
  background: url("../img/gold-bar-bottom.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  height: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.hero-o:after,
  .page > .post-content > .content.textblock.hero-o:after {
    height: 13px;
    max-width: calc(100% - 60px);
    left: 30px;
  }
}
.page > .content.textblock.hero-o > .cols_wrapper,
.page > .post-content > .content.textblock.hero-o > .cols_wrapper {
  position: relative;
  z-index: 10;
}
.page > .content.textblock.hero-o h2:before,
.page > .post-content > .content.textblock.hero-o h2:before {
  display: none;
}
.page > .content.textblock.cols_2 > .cols_wrapper, .page > .content.textblock.cols_3 > .cols_wrapper, .page > .content.textblock.cols_4 > .cols_wrapper,
.page > .post-content > .content.textblock.cols_2 > .cols_wrapper,
.page > .post-content > .content.textblock.cols_3 > .cols_wrapper,
.page > .post-content > .content.textblock.cols_4 > .cols_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.cols_2 > .cols_wrapper, .page > .content.textblock.cols_3 > .cols_wrapper, .page > .content.textblock.cols_4 > .cols_wrapper,
  .page > .post-content > .content.textblock.cols_2 > .cols_wrapper,
  .page > .post-content > .content.textblock.cols_3 > .cols_wrapper,
  .page > .post-content > .content.textblock.cols_4 > .cols_wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.page > .content.textblock.cols_2 > .cols_wrapper > .col_3,
.page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_3 {
  width: calc(25% - 18px);
}
.page > .content.textblock.cols_2 > .cols_wrapper > .col_4,
.page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_4 {
  width: calc(33.333% - 18px);
}
.page > .content.textblock.cols_2 > .cols_wrapper > .col_6,
.page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_6 {
  width: calc(50% - 18px);
}
.page > .content.textblock.cols_2 > .cols_wrapper > .col_8,
.page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_8 {
  width: calc(66.6660% - 18px);
}
.page > .content.textblock.cols_2 > .cols_wrapper > .col_9,
.page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_9 {
  width: calc(75% - 18px);
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.cols_2 > .cols_wrapper > .col_3,
  .page > .content.textblock.cols_2 > .cols_wrapper > .col_4,
  .page > .content.textblock.cols_2 > .cols_wrapper > .col_6,
  .page > .content.textblock.cols_2 > .cols_wrapper > .col_8,
  .page > .content.textblock.cols_2 > .cols_wrapper > .col_9,
  .page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_3,
  .page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_4,
  .page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_6,
  .page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_8,
  .page > .post-content > .content.textblock.cols_2 > .cols_wrapper > .col_9 {
    width: 100%;
  }
}
.page > .content.textblock.cols_3 > .cols_wrapper > .col_3,
.page > .post-content > .content.textblock.cols_3 > .cols_wrapper > .col_3 {
  width: calc(25% - 18px);
}
.page > .content.textblock.cols_3 > .cols_wrapper > .col_4,
.page > .post-content > .content.textblock.cols_3 > .cols_wrapper > .col_4 {
  width: calc(33.333% - 24px);
}
.page > .content.textblock.cols_3 > .cols_wrapper > .col_6,
.page > .post-content > .content.textblock.cols_3 > .cols_wrapper > .col_6 {
  width: calc(50% - 36px);
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.cols_3 > .cols_wrapper > .col_3,
  .page > .content.textblock.cols_3 > .cols_wrapper > .col_4,
  .page > .content.textblock.cols_3 > .cols_wrapper > .col_6,
  .page > .post-content > .content.textblock.cols_3 > .cols_wrapper > .col_3,
  .page > .post-content > .content.textblock.cols_3 > .cols_wrapper > .col_4,
  .page > .post-content > .content.textblock.cols_3 > .cols_wrapper > .col_6 {
    width: 100%;
  }
}
.page > .content.textblock.cols_4 > .cols_wrapper > .col_3,
.page > .post-content > .content.textblock.cols_4 > .cols_wrapper > .col_3 {
  width: calc(25% - 18px);
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.cols_4 > .cols_wrapper > .col_3,
  .page > .post-content > .content.textblock.cols_4 > .cols_wrapper > .col_3 {
    width: 100%;
  }
}
.page > .content.textblock.has_color,
.page > .post-content > .content.textblock.has_color {
  position: relative;
  padding: 55px calc(50% - 640px) 50px;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.page > .content.textblock.has_color:before,
.page > .post-content > .content.textblock.has_color:before {
  display: none;
}

/*------------------------------------*\
   ACF CONTENT BLOCKS
\*------------------------------------*/
.page > .content.imagetextbox,
.post > .post-content > .content.imagetextbox {
  /*
  		&.image_left,
  		&.image_right {
  			> .cols_wrapper {
  					
  				display: flex;
  				align-items: stretch;
  				position: relative;
  				
  				padding: 68px calc(50% - 533px) 64px;
  				margin: 0;
  				max-width: 100%;
  				box-sizing: border-box;
  				
  				//background: $theme_color;
  				
  				@include mq('desktop', max) {
  				    padding: 68px 20px 64px;
  				}
  					    
  			    @include mq('tablet', max) {
  				    padding: 28px 8px !important;
  				    flex-direction: column-reverse;
  				}
  				
  				&:before {
  					display: none;
  				}
  				
  				.img_left,
  				.img_right {
  					display: flex;
  					width: 73%;
  						    
  				    @include mq('tablet', max) {
  					    display: block;
  					    width: 100%;
  					}
  									
  					img {
  						border-radius: 25px 25px 25px 0;
  						display: block;
  					    width: 100%;
  					    object-fit: cover;
  							    
  					    @include mq('tablet', max) {
  						    border-radius: 0 0 15px 0;
  						}
  					}
  				}
  			}
  		}
  */
  /*
  		.text_content {
  		    display: flex;
  		    flex-direction: column;
  		    justify-content: center;
  
  			width: 46%;
  			margin: 0 0 0 -90px;
  			//padding: 35px 30px;
  				    
  		    @include mq('tablet', max) {
  			   width: 100%;
  			   margin: 0;
  			   padding: 0;
  			}
  			
  			&:first-child {
  				margin: 0 -90px 0 0;
  				z-index: 1;
  					    
  			    @include mq('tablet', max) {
  				   margin: 0;
  				}
  			}
  			
  			> div {
  				padding: 30px 34px;
  				    
  				background: white;
  				border-radius: 15px 15px 15px 0;
  				box-shadow: 0 0 20px 4px rgba(1, 1, 1, 0.05);
  				    
  			    @include mq('tablet', max) {
  				   padding: 22px;
  				   border-radius: 15px 15px 0 0;
  				}
  				
  				h3, h4 {
  				    @include h3_h4_title;
  				}
  					
  				h4 {
  					font-size: 23px;
  				}
  				
  				p {
  						    
  				    @include mq('tablet', max) {
  					   margin-bottom: 8px;
  					}
  				}
  				
  				a {
  					@include wapha_btn;
  					margin: 0 !important;
  				}
  				
  				> *:last-child {
  					margin-bottom: 0;
  				}
  			}
  		}
  */
  /*
  		&.wide {
  			padding: 68px calc(50% - 640px) 64px;
  				    
  		    @include mq('1320', max) {
  			    padding: 68px 20px 64px;
  			}
  				    
  		    @include mq('tablet', min) {
  				
  				.text_content {
  					width: 36%;
  					
  					&:first-child {
  						margin: 0 -50px 0 0;
      				}
  				}
  				
  				.img_left,
  				.img_right {
  					width: 73%;
  				}
  			}
  		}
  */
  /*
  		&.white {
  			background: white;
  			
  			.text_content {
  				
  				> div {						    
  					background: $blueL;
  				}
  			}
  		}
  */
  /*
  		&.image_right {
  				    
  		    @include mq('tablet', max) {
  			    flex-direction: column;
  			}
  		}
  */
  /*
  		&:after {
  				    
  		    @include mq('tablet', max) {
  			    display: none;
  			}
  			
  			.home & {
  			    //@include border_bottom( 1210px, calc(50% - 605px) );
  			    @include border_bottom
  		    }
  		}
  */
}
.page > .content.imagetextbox.full, .page > .content.imagetextbox.image_full,
.post > .post-content > .content.imagetextbox.full,
.post > .post-content > .content.imagetextbox.image_full {
  margin-top: 0;
  margin-bottom: 0;
}
.page > .content.imagetextbox img,
.post > .post-content > .content.imagetextbox img {
  width: 100%;
  height: auto;
  display: block;
}
.page > .content.imagetextbox.image_full > .cols_wrapper,
.post > .post-content > .content.imagetextbox.image_full > .cols_wrapper {
  max-width: 100%;
  padding: 0;
}
.page > .content.imagetextbox.image_full > .cols_wrapper .text_content,
.post > .post-content > .content.imagetextbox.image_full > .cols_wrapper .text_content {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.page > .content.imagetextbox.image_full > .cols_wrapper .text_content .dc-caption,
.post > .post-content > .content.imagetextbox.image_full > .cols_wrapper .text_content .dc-caption {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  color: #CEA67D;
}

/*------------------------------------*\
   ACF CONTENT BLOCKS - Imagegallery
\*------------------------------------*/
.page > .content {
  position: relative;
}
.page > .content.dc-gallery:not(.full) {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.page > .content.dc-gallery:not(.full).has_bg {
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page > .content.dc-gallery:not(.full).has_bg .photo-gallery-wrapper {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .page > .content.dc-gallery:not(.full) {
    margin-top: -40px !important;
    margin-bottom: 40px !important;
  }
}
.page > .content.dc-gallery:not(.full) .dc-single-raw-three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  /*
  	@include mq('phablet', max) {
  		grid-template-columns: 1fr;
  	}
  */
}
.page > .content.dc-gallery:not(.full) .dc-single-raw-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  /*
  	@include mq('phablet', max) {
  		grid-template-columns: 1fr;
  	}
  */
}
.page > .content.dc-gallery:not(.full) .gallery_title {
  text-align: center;
  padding-bottom: 30px;
}
.page > .content .photo-gallery-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  max-width: 1300px;
}
@media only screen and (max-width: 949px) {
  .page > .content .photo-gallery-wrapper {
    padding-top: 70px !important;
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content .photo-gallery-wrapper {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}
.page > .content .photo-gallery-wrapper .slick-slider img {
  width: 100%;
}
.page > .content .photo-gallery-wrapper .slick-slider li {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 949px) {
  .page > .content .photo-gallery-wrapper .slick-slider li {
    margin: 0 .8vw;
  }
}
.page > .content .photo-gallery-wrapper .slick-slider li span {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 10px 20px;
  background: #111111;
  background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0.86738) 30%, rgba(17, 17, 17, 0) 100%);
}
.page > .content .photo-gallery-wrapper .slick-slider li span:empty {
  display: none;
}
.page > .content .photo-gallery-wrapper .slick-gallery .slick-arrow,
.page > .content .photo-gallery-wrapper .slick-thumbnails .slick-arrow {
  display: none !important;
}
.page > .content .photo-gallery-wrapper .slick-thumbnails li {
  margin: 0 15px;
}
.page > .content .pagination-wrapper {
  display: none;
  text-align: center;
  position: relative;
  width: 300px;
  margin: -27px auto 0 auto;
  z-index: 1000;
}
.page > .content .pagination-wrapper .paging-info {
  font-size: 52px;
  text-shadow: 0 0 10px rgba(1, 1, 1, 0.3);
  letter-spacing: 2.36px;
  line-height: 33px;
  color: white;
}
.page > .content .compensate-for-scrollbar {
  margin: 0 !important;
}
.page > .content .slick-thumbnails {
  margin-top: 20px;
}
@media only screen and (max-width: 949px) {
  .page > .content .slick-thumbnails {
    margin-top: .8vw;
  }
}
.page > .content .slick-thumbnails li {
  background: black;
}
.page > .content .slick-thumbnails li img {
  opacity: .92;
}
.page > .content .fancybox-content:not(.express-interest-form) {
  -ms-transform: translate(0px, 0px) !important;
      transform: translate(0px, 0px) !important;
  width: 100% !important;
  height: 100% !important;
}
.page > .content .fancybox-content:not(.express-interest-form) img {
  object-fit: contain !important;
}

.dc-gallery-centermode {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100vw !important;
  max-width: 1920px;
  margin-left: -320px;
}
@media only screen and (max-width: 1919px) {
  .dc-gallery-centermode {
    margin-left: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 767px) {
  .dc-gallery-centermode {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.dc-gallery-centermode .royalSlider {
  margin: 100px 0 0;
  width: 100% !important;
}
.dc-gallery-centermode .royalSlider .rsVisibleNearbyWrap {
  height: 515px !important;
  max-height: 33vw;
}
.dc-gallery-centermode .inner .rsGCaption {
  display: none;
}
.dc-gallery-centermode .inner .gallery-item {
  padding: 0 30px;
}
.dc-gallery-centermode .inner .gallery-item a img {
  width: 100%;
}
.dc-gallery-centermode .inner .gallery-item a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 10px 20px;
  background: #111111;
  background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0.86738) 30%, rgba(17, 17, 17, 0) 100%);
}

/*------------------------------------*\
    DC GALLERY
\*------------------------------------*/
/*------------------------------------*\
   ACF CONTENT BLOCKS - Imagegrid
\*------------------------------------*/
.inner .block-heading {
  padding-left: 30px;
  padding-right: 30px;
}

.has_bg_img.textblock + .has_bg.dc-imagegrid-wrapper {
  padding-top: 1px;
  margin-top: -60px;
}

.dc-imagegrid-wrapper {
  position: relative;
  padding-bottom: 100px;
}
.dc-imagegrid-wrapper.has_bg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.dc-imagegrid-wrapper.has_bg .inner .block-heading h2 {
  padding: 0;
}
.dc-imagegrid-wrapper .inner .block-heading h2 {
  padding: 110px 0 0;
  text-align: center;
  color: #B9A085;
}
.dc-imagegrid-wrapper .inner .block-heading h2:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.dc-imagegrid-wrapper .inner .block-heading h2:after {
  margin-left: auto;
  margin-right: auto;
}
.dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper {
  max-width: 1300px;
  margin: 50px auto 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 67px);
  grid-gap: 10px;
}
@media only screen and (max-width: 1289px) {
  .dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper {
    grid-template-rows: repeat(12, 5.3vw);
  }
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper .item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper .item {
    margin-bottom: 20px;
  }
}
.dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-imagegrid-wrapper .inner .grid-outer .grid-wrapper .item span {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 10px 20px;
  background: #111111;
  background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0.86738) 30%, rgba(17, 17, 17, 0) 100%);
}
@media only screen and (max-width: 949px) {
  .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 9;
  position: relative;
  /*
  							@include mq('tablet', max) {
  						    	&:before {
  						    		content: "";
  								    background: url( "../img/gold-bar-bottom.png" );
  								    background-size: auto;
  								    background-position: center;
  								    background-repeat: no-repeat;
  								    position: absolute;
  								    bottom: 0px;
  								    top: -50px;
  								    left: 0;
  								    z-index: 0;
  								    height: 30px;
  								    width: 85%;    
  								    border: unset;
  											    
  									@include mq('tablet', max) {
  								    	width: 100%;
  									}
  					    	    }
  					    	    
  					    	    &:first-child {
  						    	    
  						    	    &:before {
  						    	    	display: none;
  									}
  					    	    }
  							}
  */
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(1):after {
  content: "";
  background: url("../img/gold-bar-bottom.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  top: unset;
  right: 0;
  z-index: 0;
  height: 30px;
  width: 85%;
  border: unset;
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(2) {
  grid-column-start: 6;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 6;
}
@media only screen and (max-width: 949px) {
  .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(2) {
    width: calc(100% + 30px);
  }
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(3) {
  grid-column-start: 6;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 12;
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(4), .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(5), .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(6), .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(7), .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(8), .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(9), .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .item:nth-child(10) {
  display: none;
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 12;
  position: relative;
  padding-top: 50px;
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper:before {
  content: "";
  background: url("../img/gold-bar-bottom.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0;
  z-index: 0;
  height: 30px;
  width: 85%;
  border: unset;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper:before {
    width: 100%;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper p {
  padding: 0 calc(20px + 10%) 0 20px;
  color: #CEA67D;
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper h4 {
  font-size: 17px;
  padding: 0 calc(20px + 10%) 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper h4 {
    text-align: center;
    padding: 0;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper h4:after {
  display: none;
}
.dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper a {
  margin-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_1 .inner .grid-outer .grid-wrapper .text-wrapper a {
    margin: 30px calc(50% - 80px) !important;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper {
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(11, 72px);
}
@media only screen and (max-width: 1289px) {
  .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper {
    grid-template-rows: repeat(11, 5.4vw);
  }
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 7;
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 7;
  grid-row-end: 9;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(2) {
    width: calc(100% + 30px);
  }
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 7;
  grid-row-end: 9;
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(4) {
  grid-column-start: 6;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 7;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(4) {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(5) {
  grid-column-start: 6;
  grid-column-end: 11;
  grid-row-start: 7;
  grid-row-end: 12;
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(6), .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(7), .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(8), .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(9), .dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .item:nth-child(10) {
  display: none;
}
.dc-imagegrid-wrapper.dc_grid_style_2 .inner .grid-outer .grid-wrapper .text-wrapper {
  display: none;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper {
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(5, 145px);
}
@media only screen and (max-width: 1289px) {
  .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper {
    grid-template-rows: repeat(5, 10.8vw);
  }
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 5;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(2) {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(2) {
    width: calc(100% + 30px);
  }
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(3) {
  grid-column-start: 13;
  grid-column-end: 16;
  grid-row-start: 3;
  grid-row-end: 4;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(4) {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 4;
  grid-row-end: 5;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(4) {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(5) {
  grid-column-start: 19;
  grid-column-end: 25;
  grid-row-start: 2;
  grid-row-end: 4;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(6) {
  grid-column-start: 19;
  grid-column-end: 25;
  grid-row-start: 4;
  grid-row-end: 6;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(6) {
    width: calc(100% + 30px);
  }
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(7), .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(8), .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(9), .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .item:nth-child(10) {
  display: none;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper {
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media only screen and (max-width: 767px) {
  .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper h4, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper p {
  margin: 50px auto 0 !important;
  max-width: 410px;
  text-align: center;
  color: #CEA67D;
  font-size: 24px;
  	    	/*
  			@extend %bold;
  	    	font-size: 17px;
      	    padding: 0 calc(20px + 10%) 0 20px;
      	    
      	    position: relative;
  			*/
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper h4:before, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper p:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper h4:after, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper p:after {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  border-top: 2px solid #CEA67D;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper h4:before, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper p:before {
  padding-bottom: 25px;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper h4:after, .dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper p:after {
  margin-top: 48px;
}
.dc-imagegrid-wrapper.dc_grid_style_3 .inner .grid-outer .grid-wrapper .text-wrapper a {
  display: none;
}
.dc-imagegrid-wrapper.light .inner .grid-outer .grid-wrapper .text-wrapper h4, .dc-imagegrid-wrapper.light .inner .grid-outer .grid-wrapper .text-wrapper p {
  color: black;
}

/* VC Components */
/*------------------------------------*\
    VC BUTTONS
\*------------------------------------*/
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  font-weight: 600 !important;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 9px 18px;
}

/* Components */
/*------------------------------------*\
    CONTACT FORM - ALL
\*------------------------------------*/
/* Gravity forms */
.gform_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  /*
  		@include mq('tablet', max) {
  			margin: 0 -15px;
  			width: calc(100% + 30px) !important;
  		}
  */
}
.gform_wrapper .gform_body ul {
  margin: 0;
}
.gform_wrapper .gform_body ul li.gfield {
  color: black;
  margin: 0 0 10px !important;
  padding: 0 !important;
  position: relative;
  border: unset !important;
  background: none;
  /*
  				.ginput_container.ginput_container_select {
  					
  					select {
  					    text-indent: -999px;
  					}
  				}
  				
  				.focussed + .ginput_container.ginput_container_select {
  					
  					select {
  						text-indent: 0;
  				    }
  				}
  */
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_left_half {
  width: 50%;
  padding: 11px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  padding: 11px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half label {
    left: 0;
  }
}
.gform_wrapper .gform_body ul li.gfield label {
  font-size: 15px;
  color: black;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 9;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield label.focussed {
  /*
  						font-size: 70%;
  
  						top: -6px;
  */
  opacity: 0;
}
.gform_wrapper .gform_body ul li.gfield > a {
  color: black;
  text-decoration: underline;
  white-space: nowrap;
}
.gform_wrapper .gform_body ul li.gfield > a:hover {
  color: #CEA67D;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container select {
  color: black !important;
  line-height: 18px;
  font-size: 15px;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #CEA67D !important;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 19px 0 !important;
  margin: 0 !important;
  -webkit-appearance: button;
  border-radius: 0 !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.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 {
  border-color: white !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container 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.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 {
  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.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 {
  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.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 {
  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.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 {
  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.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 {
  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.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 {
  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.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 {
  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 input:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:focus
textarea:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi {
  border-bottom: 1px solid #CEA67D !important;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container select {
  border: unset !important;
}
.gform_wrapper .gform_body ul li.gfield .validation_message {
  font-size: 10px;
  padding: 0;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.contact .gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 13px !important;
  letter-spacing: 1.7px;
  line-height: 20px !important;
  text-transform: uppercase;
  text-align: center;
  color: #CEA67D;
  border: 1px solid #CEA67D;
  background: url("../img/subiac-button-bg.png") !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px !important;
  width: auto !important;
  padding: 12px 25px 10px !important;
  margin: 37px 0 0 0 !important;
  opacity: 1 !important;
  /*
      .has_bg_img & {
  	    background: $gold !important;
  		color: white !important;
  		
  	    &:hover {
  			background: $black !important;
  			border-color: $black !important;
  			color: $white !important;
  	    }
      }
  */
  margin: 0 !important;
  float: right;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #CEA67D !important;
  border-color: #CEA67D !important;
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    float: none;
    width: auto !important;
  }
}
.gform_wrapper .gform_footer img {
  max-width: 30px;
}

/*------------------------------------*\
   MASTER SLIDER
\*------------------------------------*/
.master-slider {
  	/*
  	.ms-scroll-parallax-cont {
  		
  		&:before {
  			content: "";
  			
  		    position: absolute;
  		    right: 0;
  		    top: 0;
  		    width: 455px;
  		    height: 100%;
  
  		    background: url( '../img/slider-connection-graphics.png' ) no-repeat;
  		    background-position: right;
  		    background-size: contain;
  		} 
  	}
  	*/
  /*
  	.ms-anim-layers {
  		
  		.ms-layer {
  		    right: 6% !important;
  		    left: unset !important;
  		    
  		    padding: 0 !important;
  		    width: 33% !important;
  	        max-width: 340px;
  	        min-width: 300px !important;
  		    box-sizing: border-box !important;
  			
  		    @include mq('tablet', min) {				 
  			    position: relative;
  			    top: unset !important;    		       
  			}
  	
  		    @include mq('950', max) {
  				padding: 30px !important;
  			}
  			
  		    @include mq('tablet', max) {
  			    border-radius: 0 !important;
  			    //border-bottom: 2px solid #D5DDE2;
  			    
  			    padding: 18px 24px !important;
  			    right: 0 !important;
  			    width: 100% !important;
  			    min-width: 100% !important;
  		        min-height: 176px;
  			    
  		        top: unset !important;
  				bottom: 0;
  				
  				background: white;
  			}
  		}
  
  		.css_class_wrapper{
  			display: none !important;
  		}
  	}
  */
  /*
      .ms-slide.with_overlay .ms-slide-bgcont {
      		position: relative;
  
  	    &:after{
  	    	display: block;
  	    	width: 100%;
  	    	height: 100%;
  	    	position: absolute;
  	    	background: rgba(0,0,0,0.2);
  	    	content: "";
  	    	top: 0;
  	    	left: 0;
  	    }
  	}
  */
}
.master-slider .ms-view,
.master-slider .ms-slide {
  height: 970px !important;
  max-height: 100vh !important;
  min-height: 750px !important;
}
@media only screen and (max-width: 767px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    max-height: 75vh !important;
    min-height: 75vh !important;
  }
}
.master-slider .ms-slide .ms-anim-layers {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .master-slider .ms-slide.text_left .ms-layer {
    left: 0 !important;
    right: unset !important;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1340px) {
  .master-slider .ms-slide.text_left .ms-layer {
    padding: 0 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .master-slider .ms-slide.text_right .ms-layer {
    left: unset !important;
    right: 0 !important;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1340px) {
  .master-slider .ms-slide.text_right .ms-layer {
    padding: 0 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .master-slider .ms-slide.no_overlay .ms-scroll-parallax-cont:before {
    display: none !important;
  }
}

/*------------------------------------*\
   MASTER SLIDER
\*------------------------------------*/
.master-slider .ms-bullets {
  opacity: 1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  right: calc(50% - 100px) !important;
  bottom: 18px !important;
  width: 200px !important;
}
.master-slider .ms-bullets .ms-bullets-count {
  right: 0 !important;
}
.master-slider .ms-bullets .ms-bullets-count .ms-bullet {
  width: 10px;
  height: 10px;
  background: transparent !important;
  border: 2px solid white;
  border-radius: 0;
}
.master-slider .ms-bullets .ms-bullets-count .ms-bullet.ms-bullet-selected {
  background: white !important;
}
.master-slider .ms-bullets .ms-bullets-count .ms-bullet:first-child:last-child {
  display: none;
}

/*------------------------------------*\
   MASTER SLIDER
\*------------------------------------*/
.master-slider .ms-slide h1 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  font-size: 33px !important;
  line-height: 1em !important;
  color: #CEA67D;
  text-transform: none;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  .master-slider .ms-slide h1 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .master-slider .ms-slide h1 {
    margin-bottom: 6px !important;
    font-size: 26px !important;
  }
}
.master-slider .ms-slide h2, .master-slider .ms-slide p {
  margin: 0 !important;
  font-size: 33px !important;
  line-height: 1.75em !important;
  color: #CEA67D;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .master-slider .ms-slide h2, .master-slider .ms-slide p {
    font-size: 30px !important;
  }
}
.master-slider .ms-slide a {
  display: inline-block;
  margin-top: 16px !important;
  padding: 10px !important;
  min-width: 235px !important;
  border: 1px solid #CEA67D !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #CEA67D !important;
  text-transform: uppercase !important;
  /*
  &.dc-slide-link{
  	position: absolute;
  	width: 100% !important;
  	height: 100% !important;
  	top: 0;
  	left: 0;
  }
  */
}
.master-slider .ms-slide a:hover {
  opacity: .6;
}

/*------------------------------------*\
    TITLE BOX 
    
    • Mobile first
\*------------------------------------*/
.title-box-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  min-height: 230px;
}
.title-box-wrapper: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;
}
@media only screen and (max-width: 1199px) {
  .title-box-wrapper:after {
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  .title-box-wrapper:after {
    height: 13px;
    max-width: calc(100% - 60px);
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .title-box-wrapper {
    min-height: 330px;
  }
}
@media only screen and (min-width: 950px) {
  .title-box-wrapper {
    min-height: 390px;
  }
}
@media only screen and (min-width: 1100px) {
  .title-box-wrapper {
    min-height: 450px;
  }
}
.title-box-wrapper h1, .title-box-wrapper h2, .title-box-wrapper p {
  text-align: center;
}
.title-box-wrapper h1:first-child:last-child, .title-box-wrapper h2:first-child:last-child, .title-box-wrapper p:first-child:last-child {
  margin-bottom: 0;
}
.title-box-wrapper .breadcrumb-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(206, 166, 125, 0.8);
}
.title-box-wrapper .breadcrumb-wrapper .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  min-height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  .title-box-wrapper .breadcrumb-wrapper .inner-wrapper {
    min-height: 50px;
  }
}
@media only screen and (max-width: 949px) {
  .title-box-wrapper .breadcrumb-wrapper .inner-wrapper {
    min-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .title-box-wrapper .breadcrumb-wrapper .inner-wrapper {
    min-height: 40px;
  }
}
.title-box-wrapper .breadcrumb-wrapper .inner-wrapper p {
  color: white;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}
.title-box-wrapper .breadcrumb-wrapper .inner-wrapper p a, .title-box-wrapper .breadcrumb-wrapper .inner-wrapper p span {
  color: white;
}
.title-box-wrapper .breadcrumb-wrapper .inner-wrapper p a:hover {
  text-decoration: underline;
}

.title-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 30px;
}

/*------------------------------------*\
   ROYAL SLIDER
\*------------------------------------*/
.royalSlider {
  margin: 100px -30px 0;
  width: calc(100% + 60px) !important;
}
.royalSlider .rsArrow {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.royalSlider .rsArrow .rsArrowIcn {
  display: none;
}
.royalSlider .rsArrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f177";
  vertical-align: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 40px;
  font-weight: 300 !important;
}
.royalSlider .rsArrow.rsArrowRight:after {
  content: "\f178";
}
.royalSlider .rsGCaption {
  position: absolute;
  left: calc(50% - 150px);
  bottom: -15px;
  width: 300px;
  margin: 0;
  z-index: 1000;
  background: none;
  font-size: 52px;
  text-shadow: 0 0 10px rgba(1, 1, 1, 0.3);
  text-align: center;
  letter-spacing: 2.36px;
  line-height: 33px;
  color: white;
}
.royalSlider.rsUni, .royalSlider.rsUni .rsOverflow, .royalSlider.rsUni .rsSlide, .royalSlider.rsUni .rsVideoFrameHolder, .royalSlider.rsUni .rsThumbs {
  background: transparent !important;
}

/*------------------------------------*\
   SLICK SLIDER
\*------------------------------------*/
.dc-gallery .slick-gallery .slick-slide {
  height: 693px;
  max-height: 53.5vw;
}
.dc-gallery .slick-gallery .slick-slide a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.dc-gallery .slick-gallery .slick-slide img {
  object-fit: cover;
  object-position: center;
}

/*------------------------------------*\
    FORMAT - DC BUTTON
\*------------------------------------*/
.dc-btn {
  font-size: 13px !important;
  letter-spacing: 1.7px;
  line-height: 20px !important;
  text-transform: uppercase;
  text-align: center;
  color: #CEA67D;
  border: 1px solid #CEA67D;
  background: url("../img/subiac-button-bg.png") !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px !important;
  width: auto !important;
  padding: 12px 25px 10px !important;
  margin: 37px 0 0 0 !important;
  opacity: 1 !important;
  /*
      .has_bg_img & {
  	    background: $gold !important;
  		color: white !important;
  		
  	    &:hover {
  			background: $black !important;
  			border-color: $black !important;
  			color: $white !important;
  	    }
      }
  */
  max-width: 100%;
}
.dc-btn:hover {
  background: #CEA67D !important;
  border-color: #CEA67D !important;
  color: white !important;
}
.dc-btn[href$=".jpg"] {
  padding-right: 20px;
  position: relative;
  background-position: -145px;
  background-size: 153px;
}
.dc-btn[href$=".jpg"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f063";
  position: relative;
  margin-left: 72px;
  vertical-align: 0;
  font-size: 20px;
}
.btn-wrapper .dc-btn {
  margin: 0 12px !important;
}
@media only screen and (max-width: 767px) {
  .btn-wrapper .dc-btn {
    margin: 0 6px 12px !important;
    min-width: 120px !important;
  }
}


.dc-btn-plans {
  font-size: 13px !important;
  letter-spacing: 1.7px;
  line-height: 20px !important;
  text-transform: uppercase;
  text-align: center;
  color: #CEA67D;
  border: 1px solid #CEA67D;
  background: url("../img/subiac-button-bg.png") !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px !important;
  width: auto !important;
  padding: 12px 25px 10px !important;
  margin: 17px 0 0 0 !important;
  opacity: 1 !important;
  /*
      .has_bg_img & {
  	    background: $gold !important;
  		color: white !important;
  		
  	    &:hover {
  			background: $black !important;
  			border-color: $black !important;
  			color: $white !important;
  	    }
      }
  */
  max-width: 100%;
}
.dc-btn-plans:hover {
  background: #CEA67D !important;
  border-color: #CEA67D !important;
  color: white !important;
}
.dc-btn-plans[href$=".jpg"] {
  padding-right: 20px;
  position: relative;
  background-position: -145px;
  background-size: 153px;
}
.dc-btn[href$=".jpg"]:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f063";
  position: relative;
  margin-left: 72px;
  vertical-align: 0;
  font-size: 20px;
}
.btn-wrapper .dc-btn {
  margin: 0 12px !important;
}
@media only screen and (max-width: 767px) {
  .btn-wrapper .dc-btn {
    margin: 0 6px 12px !important;
    min-width: 120px !important;
  }
}
.btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}

.btn-wrapper-plans {
  display: block;
  max-width: 100%;
  width: 100%;
}


/* Pages */
/*------------------------------------*\
   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: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  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: 1340px;
  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: #CEA67D;
  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: #CEA67D;
  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: #CEA67D;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #CEA67D;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

/* Theme */
/*------------------------------------*\
   SUBIACO - HOME
\*------------------------------------*/
.page {
  position: relative;
}
.page > .content.textblock.highlight_text {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: -100px auto 0;
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.highlight_text {
    margin: -40px auto 0;
  }
}
@media only screen and (max-width: 559px) {
  .page > .content.textblock.highlight_text {
    width: calc(100% - 80px);
  }
}
.page > .content.textblock.highlight_text .textblock_text {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 65px 0px;
}
@media only screen and (max-width: 1099px) {
  .page > .content.textblock.highlight_text .textblock_text {
    padding: 8vw 0px;
  }
}
@media only screen and (max-width: 559px) {
  .page > .content.textblock.highlight_text .textblock_text {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 1099px) {
  body:not(.home) .page > .content.textblock.highlight_text .textblock_text {
    padding: 0px;
  }
}
@media only screen and (max-width: 559px) {
  body:not(.home) .page > .content.textblock.highlight_text .textblock_text {
    padding: 0px;
  }
}
.page > .content.textblock.highlight_text h2 {
  color: white;
  max-width: 1035px;
  margin: 0;
  padding: 0px;
}
.page > .content.textblock.highlight_text h2:first-child:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.page > .content.textblock.highlight_text h2:first-child:before {
  border-top: 1px solid #FAF7F1;
}
.page > .content.textblock.highlight_text h2:first-child:not(:last-child):after {
  display: none;
}
.page > .content.textblock.highlight_text h2:last-child:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}
.page > .content.textblock.highlight_text h2:last-child:after {
  border-top: 1px solid #FAF7F1;
  margin-top: 30px;
}
body:not(.home) .page > .content.textblock.highlight_text h2 {
  font-size: 29px;
}
@media only screen and (max-width: 1099px) {
  body:not(.home) .page > .content.textblock.highlight_text h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 849px) {
  body:not(.home) .page > .content.textblock.highlight_text h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) {
  body:not(.home) .page > .content.textblock.highlight_text h2 {
    font-size: 19px;
  }
}
.page > .content.textblock.highlight_text p {
  color: white;
  max-width: 1035px;
  margin: 0;
  padding: 0px;
}
.home .page > .content.textblock.highlight_text {
  position: absolute;
  top: -280px;
  left: calc(50% - 638px);
  margin: 0;
}
@media only screen and (max-width: 1350px) {
  .home .page > .content.textblock.highlight_text {
    left: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .home .page > .content.textblock.highlight_text {
    top: -25.5vw;
  }
}
@media only screen and (max-width: 559px) {
  .home .page > .content.textblock.highlight_text {
    top: -130px;
    left: 40px;
  }
}
.page > .content.textblock.home_render_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .page > .content.textblock.home_render_section {
    min-height: 600px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.home_render_section {
    min-height: 57vw !important;
    padding-top: 232px;
  }
}
@media only screen and (max-width: 559px) {
  .page > .content.textblock.home_render_section {
    min-height: 80vw !important;
    padding-top: 232px;
    background-position: calc(100% + 40px) center;
  }
}
.page > .content.textblock.home_render_section > .cols_wrapper {
  max-width: 1340px;
}
.page > .content.textblock.home_render_section .textblock_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.home_render_section .textblock_text {
    max-width: 100%;
  }
}
.page > .content.textblock.home_render_section .textblock_text > * {
  width: 520px;
  max-width: 60%;
}
.page > .content.textblock.home_render_section .textblock_text.center {
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.page > .content.textblock.home_render_section .textblock_text.right {
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right;
}
.page > .content.textblock.home_render_section h2 {
  color: white;
}
.page > .content.textblock.home_render_section h2:after {
  display: none;
}
.page > .content.textblock.home_render_section p {
  color: white;
}
.page > .content.textblock.dark h1, .page > .content.textblock.dark h2, .page > .content.textblock.dark h3 {
  color: #CEA67D !important;
}
.page > .content.textblock.dark p {
  color: #CEA67D !important;
}
.page > .content.textblock.amenities {
  padding-top: 110px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.amenities {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.page > .content.textblock.amenities > .cols_wrapper {
  max-width: 100%;
}
.page > .content.textblock.express-your-interest {
  padding: 110px 0 0;
  position: relative;
  z-index: 10;
}
.page > .content.textblock.express-your-interest h2, .page > .content.textblock.express-your-interest h3 {
  background: none !important;
}
.page > .content.textblock.express-your-interest h2:after, .page > .content.textblock.express-your-interest h3:after {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  margin-top: 20px;
  border-top: 2px solid #CEA67D;
}
.page > .content.textblock.express-your-interest h2:after, .page > .content.textblock.express-your-interest h3:after {
  background: none !important;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.express-your-interest {
    padding: 50px 0 0;
  }
}
.page > .content.textblock.express-your-interest .cols_wrapper {
  max-width: 1420px;
}
@media only screen and (min-width: 950px) {
  .page > .content.textblock.express-your-interest .col_8 {
    width: calc(60% - 18px) !important;
  }
}
@media only screen and (min-width: 768px) {
  .page > .content.textblock.express-your-interest .col_8 {
    margin-bottom: -200px;
  }
}
.page > .content.textblock.express-your-interest .col_8 .textblock_text {
  padding: 90px 12%;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.express-your-interest .col_8 .textblock_text {
    padding: 45px 25px 20px;
  }
}
@media only screen and (min-width: 950px) {
  .page > .content.textblock.express-your-interest .col_4 {
    width: calc(40% - 18px) !important;
  }
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text {
  padding: 90px 12%;
}
@media only screen and (max-width: 1099px) {
  .page > .content.textblock.express-your-interest .col_4 .textblock_text {
    padding: 90px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.express-your-interest .col_4 .textblock_text {
    padding: 60px 0 40px 0;
  }
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text h2, .page > .content.textblock.express-your-interest .col_4 .textblock_text h3 {
  color: #CEA67D;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text h2:before, .page > .content.textblock.express-your-interest .col_4 .textblock_text h2:after, .page > .content.textblock.express-your-interest .col_4 .textblock_text h3:before, .page > .content.textblock.express-your-interest .col_4 .textblock_text h3:after {
  content: "";
  width: 20px;
  height: 1px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  background: #F2EAD9 !important;
  border: unset !important;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text h2:before, .page > .content.textblock.express-your-interest .col_4 .textblock_text h3:before {
  margin: 0 10px 0 0;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p {
  color: #414142;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p.socials {
  display: -ms-flexbox;
  display: flex;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a {
  color: #414142;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a:hover {
  color: #CEA67D;
  text-decoration: underline;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.facebook, .page > .content.textblock.express-your-interest .col_4 .textblock_text p a.instagram {
  text-transform: uppercase;
  color: #CEA67D;
  font-weight: 700 !important;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
  margin-right: 26px;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.facebook:before, .page > .content.textblock.express-your-interest .col_4 .textblock_text p a.instagram: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;
  margin-right: 12px;
  font-size: 24px;
  position: relative;
  vertical-align: 0;
  content: "\f39e";
  color: #CEA67D;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #CEA67D;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p a.instagram:before {
  content: "\f16d";
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p strong,
.page > .content.textblock.express-your-interest .col_4 .textblock_text p strong a {
  font-weight: 700 !important;
}
.page > .content.textblock.express-your-interest .col_4 .textblock_text p img.blackburne-logo {
  max-width: 220px;
  margin-top: 50px;
}
.page > .content.textblock.subiaco-map {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page > .content.textblock.subiaco-map .cols_wrapper {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.page > .content.textblock h3.dc-alt-header {
  font-size: 13px;
  letter-spacing: 1.7px;
  color: #CEA67D !important;
  text-transform: uppercase;
  position: relative;
}
.page > .content.textblock h3.dc-alt-header-with-dash {
  font-size: 13px;
  letter-spacing: 1.7px;
  color: #CEA67D !important;
  text-transform: uppercase;
  position: relative;
}
.page > .content.textblock h3.dc-alt-header-with-dash:before, .page > .content.textblock h3.dc-alt-header-with-dash:after {
  content: "";
  width: 19px;
  height: 4px;
  position: relative;
  display: inline-block;
  border-top: 2px solid #F2EAD9;
}
.page > .content.textblock h3.dc-alt-header-with-dash:before {
  margin-right: 10px;
}
.page > .content.textblock h3.dc-alt-header-with-dash:after {
  margin-left: 10px;
}

/*------------------------------------*\
   SUBIACO - HOME
\*------------------------------------*/
.page {
  position: relative;
}
.page > .content.textblock.image-grid {
  padding-top: 115px;
  padding-bottom: 115px;
}
.page > .content.textblock.image-grid > .cols_wrapper {
  max-width: 1230px;
  width: 100%;
}
.page > .content.textblock.image-grid .col_12 {
  width: calc(50% - 45px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 899px) {
  .page > .content.textblock.image-grid .col_12 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page > .content.textblock.image-grid .col_12 h4 {
  line-height: 1.6em;
}
.page > .content.textblock.image-grid .col_12 h4:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.page > .content.textblock.image-grid .col_12 h4:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}
.page > .content.textblock.image-grid .col_0 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}
@media only screen and (max-width: 1289px) {
  .page > .content.textblock.image-grid .col_0 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
.page > .content.textblock.image-grid .col_0 .caption {
  display: none;
}
.page > .content.textblock.image-grid .col_0:nth-child(2) {
  display: block;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1289px) {
  .page > .content.textblock.image-grid .col_0:nth-child(2) {
    margin-top: -22vw;
  }
}
@media only screen and (max-width: 899px) {
  .page > .content.textblock.image-grid .col_0:nth-child(2) {
    display: none;
  }
}
.page > .content.textblock.image-grid .col_0:nth-child(3) {
  display: none;
}
@media only screen and (max-width: 899px) {
  .page > .content.textblock.image-grid .col_0:nth-child(3) {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.image-grid .col_0:nth-child(3) {
    display: none;
  }
}
.page > .content.textblock.image-grid .col_0:nth-child(4) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock.image-grid .col_0:nth-child(4) {
    display: block;
  }
}

/*------------------------------------*\
    FOOTER - subiaco
    
    • Mobile first
\*------------------------------------*/
.footer {
  padding: 40px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 5px 0 0;
    text-align: right;
  }
}
.footer .footer-bottom-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.footer .footer-bottom-wrapper .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
}
.footer .footer-bottom-wrapper .menu li {
  list-style: none;
  margin: 0 24px;
}
.footer .footer-bottom-wrapper .menu li a {
  color: #CEA67D;
}
.footer .footer-bottom-wrapper .menu li a:hover {
  color: white;
}
.footer .footer-bottom-wrapper .widget_custom_html {
  font-size: 11px;
  color: #CEA67D;
  padding: 10px 0 50px;
}
.footer .footer-bottom-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 10px;
  box-sizing: border-box;
  background: url("../../../uploads/2019/03/highlight-text-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-wrapper:after {
    height: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-wrapper .footer-bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 8px;
  }
  .footer .footer-bottom-wrapper .widget_text:first-child {
    -ms-flex: 1;
        flex: 1;
    text-align: left;
  }
  .footer .footer-bottom-wrapper p, .footer .footer-bottom-wrapper li {
    padding-bottom: 0;
  }
  .footer .footer-bottom-wrapper p {
    margin-bottom: 0;
  }
  .footer .footer-bottom-wrapper img {
    padding: 29px 0;
    max-width: 50%;
    width: 175px;
    height: auto;
  }
  .footer .footer-bottom-wrapper .widget_custom_html {
    margin-left: 24px;
    padding: 0;
  }
}

/*------------------------------------*\
    SUBIACO - GLOBAL - Fonts
\*------------------------------------*/
h2,
h3 {
  color: #414142;
}
h2:after,
h3:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}

h4 {
  max-width: 760px;
  margin: 50px auto 0 !important;
  color: #CEA67D;
}
h4:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
h4:after {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  border-top: 2px solid #CEA67D;
}

/*------------------------------------*\
    HEADER - SUBIACO
\*------------------------------------*/

body > img:first-child {
	display: block;
    position: absolute;
}
#header_main {
  margin: 0;
  transition: all 150ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  #header_main {
    top: -50px;
  }
}
#header_main .header_nav_container {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container {
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
#header_main .header_nav_container .header_logo {
  height: 56px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  opacity: 0;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .header_logo {
    -ms-flex-align: center;
        align-items: center;
    max-width: 32%;
    margin-left: 5px;
    transition: all 0s ease-in-out;
  }
}
#header_main .header_nav_container .header_logo a img {
  max-height: 98px;
}
#header_main.sticky {
  top: 0;
}
#header_main.sticky .header_logo {
  opacity: 1;
  transition: all 150ms ease-in-out;
}

/*------------------------------------*\
   SUBIACO - MASTER SLIDER
\*------------------------------------*/
.master-slider .ms-slide .ms-anim-layers {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 0;
  box-sizing: border-box;
}
.master-slider .ms-slide .ms-anim-layers > * {
  position: relative;
  margin: 0 !important;
  left: unset !important;
  top: unset !important;
}
.master-slider .ms-slide .ms-anim-layers > .ms-btn-container a {
  font-size: 13px !important;
  letter-spacing: 1.7px;
  line-height: 20px !important;
  text-transform: uppercase;
  text-align: center;
  color: #CEA67D;
  border: 1px solid #CEA67D;
  background: url("../img/subiac-button-bg.png") !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px !important;
  width: auto !important;
  padding: 12px 25px 10px !important;
  margin: 37px 0 0 0 !important;
  opacity: 1 !important;
  /*
      .has_bg_img & {
  	    background: $gold !important;
  		color: white !important;
  		
  	    &:hover {
  			background: $black !important;
  			border-color: $black !important;
  			color: $white !important;
  	    }
      }
  */
  margin-top: 20px !important;
  /*
  					min-width: 145px !important;
  					width: auto !important;
  					padding: 10px 20px !important;
  					
  					font-size: 13px !important;
  					line-height: 18px !important;
  					letter-spacing: 1.5px;
  										
  					@include mq('tablet', max) {
  						font-size: 15px !important;
  					}
  */
}
.master-slider .ms-slide .ms-anim-layers > .ms-btn-container a:hover {
  background: #CEA67D !important;
  border-color: #CEA67D !important;
  color: white !important;
}
.master-slider .ms-slide .ms-anim-layers > div.ms-layer {
  margin: 0 0 16px !important;
}
.master-slider .ms-slide .ms-anim-layers > img {
  width: 323px !important;
  max-width: 70%;
  height: auto !important;
  margin: 0 0 30px !important;
}
@media only screen and (max-width: 767px) {
  .master-slider .ms-slide .ms-anim-layers > img {
    width: 115px !important;
    height: 56px !important;
  }
}
.master-slider .ms-slide h1 {
  line-height: 1.4em !important;
}
.master-slider .ms-overlay-layers .ms-slide-layers {
  max-width: 100% !important;
  left: 0 !important;
}
.master-slider .ms-overlay-layers img.ms-layer {
  width: 14px !important;
  height: 100% !important;
}
@media only screen and (min-width: 1920px) {
  .master-slider .ms-overlay-layers img.ms-layer {
    left: calc(50% - 960px ) !important;
  }
}

/*------------------------------------*\
    MENU - Center aligned
\*------------------------------------*/
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .header_logo {
    margin-left: 0;
  }
  #header_main .header_nav_container .header_logo a.mobile-logo img {
    max-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container .header_logo a.mobile-logo img {
    max-height: 32px;
  }
}
#header_main .header_nav_container .main_menu {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  #header_main .header_nav_container .main_menu {
    padding: 0;
  }
}
@media only screen and (min-width: 950px) {
  #header_main .header_nav_container .main_menu .menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin: 19px 0 20px 0;
    padding-right: 345px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .header_nav_container .main_menu .menu > ul {
    padding-right: 385px;
  }
}
@media only screen and (min-width: 950px) {
  #header_main .header_nav_container .main_menu .menu > ul > li {
    text-align: left;
  }
  #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest {
    width: 185px;
    position: absolute;
    text-align: right;
    right: 153px;
  }
  #header_main .header_nav_container .main_menu .menu > ul > li.phone {
    width: 128px;
    position: absolute;
    right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #header_main .header_nav_container .main_menu .menu > ul > li {
    text-align: left;
  }
  #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest {
    right: 183px;
  }
  #header_main .header_nav_container .main_menu .menu > ul > li.phone {
    right: 50px;
  }
}
#header_main .header_nav_container .main_menu .menu > ul > li > a {
  padding-top: 3px !important;
}
@media only screen and (max-width: 1099px) {
  #header_main .header_nav_container .main_menu .menu > ul > li > a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li > a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.menu-item-has-children {
    position: relative;
  }
}
#header_main .header_nav_container .main_menu .menu > ul > li.menu-item-has-children .open-sub-menu {
  display: none;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.menu-item-has-children .open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px;
    z-index: 1000;
  }
}
#header_main .header_nav_container .main_menu .menu > ul > li.menu-item-has-children .open-sub-menu:after {
  content: "\f078";
  font-family: fontawesome;
  color: #CEA67D;
}
#header_main .header_nav_container .main_menu .menu > ul > li.menu-item-has-children .open-sub-menu.down:after {
  content: "\f077";
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest {
    margin: 20px auto 0;
    max-width: 270px;
  }
}
#header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest a {
  color: black;
  line-height: 30px;
  font-size: 13px;
  background: url("../../../uploads/2019/03/highlight-text-bg.jpg");
  background-size: cover;
  padding: 0 14px;
}
@media only screen and (max-width: 1099px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest a {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.express-your-interest a {
    padding: 0px 10px !important;
    line-height: 50px;
  }
}
#header_main .header_nav_container .main_menu .menu > ul > li.phone {
  margin-left: 6px;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.phone {
    margin: 20px auto 0;
    max-width: 270px;
  }
}
#header_main .header_nav_container .main_menu .menu > ul > li.phone a {
  font-size: 13px;
  border: 1px solid #CEA67D;
  padding: 0 9px;
}
@media only screen and (max-width: 1099px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.phone a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.phone a {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .main_menu .menu > ul > li.phone a {
    padding: 0px 10px !important;
    line-height: 50px;
  }
}
#header_main .header_nav_container .mobile-express-interest {
  display: none;
  position: absolute;
  top: 25px;
  right: 100px;
  transition: all 150ms ease-in-out;
}
#header_main .header_nav_container .mobile-express-interest a {
  color: black;
  line-height: 22px;
  font-size: 13px;
  text-transform: uppercase;
  background: url("../../../uploads/2019/03/highlight-text-bg.jpg");
  background-size: cover;
  display: inline-block;
  padding: 6px 10px 2px 10px;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .mobile-express-interest {
    display: block;
  }
}
#header_main .header_nav_container .mobile-phone {
  display: none;
  position: absolute;
  top: 26px;
  right: 54px;
  transition: all 150ms ease-in-out;
}
#header_main .header_nav_container .mobile-phone a {
  color: #CEA67D;
  background: url("../img/ic_phone_gold.png");
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
@media only screen and (max-width: 949px) {
  #header_main .header_nav_container .mobile-phone {
    display: block;
  }
}
#header_main.sticky .mobile-express-interest {
  top: 14px;
}
#header_main.sticky .mobile-phone {
  top: 11px;
}
#header_main.sticky .menu-toggle-wrapper {
  top: 3px;
}

/*------------------------------------*\
   POST GRID - SUBIACO
\*------------------------------------*/
.page > .content.textblock.blog-section .cols_wrapper,
.page > .post-content > .content.textblock.blog-section .cols_wrapper {
  max-width: 1300px !important;
  width: 100% !important;
}
.page > .content.textblock .dc-posts-wrapper,
.page > .post-content > .content.textblock .dc-posts-wrapper {
  position: relative;
}
.page > .content.textblock .dc-posts-wrapper .inner,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .dc-posts-wrapper .inner,
  .page > .post-content > .content.textblock .dc-posts-wrapper .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.page > .content.textblock .dc-posts-wrapper .inner .item,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item {
  width: calc(33.333% - 25px);
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .dc-posts-wrapper .inner .item,
  .page > .post-content > .content.textblock .dc-posts-wrapper .inner .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page > .content.textblock .dc-posts-wrapper .inner .item .image-wrapper,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .image-wrapper {
  height: 250px;
  max-height: 21vw;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .dc-posts-wrapper .inner .item .image-wrapper,
  .page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .image-wrapper {
    height: 400px;
    max-height: 70vw;
  }
}
.page > .content.textblock .dc-posts-wrapper .inner .item .image-wrapper img,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .image-wrapper img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
}
.page > .content.textblock .dc-posts-wrapper .inner .item .content h4,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content h4 {
  margin-top: 38px !important;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.page > .content.textblock .dc-posts-wrapper .inner .item .content h4:before, .page > .content.textblock .dc-posts-wrapper .inner .item .content h4:after,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content h4:before,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content h4:after {
  content: unset;
}
@media only screen and (max-width: 1099px) {
  .page > .content.textblock .dc-posts-wrapper .inner .item .content h4,
  .page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content h4 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 949px) {
  .page > .content.textblock .dc-posts-wrapper .inner .item .content h4,
  .page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .dc-posts-wrapper .inner .item .content h4,
  .page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content h4 {
    font-size: 22px;
  }
}
.page > .content.textblock .dc-posts-wrapper .inner .item .content p,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content p {
  color: white;
  margin: 20px 0;
}
.page > .content.textblock .dc-posts-wrapper .inner .item .content a,
.page > .post-content > .content.textblock .dc-posts-wrapper .inner .item .content a {
  text-align: center;
  margin-top: 18px !important;
}
.page > .content.textblock .dc-posts-wrapper:after,
.page > .post-content > .content.textblock .dc-posts-wrapper:after {
  content: "";
  background: url("../img/gold-bar-bottom.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  z-index: 0;
  height: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page > .content.textblock .dc-posts-wrapper:after,
  .page > .post-content > .content.textblock .dc-posts-wrapper:after {
    height: 13px;
    max-width: calc(100% - 60px);
    left: 30px;
  }
}

/*------------------------------------*\
   SUBIACO GRAPHIC
\*------------------------------------*/
.dc-section-graphic {
  position: absolute;
  width: 100px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dc-section-graphic.position_left.position_top {
  background-position: left top;
}
.dc-section-graphic.position_left.position_bottom {
  background-position: left bottom;
}
.dc-section-graphic.position_right.position_top {
  background-position: right top;
}
.dc-section-graphic.position_right.position_bottom {
  background-position: right bottom;
}
.dc-section-graphic.position_top {
  top: 0;
  margin-top: -50px;
}
.dc-section-graphic.position_bottom {
  bottom: 0;
}
.dc-section-graphic.position_left {
  left: 0;
  background-image: url("../img/swish3.svg");
  width: 330px;
  height: 278px;
  max-width: 25%;
  max-height: 30vw;
}
.dc-section-graphic.position_right {
  right: 0;
  background-image: url("../img/swish1.svg");
  width: 470px;
  height: 386px;
  max-width: 30%;
  max-height: 30vw;
}
.dc-section-graphic.style2.position_top {
  margin-top: 25px;
}
.dc-section-graphic.style2.position_left {
  background-image: url("../img/swish1.svg");
  width: 330px;
  height: 278px;
  max-width: 25%;
}
.dc-section-graphic.style2.position_right {
  background-image: url("../img/swish2.svg");
  width: 470px;
  height: 386px;
  max-width: 30%;
}
@media only screen and (max-width: 767px) {
  .dc-section-graphic {
    display: none;
  }
}

/*------------------------------------*\
   SUBIACO BUILDING SPEC
\*------------------------------------*/
.building_spec {
  background: #231F20;
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 0;
  margin-bottom: 0;
}
.building_spec .block-title {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.building_spec .block-title h2,
.building_spec .block-title h3 {
  max-width: 820px;
  margin: 0 auto 50px;
  color: #CEA67D;
}
.building_spec .block-title h2:after,
.building_spec .block-title h3:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}
.building_spec .block-title h2:before,
.building_spec .block-title h3:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}

.building_data_list {
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .building_data_list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.building_data_list .col_wrapper {
  background: #181415;
  padding: 18px;
}
.building_data_list .data_table {
  width: 33.333%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .building_data_list .data_table {
    width: 100%;
  }
}
.building_data_list .data_table .tab {
  text-align: center;
  line-height: 20px;
  color: #CEA67D;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #CEA67D;
  cursor: pointer;
}
.building_data_list .data_table .tab.active {
  color: black;
  background: #F2EAD9;
}
.building_data_list .data_table a {
  background: #CEA67D;
  display: block;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
}
.building_data_list .data_table a:hover {
  background: #F2EAD9;
}
.building_data_list .data_tabs {
  -ms-flex: 1;
      flex: 1;
}
.building_data_list .data_tabs h3 {
  color: #CEA67D;
  border-bottom: 1px solid #CEA67D;
  padding-bottom: 12px;
  margin-bottom: 0;
  margin-top: 50px;
}
.building_data_list .data_tabs h3:first-child {
  margin-top: 0;
}
.building_data_list .data_tabs h3:after {
  display: none;
}
.building_data_list .data_tabs h4 {
  color: #CEA67D;
  font-size: 16px;
  max-width: 100%;
  margin-top: 40px !important;
  font-weight: 700 !important;
}
.building_data_list .data_tabs h4:before, .building_data_list .data_tabs h4:after {
  display: none;
}
.building_data_list .data_tabs p,
.building_data_list .data_tabs li {
  color: white;
}

/*------------------------------------*\
   SUBIACO FLOORPLANS
\*------------------------------------*/
.building_map_acc-wrapper-outer {
  background: #231F20;
}

.building_data_list .data_tabs .data_tab {
  display: none;
}

.building_data_list .data_tabs .data_tab.active {
  display: block;
}

.building_map_acc-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 100px 30px !important;
  background: #231F20;
}
@media only screen and (max-width: 767px) {
  .building_map_acc-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.building_map_acc-wrapper .block-title {
  width: 100%;
}
.building_map_acc-wrapper .block-title h2 {
  color: #CEA67D;
}
.building_map_acc-wrapper .block-title h2:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.building_map_acc-wrapper .block-title h2:after {
  margin: 24px auto 40px;
}
.building_map_acc-wrapper #building_map_acc {
  width: 33.333%;
  margin-right: 30px;
  margin-bottom: 50px;
  border-top: 0px;
}

.building_map_acc-wrapper #building_map_acc .accordion_item.accordion_item_1 {
    border-top: 1px solid #CEA67D;
}
@media only screen and (max-width: 767px) {
  .building_map_acc-wrapper #building_map_acc {
    width: 100%;
  }
}
.building_map_acc-wrapper #building_map_acc .accordion_item {
  padding: 7px 18px;
  border-bottom: 1px solid #CEA67D;
  cursor: pointer;
}
.building_map_acc-wrapper #building_map_acc .accordion_item.active {
  background: #181415;
}
.building_map_acc-wrapper #building_map_acc .accordion_item.active .accordion_title:after {
  content: "\f106";
}
.building_map_acc-wrapper #building_map_acc .accordion_item.active .accordion_content {
  margin-top: 12px;
  margin-bottom: 12px;
}
.building_map_acc-wrapper #building_map_acc .accordion_item .accordion_title {
  color: #CEA67D;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.73px;
  font-weight: 700;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.building_map_acc-wrapper #building_map_acc .accordion_item .accordion_title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f107";
  position: relative;
  margin-left: 8px;
  vertical-align: 0;
}
@media only screen and (min-width: 768px) {
  .building_map_acc-wrapper #building_map_acc .accordion_item .accordion_content {
    column-count: 2;
  }
}
.building_map_acc-wrapper #building_map_acc .accordion_item .accordion_content a {
  color: #F2EAD9;
  font-size: 14px;
  display: block;
}
.building_map_acc-wrapper #building_map_acc .accordion_item .accordion_content a:hover {
  color: #CEA67D;
}
.building_map_acc-wrapper #building_map_acc .apartment_plan a {
  background: #CEA67D;
  display: block;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
}
.building_map_acc-wrapper #building_map_acc .apartment_plan a:hover {
  background: #F2EAD9;
}
.building_map_acc-wrapper .content:last-child {
  -ms-flex: 1;
      flex: 1;
}

#floorplan_page .title-box-wrapper h1 {
  margin-top: 20px;
  margin-bottom: 0;
}
#floorplan_page .title-box-wrapper p {
  margin-bottom: 0;
  color: #CEA67D;
}

.floorplans_wrapper {
  padding-top: 110px;
  padding-bottom: 160px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .floorplans_wrapper {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.floorplans_wrapper .block-title {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.floorplans_wrapper .block-title h2,
.floorplans_wrapper .block-title h3 {
  max-width: 820px;
  margin: 0 auto 50px;
}
.floorplans_wrapper .block-title h2:after,
.floorplans_wrapper .block-title h3:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}
.floorplans_wrapper .block-title h2:before,
.floorplans_wrapper .block-title h3:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}

#floorplan_page .floorplans {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 70px;
  padding-top: 60px;
  /*
      img {
  	    max-height: 560px;
      }
  */
}
@media only screen and (max-width: 767px) {
  #floorplan_page .floorplans {
    margin-top: 40px;
    padding-top: 30px;
  }
}

#floorplan_page .floorplans.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.floorplans,
.floor_level_map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .floorplans,
  .floor_level_map {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.floorplans .floor_details,
.floorplans .level_details,
.floor_level_map .floor_details,
.floor_level_map .level_details {
  width: 33.333%;
  margin-right: 70px;
}
@media only screen and (max-width: 767px) {
  .floorplans .floor_details,
  .floorplans .level_details,
  .floor_level_map .floor_details,
  .floor_level_map .level_details {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.floorplans .floor_details .return a,
.floorplans .level_details .return a,
.floor_level_map .floor_details .return a,
.floor_level_map .level_details .return a {
  color: #CEA67D;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.73px;
  font-weight: 700 !important;
  position: relative;
}
.floorplans .floor_details .return a:before,
.floorplans .level_details .return a:before,
.floor_level_map .floor_details .return a:before,
.floor_level_map .level_details .return a: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: "\f060";
  position: relative;
  margin-right: 8px;
  vertical-align: 0;
}
.floorplans .floor_details .return a:hover,
.floorplans .level_details .return a:hover,
.floor_level_map .floor_details .return a:hover,
.floor_level_map .level_details .return a:hover {
  color: black;
}
.floorplans .floor_details a.btn,
.floorplans .level_details a.btn,
.floor_level_map .floor_details a.btn,
.floor_level_map .level_details a.btn {
  background: #ae8d69 url("../img/table-header-bg.jpg");
  padding: 7px 15px;
  display: block;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700 !important;
  transition: opacity 0.2s ease-in-out;
}
.floorplans .floor_details a.btn:hover,
.floorplans .level_details a.btn:hover,
.floor_level_map .floor_details a.btn:hover,
.floor_level_map .level_details a.btn:hover {
  opacity: .6;
}
.floorplans .floor_details a.btn.hidden,
.floorplans .level_details a.btn.hidden,
.floor_level_map .floor_details a.btn.hidden,
.floor_level_map .level_details a.btn.hidden {
  opacity: 0;
  display: none;
}
.floorplans .floor_details p,
.floorplans .level_details p,
.floor_level_map .floor_details p,
.floor_level_map .level_details p {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 253px;
}
@media only screen and (max-width: 767px) {
  .floorplans .floor_details p,
  .floorplans .level_details p,
  .floor_level_map .floor_details p,
  .floor_level_map .level_details p {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 14px;
    max-width: 100%;
  }
}
.floorplans .floor_details .apartment_details,
.floorplans .level_details .apartment_details,
.floor_level_map .floor_details .apartment_details,
.floor_level_map .level_details .apartment_details {
  background: #E9DFCB;
  padding: 7px 18px;
  border-bottom: 1px solid #F2EAD9;
}
.floorplans .floor_details .apartment_details .detail,
.floorplans .level_details .apartment_details .detail,
.floor_level_map .floor_details .apartment_details .detail,
.floor_level_map .level_details .apartment_details .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.floorplans .floor_details .apartment_plan a,
.floorplans .level_details .apartment_plan a,
.floor_level_map .floor_details .apartment_plan a,
.floor_level_map .level_details .apartment_plan a {
  background: #CEA67D;
  display: block;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
}
.floorplans .floor_details .apartment_plan a:hover,
.floorplans .level_details .apartment_plan a:hover,
.floor_level_map .floor_details .apartment_plan a:hover,
.floor_level_map .level_details .apartment_plan a:hover {
  background: #F2EAD9;
}
.floorplans .floor_map,
.floorplans .apartment_map,
.floor_level_map .floor_map,
.floor_level_map .apartment_map {
  -ms-flex: 1;
      flex: 1;
  max-width: 730px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .floorplans .floor_map,
  .floorplans .apartment_map,
  .floor_level_map .floor_map,
  .floor_level_map .apartment_map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.floorplans .imp-tooltip,
.floor_level_map .imp-tooltip {
  top: 20px !important;
  padding: 3px 10px 0 10px !important;
  border-radius: 0 !important;
  background: none !important;
  border: 1px solid white;
  color: white !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  line-height: 20px !important;
  display: none !important;
}
.floorplans .imp-tooltip .hs-arrow,
.floor_level_map .imp-tooltip .hs-arrow {
  display: none;
}
.floorplans .imp-shape,
.floor_level_map .imp-shape {
  fill: rgba(186, 146, 105, 0) !important;
}
.floorplans .imp-shape:hover,
.floor_level_map .imp-shape:hover {
  fill: rgba(186, 146, 105, 0.85) !important;
}

.apartment_plans-wrapper {
  padding: 110px 30px 115px;
  background: #ae8d69 url("../../../uploads/2019/03/cream-rough-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.apartment_plans-wrapper .apartment_plans_intro,
.apartment_plans-wrapper #apartment_plans_accordion,
.apartment_plans-wrapper .apartment_plan_links {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.apartment_plans-wrapper .apartment_plans_intro h1:after {
  content: "";
  width: 20px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 20px;
  background: url("../img/insignia.svg") !important;
  background-size: contain;
}
.apartment_plans-wrapper .apartment_plans_intro h1:before {
  content: "";
  width: 40px;
  height: 2px;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
  border-top: 2px solid #CEA67D;
}
.apartment_plans-wrapper #apartment_plans_accordion {
  margin-top: 80px;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_title {
  background: #E9DFCA;
  font-weight: 700;
  padding: 14px 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_item {
  border-bottom: 1px solid #CEA67D;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_item.active .accordion_title {
  background: #ae8d69 url("../img/table-header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_item:last-child {
  border-bottom: unset;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content tbody td,
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content .tablepress .odd td {
  background: rgba(226, 214, 190, 0.5);
  border: unset;
  text-align: center;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content .tablepress tbody td:first-child {
  text-align: left !important;
  padding-left: 20px;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content .tablepress thead th {
  background: #EFE6D4;
  font-weight: 800 !important;
  text-align: center;
  border: unset;
  width: 15% !important;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content .tablepress thead th:first-child {
  text-align: left !important;
  padding-left: 20px;
  width: 9% !important;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content .tablepress thead th:last-child {
  width: 13% !important;
}
.apartment_plans-wrapper #apartment_plans_accordion .accordion_content .tablepress .row-hover tr:hover td {
  background-color: rgba(226, 214, 190, 0.5);
}

.apartment_plan_links {
  text-align: center;
}
.apartment_plan_links a {
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 37px 20px 0 !important;
}

.dataTables_info {
  display: none !important;
}

.dc-floorplan-legend {
  padding: 0px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .dc-floorplan-legend {
    padding: 0px 0 15px 0;
  }
}
.dc-floorplan-legend img {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .dc-floorplan-legend img {
    max-width: 100px;
  }
}

/*------------------------------------*\
   TEAM BLOCK
\*------------------------------------*/
.dc-team-wrapper {
/*   padding: 60px 0 100px; */
  padding: 0;
}
.dc-team-wrapper .inner {
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 30px;
}
.dc-team-wrapper .inner .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.dc-team-wrapper .inner .items .item {
  width: calc(25% - 22px);
}
@media only screen and (max-width: 899px) {
  .dc-team-wrapper .inner .items .item {
    width: calc(50% - 16px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-team-wrapper .inner .items .item {
    width: 100%;
  }
}
.dc-team-wrapper .inner .items .item .img-wrapper {
  width: 100%;
  object-fit: cover;
}
.dc-team-wrapper .inner .items .item .img-wrapper img {
  width: 100%;
}
.dc-team-wrapper .inner .items .item h3 {
  margin-bottom: 6px;
}
.dc-team-wrapper .inner .items .item h3:after {
  content: unset;
}
.dc-team-wrapper .inner .items .item p {
  margin-bottom: 10px;
}

/*------------------------------------*\
   PROJECTS BLOCK
\*------------------------------------*/
.dc-projects-wrapper {
  position: relative;
}
.dc-projects-wrapper .inner {
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dc-projects-wrapper .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-projects-wrapper .inner .item {
  width: calc(33.333% - 25px);
}
@media only screen and (max-width: 767px) {
  .dc-projects-wrapper .inner .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.dc-projects-wrapper .inner .item .image-wrapper {
  height: 250px;
  max-height: 21vw;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-projects-wrapper .inner .item .image-wrapper {
    height: 400px;
    max-height: 70vw;
  }
}
.dc-projects-wrapper .inner .item .image-wrapper img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
}
.dc-projects-wrapper .inner .item .content h4 {
  margin-top: 38px !important;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.dc-projects-wrapper .inner .item .content h4:before, .dc-projects-wrapper .inner .item .content h4:after {
  content: unset;
}
@media only screen and (max-width: 1099px) {
  .dc-projects-wrapper .inner .item .content h4 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-projects-wrapper .inner .item .content h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-projects-wrapper .inner .item .content h4 {
    font-size: 22px;
  }
}
.dc-projects-wrapper .inner .item .content p {
  margin: 20px 0;
}

.dc-projects-wrapper.has_bg_img .inner .item .content p {
  color: white !important;
}

.dc-projects-wrapper .inner .item .content a {
  text-align: center;
  margin-top: 18px !important;
}
/*
.dc-projects-wrapper:after {
  content: "";
  background: url("../img/gold-bar-bottom.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  z-index: 0;
  height: 30px;
  width: 100%;
}
*/
@media only screen and (max-width: 767px) {
  .dc-projects-wrapper:after {
    height: 13px;
    max-width: calc(100% - 60px);
    left: 30px;
  }
}